Class ConverterOfficeFormType
- java.lang.Object
-
- net.webpdf.wsclient.schema.operation.ConverterOfficeFormType
-
public class ConverterOfficeFormType extends Object
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p165541_="https://jakarta.ee/xml/ns/jaxb" xmlns:p356920_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"> Defines the settings that are used when converting documents that have content that can be converted to an AcroForm. </p>Java class for ConverterOfficeFormType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ConverterOfficeFormType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description ConverterOfficeFormType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisEnabled()<?booleanisSetEnabled()voidsetEnabled(boolean value)Sets the value of the enabled property.voidunsetEnabled()
-
-
-
Field Detail
-
enabled
protected Boolean enabled
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p165541_="https://jakarta.ee/xml/ns/jaxb" xmlns:p356920_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><p>If "true," content elements that define forms are converted into an AcroForm. Otherwise, the elements are converted as normal content.</p></p>
-
-
Method Detail
-
isEnabled
public boolean isEnabled()
<?xml version="1.0" encoding="UTF-8"?><p xmlns:p165541_="https://jakarta.ee/xml/ns/jaxb" xmlns:p356920_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema"><p>If "true," content elements that define forms are converted into an AcroForm. Otherwise, the elements are converted as normal content.</p></p>
- Returns:
- possible object is
Boolean
-
setEnabled
public void setEnabled(boolean value)
Sets the value of the enabled property.- Parameters:
value- allowed object isBoolean- See Also:
isEnabled()
-
isSetEnabled
public boolean isSetEnabled()
-
unsetEnabled
public void unsetEnabled()
-
-