Class JDFAutoStripMark

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

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

      • JDFAutoStripMark

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

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

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

      • setAbsoluteHeight

        public void setAbsoluteHeight​(double value)
        (36) set attribute AbsoluteHeight
        Parameters:
        value - the value to set the attribute to
      • getAbsoluteHeight

        public double getAbsoluteHeight()
        (17) get double attribute AbsoluteHeight
        Returns:
        double the value of the attribute
      • setAbsoluteWidth

        public void setAbsoluteWidth​(double value)
        (36) set attribute AbsoluteWidth
        Parameters:
        value - the value to set the attribute to
      • getAbsoluteWidth

        public double getAbsoluteWidth()
        (17) get double attribute AbsoluteWidth
        Returns:
        double the value of the attribute
      • setAnchor

        public void setAnchor​(JDFAutoStripMark.EnumAnchor enumVar)
        (5) set attribute Anchor
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setFont

        public void setFont​(java.lang.String value)
        (36) set attribute Font
        Parameters:
        value - the value to set the attribute to
      • getFont

        public java.lang.String getFont()
        (23) get String attribute Font
        Returns:
        the value of the attribute
      • setFontSize

        public void setFontSize​(double value)
        (36) set attribute FontSize
        Parameters:
        value - the value to set the attribute to
      • getFontSize

        public double getFontSize()
        (17) get double attribute FontSize
        Returns:
        double the value of the attribute
      • setHorizontalFitPolicy

        public void setHorizontalFitPolicy​(JDFAutoStripMark.EnumHorizontalFitPolicy enumVar)
        (5) set attribute HorizontalFitPolicy
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setID

        public void setID​(java.lang.String value)
        (36) set attribute ID
        Overrides:
        setID in class KElement
        Parameters:
        value - the value to set the attribute to
      • getID

        public java.lang.String getID()
        (23) get String attribute ID
        Overrides:
        getID in class KElement
        Returns:
        the value of the attribute
      • setMarkContext

        public void setMarkContext​(JDFAutoStripMark.EnumMarkContext enumVar)
        (5) set attribute MarkContext
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setMarkName

        public void setMarkName​(java.lang.String value)
        (36) set attribute MarkName
        Parameters:
        value - the value to set the attribute to
      • getMarkName

        public java.lang.String getMarkName()
        (23) get String attribute MarkName
        Returns:
        the value of the attribute
      • setMarkSide

        public void setMarkSide​(JDFAutoStripMark.EnumMarkSide enumVar)
        (5) set attribute MarkSide
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setOffset

        public void setOffset​(JDFXYPair value)
        (36) set attribute Offset
        Parameters:
        value - the value to set the attribute to
      • getOffset

        public JDFXYPair getOffset()
        (20) get JDFXYPair attribute Offset
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setOrd

        public void setOrd​(int value)
        (36) set attribute Ord
        Parameters:
        value - the value to set the attribute to
      • getOrd

        public int getOrd()
        (15) get int attribute Ord
        Returns:
        int the value of the attribute
      • setOrientation

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

        public void setRelativeHeight​(double value)
        (36) set attribute RelativeHeight
        Parameters:
        value - the value to set the attribute to
      • getRelativeHeight

        public double getRelativeHeight()
        (17) get double attribute RelativeHeight
        Returns:
        double the value of the attribute
      • setRelativeWidth

        public void setRelativeWidth​(double value)
        (36) set attribute RelativeWidth
        Parameters:
        value - the value to set the attribute to
      • getRelativeWidth

        public double getRelativeWidth()
        (17) get double attribute RelativeWidth
        Returns:
        double the value of the attribute
      • setStripMarkDetails

        public void setStripMarkDetails​(java.lang.String value)
        (36) set attribute StripMarkDetails
        Parameters:
        value - the value to set the attribute to
      • getStripMarkDetails

        public java.lang.String getStripMarkDetails()
        (23) get String attribute StripMarkDetails
        Returns:
        the value of the attribute
      • setVerticalFitPolicy

        public void setVerticalFitPolicy​(JDFAutoStripMark.EnumVerticalFitPolicy enumVar)
        (5) set attribute VerticalFitPolicy
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getMarkColor

        public JDFMarkColor getMarkColor()
        (24) const get element MarkColor
        Returns:
        JDFMarkColor the element
      • getCreateMarkColor

        public JDFMarkColor getCreateMarkColor()
        (25) getCreateMarkColor
        Returns:
        JDFMarkColor the element
      • getCreateMarkColor

        public JDFMarkColor getCreateMarkColor​(int iSkip)
        (26) getCreateMarkColor
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMarkColor the element
      • getMarkColor

        public JDFMarkColor getMarkColor​(int iSkip)
        (27) const get element MarkColor
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFMarkColor the element default is getMarkColor(0)
      • getAllMarkColor

        public java.util.Collection<JDFMarkColor> getAllMarkColor()
        Get all MarkColor from the current element
        Returns:
        Collection, null if none are available
      • appendMarkColor

        public JDFMarkColor appendMarkColor()
        (30) append element MarkColor
        Returns:
        JDFMarkColor the element
      • getPosition

        public JDFPosition getPosition()
        (24) const get element Position
        Returns:
        JDFPosition the element
      • getCreatePosition

        public JDFPosition getCreatePosition()
        (25) getCreatePosition
        Returns:
        JDFPosition the element
      • appendPosition

        public JDFPosition appendPosition()
        (29) append element Position
        Returns:
        JDFPosition the element @ if the element already exists
      • getJobField

        public JDFJobField getJobField()
        (24) const get element JobField
        Returns:
        JDFJobField the element
      • getCreateJobField

        public JDFJobField getCreateJobField()
        (25) getCreateJobField
        Returns:
        JDFJobField the element
      • appendJobField

        public JDFJobField appendJobField()
        (29) append element JobField
        Returns:
        JDFJobField the element @ if the element already exists
      • getRefAnchor

        public JDFRefAnchor getRefAnchor()
        (24) const get element RefAnchor
        Returns:
        JDFRefAnchor the element
      • getCreateRefAnchor

        public JDFRefAnchor getCreateRefAnchor()
        (25) getCreateRefAnchor
        Returns:
        JDFRefAnchor the element
      • getCreateRefAnchor

        public JDFRefAnchor getCreateRefAnchor​(int iSkip)
        (26) getCreateRefAnchor
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRefAnchor the element
      • getRefAnchor

        public JDFRefAnchor getRefAnchor​(int iSkip)
        (27) const get element RefAnchor
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRefAnchor the element default is getRefAnchor(0)
      • getAllRefAnchor

        public java.util.Collection<JDFRefAnchor> getAllRefAnchor()
        Get all RefAnchor from the current element
        Returns:
        Collection, null if none are available
      • appendRefAnchor

        public JDFRefAnchor appendRefAnchor()
        (30) append element RefAnchor
        Returns:
        JDFRefAnchor the element