Uses of Class
com.lowagie.text.rtf.table.RtfBorderGroup
Packages that use RtfBorderGroup
-
Uses of RtfBorderGroup in com.lowagie.text.rtf.table
Fields in com.lowagie.text.rtf.table declared as RtfBorderGroupModifier and TypeFieldDescriptionprivate 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 RtfBorderGroupModifier and TypeMethodDescriptionprotected 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 RtfBorderGroupModifier and TypeMethodDescriptionvoid
RtfCell.setBorders
(RtfBorderGroup borderGroup) Set the borders of this RtfCellConstructors in com.lowagie.text.rtf.table with parameters of type RtfBorderGroupModifierConstructorDescriptionprotected
RtfBorderGroup
(RtfDocument doc, int borderType, RtfBorderGroup borderGroup) Constructs a RtfBorderGroup based on another RtfBorderGroup.