Class ConverterOfficeFormType


  • public class ConverterOfficeFormType
    extends Object
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" 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>
     
    • Field Detail

      • enabled

        protected Boolean enabled
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" 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>
         
    • Constructor Detail

      • ConverterOfficeFormType

        public ConverterOfficeFormType()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
         <?xml version="1.0" encoding="UTF-8"?><p xmlns:p532746_="urn:jaxb.jvnet.org:plugin:inheritance" xmlns:p882137_="https://jakarta.ee/xml/ns/jaxb" 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 is Boolean
        See Also:
        isEnabled()
      • isSetEnabled

        public boolean isSetEnabled()
      • unsetEnabled

        public void unsetEnabled()