Uses of Class
net.webpdf.wsclient.schema.operation.PageOrientationType
-
Packages that use PageOrientationType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of PageOrientationType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as PageOrientationType Modifier and Type Field Description protected PageOrientationTypeRotateType. pageOrientationMethods in net.webpdf.wsclient.schema.operation that return PageOrientationType Modifier and Type Method Description static PageOrientationTypePageOrientationType. fromValue(String v)PageOrientationTypeRotateType. getPageOrientation()Gets the value of the pageOrientation property.static PageOrientationTypePageOrientationType. valueOf(String name)Returns the enum constant of this type with the specified name.static PageOrientationType[]PageOrientationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.operation with parameters of type PageOrientationType Modifier and Type Method Description voidRotateType. setPageOrientation(PageOrientationType value)Sets the value of the pageOrientation property.
-