|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfor.jfor.rtflib.rtfdoc.RtfElement
org.jfor.jfor.rtflib.rtfdoc.RtfContainer
org.jfor.jfor.rtflib.rtfdoc.RtfTableRow
Container for RtfTableCell elements
Field Summary |
Fields inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
m_attrib, m_parent, m_writer |
Constructor Summary | |
(package private) |
RtfTableRow(RtfTable parent,
java.io.Writer w,
int idNum)
Create an RTF element as a child of given container |
(package private) |
RtfTableRow(RtfTable parent,
java.io.Writer w,
RtfAttributes attrs,
int idNum)
Create an RTF element as a child of given container |
Method Summary | |
(package private) RtfExtraRowSet |
getExtraRowSet()
|
boolean |
isFirstRow()
|
boolean |
isHighestCell(int id)
|
RtfTableCell |
newTableCell(int cellWidth)
close current cell if any and start a new one |
RtfTableCell |
newTableCell(int cellWidth,
RtfAttributes attrs)
close current cell if any and start a new one |
RtfTableCell |
newTableCellMergedHorizontally(int cellWidth,
RtfAttributes attrs)
Added by Boris POUDEROUS on 07/02/2002 in order to add an empty cell that is merged with the previous cell. |
RtfTableCell |
newTableCellMergedVertically(int cellWidth,
RtfAttributes attrs)
Added by Boris POUDEROUS on 07/02/2002 in order to add an empty cell that is merged with the cell above. |
protected void |
writeRtfContent()
overridden to write trowd and cell definitions before writing our cells |
protected void |
writeRtfPrefix()
called before writeRtfContent() |
protected void |
writeRtfSuffix()
overridden to write RTF suffix code, what comes after our children |
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfContainer |
addChild, containsText, dump, getChildCount, getChildren, getOptions, isEmpty, okToWriteRtf, setChildren, setOptions, toString |
Methods inherited from class org.jfor.jfor.rtflib.rtfdoc.RtfElement |
close, getParentOfClass, getRtfAttributes, getRtfFile, isClosed, 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 |
Constructor Detail |
RtfTableRow(RtfTable parent, java.io.Writer w, int idNum) throws java.io.IOException
RtfTableRow(RtfTable parent, java.io.Writer w, RtfAttributes attrs, int idNum) throws java.io.IOException
Method Detail |
public RtfTableCell newTableCell(int cellWidth) throws java.io.IOException
java.io.IOException
public RtfTableCell newTableCell(int cellWidth, RtfAttributes attrs) throws java.io.IOException
java.io.IOException
public RtfTableCell newTableCellMergedVertically(int cellWidth, RtfAttributes attrs) throws java.io.IOException
java.io.IOException
public RtfTableCell newTableCellMergedHorizontally(int cellWidth, RtfAttributes attrs) throws java.io.IOException
java.io.IOException
protected void writeRtfPrefix() throws java.io.IOException
RtfElement
writeRtfPrefix
in class RtfElement
java.io.IOException
protected void writeRtfContent() throws java.io.IOException
writeRtfContent
in class RtfContainer
java.io.IOException
protected void writeRtfSuffix() throws java.io.IOException
writeRtfSuffix
in class RtfElement
java.io.IOException
RtfExtraRowSet getExtraRowSet()
public boolean isFirstRow()
public boolean isHighestCell(int id)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |