public final class RadioButtonOptionField extends Field
Class represents item of RadioButton field.
_FileSelect, _Password
_disableUpdateAppearance
Constructor and Description |
---|
RadioButtonOptionField()
Create new RadioButtonOptionField instance.
|
RadioButtonOptionField(Page page,
Rectangle rect)
Creates radiobutton in the specified rectangle on specified page.
|
Modifier and Type | Method and Description |
---|---|
TextFragment |
getCaption()
Gets caption.
|
String |
getOptionName_Rename_Namesake()
Gets name of the option.
|
int |
getStyle()
Gets style of check box.
|
void |
setCaption(TextFragment value)
Sets caption.
|
void |
setOptionName_Rename_Namesake(String value)
Sets name of the option.
|
void |
setOptionName(String value)
Sets option name
|
void |
setStyle(int value)
Sets style of check box.
|
add, clear, contains, copyTo, copyTo, flatten, get_Item, get_Item, getAlternateName, getAnnotationIndex, getMappingName, getMaxFontSize, getPageIndex, getPartialName, getRect, getSyncRoot, getTabOrder, getValue, isFitIntoRectangle, isGroup, isReadOnly, isSharedField, isSynchronized, iterator, recalculate, remove, setAlternateName, setAnnotationIndex, setFitIntoRectangle, setMappingName, setMaxFontSize, setPartialName, setPosition, setRect, setSharedField, setTabOrder, setValue, size, updateAppearances
accept, getAnnotationActions, getAnnotationType, getDefaultAppearance, getExportable, getHighlighting, getOnActivated, getParent, getReadOnly, getRequired, setDefaultAppearance, setExportable, setHighlighting, setOnActivated, setReadOnly, setRequired
createAnnotation, getActiveState, getAlignment, getAppearance, getBorder, getCharacteristics, getColor, getContents, getEngineDict, getEngineObj, getFlags, getFullName, getHeight, getHorizontalAlignment_Annotation_New, getModified, getModifiedInternal, getName, getNormalAppearance, getPage, getPageIndex, getPdfActions, getRectangle, getStates, getTextHorizontalAlignment, getWidth, initialize, isUpdateAppearanceOnConvert, isUseFontSubset, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setStructParent, setTextHorizontalAlignment, setUpdateAppearanceOnConvert, setUseFontSubset, setWidth
deepClone, getHorizontalAlignment, getHyperlink, getMargin, getVerticalAlignment, getZIndex, isFirstParagraphInColumn, isInLineParagraph, isInNewPage, isKeptWithNext, setFirstParagraphInColumn, setHorizontalAlignment, setHyperlink, setInLineParagraph, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment, setZIndex
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public RadioButtonOptionField()
Create new RadioButtonOptionField instance.
public String getOptionName_Rename_Namesake()
Gets name of the option.
public void setOptionName_Rename_Namesake(String value)
Sets name of the option.
value
- String valuepublic TextFragment getCaption()
Gets caption.
public void setCaption(TextFragment value)
Sets caption.
value
- TextFragment objectpublic void setOptionName(String value)
Sets option name
value
- String valuepublic int getStyle()
Gets style of check box.
BoxStyle
public void setStyle(int value)
Sets style of check box.
value
- BoxStyle elementBoxStyle