|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer
org.apache.fop.render.rtf.rtflib.rtfdoc.RtfTable
public class RtfTable
Container for RtfRow elements
Field Summary |
---|
Fields inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement |
---|
attrib, parent, writer |
Method Summary | |
---|---|
RtfAttributes |
getBorderAttributes()
Returns the RtfAttributes for the borders of the table. |
RtfAttributes |
getHeaderAttribs()
|
ITableColumnsInfo |
getITableColumnsInfo()
Added by Boris Poud??rous on 07/22/2002 |
int |
getNestedTableDepth()
Returns the nested table depth. |
RtfTableRow |
getRow()
|
RtfAttributes |
getRtfAttributes()
Added by Normand Masse |
boolean |
isHighestRow(int id)
|
boolean |
isNestedTable()
|
RtfTableRow |
newTableRow()
Close current row if any and start a new one |
RtfTableRow |
newTableRow(RtfAttributes attrs)
Close current row if any and start a new one |
void |
setBorderAttributes(RtfAttributes attributes)
Sets the RtfAttributes for the borders of the table. |
void |
setHeaderAttribs(RtfAttributes attrs)
Added by Normand Masse Support for table-header attributes (used instead of table attributes) |
void |
setNestedTableDepth(int nestedTableDepth)
Sets the nested table depth. |
protected void |
writeRtfPrefix()
Overridden to write RTF prefix code, what comes before our children |
protected void |
writeRtfSuffix()
Overridden to write RTF suffix code, what comes after our children |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfContainer |
---|
addChild, getChildCount, getChildren, isEmpty, okToWriteRtf, setChildren, setOptions, toString, writeRtfContent |
Methods inherited from class org.apache.fop.render.rtf.rtflib.rtfdoc.RtfElement |
---|
close, newLine, writeAttributes, writeControlWord, writeControlWordNS, writeExceptionInRtf, writeGroupMark, writeOneAttribute, writeOneAttributeNS, writeRtf, writeStarControlWord, writeStarControlWordNS |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public RtfTableRow newTableRow() throws java.io.IOException
java.io.IOException
- for I/O problemspublic RtfTableRow newTableRow(RtfAttributes attrs) throws java.io.IOException
attrs
- attributs of new RtfTableRow
java.io.IOException
- for I/O problemsprotected void writeRtfPrefix() throws java.io.IOException
writeRtfPrefix
in class RtfElement
java.io.IOException
- for I/O problemsprotected void writeRtfSuffix() throws java.io.IOException
writeRtfSuffix
in class RtfElement
java.io.IOException
- for I/O problemspublic boolean isHighestRow(int id)
id
- row to check (??)
public ITableColumnsInfo getITableColumnsInfo()
public void setHeaderAttribs(RtfAttributes attrs)
attrs
- attributes to be setpublic RtfAttributes getHeaderAttribs()
public RtfAttributes getRtfAttributes()
getRtfAttributes
in class RtfElement
public boolean isNestedTable()
public RtfTableRow getRow()
public void setNestedTableDepth(int nestedTableDepth)
nestedTableDepth
- the nested table depthpublic int getNestedTableDepth()
public void setBorderAttributes(RtfAttributes attributes)
attributes
- Border attributes of the table.public RtfAttributes getBorderAttributes()
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |