Class JDFAutoInsert

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:
JDFInsert

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

    • JDFAutoInsert

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

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

      protected JDFAutoInsert(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoInsert
      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
    • setFolio

      public void setFolio(JDFIntegerRangeList value)
      (36) set attribute Folio
      Parameters:
      value - the value to set the attribute to
    • getFolio

      public JDFIntegerRangeList getFolio()
      (20) get JDFIntegerRangeList attribute Folio
      Returns:
      JDFIntegerRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRangeList
    • setSheetOffset

      public void setSheetOffset(JDFXYPair value)
      (36) set attribute SheetOffset
      Parameters:
      value - the value to set the attribute to
    • getSheetOffset

      public JDFXYPair getSheetOffset()
      (20) get JDFXYPair attribute SheetOffset
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setTransformation

      public void setTransformation(JDFMatrix value)
      (36) set attribute Transformation
      Parameters:
      value - the value to set the attribute to
    • getTransformation

      public JDFMatrix getTransformation()
      (20) get JDFMatrix attribute Transformation
      Returns:
      JDFMatrix the value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
    • setWrapPages

      public void setWrapPages(JDFIntegerRangeList value)
      (36) set attribute WrapPages
      Parameters:
      value - the value to set the attribute to
    • getWrapPages

      public JDFIntegerRangeList getWrapPages()
      (20) get JDFIntegerRangeList attribute WrapPages
      Returns:
      JDFIntegerRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRangeList
    • getGlueType

      public JDFSpanGlueType getGlueType()
      (24) const get element GlueType
      Returns:
      JDFSpanGlueType the element
    • getCreateGlueType

      public JDFSpanGlueType getCreateGlueType()
      (25) getCreateGlueType
      Returns:
      JDFSpanGlueType the element
    • appendGlueType

      public JDFSpanGlueType appendGlueType()
      (29) append element GlueType
      Returns:
      JDFSpanGlueType the element
    • getMethod

      public JDFSpanMethod getMethod()
      (24) const get element Method
      Returns:
      JDFSpanMethod the element
    • getCreateMethod

      public JDFSpanMethod getCreateMethod()
      (25) getCreateMethod
      Returns:
      JDFSpanMethod the element
    • appendMethod

      public JDFSpanMethod appendMethod()
      (29) append element Method
      Returns:
      JDFSpanMethod the element
    • getGlueLine

      public JDFGlueLine getGlueLine()
      (24) const get element GlueLine
      Returns:
      JDFGlueLine the element
    • getCreateGlueLine

      public JDFGlueLine getCreateGlueLine()
      (25) getCreateGlueLine
      Returns:
      JDFGlueLine the element
    • getCreateGlueLine

      public JDFGlueLine getCreateGlueLine(int iSkip)
      (26) getCreateGlueLine
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueLine the element
    • getGlueLine

      public JDFGlueLine getGlueLine(int iSkip)
      (27) const get element GlueLine
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFGlueLine the element default is getGlueLine(0)
    • getAllGlueLine

      public Collection<JDFGlueLine> getAllGlueLine()
      Get all GlueLine from the current element
      Returns:
      Collection, null if none are available
    • appendGlueLine

      public JDFGlueLine appendGlueLine()
      (30) append element GlueLine
      Returns:
      JDFGlueLine the element