Class JDFAutoPageList

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFPageList

    public abstract class JDFAutoPageList
    extends JDFResource
    class JDFAutoPageList : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoPageList

        protected JDFAutoPageList​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                  java.lang.String qualifiedName)
        Constructor for JDFAutoPageList
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoPageList

        protected JDFAutoPageList​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                  java.lang.String myNamespaceURI,
                                  java.lang.String qualifiedName)
        Constructor for JDFAutoPageList
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFAutoPageList

        protected JDFAutoPageList​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                  java.lang.String myNamespaceURI,
                                  java.lang.String qualifiedName,
                                  java.lang.String myLocalName)
        Constructor for JDFAutoPageList
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setTemplate

        public void setTemplate​(boolean value)
        (36) set attribute Template
        Parameters:
        value - the value to set the attribute to
      • getTemplate

        public boolean getTemplate()
        (18) get boolean attribute Template
        Returns:
        boolean the value of the attribute
      • setAssemblyID

        public void setAssemblyID​(java.lang.String value)
        (36) set attribute AssemblyID
        Parameters:
        value - the value to set the attribute to
      • getAssemblyID

        public java.lang.String getAssemblyID()
        (23) get String attribute AssemblyID
        Returns:
        the value of the attribute
      • setAssemblyIDs

        public void setAssemblyIDs​(VString value)
        (36) set attribute AssemblyIDs
        Parameters:
        value - the value to set the attribute to
      • getAssemblyIDs

        public VString getAssemblyIDs()
        (21) get VString attribute AssemblyIDs
        Returns:
        VString the value of the attribute
      • setHasBleeds

        public void setHasBleeds​(boolean value)
        (36) set attribute HasBleeds
        Parameters:
        value - the value to set the attribute to
      • getHasBleeds

        public boolean getHasBleeds()
        (18) get boolean attribute HasBleeds
        Returns:
        boolean the value of the attribute
      • setIsBlank

        public void setIsBlank​(boolean value)
        (36) set attribute IsBlank
        Parameters:
        value - the value to set the attribute to
      • getIsBlank

        public boolean getIsBlank()
        (18) get boolean attribute IsBlank
        Returns:
        boolean the value of the attribute
      • setIsPrintable

        public void setIsPrintable​(boolean value)
        (36) set attribute IsPrintable
        Parameters:
        value - the value to set the attribute to
      • getIsPrintable

        public boolean getIsPrintable()
        (18) get boolean attribute IsPrintable
        Returns:
        boolean the value of the attribute
      • setIsTrapped

        public void setIsTrapped​(boolean value)
        (36) set attribute IsTrapped
        Parameters:
        value - the value to set the attribute to
      • getIsTrapped

        public boolean getIsTrapped()
        (18) get boolean attribute IsTrapped
        Returns:
        boolean the value of the attribute
      • setJobID

        public void setJobID​(java.lang.String value)
        (36) set attribute JobID
        Parameters:
        value - the value to set the attribute to
      • getJobID

        public java.lang.String getJobID()
        (23) get String attribute JobID
        Returns:
        the value of the attribute
      • setPageLabelPrefix

        public void setPageLabelPrefix​(java.lang.String value)
        (36) set attribute PageLabelPrefix
        Parameters:
        value - the value to set the attribute to
      • getPageLabelPrefix

        public java.lang.String getPageLabelPrefix()
        (23) get String attribute PageLabelPrefix
        Returns:
        the value of the attribute
      • setPageLabelSuffix

        public void setPageLabelSuffix​(java.lang.String value)
        (36) set attribute PageLabelSuffix
        Parameters:
        value - the value to set the attribute to
      • getPageLabelSuffix

        public java.lang.String getPageLabelSuffix()
        (23) get String attribute PageLabelSuffix
        Returns:
        the value of the attribute
      • setSourceBleedBox

        public void setSourceBleedBox​(JDFRectangle value)
        (36) set attribute SourceBleedBox
        Parameters:
        value - the value to set the attribute to
      • getSourceBleedBox

        public JDFRectangle getSourceBleedBox()
        (20) get JDFRectangle attribute SourceBleedBox
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • setSourceClipBox

        public void setSourceClipBox​(JDFRectangle value)
        (36) set attribute SourceClipBox
        Parameters:
        value - the value to set the attribute to
      • getSourceClipBox

        public JDFRectangle getSourceClipBox()
        (20) get JDFRectangle attribute SourceClipBox
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • setSourceTrimBox

        public void setSourceTrimBox​(JDFRectangle value)
        (36) set attribute SourceTrimBox
        Parameters:
        value - the value to set the attribute to
      • getSourceTrimBox

        public JDFRectangle getSourceTrimBox()
        (20) get JDFRectangle attribute SourceTrimBox
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • getAssembly

        public JDFAssembly getAssembly()
        (24) const get element Assembly
        Returns:
        JDFAssembly the element
      • getCreateAssembly

        public JDFAssembly getCreateAssembly()
        (25) getCreateAssembly
        Returns:
        JDFAssembly the element
      • appendAssembly

        public JDFAssembly appendAssembly()
        (29) append element Assembly
        Returns:
        JDFAssembly the element @ if the element already exists
      • refAssembly

        public void refAssembly​(JDFAssembly refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getColorPool

        public JDFColorPool getColorPool()
        (24) const get element ColorPool
        Returns:
        JDFColorPool the element
      • getCreateColorPool

        public JDFColorPool getCreateColorPool()
        (25) getCreateColorPool
        Returns:
        JDFColorPool the element
      • appendColorPool

        public JDFColorPool appendColorPool()
        (29) append element ColorPool
        Returns:
        JDFColorPool the element @ if the element already exists
      • refColorPool

        public void refColorPool​(JDFColorPool refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getContentList

        public JDFContentList getContentList()
        (24) const get element ContentList
        Returns:
        JDFContentList the element
      • getCreateContentList

        public JDFContentList getCreateContentList()
        (25) getCreateContentList
        Returns:
        JDFContentList the element
      • appendContentList

        public JDFContentList appendContentList()
        (29) append element ContentList
        Returns:
        JDFContentList the element @ if the element already exists
      • refContentList

        public void refContentList​(JDFContentList refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getImageCompressionParams

        public JDFImageCompressionParams getImageCompressionParams()
        (24) const get element ImageCompressionParams
        Returns:
        JDFImageCompressionParams the element
      • getCreateImageCompressionParams

        public JDFImageCompressionParams getCreateImageCompressionParams()
        (25) getCreateImageCompressionParams
        Returns:
        JDFImageCompressionParams the element
      • appendImageCompressionParams

        public JDFImageCompressionParams appendImageCompressionParams()
        (29) append element ImageCompressionParams
        Returns:
        JDFImageCompressionParams the element @ if the element already exists
      • refImageCompressionParams

        public void refImageCompressionParams​(JDFImageCompressionParams refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getPageData

        public JDFPageData getPageData()
        (24) const get element PageData
        Returns:
        JDFPageData the element
      • getCreatePageData

        public JDFPageData getCreatePageData()
        (25) getCreatePageData
        Returns:
        JDFPageData the element
      • getCreatePageData

        public JDFPageData getCreatePageData​(int iSkip)
        (26) getCreatePageData
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPageData the element
      • getPageData

        public JDFPageData getPageData​(int iSkip)
        (27) const get element PageData
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPageData the element default is getPageData(0)
      • getAllPageData

        public java.util.Collection<JDFPageData> getAllPageData()
        Get all PageData from the current element
        Returns:
        Collection, null if none are available
      • appendPageData

        public JDFPageData appendPageData()
        (30) append element PageData
        Returns:
        JDFPageData the element
      • getScreeningParams

        public JDFScreeningParams getScreeningParams()
        (24) const get element ScreeningParams
        Returns:
        JDFScreeningParams the element
      • getCreateScreeningParams

        public JDFScreeningParams getCreateScreeningParams()
        (25) getCreateScreeningParams
        Returns:
        JDFScreeningParams the element
      • appendScreeningParams

        public JDFScreeningParams appendScreeningParams()
        (29) append element ScreeningParams
        Returns:
        JDFScreeningParams the element @ if the element already exists
      • refScreeningParams

        public void refScreeningParams​(JDFScreeningParams refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getSeparationSpec

        public JDFSeparationSpec getSeparationSpec()
        (24) const get element SeparationSpec
        Returns:
        JDFSeparationSpec the element
      • getCreateSeparationSpec

        public JDFSeparationSpec getCreateSeparationSpec()
        (25) getCreateSeparationSpec
        Returns:
        JDFSeparationSpec the element
      • getCreateSeparationSpec

        public JDFSeparationSpec getCreateSeparationSpec​(int iSkip)
        (26) getCreateSeparationSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFSeparationSpec the element
      • getSeparationSpec

        public JDFSeparationSpec getSeparationSpec​(int iSkip)
        (27) const get element SeparationSpec
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFSeparationSpec the element default is getSeparationSpec(0)
      • getAllSeparationSpec

        public java.util.Collection<JDFSeparationSpec> getAllSeparationSpec()
        Get all SeparationSpec from the current element
        Returns:
        Collection, null if none are available
      • appendSeparationSpec

        public JDFSeparationSpec appendSeparationSpec()
        (30) append element SeparationSpec
        Returns:
        JDFSeparationSpec the element
      • getElementColorParams

        public JDFElementColorParams getElementColorParams()
        (24) const get element ElementColorParams
        Returns:
        JDFElementColorParams the element
      • getCreateElementColorParams

        public JDFElementColorParams getCreateElementColorParams()
        (25) getCreateElementColorParams
        Returns:
        JDFElementColorParams the element
      • appendElementColorParams

        public JDFElementColorParams appendElementColorParams()
        (29) append element ElementColorParams
        Returns:
        JDFElementColorParams the element @ if the element already exists
      • refElementColorParams

        public void refElementColorParams​(JDFElementColorParams refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced