public class RtfListTable extends RtfElement implements RtfExtendedElement
document, inHeader, inTable
CLOSE_GROUP, COMMA_DELIMITER, DELIMITER, OPEN_GROUP, TWIPS_FACTOR
Constructor and Description |
---|
RtfListTable(RtfDocument doc)
Constructs a RtfListTable for a RtfDocument
|
Modifier and Type | Method and Description |
---|---|
void |
freeListNumber(RtfList list)
Remove a RtfList from the list of RtfList
|
int |
getListNumber(RtfList list)
Gets the id of the specified RtfList.
|
void |
writeContent(OutputStream out)
unused
|
void |
writeDefinition(OutputStream result)
Writes the list and list override tables.
|
intToByteArray, isInTable, setInHeader, setInTable, setRtfDocument
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setInHeader, setInTable, setRtfDocument
public RtfListTable(RtfDocument doc)
doc
- The RtfDocument this RtfListTable belongs topublic void writeContent(OutputStream out) throws IOException
writeContent
in interface RtfBasicElement
writeContent
in class RtfElement
out
- The OutputStream
to write the content toIOException
public void writeDefinition(OutputStream result) throws IOException
writeDefinition
in interface RtfExtendedElement
result
- The OutputStream
to write the element definition toIOException
public int getListNumber(RtfList list)
list
- The RtfList for which to get the id.public void freeListNumber(RtfList list)
list
- The RtfList to remove.Copyright © 2015. All rights reserved.