Class RtfCtrlWordType


  • public final class RtfCtrlWordType
    extends java.lang.Object
    RtfCtrlWordType indicates the type of control word. RTF control words are divided up into: Destination, Flag, Value, Toggle, Symbol. Destination: The current destination for values and text to be sent. Flag: 0/1 value types. Represents true/false, on/off value types. Toggle: Flips a Flag value on/off. Value: an Integer value data type. (Exception: Some control words this is a long data value type) Symbol: Special RTF characters such as \{, \} and others.
    Since:
    2.0.8
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DESTINATION
      Control word is a destination.
      static int DESTINATION_EX
      Control word is a newer destination.
      static int FLAG
      Control word is a flag.
      static int SYMBOL
      Control word is a special symbol.
      static int TOGGLE
      Control word is a flag toggle.
      static int UNIDENTIFIED
      Control word is unidentified.
      static int VALUE
      Control word is a value.
    • Constructor Summary

      Constructors 
      Constructor Description
      RtfCtrlWordType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RtfCtrlWordType

        public RtfCtrlWordType()