Class RtfPictureList

    • Field Detail

      • LIST_LEVEL_PICTURE

        private static final byte[] LIST_LEVEL_PICTURE
        Constant for determining which picture bullet from the \listpicture destination that should be applied.
    • Constructor Detail

      • RtfPictureList

        public RtfPictureList​(RtfDocument doc)
    • Method Detail

      • writeContent

        public void writeContent​(java.io.OutputStream out)
                          throws java.io.IOException
        Description copied from class: RtfElement
        Writes the element content to the given output stream.
        Specified by:
        writeContent in interface RtfBasicElement
        Specified by:
        writeContent in class RtfElement
        Parameters:
        out - The OutputStream to write the content to
        Throws:
        java.io.IOException
      • writeDefinition

        public void writeDefinition​(java.io.OutputStream result)
                             throws java.io.IOException
        Description copied from interface: RtfExtendedElement
        Write the definition part of the element
        Specified by:
        writeDefinition in interface RtfExtendedElement
        Parameters:
        result - The OutputStream to write the element definition to
        Throws:
        java.io.IOException