Class SanitizeOutlinesType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SanitizeOptionsType
-
- net.webpdf.wsclient.schema.operation.SanitizeOutlinesType
-
public class SanitizeOutlinesType 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, the outline will be removed from the document.</p>
Java class for SanitizeOutlinesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SanitizeOutlinesType"> <complexContent> <extension base="{http://schema.webpdf.de/1.0/operation}SanitizeOptionsType"> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class net.webpdf.wsclient.schema.operation.SanitizeOptionsType
enabled
-
-
Constructor Summary
Constructors Constructor Description SanitizeOutlinesType()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.schema.operation.SanitizeOptionsType
isEnabled, isSetEnabled, setEnabled, unsetEnabled
-
-