Uses of Class
net.webpdf.wsclient.schema.extraction.info.Alignment
-
Packages that use Alignment Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of Alignment in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as Alignment Modifier and Type Field Description protected AlignmentBackgroundContentType.PieceInfo. alignmentMethods in net.webpdf.wsclient.schema.extraction.info that return Alignment Modifier and Type Method Description static AlignmentAlignment. fromValue(String v)AlignmentBackgroundContentType.PieceInfo. getAlignment()Gets the value of the alignment property.static AlignmentAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static Alignment[]Alignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.info with parameters of type Alignment Modifier and Type Method Description voidBackgroundContentType.PieceInfo. setAlignment(Alignment value)Sets the value of the alignment property.
-