Uses of Class
com.itextpdf.layout.properties.BorderCollapsePropertyValue
-
Packages that use BorderCollapsePropertyValue Package Description com.itextpdf.layout.element com.itextpdf.layout.properties -
-
Uses of BorderCollapsePropertyValue in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type BorderCollapsePropertyValue Modifier and Type Method Description Table
Table. setBorderCollapse(BorderCollapsePropertyValue collapsePropertyValue)
Sets the type of border collapse. -
Uses of BorderCollapsePropertyValue in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return BorderCollapsePropertyValue Modifier and Type Method Description static BorderCollapsePropertyValue
BorderCollapsePropertyValue. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BorderCollapsePropertyValue[]
BorderCollapsePropertyValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-