aspose.pdf
Class RadioButton

java.lang.Object
  extended by aspose.pdf.Paragraph
      extended by aspose.pdf.RadioButton

public class RadioButton
extends Paragraph

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 aspose.pdf.Paragraph
getHeight, getID, getIsNeedAddToPage, getIsPositionGot, getIsPositionProcessed, getLeft, getMargin, getMayNeedReprocess, getNeedReprocess, getNextParagraphInHeading, getPageNumber, getParentCell, getPositioningType, getPosX, getPosY, getRealPageNumber, getReferenceParagraphID, getRefPara, getSection, getTop, getVerticalPosInfo, getWidth, isDisabled, isEndNote, isFirstParagraph, isFirstParagraphInColumn, isFootNote, isFootNoteProcessed, isInHeaderFooter, isInList, isKeptTogether, isKeptWithNext, isOnOddPage, setEndNote, setFootNoteProcessed, setHeight, setID, setIsDisabled, setIsFirstParagraph, setIsFirstParagraphInColumn, setIsFootNote, setIsInHeaderFooter, setIsInList, setIsKeptTogether, setIsKeptWithNext, setIsNeedAddToPage, setIsOnOddPage, setIsPositionGot, setIsPositionProcessed, setLeft, setMargin, setMayNeedReprocess, setNeedReprocess, setNextParagraphInHeading, setPageNumber, setParentCell, setParentIsTable, setPositioningType, setPosX, setPosY, setRealPageNumber, setReferenceParagraphID, setRefPara, setSection, setTop, setVerticalPosInfo, setWidth
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RadioButton

public RadioButton()
Initializes a new instance of the RadioButton class.

Method Detail

getIsSizeSet

public boolean getIsSizeSet()
Get a boolean value that indicates the size of the RadioButton has been set by user.


getButtonWidth

public float getButtonWidth()
Gets a float value that indicates the width of the RadioButton. Default value is 100 points.


setButtonWidth

public void setButtonWidth(float value)
Sets a float value that indicates the width of the RadioButton. Default value is 100 points.

Parameters:
value -

getButtonHeight

public float getButtonHeight()
Gets a float value that indicates the height of the RadioButton. Default value is 100 points.


setButtonHeight

public void setButtonHeight(float value)
Sets a float value that indicates the height of the RadioButton. Default value is 100 points.

Parameters:
value -