Class RtfStyleTypes

java.lang.Object
com.lowagie.text.rtf.style.RtfStyleTypes

public final class RtfStyleTypes extends Object
RtfStyleTypes contains the different types of Stylesheet entries that exist in RTF.
Since:
2.0.8
  • Field Details

    • PARAGRAPH

      public static final int PARAGRAPH
      Indicates paragraph style.
      See Also:
    • CHARACTER

      public static final int CHARACTER
      Indicates character style.
      See Also:
    • SECTION

      public static final int SECTION
      Indicates section style.
      See Also:
    • TABLE

      public static final int TABLE
      Indicates Table style.
      See Also:
    • TABLE_STYLE_DEFINITION

      public static final int TABLE_STYLE_DEFINITION
      Indicates table definition style.
      See Also:
  • Constructor Details

    • RtfStyleTypes

      public RtfStyleTypes()