|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.Paragraph
aspose.pdf.RadioButton
public class RadioButton
Represents a radiobutton item in a radiobutton field.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class aspose.pdf.Paragraph |
---|
Paragraph.VerticalPositionInfo |
Field Summary |
---|
Fields inherited from class aspose.pdf.Paragraph |
---|
isNeedAddToPage, isPositionProcessed, RealPageNumber, VerticalPosInfo |
Constructor Summary | |
---|---|
RadioButton()
Initializes a new instance of the RadioButton class. |
Method Summary | |
---|---|
float |
getButtonHeight()
Gets a float value that indicates the height of the RadioButton. |
float |
getButtonWidth()
Gets a float value that indicates the width of the RadioButton. |
boolean |
getIsSizeSet()
Get a boolean value that indicates the size of the RadioButton has been set by user. |
void |
setButtonHeight(float value)
Sets a float value that indicates the height of the RadioButton. |
void |
setButtonWidth(float value)
Sets a float value that indicates the width of the RadioButton. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadioButton()
RadioButton
class.
Method Detail |
---|
public boolean getIsSizeSet()
public float getButtonWidth()
public void setButtonWidth(float value)
value
- public float getButtonHeight()
public void setButtonHeight(float value)
value
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |