public class TextArea extends FormField<TextArea> implements IPlaceholderable
FormField class representing a button so that
a TextAreaRenderer is used instead of the default renderer for fields.| Constructor and Description |
|---|
TextArea(String id)
Creates a new
TextArea instance. |
| Modifier and Type | Method and Description |
|---|---|
<T1> T1 |
getDefaultProperty(int property) |
com.itextpdf.layout.element.Paragraph |
getPlaceholder()
Gets the placeholder paragraph.
|
protected com.itextpdf.layout.renderer.IRenderer |
makeNewRenderer() |
void |
setPlaceholder(com.itextpdf.layout.element.Paragraph placeholder)
Sets the placeholder paragraph.
|
addStyle, createRendererSubTree, getChildren, getProperty, getRenderer, hasProperty, isEmpty, setAction, setNextRenderer, setPageNumberdeleteOwnProperty, getOwnProperty, getSplitCharacters, getStrokeColor, getStrokeWidth, getTextRenderingMode, hasOwnProperty, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBackgroundColor, setBackgroundImage, setBackgroundImage, setBaseDirection, setBold, setBorder, setBorderBottom, setBorderBottomLeftRadius, setBorderBottomRightRadius, setBorderLeft, setBorderRadius, setBorderRight, setBorderTop, setBorderTopLeftRadius, setBorderTopRightRadius, setCharacterSpacing, setDestination, setFixedPosition, setFixedPosition, setFixedPosition, setFixedPosition, setFont, setFontColor, setFontColor, setFontFamily, setFontFamily, setFontKerning, setFontScript, setFontSize, setHorizontalAlignment, setHyphenation, setItalic, setLineThrough, setOpacity, setProperty, setRelativePosition, setSplitCharacters, setStrokeColor, setStrokeWidth, setTextAlignment, setTextRenderingMode, setUnderline, setUnderline, setUnderline, setUnderline, setWordSpacingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic <T1> T1 getDefaultProperty(int property)
getDefaultProperty in interface com.itextpdf.layout.IPropertyContainergetDefaultProperty in class FormField<TextArea>public com.itextpdf.layout.element.Paragraph getPlaceholder()
getPlaceholder in interface IPlaceholderablepublic void setPlaceholder(com.itextpdf.layout.element.Paragraph placeholder)
setPlaceholder in interface IPlaceholderableplaceholder - the paragraph to be used as placeholderprotected com.itextpdf.layout.renderer.IRenderer makeNewRenderer()
makeNewRenderer in class com.itextpdf.layout.element.AbstractElement<TextArea>Copyright © 1998–2022 iText Group NV. All rights reserved.