Class Html2PdfProperty
java.lang.Object
com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty
Set of constants that will be used as keys to get and set properties.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The Constant BODY_STYLING.static final int
The Constant CAPITALIZE_ELEMENT indicates if an inline element needs to be capitalized.static final int
The Constant HTML_STYLING.static final int
The Constant KEEP_WITH_PREVIOUS works only for top-level elements, i.e.static final int
The Constant PAGE_COUNT_TYPE. -
Constructor Summary
-
Method Summary
-
Field Details
-
KEEP_WITH_PREVIOUS
public static final int KEEP_WITH_PREVIOUSThe Constant KEEP_WITH_PREVIOUS works only for top-level elements, i.e. ones that are added to the document directly.- See Also:
-
PAGE_COUNT_TYPE
public static final int PAGE_COUNT_TYPEThe Constant PAGE_COUNT_TYPE.- See Also:
-
BODY_STYLING
public static final int BODY_STYLINGThe Constant BODY_STYLING.- See Also:
-
HTML_STYLING
public static final int HTML_STYLINGThe Constant HTML_STYLING.- See Also:
-
CAPITALIZE_ELEMENT
public static final int CAPITALIZE_ELEMENTThe Constant CAPITALIZE_ELEMENT indicates if an inline element needs to be capitalized.- See Also:
-
-
Constructor Details
-
Html2PdfProperty
public Html2PdfProperty()
-