Class SplitType

  • All Implemented Interfaces:
    ParameterInterface

    public class SplitType
    extends BaseToolboxType
     <?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">The split operation element can be used to split documents.
     
                     </p>
     
     <?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"><b>Important:</b>
                         Acroforms are correctly split, but contained XFA data are removed.
                     </p>
     

    Java class for SplitType complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="SplitType">
       <complexContent>
         <extension base="{http://schema.webpdf.de/1.0/operation}BaseToolboxType">
           <attribute name="mode" type="{http://schema.webpdf.de/1.0/operation}SplitModeType" default="last" />
           <attribute name="pages" type="{http://www.w3.org/2001/XMLSchema}string" default="1" />
           <attribute name="startPage" default="1">
             <simpleType>
               <restriction base="{http://www.w3.org/2001/XMLSchema}int">
                 <minInclusive value="1"/>
               </restriction>
             </simpleType>
           </attribute>
           <attribute name="fileNameTemplate" type="{http://www.w3.org/2001/XMLSchema}string" default="page[%d]" />
           <attribute name="singleFileAsZip" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • SplitType

        public SplitType()
    • Method Detail

      • setMode

        public void setMode​(SplitModeType value)
        Sets the value of the mode property.
        Parameters:
        value - allowed object is SplitModeType
      • isSetMode

        public boolean isSetMode()
      • getPages

        public String getPages()
        Gets the value of the pages property.
        Returns:
        possible object is String
      • setPages

        public void setPages​(String value)
        Sets the value of the pages property.
        Parameters:
        value - allowed object is String
      • isSetPages

        public boolean isSetPages()
      • getStartPage

        public int getStartPage()
        Gets the value of the startPage property.
        Returns:
        possible object is Integer
      • setStartPage

        public void setStartPage​(int value)
        Sets the value of the startPage property.
        Parameters:
        value - allowed object is Integer
      • isSetStartPage

        public boolean isSetStartPage()
      • unsetStartPage

        public void unsetStartPage()
      • getFileNameTemplate

        public String getFileNameTemplate()
        Gets the value of the fileNameTemplate property.
        Returns:
        possible object is String
      • setFileNameTemplate

        public void setFileNameTemplate​(String value)
        Sets the value of the fileNameTemplate property.
        Parameters:
        value - allowed object is String
      • isSetFileNameTemplate

        public boolean isSetFileNameTemplate()
      • isSingleFileAsZip

        public boolean isSingleFileAsZip()
        Gets the value of the singleFileAsZip property.
        Returns:
        possible object is Boolean
      • setSingleFileAsZip

        public void setSingleFileAsZip​(boolean value)
        Sets the value of the singleFileAsZip property.
        Parameters:
        value - allowed object is Boolean
      • isSetSingleFileAsZip

        public boolean isSetSingleFileAsZip()
      • unsetSingleFileAsZip

        public void unsetSingleFileAsZip()