public class PDFOptions
extends java.lang.Object
Java class for PDFOptions complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="PDFOptions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="process" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="resolution" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="colorspace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="pdfCatalog" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="extractSearchWords" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="extractLinks" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Constructor and Description | 
|---|
PDFOptions()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getColorspace()
Gets the value of the colorspace property. 
 | 
java.lang.String | 
getProcess()
Gets the value of the process property. 
 | 
java.lang.Double | 
getResolution()
Gets the value of the resolution property. 
 | 
java.lang.Boolean | 
isExtractLinks()
Gets the value of the extractLinks property. 
 | 
java.lang.Boolean | 
isExtractSearchWords()
Gets the value of the extractSearchWords property. 
 | 
java.lang.Boolean | 
isPdfCatalog()
Gets the value of the pdfCatalog property. 
 | 
void | 
setColorspace(java.lang.String value)
Sets the value of the colorspace property. 
 | 
void | 
setExtractLinks(java.lang.Boolean value)
Sets the value of the extractLinks property. 
 | 
void | 
setExtractSearchWords(java.lang.Boolean value)
Sets the value of the extractSearchWords property. 
 | 
void | 
setPdfCatalog(java.lang.Boolean value)
Sets the value of the pdfCatalog property. 
 | 
void | 
setProcess(java.lang.String value)
Sets the value of the process property. 
 | 
void | 
setResolution(java.lang.Double value)
Sets the value of the resolution property. 
 | 
public java.lang.String getProcess()
Stringpublic void setProcess(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Double getResolution()
Doublepublic void setResolution(java.lang.Double value)
value - allowed object is
     Doublepublic java.lang.String getColorspace()
Stringpublic void setColorspace(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.Boolean isPdfCatalog()
Booleanpublic void setPdfCatalog(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Boolean isExtractSearchWords()
Booleanpublic void setExtractSearchWords(java.lang.Boolean value)
value - allowed object is
     Booleanpublic java.lang.Boolean isExtractLinks()
Booleanpublic void setExtractLinks(java.lang.Boolean value)
value - allowed object is
     BooleanCopyright © 2010 - 2023 Adobe. All Rights Reserved