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, inTableCLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR| Constructor and Description |
|---|
RtfPictureList(RtfDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
writeContent(java.io.OutputStream out)
Writes the element content to the given output stream.
|
void |
writeDefinition(java.io.OutputStream result)
Write the definition part of the element
|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocumentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetInHeader, setInTable, setRtfDocumentprivate static final byte[] LIST_LEVEL_PICTURE
public RtfPictureList(RtfDocument doc)
public void writeContent(java.io.OutputStream out)
throws java.io.IOException
RtfElementwriteContent in interface RtfBasicElementwriteContent in class RtfElementout - The OutputStream to write the content tojava.io.IOExceptionpublic void writeDefinition(java.io.OutputStream result)
throws java.io.IOException
RtfExtendedElementwriteDefinition in interface RtfExtendedElementresult - The OutputStream to write the element definition tojava.io.IOException