Class RtfSink.Item

  • Enclosing class:
    RtfSink

    static class RtfSink.Item
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int style  
      (package private) java.lang.String text  
    • Constructor Summary

      Constructors 
      Constructor Description
      Item​(int style, java.lang.String text)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • style

        int style
      • text

        java.lang.String text
    • Constructor Detail

      • Item

        Item​(int style,
             java.lang.String text)