Uses of Class
net.webpdf.wsclient.schema.operation.FontOriginModeType
-
Packages that use FontOriginModeType Package Description net.webpdf.wsclient.schema.operation -
-
Uses of FontOriginModeType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as FontOriginModeType Modifier and Type Field Description protected FontOriginModeTypeSyntaxHighlightType. fontOriginprotected FontOriginModeTypeTextHighlightType. fontOriginMethods in net.webpdf.wsclient.schema.operation that return FontOriginModeType Modifier and Type Method Description static FontOriginModeTypeFontOriginModeType. fromValue(String v)FontOriginModeTypeSyntaxHighlightType. getFontOrigin()Gets the value of the fontOrigin property.FontOriginModeTypeTextHighlightType. getFontOrigin()Gets the value of the fontOrigin property.static FontOriginModeTypeFontOriginModeType. valueOf(String name)Returns the enum constant of this type with the specified name.static FontOriginModeType[]FontOriginModeType. 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 FontOriginModeType Modifier and Type Method Description voidSyntaxHighlightType. setFontOrigin(FontOriginModeType value)Sets the value of the fontOrigin property.voidTextHighlightType. setFontOrigin(FontOriginModeType value)Sets the value of the fontOrigin property.
-