|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.rtf.RtfElement com.lowagie.text.rtf.list.RtfPictureList
public class RtfPictureList
The RtfPictureList2 manages the pictures for lists.
Field Summary |
---|
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 |
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |