|
|||||||||
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 |
---|
INNER_INDENT, isNeedAddToPage, isPositionProcessed, RealPageNumber, VerticalPosInfo |
Constructor Summary | |
---|---|
RadioButton()
Initializes a new instance of the RadioButton class. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
java.lang.Object |
completeClone()
|
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, finalize, 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
- public java.lang.Object completeClone()
completeClone
in class Paragraph
public java.lang.Object clone()
clone
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |