Uses of Class
com.levigo.jadice.server.pdf.PDFCompositeNode.VerticalAlignment
-
Packages that use PDFCompositeNode.VerticalAlignment Package Description com.levigo.jadice.server.pdf -
-
Uses of PDFCompositeNode.VerticalAlignment in com.levigo.jadice.server.pdf
Methods in com.levigo.jadice.server.pdf that return PDFCompositeNode.VerticalAlignment Modifier and Type Method Description PDFCompositeNode.VerticalAlignmentPDFCompositeNode. getVerticalAlignment()Get the vertical alignment.static PDFCompositeNode.VerticalAlignmentPDFCompositeNode.VerticalAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static PDFCompositeNode.VerticalAlignment[]PDFCompositeNode.VerticalAlignment. 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.VerticalAlignment Modifier and Type Method Description voidPDFCompositeNode. setVerticalAlignment(PDFCompositeNode.VerticalAlignment vAlignment)Set the vertical alignment.
-