Class JDFAutoInsertingParams

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

public abstract class JDFAutoInsertingParams extends JDFResource
class JDFAutoInsertingParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoInsertingParams

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setInsertLocation

      public void setInsertLocation(JDFAutoInsertingParams.EnumInsertLocation enumVar)
      (5) set attribute InsertLocation
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getInsertLocation

      public JDFAutoInsertingParams.EnumInsertLocation getInsertLocation()
      (9) get attribute InsertLocation
      Returns:
      the value of the attribute
    • setMethod

      public void setMethod(JDFAutoInsertingParams.EnumMethod enumVar)
      (5) set attribute Method
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getMethod

      (9) get attribute Method
      Returns:
      the value of the attribute
    • 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
    • setFinishedPage

      public void setFinishedPage(int value)
      (36) set attribute FinishedPage
      Parameters:
      value - the value to set the attribute to
    • getFinishedPage

      public int getFinishedPage()
      (15) get int attribute FinishedPage
      Returns:
      int the value of the attribute
    • 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