Class JDFAutoConvertingConfig

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

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

      • JDFAutoConvertingConfig

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

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

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

      • setMarginBottom

        public void setMarginBottom​(double value)
        (36) set attribute MarginBottom
        Parameters:
        value - the value to set the attribute to
      • getMarginBottom

        public double getMarginBottom()
        (17) get double attribute MarginBottom
        Returns:
        double the value of the attribute
      • setMarginLeft

        public void setMarginLeft​(double value)
        (36) set attribute MarginLeft
        Parameters:
        value - the value to set the attribute to
      • getMarginLeft

        public double getMarginLeft()
        (17) get double attribute MarginLeft
        Returns:
        double the value of the attribute
      • setMarginRight

        public void setMarginRight​(double value)
        (36) set attribute MarginRight
        Parameters:
        value - the value to set the attribute to
      • getMarginRight

        public double getMarginRight()
        (17) get double attribute MarginRight
        Returns:
        double the value of the attribute
      • setMarginTop

        public void setMarginTop​(double value)
        (36) set attribute MarginTop
        Parameters:
        value - the value to set the attribute to
      • getMarginTop

        public double getMarginTop()
        (17) get double attribute MarginTop
        Returns:
        double the value of the attribute
      • setSheetHeight

        public void setSheetHeight​(JDFNumberRange value)
        (36) set attribute SheetHeight
        Parameters:
        value - the value to set the attribute to
      • getSheetHeight

        public JDFNumberRange getSheetHeight()
        (20) get JDFNumberRange attribute SheetHeight
        Returns:
        JDFNumberRange the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRange
      • setSheetWidth

        public void setSheetWidth​(JDFNumberRange value)
        (36) set attribute SheetWidth
        Parameters:
        value - the value to set the attribute to
      • getSheetWidth

        public JDFNumberRange getSheetWidth()
        (20) get JDFNumberRange attribute SheetWidth
        Returns:
        JDFNumberRange the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberRange
      • getCreateCutBlock

        public JDFCutBlock getCreateCutBlock​(int iSkip)
        (26) getCreateCutBlock
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCutBlock the element
      • getCutBlock

        public JDFCutBlock getCutBlock​(int iSkip)
        (27) const get element CutBlock
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCutBlock the element default is getCutBlock(0)
      • getAllCutBlock

        public java.util.Collection<JDFCutBlock> getAllCutBlock()
        Get all CutBlock from the current element
        Returns:
        Collection, null if none are available
      • appendCutBlock

        public JDFCutBlock appendCutBlock()
        (30) append element CutBlock
        Returns:
        JDFCutBlock the element
      • getDevice

        public JDFDevice getDevice()
        (24) const get element Device
        Returns:
        JDFDevice the element
      • getCreateDevice

        public JDFDevice getCreateDevice()
        (25) getCreateDevice
        Returns:
        JDFDevice the element
      • appendDevice

        public JDFDevice appendDevice()
        (29) append element Device
        Returns:
        JDFDevice the element @ if the element already exists
      • refDevice

        public void refDevice​(JDFDevice 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