Uses of Class
com.lowagie.text.rtf.RtfCell

Packages that use RtfCell
com.lowagie.text.rtf   
 

Uses of RtfCell in com.lowagie.text.rtf
 

Methods in com.lowagie.text.rtf with parameters of type RtfCell
 void RtfTable.setMerge(int x, int y, int mergeType, RtfCell mergeCell)
          Deprecated. RtfCells 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. RtfTables 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.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.