Uses of Class
net.webpdf.wsclient.schema.operation.TransitionStyleType
-
Packages that use TransitionStyleType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of TransitionStyleType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as TransitionStyleType Modifier and Type Field Description protected TransitionStyleTypeTransitionType. style<?Methods in net.webpdf.wsclient.schema.operation that return TransitionStyleType Modifier and Type Method Description static TransitionStyleTypeTransitionStyleType. fromValue(String v)Gets the enum associated to the value passed as parameter.TransitionStyleTypeTransitionType. getStyle()<?static TransitionStyleTypeTransitionStyleType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransitionStyleType[]TransitionStyleType. 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 TransitionStyleType Modifier and Type Method Description voidTransitionType. setStyle(TransitionStyleType value)Sets the value of the style property.
-