Uses of Class
com.lowagie.text.rtf.table.RtfBorder
-
Packages that use RtfBorder Package Description com.lowagie.text.rtf.table -
-
Uses of RtfBorder in com.lowagie.text.rtf.table
Fields in com.lowagie.text.rtf.table with type parameters of type RtfBorder Modifier and Type Field Description private java.util.Map<java.lang.Integer,RtfBorder>
RtfBorderGroup. borders
The borders in this RtfBorderGroupMethods in com.lowagie.text.rtf.table that return types with arguments of type RtfBorder Modifier and Type Method Description protected java.util.Map<java.lang.Integer,RtfBorder>
RtfBorderGroup. getBorders()
Gets the RtfBorders of this RtfBorderGroupConstructors in com.lowagie.text.rtf.table with parameters of type RtfBorder Constructor Description RtfBorder(RtfDocument doc, int borderType, RtfBorder border)
Makes a copy of the given RtfBorder
-