public class RtfExtraRowSet extends RtfContainer
Used to add extra table rows after a row that contains a nested table:
See org.apache.fop.rtf.rtflib.testdocs.NestedTable for an example of usage.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
attrib, parent, writer
Modifier and Type | Method and Description |
---|---|
ITableColumnsInfo |
getParentITableColumnsInfo() |
boolean |
isEmpty()
As this contains cells from several rows, we say that it's empty
only if we have no cells.
|
void |
setParentITableColumnsInfo(ITableColumnsInfo parentITableColumnsInfo) |
protected void |
writeRtfContent()
render extra RtfTableRows containing all the extra RtfTableCells that we
contain
|
addChild, findChildren, getChildCount, getChildren, okToWriteRtf, setChildren, setOptions, toString
close, getParentOfClass, getRtfAttributes, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeRtfPrefix, writeRtfSuffix, writeStarControlWord, writeStarControlWordNS
protected void writeRtfContent() throws java.io.IOException
writeRtfContent
in class RtfContainer
java.io.IOException
- for I/O problemspublic boolean isEmpty()
isEmpty
in class RtfContainer
public ITableColumnsInfo getParentITableColumnsInfo()
public void setParentITableColumnsInfo(ITableColumnsInfo parentITableColumnsInfo)
parentITableColumnsInfo
- table context to setCopyright 1999-2017 The Apache Software Foundation. All Rights Reserved.