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()<?StringgetPages()<?SvgFormatTypegetSvgFormat()<?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
<?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">Selects parameters for the creation of SVGs, possibly contained in resulting documents.</p>
-
pages
protected String pages
<?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">Specifies which page(s) to convert. The page number can be either a single page, a range of pages or a list (separated by commas) (e.g. "1,5-6,9"). The specification of all pages is done with "*".</p>
-
dpi
protected Integer dpi
<?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">This parameter sets the DPI resolution of the document. The larger the value, the larger the X/Y resolution of the document's pages and generated raster graphics. Also, as the DPI resolution increases, so does the byte size of the document.</p>
-
-
Method Detail
-
getSvgFormat
public SvgFormatType getSvgFormat()
<?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">Selects parameters for the creation of SVGs, possibly contained in resulting documents.</p>
- Returns:
- possible object is
SvgFormatType
-
setSvgFormat
public void setSvgFormat(SvgFormatType value)
Sets the value of the svgFormat property.- Parameters:
value- allowed object isSvgFormatType- See Also:
getSvgFormat()
-
isSetSvgFormat
public boolean isSetSvgFormat()
-
getPages
public String getPages()
<?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">Specifies which page(s) to convert. The page number can be either a single page, a range of pages or a list (separated by commas) (e.g. "1,5-6,9"). The specification of all pages is done with "*".</p>
- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString- See Also:
getPages()
-
isSetPages
public boolean isSetPages()
-
getDpi
public int getDpi()
<?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">This parameter sets the DPI resolution of the document. The larger the value, the larger the X/Y resolution of the document's pages and generated raster graphics. Also, as the DPI resolution increases, so does the byte size of the document.</p>
- Returns:
- possible object is
Integer
-
setDpi
public void setDpi(int value)
Sets the value of the dpi property.
-
isSetDpi
public boolean isSetDpi()
-
unsetDpi
public void unsetDpi()
-
-