public class ExtractionImagesType extends ResourceExtractionType
Java class for ExtractionImagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtractionImagesType">
<complexContent>
<extension base="{http://schema.webpdf.de/1.0/operation}ResourceExtractionType">
<attribute name="fileNameTemplate" type="{http://www.w3.org/2001/XMLSchema}string" default="file[%d]" />
<attribute name="folderNameTemplate" type="{http://www.w3.org/2001/XMLSchema}string" default="page[%d]" />
<attribute name="fallbackFormat" default="png">
<simpleType>
<restriction base="{http://schema.webpdf.de/1.0/operation}ExtractionImageFormat">
<enumeration value="jpeg"/>
<enumeration value="png"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtractionImageFormat |
fallbackFormat |
protected String |
fileNameTemplate |
protected String |
folderNameTemplate |
fileFormat, pages| Constructor and Description |
|---|
ExtractionImagesType() |
| Modifier and Type | Method and Description |
|---|---|
ExtractionImageFormat |
getFallbackFormat()
Gets the value of the fallbackFormat property.
|
String |
getFileNameTemplate()
Gets the value of the fileNameTemplate property.
|
String |
getFolderNameTemplate()
Gets the value of the folderNameTemplate property.
|
boolean |
isSetFallbackFormat() |
boolean |
isSetFileNameTemplate() |
boolean |
isSetFolderNameTemplate() |
void |
setFallbackFormat(ExtractionImageFormat value)
Sets the value of the fallbackFormat property.
|
void |
setFileNameTemplate(String value)
Sets the value of the fileNameTemplate property.
|
void |
setFolderNameTemplate(String value)
Sets the value of the folderNameTemplate property.
|
getFileFormat, getPages, isSetFileFormat, isSetPages, setFileFormat, setPagesprotected String fileNameTemplate
protected String folderNameTemplate
protected ExtractionImageFormat fallbackFormat
public String getFileNameTemplate()
Stringpublic void setFileNameTemplate(String value)
value - allowed object is
Stringpublic boolean isSetFileNameTemplate()
public String getFolderNameTemplate()
Stringpublic void setFolderNameTemplate(String value)
value - allowed object is
Stringpublic boolean isSetFolderNameTemplate()
public ExtractionImageFormat getFallbackFormat()
ExtractionImageFormatpublic void setFallbackFormat(ExtractionImageFormat value)
value - allowed object is
ExtractionImageFormatpublic boolean isSetFallbackFormat()
Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.