Class ConverterTemplateType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.TemplateType
-
- net.webpdf.wsclient.schema.operation.ConverterTemplateType
-
public class ConverterTemplateType extends TemplateType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p383362_="https://jakarta.ee/xml/ns/jaxb" xmlns:p837822_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">Can be used to define settings for file formats for which a template is required for conversion. As of this writing, these settings apply to the following file formats: <ul><li>MIME mail (eml)</li><li>Outlook message (msg)</li><li>iCalendar (ics) / vCalendar (vcs)</li><li>vCard (vcf)</li><li>Serial Vector Format (svg)</li><li>Text document (txt)</li></ul> In addition, you can replace the default template with a custom template of your own in "file". You can also use your own variables in this custom template. These variables would then need to be passed with a JSON structure (Base64-encoded) in "data". </p>Java class for ConverterTemplateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterTemplateType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}TemplateType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.schema.operation.TemplateType
data, file, language
-
-
Constructor Summary
Constructors Constructor Description ConverterTemplateType()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.schema.operation.TemplateType
getData, getFile, getLanguage, isSetData, isSetFile, isSetLanguage, setData, setFile, setLanguage
-
-