Methods in com.lowagie.text.rtf with parameters of type RtfCell |
void |
RtfTable.setMerge(int x,
int y,
int mergeType,
RtfCell mergeCell)
Deprecated. RtfCell s call this method to specify that a certain other cell is to be merged with it. |
void |
RtfRow.setMerge(int x,
int mergeType,
RtfCell mergeCell)
Deprecated. RtfTable s call this method from their own setMerge() to
specify that a certain other cell is to be merged with it. |
void |
RtfCell.setMerge(int mergeType,
RtfCell mergeCell)
Deprecated. Sets the merge type and the RtfCell with which this
RtfCell is to be merged. |