Class RtfParagraphKeepTogether


  • public class RtfParagraphKeepTogether
    extends RtfContainer
    Models the keep together attributes of paragraphs
    • Field Detail

      • STATUS_NULL

        public static final int STATUS_NULL
        constant for unset status
        See Also:
        Constant Field Values
      • STATUS_OPEN_PARAGRAPH

        public static final int STATUS_OPEN_PARAGRAPH
        constant for open paragraph
        See Also:
        Constant Field Values
      • STATUS_CLOSE_PARAGRAPH

        public static final int STATUS_CLOSE_PARAGRAPH
        constant for close paragraph
        See Also:
        Constant Field Values
      • status

        private int status
    • Constructor Detail

      • RtfParagraphKeepTogether

        RtfParagraphKeepTogether​(IRtfParagraphContainer parent,
                                 java.io.Writer w)
                          throws java.io.IOException
        RtfParagraphKeepTogether
        Throws:
        java.io.IOException
    • Method Detail

      • writeRtfContent

        protected void writeRtfContent()
                                throws java.io.IOException
        Write the content
        Overrides:
        writeRtfContent in class RtfContainer
        Throws:
        java.io.IOException - for I/O problems
      • setStatus

        public void setStatus​(int status)
        set the status
        Parameters:
        status - the status to be set
      • isEmpty

        public boolean isEmpty()
        Overrides:
        isEmpty in class RtfContainer
        Returns:
        true if this element would generate no "useful" RTF content