com.lowagie.text.rtf.list

Class RtfPictureList

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 $

Author: Howard Shank (hgshank@yahoo.com)

Field Summary
static byte[]LIST_LEVEL_PICTURE
Constant for determining which picture bullet from the \listpicture destination that should be applied.
Constructor Summary
RtfPictureList(RtfDocument doc)
Method Summary
voidwriteContent(OutputStream out)
voidwriteDefinition(OutputStream result)

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(OutputStream out)

writeDefinition

public void writeDefinition(OutputStream result)