_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.
|
copyTo, flatten, get_Item, get_Item, getAlternateName, getAnnotationIndex, getMappingName, getMaxFontSize, getPageIndex, getPartialName, getRect, getSyncRoot, getTabOrder, getValue, isFitIntoRectangle, isGroup, isSharedField, isSynchronized, iterator, recalculate, setAlternateName, setAnnotationIndex, setFitIntoRectangle, setMappingName, setMaxFontSize, setPartialName, setPosition, setRect, setSharedField, setTabOrder, setValue, size, updateAppearances
accept, getActions, 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, getPageIndex, getRectangle, getStates, getWidth, initialize, isUpdateAppearanceOnConvert, isUseFontSubset, setActiveState, setAlignment, setBorder, setColor, setContents, setFlags, setHeight, setHorizontalAlignment_Annotation_New, setModified, setModifiedInternal, setName, setUpdateAppearanceOnConvert, setUseFontSubset, setWidth
deepClone, getHorizontalAlignment, getHyperlink, getMargin, getZIndex, isFirstParagraphInColumn, isInLineParagraph, isInNewPage, isKeptWithNext, setFirstParagraphInColumn, setHorizontalAlignment, setHyperlink, setInLineParagraph, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment, setZIndex
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
Copyright © 2017 Aspose. All Rights Reserved.