Package org.xhtmlrenderer.pdf
Class TextAreaFormField
- java.lang.Object
-
- org.xhtmlrenderer.pdf.AbstractFormField
-
- org.xhtmlrenderer.pdf.TextAreaFormField
-
- All Implemented Interfaces:
ReplacedElement
,ITextReplacedElement
public class TextAreaFormField extends AbstractFormField
-
-
Constructor Summary
Constructors Constructor Description TextAreaFormField(LayoutContext c, BlockBox box, int cssWidth, int cssHeight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBaseline()
boolean
hasBaseline()
void
paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box)
-
Methods inherited from class org.xhtmlrenderer.pdf.AbstractFormField
detach, getIntrinsicHeight, getIntrinsicWidth, getLocation, isRequiresInteractivePaint, setLocation
-
-
-
-
Constructor Detail
-
TextAreaFormField
public TextAreaFormField(LayoutContext c, BlockBox box, int cssWidth, int cssHeight)
-
-
Method Detail
-
paint
public void paint(RenderingContext c, ITextOutputDevice outputDevice, BlockBox box)
-
getBaseline
public int getBaseline()
-
hasBaseline
public boolean hasBaseline()
-
-