Uses of Class
com.lowagie.text.rtf.table.RtfBorderGroup
-
Packages that use RtfBorderGroup Package Description com.lowagie.text.rtf.table -
-
Uses of RtfBorderGroup in com.lowagie.text.rtf.table
Methods in com.lowagie.text.rtf.table that return RtfBorderGroup Modifier and Type Method Description protected RtfBorderGroupRtfCell. getBorders()Gets the borders of this RtfCellprotected RtfBorderGroupRtfTable. getBorders()Gets the borders of this RtfTableMethods in com.lowagie.text.rtf.table with parameters of type RtfBorderGroup Modifier and Type Method Description voidRtfCell. setBorders(RtfBorderGroup borderGroup)Set the borders of this RtfCellConstructors in com.lowagie.text.rtf.table with parameters of type RtfBorderGroup Constructor Description RtfBorderGroup(RtfDocument doc, int borderType, RtfBorderGroup borderGroup)Constructs a RtfBorderGroup based on another RtfBorderGroup.
-