RadioButtonOptionField

RadioButtonOptionField

Overview

RadioButtonOptionField is a class in Aspose.Pdf FOSS for Java.

A single option in a radio button group.

Properties

NameTypeAccessDescription
optionValueStringReadReturns the value this option represents.
rectRectangleReadReturns the rectangle of this option widget.
cOSDictionaryCOSDictionaryReadReturns the underlying COS dictionary.
styleBoxStyleReadReturns the per-option box style.
characteristicsAppearanceCharacteristicsReadReturns typed access to this option’s appearance characteristics
({@code /MK} sub-dictionary on the kid widget).

Methods

SignatureDescription
RadioButtonOptionField(dict: COSDictionary, page: Page)Constructs a radio button option from a COS dictionary.
getOptionValue()StringReturns the value this option represents.
getRect()RectangleReturns the rectangle of this option widget.
getCOSDictionary()COSDictionaryReturns the underlying COS dictionary.
getStyle()BoxStyleReturns the per-option box style.
setStyle(style: BoxStyle)Sets the per-option box style.
getCharacteristics()AppearanceCharacteristicsReturns typed access to this option’s appearance characteristics
({@code /MK} sub-dictionary on the kid widget).

See Also