Package org.xhtmlrenderer.pdf
Class TextAreaFormField
java.lang.Object
org.xhtmlrenderer.pdf.AbstractFormField
org.xhtmlrenderer.pdf.TextAreaFormField
- All Implemented Interfaces:
ReplacedElement
,ITextReplacedElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private static final int
private static final String
Fields inherited from class org.xhtmlrenderer.pdf.AbstractFormField
DEFAULT_CHECKED_STATE, OFF_STATE
-
Constructor Summary
ConstructorsConstructorDescriptionTextAreaFormField
(LayoutContext c, BlockBox box, int cssWidth, int cssHeight) -
Method Summary
Modifier and TypeMethodDescriptionint
protected String
boolean
void
paint
(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box) Methods inherited from class org.xhtmlrenderer.pdf.AbstractFormField
detach, getFieldName, getHeight, getIntrinsicHeight, getIntrinsicWidth, getLocation, getValue, getWidth, getX, getY, initDimensions, isChecked, isReadOnly, isRequiresInteractivePaint, isSelected, setFillColor, setHeight, setLocation, setStrokeColor, setWidth, setX, setY, spaces
-
Field Details
-
FIELD_TYPE
- See Also:
-
DEFAULT_ROWS
private static final int DEFAULT_ROWS- See Also:
-
DEFAULT_COLS
private static final int DEFAULT_COLS- See Also:
-
-
Constructor Details
-
TextAreaFormField
-
-
Method Details
-
getFieldType
- Specified by:
getFieldType
in classAbstractFormField
-
paint
-
getBaseline
public int getBaseline() -
hasBaseline
public boolean hasBaseline()
-