Class ConverterOfficeType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ConverterOfficeType
-
public class ConverterOfficeType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p165541_="https://jakarta.ee/xml/ns/jaxb" xmlns:p356920_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"> Defines the settings to be used when converting Office documents (e.g., docx documents). <p><b>Important:</b> Currently only the integrated Word document converter for docx files is supported </p></p>Java class for ConverterOfficeType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterOfficeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="word" type="{http://schema.webpdf.de/1.0/operation}ConverterOfficeWordType" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ConverterOfficeWordTypeword
-
Constructor Summary
Constructors Constructor Description ConverterOfficeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConverterOfficeWordTypegetWord()Gets the value of the word property.booleanisSetWord()voidsetWord(ConverterOfficeWordType value)Sets the value of the word property.
-
-
-
Field Detail
-
word
protected ConverterOfficeWordType word
-
-
Method Detail
-
getWord
public ConverterOfficeWordType getWord()
Gets the value of the word property.- Returns:
- possible object is
ConverterOfficeWordType
-
setWord
public void setWord(ConverterOfficeWordType value)
Sets the value of the word property.- Parameters:
value- allowed object isConverterOfficeWordType
-
isSetWord
public boolean isSetWord()
-
-