Class JDFAutoCut

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

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

      • JDFAutoCut

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

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

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

      • setCutWidth

        public void setCutWidth​(double value)
        (36) set attribute CutWidth
        Parameters:
        value - the value to set the attribute to
      • getCutWidth

        public double getCutWidth()
        (17) get double attribute CutWidth
        Returns:
        double the value of the attribute
      • setLowerRibbonName

        public void setLowerRibbonName​(java.lang.String value)
        (36) set attribute LowerRibbonName
        Parameters:
        value - the value to set the attribute to
      • getLowerRibbonName

        public java.lang.String getLowerRibbonName()
        (23) get String attribute LowerRibbonName
        Returns:
        the value of the attribute
      • setRelativeStartPosition

        public void setRelativeStartPosition​(JDFXYPair value)
        (36) set attribute RelativeStartPosition
        Parameters:
        value - the value to set the attribute to
      • getRelativeStartPosition

        public JDFXYPair getRelativeStartPosition()
        (20) get JDFXYPair attribute RelativeStartPosition
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setRelativeWorkingPath

        public void setRelativeWorkingPath​(JDFXYPair value)
        (36) set attribute RelativeWorkingPath
        Parameters:
        value - the value to set the attribute to
      • getRelativeWorkingPath

        public JDFXYPair getRelativeWorkingPath()
        (20) get JDFXYPair attribute RelativeWorkingPath
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setStartPosition

        public void setStartPosition​(JDFXYPair value)
        (36) set attribute StartPosition
        Parameters:
        value - the value to set the attribute to
      • getStartPosition

        public JDFXYPair getStartPosition()
        (20) get JDFXYPair attribute StartPosition
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setUpperRibbonName

        public void setUpperRibbonName​(java.lang.String value)
        (36) set attribute UpperRibbonName
        Parameters:
        value - the value to set the attribute to
      • getUpperRibbonName

        public java.lang.String getUpperRibbonName()
        (23) get String attribute UpperRibbonName
        Returns:
        the value of the attribute
      • setWorkingDirection

        public void setWorkingDirection​(JDFAutoCut.EnumWorkingDirection enumVar)
        (5) set attribute WorkingDirection
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getWorkingDirection

        public JDFAutoCut.EnumWorkingDirection getWorkingDirection()
        (9) get attribute WorkingDirection
        Returns:
        the value of the attribute
      • setWorkingPath

        public void setWorkingPath​(JDFXYPair value)
        (36) set attribute WorkingPath
        Parameters:
        value - the value to set the attribute to
      • getWorkingPath

        public JDFXYPair getWorkingPath()
        (20) get JDFXYPair attribute WorkingPath
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair