Uses of Class
com.itextpdf.layout.properties.CaptionSide
-
Packages that use CaptionSide Package Description com.itextpdf.layout.element com.itextpdf.layout.properties -
-
Uses of CaptionSide in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type CaptionSide Modifier and Type Method Description Table
Table. setCaption(Div caption, CaptionSide side)
Sets the table's caption and its caption side. -
Uses of CaptionSide in com.itextpdf.layout.properties
Methods in com.itextpdf.layout.properties that return CaptionSide Modifier and Type Method Description static CaptionSide
CaptionSide. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CaptionSide[]
CaptionSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-