Package com.winnovative_software
Class PdfFormRadioButton
java.lang.Object
com.winnovative_software.PdfFormRadioButton
Represents a radio button in a radio buttons group
-
Constructor Summary
ConstructorsConstructorDescriptionPdfFormRadioButton
(RectangleFloat box, String buttonName) Constructs a radio button form field to be added to a radio buttons group -
Method Summary
Modifier and TypeMethodDescriptionGets the radio button bounds in PDF page with the dimensions expressed in pointsGets the radio button nameGets the parent radio buttons groupvoid
setBoundingRectangle
(RectangleFloat bounds) Sets the radio button bounds in PDF page with the dimensions expressed in pointsvoid
setButtonName
(String buttonName) Sets the radio button name
-
Constructor Details
-
PdfFormRadioButton
Constructs a radio button form field to be added to a radio buttons group- Parameters:
box
- the radio button bounding boxbuttonName
- the radio button name
-
-
Method Details
-
parentGroup
Gets the parent radio buttons group- Returns:
- the parent radio buttons group
-
buttonName
Gets the radio button name- Returns:
- the radio button name
-
setButtonName
Sets the radio button name- Parameters:
buttonName
- the radio button name to set
-
boundingRectangle
Gets the radio button bounds in PDF page with the dimensions expressed in points- Returns:
- the radio button bounds in PDF page
-
setBoundingRectangle
Sets the radio button bounds in PDF page with the dimensions expressed in points- Parameters:
bounds
- the radio button bounds to set in PDF page with the dimensions expressed in points
-