Class SanitizeAnnotationsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SanitizeOptionsType
-
- net.webpdf.wsclient.schema.operation.SanitizeAnnotationsType
-
public class SanitizeAnnotationsType 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 comments and annotations will be removed from the document.</p>
Java class for SanitizeAnnotationsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SanitizeAnnotationsType"> <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 SanitizeAnnotationsType()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.schema.operation.SanitizeOptionsType
isEnabled, isSetEnabled, setEnabled, unsetEnabled
-
-