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
Methods 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
-