Class RtfPictureList
java.lang.Object
com.lowagie.text.rtf.RtfElement
com.lowagie.text.rtf.list.RtfPictureList
- All Implemented Interfaces:
RtfBasicElement, 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
Fields inherited from class RtfElement
document, inHeader, inTableFields inherited from interface RtfBasicElement
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteContent(OutputStream out) Writes the element content to the given output stream.voidwriteDefinition(OutputStream result) Write the definition part of the elementMethods inherited from class RtfElement
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocumentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RtfBasicElement
setInHeader, setInTable, setRtfDocument
-
Constructor Details
-
RtfPictureList
-
-
Method Details
-
writeContent
Description copied from class:RtfElementWrites the element content to the given output stream.- Specified by:
writeContentin interfaceRtfBasicElement- Specified by:
writeContentin classRtfElement- Parameters:
out- TheOutputStreamto write the content to- Throws:
IOException
-
writeDefinition
Description copied from interface:RtfExtendedElementWrite the definition part of the element- Specified by:
writeDefinitionin interfaceRtfExtendedElement- Parameters:
result- TheOutputStreamto write the element definition to- Throws:
IOException
-