Class RtfStyleTypes


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

      Fields 
      Modifier and Type Field Description
      static int CHARACTER
      Indicates character style.
      static int PARAGRAPH
      Indicates paragraph style.
      static int SECTION
      Indicates section style.
      static int TABLE
      Indicates Table style.
      static int TABLE_STYLE_DEFINITION
      Indicates table definition style.
    • Constructor Summary

      Constructors 
      Constructor Description
      RtfStyleTypes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RtfStyleTypes

        public RtfStyleTypes()