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
Fields in com.lowagie.text.rtf.table declared as RtfBorderGroup Modifier and Type Field Description private RtfBorderGroup
RtfCell. borders
The borders of this RtfCellprivate RtfBorderGroup
RtfTable. borders
The border style of this RtfTableMethods in com.lowagie.text.rtf.table that return RtfBorderGroup Modifier and Type Method Description protected RtfBorderGroup
RtfCell. getBorders()
Gets the borders of this RtfCellprotected RtfBorderGroup
RtfTable. getBorders()
Gets the borders of this RtfTableMethods in com.lowagie.text.rtf.table with parameters of type RtfBorderGroup Modifier and Type Method Description void
RtfCell. 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.
-