Class RtfPictureList

  • All Implemented Interfaces:
    RtfBasicElement, RtfExtendedElement, com.lowagie.text.RtfElementInterface

    public class RtfPictureList
    extends RtfElement
    implements RtfExtendedElement
    The RtfPictureList2 manages the pictures for lists.
    Since:
    2.1.3
    Version:
    $Id: RtfPictureList.java 3580 2008-08-06 15:52:00Z howard_s $
    • 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