Class Html2PdfProperty

java.lang.Object
com.itextpdf.html2pdf.attach.impl.layout.Html2PdfProperty

public class Html2PdfProperty extends Object
Set of constants that will be used as keys to get and set properties.
  • Field Details

    • KEEP_WITH_PREVIOUS

      public static final int KEEP_WITH_PREVIOUS
      The 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_TYPE
      The Constant PAGE_COUNT_TYPE.
      See Also:
    • BODY_STYLING

      public static final int BODY_STYLING
      The Constant BODY_STYLING.
      See Also:
    • HTML_STYLING

      public static final int HTML_STYLING
      The Constant HTML_STYLING.
      See Also:
    • CAPITALIZE_ELEMENT

      public static final int CAPITALIZE_ELEMENT
      The Constant CAPITALIZE_ELEMENT indicates if an inline element needs to be capitalized.
      See Also:
  • Constructor Details

    • Html2PdfProperty

      public Html2PdfProperty()