Class SanitizeFormsType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.SanitizeOptionsType
-
- net.webpdf.wsclient.schema.operation.SanitizeFormsType
-
public class SanitizeFormsType 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 forms in the document will be flattened. (the appearance and the values entered will remain visible in the document, but will no longer be editable).</p>
Java class for SanitizeFormsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SanitizeFormsType"> <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 SanitizeFormsType()
-
Method Summary
-
Methods inherited from class net.webpdf.wsclient.schema.operation.SanitizeOptionsType
isEnabled, isSetEnabled, setEnabled, unsetEnabled
-
-