com.lowagie.text.rtf.list
public class RtfPictureList extends RtfElement implements RtfExtendedElement
Modifier and Type | Field and Description |
---|---|
private static byte[] |
LIST_LEVEL_PICTURE
Constant for determining which picture bullet from the \listpicture destination that should be applied.
|
document, inHeader, inTable
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
Constructor and Description |
---|
RtfPictureList(RtfDocument doc) |
Modifier and Type | Method and Description |
---|---|
void |
writeContent(OutputStream out)
Writes the element content to the given output stream.
|
void |
writeDefinition(OutputStream result)
Write the definition part of the element
|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setInHeader, setInTable, setRtfDocument
private static final byte[] LIST_LEVEL_PICTURE
public RtfPictureList(RtfDocument doc)
public void writeContent(OutputStream out) throws IOException
RtfElement
writeContent
in interface RtfBasicElement
writeContent
in class RtfElement
out
- The OutputStream
to write the content toIOException
public void writeDefinition(OutputStream result) throws IOException
RtfExtendedElement
writeDefinition
in interface RtfExtendedElement
result
- The OutputStream
to write the element definition toIOException