Uses of Class
net.webpdf.wsclient.openapi.MetadataPieceInfoBackgroundContent.AlignmentEnum
-
Packages that use MetadataPieceInfoBackgroundContent.AlignmentEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of MetadataPieceInfoBackgroundContent.AlignmentEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return MetadataPieceInfoBackgroundContent.AlignmentEnum Modifier and Type Method Description static MetadataPieceInfoBackgroundContent.AlignmentEnumMetadataPieceInfoBackgroundContent.AlignmentEnum. fromValue(String value)@Nullable MetadataPieceInfoBackgroundContent.AlignmentEnumMetadataPieceInfoBackgroundContent. getAlignment()Uses one of multiple preset positions in order to position the background on the pagestatic MetadataPieceInfoBackgroundContent.AlignmentEnumMetadataPieceInfoBackgroundContent.AlignmentEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataPieceInfoBackgroundContent.AlignmentEnum[]MetadataPieceInfoBackgroundContent.AlignmentEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type MetadataPieceInfoBackgroundContent.AlignmentEnum Modifier and Type Method Description MetadataPieceInfoBackgroundContentMetadataPieceInfoBackgroundContent. alignment(MetadataPieceInfoBackgroundContent.AlignmentEnum alignment)voidMetadataPieceInfoBackgroundContent. setAlignment(MetadataPieceInfoBackgroundContent.AlignmentEnum alignment)
-