|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.list.RtfPictureList
public class RtfPictureList
The RtfPictureList2 manages the pictures for lists.
Field Summary | |
---|---|
private static byte[] |
LIST_LEVEL_PICTURE
Constant for determining which picture bullet from the \listpicture destination that should be applied. |
Fields inherited from class com.lowagie.text.rtf.RtfElement |
---|
document, inHeader, inTable |
Fields inherited from interface com.lowagie.text.rtf.RtfBasicElement |
---|
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR |
Constructor Summary | |
---|---|
RtfPictureList(RtfDocument doc)
|
Method Summary | |
---|---|
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 |
Methods inherited from class com.lowagie.text.rtf.RtfElement |
---|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.lowagie.text.rtf.RtfBasicElement |
---|
setInHeader, setInTable, setRtfDocument |
Field Detail |
---|
private static final byte[] LIST_LEVEL_PICTURE
Constructor Detail |
---|
public RtfPictureList(RtfDocument doc)
Method Detail |
---|
public void writeContent(java.io.OutputStream out) throws java.io.IOException
RtfElement
writeContent
in interface RtfBasicElement
writeContent
in class RtfElement
out
- The OutputStream
to write the content to
java.io.IOException
public void writeDefinition(java.io.OutputStream result) throws java.io.IOException
RtfExtendedElement
writeDefinition
in interface RtfExtendedElement
result
- The OutputStream
to write the element definition to
java.io.IOException
|
Hosted by Hostbasket | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |