public final class RadioButtonOptionField extends Field
Class represents item of RadioButton field.
_FileSelect, _Password
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()
Gets name of the option.
|
BoxStyle |
getStyle()
Gets style of check box.
|
void |
setCaption(TextFragment value)
Sets caption.
|
void |
setOptionName(String value)
Sets name of the option.
|
void |
setStyle(BoxStyle value)
Sets style of check box.
|
add, clear, contains, copyTo_Rename_Namesake, copyTo, copyTo, executeFieldJavaScript, flatten, get_Item, get_Item, getAlternateName, getAnnotationIndex, getMappingName, getMaxFontSize, getMinFontSize, getPageIndex, getPartialName, getRect, getSyncRoot, getTabOrder, getValue, isFitIntoRectangle, isGroup, isReadOnly, isSharedField, isSynchronized, iterator, recalculate, remove, setAlternateName, setAnnotationIndex, setFitIntoRectangle, setMappingName, setMaxFontSize, setMinFontSize, setPartialName, setPosition, setRect, setSharedField, setTabOrder, setValue, size, updateAppearances
accept, getAnnotationActions, getAnnotationType, getCheckedStateName, getDefaultAppearance, getExportable, getHighlighting, getOnActivated, getParent, getReadOnly, getRequired, setDefaultAppearance, setExportable, setHighlighting, setOnActivated, setReadOnly, setRequired
changeAfterResize, 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, 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 TextFragment getCaption()
Gets caption.
public void setCaption(TextFragment value)
Sets caption.
value
- TextFragment objectpublic void setOptionName(String value)
Sets name of the option.
value
- String valuepublic String getOptionName()
Gets name of the option.
public BoxStyle getStyle()
Gets style of check box.
BoxStyle
public void setStyle(BoxStyle value)
Sets style of check box.
value
- BoxStyle elementBoxStyle
Copyright © 2025 Aspose. All Rights Reserved.