Uses of Class
net.webpdf.parameter.schema.extraction.info.Alignment
-
Packages that use Alignment Package Description net.webpdf.parameter.schema.extraction.info -
-
Uses of Alignment in net.webpdf.parameter.schema.extraction.info
Fields in net.webpdf.parameter.schema.extraction.info declared as Alignment Modifier and Type Field Description protected AlignmentBackgroundContentType.PieceInfo. alignment<?Methods in net.webpdf.parameter.schema.extraction.info that return Alignment Modifier and Type Method Description static AlignmentAlignment. fromValue(String v)Gets the enum associated to the value passed as parameter.AlignmentBackgroundContentType.PieceInfo. getAlignment()<?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.parameter.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.
-