Class RtfPictureList

java.lang.Object
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.list.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 Details

    • 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 Details

    • RtfPictureList

      public RtfPictureList(RtfDocument doc)
  • Method Details