Class RtfSink.Paragraph

  • Enclosing class:
    RtfSink

    class RtfSink.Paragraph
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Paragraph()  
      Paragraph​(int style, int size)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void begin()  
      (package private) void end()  
      • Methods inherited from class java.lang.Object

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

      • style

        int style
      • justification

        int justification
      • leftIndent

        int leftIndent
      • rightIndent

        int rightIndent
      • firstLineIndent

        int firstLineIndent
      • spaceBefore

        int spaceBefore
      • spaceAfter

        int spaceAfter
      • frame

        boolean frame
      • fontStyle

        int fontStyle
      • fontSize

        int fontSize
    • Constructor Detail

      • Paragraph

        Paragraph()
      • Paragraph

        Paragraph​(int style,
                  int size)
    • Method Detail

      • begin

        void begin()
      • end

        void end()