Class JDFAutoNumberingParam

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

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

      • JDFAutoNumberingParam

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

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

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

      • setStartValue

        public void setStartValue​(java.lang.String value)
        (36) set attribute StartValue
        Parameters:
        value - the value to set the attribute to
      • getStartValue

        public java.lang.String getStartValue()
        (23) get String attribute StartValue
        Returns:
        the value of the attribute
      • setXPosition

        public void setXPosition​(double value)
        (36) set attribute XPosition
        Parameters:
        value - the value to set the attribute to
      • getXPosition

        public double getXPosition()
        (17) get double attribute XPosition
        Returns:
        double the value of the attribute
      • setYPosition

        public void setYPosition​(JDFNumberList value)
        (36) set attribute YPosition
        Parameters:
        value - the value to set the attribute to
      • getYPosition

        public JDFNumberList getYPosition()
        (20) get JDFNumberList attribute YPosition
        Returns:
        JDFNumberList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberList
      • setOrientation

        public void setOrientation​(double value)
        (36) set attribute Orientation
        Parameters:
        value - the value to set the attribute to
      • getOrientation

        public double getOrientation()
        (17) get double attribute Orientation
        Returns:
        double the value of the attribute
      • setStep

        public void setStep​(int value)
        (36) set attribute Step
        Parameters:
        value - the value to set the attribute to
      • getStep

        public int getStep()
        (15) get int attribute Step
        Returns:
        int the value of the attribute