info.informatica.doc.pdf.itext
Class PDFInputTextReplacedBox
java.lang.Object
info.informatica.doc.style.css.visual.box.AbstractCSSBox
info.informatica.doc.style.css.visual.box.AbstractReplacedBox<Image>
info.informatica.doc.pdf.itext.PDFInputTextReplacedBox
- All Implemented Interfaces:
- CSSBox, ReplacedElementBox<Image>
public class PDFInputTextReplacedBox
- extends AbstractReplacedBox<Image>
PDF text form field replaced element box.
| Methods inherited from class info.informatica.doc.style.css.visual.box.AbstractCSSBox |
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getFontFamily, getFontSize, getFontWeight, getGeneratedSibling, getLeading, getLeading, getLeft, getLineHeight, getLineHeight, getLineHeightCSSValue, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setContainingBlock, setErrorHandler |
| Methods inherited from interface info.informatica.doc.style.css.visual.CSSBox |
getBackgroundPosition, getBorderBottomColor, getBorderBottomWidth, getBorderLeftColor, getBorderLeftWidth, getBorderRightColor, getBorderRightWidth, getBorderTopColor, getBorderTopWidth, getComputedStyle, getContainingBlock, getGeneratedSibling, getLeft, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getRight, setErrorHandler |
PDFInputTextReplacedBox
public PDFInputTextReplacedBox(CSSStylableElement elem)
init
public void init(UserAgent<Image> agent)
throws CSSReplacementException
- Description copied from interface:
ReplacedElementBox
- Initializes the replaced element.
Must be called before using any of the other methods.
- Parameters:
agent - the user agent.
- Throws:
CSSReplacementException - if an error occurred when
initializing the replaced element box.
createPDFField
public BaseField createPDFField(PdfWriter writer)
getIntrinsicHeight
public float getIntrinsicHeight()
- Description copied from interface:
ReplacedElementBox
- Gets the intrinsic height of this box, as obtained from the
replaced element.
- Returns:
- the intrinsic height.
getIntrinsicWidth
public float getIntrinsicWidth()
- Description copied from interface:
ReplacedElementBox
- Gets the intrinsic width of this box, as obtained from the
replaced element.
- Returns:
- the width.