Uses of Class
com.lowagie.text.alignment.HorizontalAlignment
-
Packages that use HorizontalAlignment Package Description com.lowagie.text com.lowagie.text.alignment -
-
Uses of HorizontalAlignment in com.lowagie.text
Methods in com.lowagie.text with parameters of type HorizontalAlignment Modifier and Type Method Description void
Cell. setHorizontalAlignment(HorizontalAlignment alignment)
void
Row. setHorizontalAlignment(HorizontalAlignment alignment)
void
Table. setHorizontalAlignment(HorizontalAlignment alignment)
-
Uses of HorizontalAlignment in com.lowagie.text.alignment
Methods in com.lowagie.text.alignment that return HorizontalAlignment Modifier and Type Method Description static HorizontalAlignment
HorizontalAlignment. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HorizontalAlignment[]
HorizontalAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.lowagie.text.alignment that return types with arguments of type HorizontalAlignment Modifier and Type Method Description static java.util.Optional<HorizontalAlignment>
HorizontalAlignment. of(int id)
ConstructsHorizontalAlignment
instance from passed unique alignmentid
.Methods in com.lowagie.text.alignment with parameters of type HorizontalAlignment Modifier and Type Method Description void
WithHorizontalAlignment. setHorizontalAlignment(HorizontalAlignment alignment)
Sets horizontal alignment mode.
-