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 RtfBorderGroupRtfCell.bordersThe borders of this RtfCellprivate RtfBorderGroupRtfTable.bordersThe border style of this RtfTableMethods in com.lowagie.text.rtf.table that return RtfBorderGroupModifier and TypeMethodDescriptionprotected 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 RtfBorderGroupModifier and TypeMethodDescriptionvoidRtfCell.setBorders(RtfBorderGroup borderGroup) Set the borders of this RtfCellConstructors in com.lowagie.text.rtf.table with parameters of type RtfBorderGroupModifierConstructorDescriptionprotectedRtfBorderGroup(RtfDocument doc, int borderType, RtfBorderGroup borderGroup) Constructs a RtfBorderGroup based on another RtfBorderGroup.