Uses of Class
net.webpdf.wsclient.schema.extraction.text.LinkContentType
-
Packages that use LinkContentType Package Description net.webpdf.wsclient.schema.extraction.text -
-
Uses of LinkContentType in net.webpdf.wsclient.schema.extraction.text
Fields in net.webpdf.wsclient.schema.extraction.text declared as LinkContentType Modifier and Type Field Description protected LinkContentTypeLinkType. typeMethods in net.webpdf.wsclient.schema.extraction.text that return LinkContentType Modifier and Type Method Description static LinkContentTypeLinkContentType. fromValue(String v)LinkContentTypeLinkType. getType()Gets the value of the type property.static LinkContentTypeLinkContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static LinkContentType[]LinkContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.schema.extraction.text with parameters of type LinkContentType Modifier and Type Method Description voidLinkType. setType(LinkContentType value)Sets the value of the type property.
-