Uses of Class
com.levigo.jadice.server.pdf.PDFCompositeNode.HorizontalAlignment
-
Packages that use PDFCompositeNode.HorizontalAlignment Package Description com.levigo.jadice.server.pdf -
-
Uses of PDFCompositeNode.HorizontalAlignment in com.levigo.jadice.server.pdf
Methods in com.levigo.jadice.server.pdf that return PDFCompositeNode.HorizontalAlignment Modifier and Type Method Description PDFCompositeNode.HorizontalAlignment
PDFCompositeNode. getHorizontalAlignment()
Set the horizontal alignment.static PDFCompositeNode.HorizontalAlignment
PDFCompositeNode.HorizontalAlignment. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDFCompositeNode.HorizontalAlignment[]
PDFCompositeNode.HorizontalAlignment. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.levigo.jadice.server.pdf with parameters of type PDFCompositeNode.HorizontalAlignment Modifier and Type Method Description void
PDFCompositeNode. setHorizontalAlignment(PDFCompositeNode.HorizontalAlignment hAlignment)
Set the horizontal alignment.
-