Class HtmlTranscribeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.HtmlTranscribeType
-
public class HtmlTranscribeType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Converts the given document into a HTML representation.</p>
Java class for HtmlTranscribeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HtmlTranscribeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="svgFormat" type="{http://schema.webpdf.de/1.0/operation}SvgFormatType" minOccurs="0"/> </all> <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="1" /> <attribute name="dpi" default="72"> <simpleType> <restriction base="{http://schema.webpdf.de/1.0/operation}DpiType"> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description HtmlTranscribeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDpi()Gets the value of the dpi property.StringgetPages()Gets the value of the pages property.SvgFormatTypegetSvgFormat()Gets the value of the svgFormat property.booleanisSetDpi()booleanisSetPages()booleanisSetSvgFormat()voidsetDpi(int value)Sets the value of the dpi property.voidsetPages(String value)Sets the value of the pages property.voidsetSvgFormat(SvgFormatType value)Sets the value of the svgFormat property.voidunsetDpi()
-
-
-
Field Detail
-
svgFormat
protected SvgFormatType svgFormat
-
pages
protected String pages
-
dpi
protected Integer dpi
-
-
Method Detail
-
getSvgFormat
public SvgFormatType getSvgFormat()
Gets the value of the svgFormat property.- Returns:
- possible object is
SvgFormatType
-
setSvgFormat
public void setSvgFormat(SvgFormatType value)
Sets the value of the svgFormat property.- Parameters:
value- allowed object isSvgFormatType
-
isSetSvgFormat
public boolean isSetSvgFormat()
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
getDpi
public int getDpi()
Gets the value of the dpi property.- Returns:
- possible object is
Integer
-
setDpi
public void setDpi(int value)
Sets the value of the dpi property.- Parameters:
value- allowed object isInteger
-
isSetDpi
public boolean isSetDpi()
-
unsetDpi
public void unsetDpi()
-
-