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">
<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="" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
adjustFonts |
protected String |
baseURL |
protected Boolean |
downloadImages |
| Constructor and Description |
|---|
ConverterHtmlType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseURL()
Gets the value of the baseURL 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() |
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 |
unsetAdjustFonts() |
void |
unsetDownloadImages() |
protected Boolean downloadImages
protected Boolean adjustFonts
protected String baseURL
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()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.