Class JDFAutoFillMark

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFFillMark

public abstract class JDFAutoFillMark extends JDFElement
class JDFAutoFillMark : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoFillMark

      protected JDFAutoFillMark(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoFillMark
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoFillMark

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

      protected JDFAutoFillMark(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoFillMark
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setKnockoutBleed

      public void setKnockoutBleed(double value)
      (36) set attribute KnockoutBleed
      Parameters:
      value - the value to set the attribute to
    • getKnockoutBleed

      public double getKnockoutBleed()
      (17) get double attribute KnockoutBleed
      Returns:
      double the value of the attribute
    • setKnockoutRefs

      public void setKnockoutRefs(VString value)
      (36) set attribute KnockoutRefs
      Parameters:
      value - the value to set the attribute to
    • getKnockoutRefs

      public VString getKnockoutRefs()
      (21) get VString attribute KnockoutRefs
      Returns:
      VString the value of the attribute
    • setKnockoutSource

      public void setKnockoutSource(JDFAutoFillMark.EnumKnockoutSource enumVar)
      (5) set attribute KnockoutSource
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getKnockoutSource

      public JDFAutoFillMark.EnumKnockoutSource getKnockoutSource()
      (9) get attribute KnockoutSource
      Returns:
      the value of the attribute
    • 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 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