Class 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 Detail

      • HtmlTranscribeType

        public HtmlTranscribeType()
    • 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 is SvgFormatType
      • 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 is String
      • 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 is Integer
      • isSetDpi

        public boolean isSetDpi()
      • unsetDpi

        public void unsetDpi()