Uses of Class
net.webpdf.wsclient.schema.extraction.info.TransitionStyleType
-
Packages that use TransitionStyleType Package Description net.webpdf.wsclient.schema.extraction.info -
-
Uses of TransitionStyleType in net.webpdf.wsclient.schema.extraction.info
Fields in net.webpdf.wsclient.schema.extraction.info declared as TransitionStyleType Modifier and Type Field Description protected TransitionStyleTypeTransitionType. style<?Methods in net.webpdf.wsclient.schema.extraction.info 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.extraction.info with parameters of type TransitionStyleType Modifier and Type Method Description voidTransitionType. setStyle(TransitionStyleType value)Sets the value of the style property.
-