Class JDFAutoSizeIntent

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

public abstract class JDFAutoSizeIntent extends JDFIntentResource
class JDFAutoSizeIntent : public JDFIntentResource
See Also:
  • Constructor Details

    • JDFAutoSizeIntent

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

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

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

      public void setType(JDFAutoSizeIntent.EType enumVar)
      (5) set attribute Type
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEType

      public JDFAutoSizeIntent.EType getEType()
      (9) get attribute Type
      Returns:
      the value of the attribute
    • setType

      @Deprecated public void setType(JDFAutoSizeIntent.EnumType enumVar)
      Deprecated.
      use SetType(EType) based on java.lang.enum instead
      (5) set attribute Type
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getType

      Deprecated.
      use EType GetEType() based on java.lang.enum instead
      (9) get attribute Type
      Returns:
      the value of the attribute
    • getDimensions

      public JDFXYPairSpan getDimensions()
      (24) const get element Dimensions
      Returns:
      JDFXYPairSpan the element
    • getCreateDimensions

      public JDFXYPairSpan getCreateDimensions()
      (25) getCreateDimensions
      Returns:
      JDFXYPairSpan the element
    • appendDimensions

      public JDFXYPairSpan appendDimensions()
      (29) append element Dimensions
      Returns:
      JDFXYPairSpan the element
    • getPages

      public JDFIntegerSpan getPages()
      (24) const get element Pages
      Returns:
      JDFIntegerSpan the element
    • getCreatePages

      public JDFIntegerSpan getCreatePages()
      (25) getCreatePages
      Returns:
      JDFIntegerSpan the element
    • appendPages

      public JDFIntegerSpan appendPages()
      (29) append element Pages
      Returns:
      JDFIntegerSpan the element