public abstract class AbstractSelectField extends FormField<AbstractSelectField>
Modifier | Constructor and Description |
---|---|
protected |
AbstractSelectField(String id) |
Modifier and Type | Method and Description |
---|---|
void |
addOption(com.itextpdf.layout.element.IBlockElement optionElement)
Adds a container with option(s).
|
List<com.itextpdf.layout.element.IBlockElement> |
getOptions()
Gets a list of containers with option(s).
|
getDefaultProperty, getId
addStyle, createRendererSubTree, getChildren, getProperty, getRenderer, hasProperty, isEmpty, makeNewRenderer, setAction, setNextRenderer, setPageNumber
deleteOwnProperty, getOwnProperty, getSplitCharacters, getStrokeColor, getStrokeWidth, getTextRenderingMode, hasOwnProperty, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBaseDirection, setBold, setBorder, setBorderBottom, setBorderBottomLeftRadius, setBorderBottomRightRadius, setBorderLeft, setBorderRadius, setBorderRight, setBorderTop, setBorderTopLeftRadius, setBorderTopRightRadius, setCharacterSpacing, setDestination, setFixedPosition, setFixedPosition, setFixedPosition, setFixedPosition, setFont, setFont, setFontColor, setFontColor, setFontFamily, setFontFamily, setFontKerning, setFontScript, setFontSize, setHorizontalAlignment, setHyphenation, setItalic, setLineThrough, setOpacity, setProperty, setRelativePosition, setSplitCharacters, setStrokeColor, setStrokeWidth, setTextAlignment, setTextRenderingMode, setUnderline, setUnderline, setUnderline, setUnderline, setWordSpacing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected AbstractSelectField(String id)
public void addOption(com.itextpdf.layout.element.IBlockElement optionElement)
optionElement
- a container with option(s)
public List<com.itextpdf.layout.element.IBlockElement> getOptions()
Copyright © 1998–2019 iText Group NV. All rights reserved.