Class JDFAutoPosition

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

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

      • JDFAutoPosition

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

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

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

      • setAbsoluteBox

        public void setAbsoluteBox​(JDFRectangle value)
        (36) set attribute AbsoluteBox
        Parameters:
        value - the value to set the attribute to
      • getAbsoluteBox

        public JDFRectangle getAbsoluteBox()
        (20) get JDFRectangle attribute AbsoluteBox
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
      • 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
      • 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
      • 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
      • setOrientation

        public void setOrientation​(JDFAutoPosition.EnumOrientation enumVar)
        (5) set attribute Orientation
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setRelativeBox

        public void setRelativeBox​(JDFRectangle value)
        (36) set attribute RelativeBox
        Parameters:
        value - the value to set the attribute to
      • getRelativeBox

        public JDFRectangle getRelativeBox()
        (20) get JDFRectangle attribute RelativeBox
        Returns:
        JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle