Uses of Enum
com.itextpdf.layout.properties.BorderCollapsePropertyValue
Packages that use BorderCollapsePropertyValue
-
Uses of BorderCollapsePropertyValue in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type BorderCollapsePropertyValueModifier and TypeMethodDescriptionTable.setBorderCollapse(BorderCollapsePropertyValue collapsePropertyValue) Sets the type of border collapse. -
Uses of BorderCollapsePropertyValue in com.itextpdf.layout.properties
Subclasses with type arguments of type BorderCollapsePropertyValue in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumA specialized enum containing potential property values forProperty.BORDER_COLLAPSE.Methods in com.itextpdf.layout.properties that return BorderCollapsePropertyValueModifier and TypeMethodDescriptionstatic BorderCollapsePropertyValueReturns 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.