Class JDFAutoProofingParams

  • 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:
    JDFProofingParams

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

      • JDFAutoProofingParams

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

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

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

      • setDisplayTraps

        public void setDisplayTraps​(boolean value)
        (36) set attribute DisplayTraps
        Parameters:
        value - the value to set the attribute to
      • getDisplayTraps

        public boolean getDisplayTraps()
        (18) get boolean attribute DisplayTraps
        Returns:
        boolean the value of the attribute
      • setHalfTone

        public void setHalfTone​(boolean value)
        (36) set attribute HalfTone
        Parameters:
        value - the value to set the attribute to
      • getHalfTone

        public boolean getHalfTone()
        (18) get boolean attribute HalfTone
        Returns:
        boolean the value of the attribute
      • setImageViewingStrategy

        public void setImageViewingStrategy​(java.lang.String value)
        (36) set attribute ImageViewingStrategy
        Parameters:
        value - the value to set the attribute to
      • getImageViewingStrategy

        public java.lang.String getImageViewingStrategy()
        (23) get String attribute ImageViewingStrategy
        Returns:
        the value of the attribute
      • setManualFeed

        public void setManualFeed​(boolean value)
        (36) set attribute ManualFeed
        Parameters:
        value - the value to set the attribute to
      • getManualFeed

        public boolean getManualFeed()
        (18) get boolean attribute ManualFeed
        Returns:
        boolean the value of the attribute
      • setProofType

        public void setProofType​(JDFAutoProofingParams.EnumProofType enumVar)
        (5) set attribute ProofType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setColorType

        public void setColorType​(JDFAutoProofingParams.EnumColorType enumVar)
        (5) set attribute ColorType
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setResolution

        public void setResolution​(JDFXYPair value)
        (36) set attribute Resolution
        Parameters:
        value - the value to set the attribute to
      • getResolution

        public JDFXYPair getResolution()
        (20) get JDFXYPair attribute Resolution
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • getFileSpec

        public JDFFileSpec getFileSpec()
        (24) const get element FileSpec
        Returns:
        JDFFileSpec the element
      • getCreateFileSpec

        public JDFFileSpec getCreateFileSpec()
        (25) getCreateFileSpec
        Returns:
        JDFFileSpec the element
      • appendFileSpec

        public JDFFileSpec appendFileSpec()
        (29) append element FileSpec
        Returns:
        JDFFileSpec the element @ if the element already exists
      • refFileSpec

        public void refFileSpec​(JDFFileSpec refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getMedia

        public JDFMedia getMedia()
        (24) const get element Media
        Returns:
        JDFMedia the element
      • getCreateMedia

        public JDFMedia getCreateMedia()
        (25) getCreateMedia
        Returns:
        JDFMedia the element
      • appendMedia

        public JDFMedia appendMedia()
        (29) append element Media
        Returns:
        JDFMedia the element @ if the element already exists
      • refMedia

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