Class JDFAutoFoldingIntent

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

    public abstract class JDFAutoFoldingIntent
    extends JDFIntentResource
    class JDFAutoFoldingIntent : public JDFIntentResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoFoldingIntent

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

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

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

      • setFolds

        public void setFolds​(JDFXYPair value)
        (36) set attribute Folds
        Parameters:
        value - the value to set the attribute to
      • getFolds

        public JDFXYPair getFolds()
        (20) get JDFXYPair attribute Folds
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • setFoldingDetails

        public void setFoldingDetails​(java.lang.String value)
        (36) set attribute FoldingDetails
        Parameters:
        value - the value to set the attribute to
      • getFoldingDetails

        public java.lang.String getFoldingDetails()
        (23) get String attribute FoldingDetails
        Returns:
        the value of the attribute
      • getFoldingCatalog

        public JDFNameSpan getFoldingCatalog()
        (24) const get element FoldingCatalog
        Returns:
        JDFNameSpan the element
      • getCreateFoldingCatalog

        public JDFNameSpan getCreateFoldingCatalog()
        (25) getCreateFoldingCatalog
        Returns:
        JDFNameSpan the element
      • appendFoldingCatalog

        public JDFNameSpan appendFoldingCatalog()
        (29) append element FoldingCatalog
        Returns:
        JDFNameSpan the element @ if the element already exists
      • getCreateFold

        public JDFFold getCreateFold​(int iSkip)
        (26) getCreateFold
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFold the element
      • getFold

        public JDFFold getFold​(int iSkip)
        (27) const get element Fold
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFFold the element default is getFold(0)
      • getAllFold

        public java.util.Collection<JDFFold> getAllFold()
        Get all Fold from the current element
        Returns:
        Collection, null if none are available
      • appendFold

        public JDFFold appendFold()
        (30) append element Fold
        Returns:
        JDFFold the element
      • getOrientation

        public JDFSpanOrientation getOrientation()
        (24) const get element Orientation
        Returns:
        JDFSpanOrientation the element
      • getCreateOrientation

        public JDFSpanOrientation getCreateOrientation()
        (25) getCreateOrientation
        Returns:
        JDFSpanOrientation the element
      • appendOrientation

        public JDFSpanOrientation appendOrientation()
        (29) append element Orientation
        Returns:
        JDFSpanOrientation the element @ if the element already exists