public class ConverterHtmlType extends Object
Java class for ConverterHtmlType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterHtmlType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="templateData" type="{http://schema.webpdf.de/1.0/operation}TemplateDataType" minOccurs="0"/>
</all>
<attribute name="downloadImages" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="adjustFonts" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="baseURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" default="" />
<attribute name="useAsTemplate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="useBackground" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
adjustFonts |
protected String |
baseURL |
protected Boolean |
downloadImages |
protected TemplateDataType |
templateData |
protected Boolean |
useAsTemplate |
protected Boolean |
useBackground |
| Constructor and Description |
|---|
ConverterHtmlType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURL()
Gets the value of the baseURL property.
|
TemplateDataType |
getTemplateData()
Gets the value of the templateData property.
|
boolean |
isAdjustFonts()
Gets the value of the adjustFonts property.
|
boolean |
isDownloadImages()
Gets the value of the downloadImages property.
|
boolean |
isSetAdjustFonts() |
boolean |
isSetBaseURL() |
boolean |
isSetDownloadImages() |
boolean |
isSetTemplateData() |
boolean |
isSetUseAsTemplate() |
boolean |
isSetUseBackground() |
boolean |
isUseAsTemplate()
Gets the value of the useAsTemplate property.
|
boolean |
isUseBackground()
Gets the value of the useBackground property.
|
void |
setAdjustFonts(boolean value)
Sets the value of the adjustFonts property.
|
void |
setBaseURL(String value)
Sets the value of the baseURL property.
|
void |
setDownloadImages(boolean value)
Sets the value of the downloadImages property.
|
void |
setTemplateData(TemplateDataType value)
Sets the value of the templateData property.
|
void |
setUseAsTemplate(boolean value)
Sets the value of the useAsTemplate property.
|
void |
setUseBackground(boolean value)
Sets the value of the useBackground property.
|
void |
unsetAdjustFonts() |
void |
unsetDownloadImages() |
void |
unsetUseAsTemplate() |
void |
unsetUseBackground() |
protected TemplateDataType templateData
protected Boolean downloadImages
protected Boolean adjustFonts
protected String baseURL
protected Boolean useAsTemplate
protected Boolean useBackground
public TemplateDataType getTemplateData()
TemplateDataTypepublic void setTemplateData(TemplateDataType value)
value - allowed object is
TemplateDataTypepublic boolean isSetTemplateData()
public boolean isDownloadImages()
Booleanpublic void setDownloadImages(boolean value)
value - allowed object is
Booleanpublic boolean isSetDownloadImages()
public void unsetDownloadImages()
public boolean isAdjustFonts()
Booleanpublic void setAdjustFonts(boolean value)
value - allowed object is
Booleanpublic boolean isSetAdjustFonts()
public void unsetAdjustFonts()
public String getBaseURL()
Stringpublic void setBaseURL(String value)
value - allowed object is
Stringpublic boolean isSetBaseURL()
public boolean isUseAsTemplate()
Booleanpublic void setUseAsTemplate(boolean value)
value - allowed object is
Booleanpublic boolean isSetUseAsTemplate()
public void unsetUseAsTemplate()
public boolean isUseBackground()
Booleanpublic void setUseBackground(boolean value)
value - allowed object is
Booleanpublic boolean isSetUseBackground()
public void unsetUseBackground()
Copyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.