Class SanitizePagesType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SanitizeOptionsType
-
- net.webpdf.wsclient.schema.operation.SanitizePagesType
-
public class SanitizePagesType extends SanitizeOptionsType
<?xml version="1.0" encoding="UTF-8"?><p xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">If this function is enabled, all the selected pages in the document will be flattened. When this is done, an image of the visible contents in the corresponding page will be generated and will be used to replace all the page contents. This will remove any complex content that may be hiding confidential data.</p>
Java class for SanitizePagesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SanitizePagesType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}SanitizeOptionsType"> <attribute name="dpi" default="72"> <simpleType> <restriction base="{http://schema.webpdf.de/1.0/operation}DpiType"> </restriction> </simpleType> </attribute> <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="*" /> </extension> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SanitizePagesType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDpi()Gets the value of the dpi property.StringgetPages()Gets the value of the pages property.booleanisSetDpi()booleanisSetPages()voidsetDpi(int value)Sets the value of the dpi property.voidsetPages(String value)Sets the value of the pages property.voidunsetDpi()-
Methods inherited from class net.webpdf.wsclient.schema.operation.SanitizeOptionsType
isEnabled, isSetEnabled, setEnabled, unsetEnabled
-
-
-
-
Method Detail
-
getDpi
public int getDpi()
Gets the value of the dpi property.- Returns:
- possible object is
Integer
-
setDpi
public void setDpi(int value)
Sets the value of the dpi property.- Parameters:
value- allowed object isInteger
-
isSetDpi
public boolean isSetDpi()
-
unsetDpi
public void unsetDpi()
-
getPages
public String getPages()
Gets the value of the pages property.- Returns:
- possible object is
String
-
setPages
public void setPages(String value)
Sets the value of the pages property.- Parameters:
value- allowed object isString
-
isSetPages
public boolean isSetPages()
-
-