Class JDFAutoPDFInterpretingParams

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

    public abstract class JDFAutoPDFInterpretingParams
    extends JDFElement
    class JDFAutoPDFInterpretingParams : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoPDFInterpretingParams

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

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

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

      • setEmitPDFBG

        public void setEmitPDFBG​(boolean value)
        (36) set attribute EmitPDFBG
        Parameters:
        value - the value to set the attribute to
      • getEmitPDFBG

        public boolean getEmitPDFBG()
        (18) get boolean attribute EmitPDFBG
        Returns:
        boolean the value of the attribute
      • setEmitPDFHalftones

        public void setEmitPDFHalftones​(boolean value)
        (36) set attribute EmitPDFHalftones
        Parameters:
        value - the value to set the attribute to
      • getEmitPDFHalftones

        public boolean getEmitPDFHalftones()
        (18) get boolean attribute EmitPDFHalftones
        Returns:
        boolean the value of the attribute
      • setEmitPDFTransfers

        public void setEmitPDFTransfers​(boolean value)
        (36) set attribute EmitPDFTransfers
        Parameters:
        value - the value to set the attribute to
      • getEmitPDFTransfers

        public boolean getEmitPDFTransfers()
        (18) get boolean attribute EmitPDFTransfers
        Returns:
        boolean the value of the attribute
      • setEmitPDFUCR

        public void setEmitPDFUCR​(boolean value)
        (36) set attribute EmitPDFUCR
        Parameters:
        value - the value to set the attribute to
      • getEmitPDFUCR

        public boolean getEmitPDFUCR()
        (18) get boolean attribute EmitPDFUCR
        Returns:
        boolean the value of the attribute
      • setHonorPDFOverprint

        public void setHonorPDFOverprint​(boolean value)
        (36) set attribute HonorPDFOverprint
        Parameters:
        value - the value to set the attribute to
      • getHonorPDFOverprint

        public boolean getHonorPDFOverprint()
        (18) get boolean attribute HonorPDFOverprint
        Returns:
        boolean the value of the attribute
      • setICCColorAsDeviceColor

        public void setICCColorAsDeviceColor​(boolean value)
        (36) set attribute ICCColorAsDeviceColor
        Parameters:
        value - the value to set the attribute to
      • getICCColorAsDeviceColor

        public boolean getICCColorAsDeviceColor()
        (18) get boolean attribute ICCColorAsDeviceColor
        Returns:
        boolean the value of the attribute
      • setOCGIntent

        public void setOCGIntent​(java.lang.String value)
        (36) set attribute OCGIntent
        Parameters:
        value - the value to set the attribute to
      • getOCGIntent

        public java.lang.String getOCGIntent()
        (23) get String attribute OCGIntent
        Returns:
        the value of the attribute
      • setOCGProcess

        public void setOCGProcess​(java.lang.String value)
        (36) set attribute OCGProcess
        Parameters:
        value - the value to set the attribute to
      • getOCGProcess

        public java.lang.String getOCGProcess()
        (23) get String attribute OCGProcess
        Returns:
        the value of the attribute
      • setOCGZoom

        public void setOCGZoom​(double value)
        (36) set attribute OCGZoom
        Parameters:
        value - the value to set the attribute to
      • getOCGZoom

        public double getOCGZoom()
        (17) get double attribute OCGZoom
        Returns:
        double the value of the attribute
      • setPrintPDFAnnotations

        public void setPrintPDFAnnotations​(boolean value)
        (36) set attribute PrintPDFAnnotations
        Parameters:
        value - the value to set the attribute to
      • getPrintPDFAnnotations

        public boolean getPrintPDFAnnotations()
        (18) get boolean attribute PrintPDFAnnotations
        Returns:
        boolean the value of the attribute
      • setPrintTrapAnnotations

        public void setPrintTrapAnnotations​(boolean value)
        (36) set attribute PrintTrapAnnotations
        Parameters:
        value - the value to set the attribute to
      • getPrintTrapAnnotations

        public boolean getPrintTrapAnnotations()
        (18) get boolean attribute PrintTrapAnnotations
        Returns:
        boolean the value of the attribute
      • setTransparencyRenderingQuality

        public void setTransparencyRenderingQuality​(double value)
        (36) set attribute TransparencyRenderingQuality
        Parameters:
        value - the value to set the attribute to
      • getTransparencyRenderingQuality

        public double getTransparencyRenderingQuality()
        (17) get double attribute TransparencyRenderingQuality
        Returns:
        double the value of the attribute
      • getOCGControl

        public JDFOCGControl getOCGControl()
        (24) const get element OCGControl
        Returns:
        JDFOCGControl the element
      • getCreateOCGControl

        public JDFOCGControl getCreateOCGControl()
        (25) getCreateOCGControl
        Returns:
        JDFOCGControl the element
      • getCreateOCGControl

        public JDFOCGControl getCreateOCGControl​(int iSkip)
        (26) getCreateOCGControl
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFOCGControl the element
      • getOCGControl

        public JDFOCGControl getOCGControl​(int iSkip)
        (27) const get element OCGControl
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFOCGControl the element default is getOCGControl(0)
      • getAllOCGControl

        public java.util.Collection<JDFOCGControl> getAllOCGControl()
        Get all OCGControl from the current element
        Returns:
        Collection, null if none are available
      • appendOCGControl

        public JDFOCGControl appendOCGControl()
        (30) append element OCGControl
        Returns:
        JDFOCGControl the element
      • getReferenceXObjParams

        public JDFReferenceXObjParams getReferenceXObjParams()
        (24) const get element ReferenceXObjParams
        Returns:
        JDFReferenceXObjParams the element
      • getCreateReferenceXObjParams

        public JDFReferenceXObjParams getCreateReferenceXObjParams()
        (25) getCreateReferenceXObjParams
        Returns:
        JDFReferenceXObjParams the element
      • appendReferenceXObjParams

        public JDFReferenceXObjParams appendReferenceXObjParams()
        (29) append element ReferenceXObjParams
        Returns:
        JDFReferenceXObjParams the element @ if the element already exists