Uses of Enum
com.itextpdf.layout.properties.CaptionSide
Packages that use CaptionSide
-
Uses of CaptionSide in com.itextpdf.layout.element
Methods in com.itextpdf.layout.element with parameters of type CaptionSideModifier and TypeMethodDescriptionTable.setCaption(Div caption, CaptionSide side) Sets the table's caption and its caption side. -
Uses of CaptionSide in com.itextpdf.layout.properties
Subclasses with type arguments of type CaptionSide in com.itextpdf.layout.propertiesModifier and TypeClassDescriptionenumA specialized enum containing the potential caption side values for aTable's caption.Methods in com.itextpdf.layout.properties that return CaptionSideModifier and TypeMethodDescriptionstatic CaptionSideReturns 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.