Class JDFAutoFoldingParams

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

    public abstract class JDFAutoFoldingParams
    extends JDFResource
    class JDFAutoFoldingParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoFoldingParams

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

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

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

      • setSheetLay

        public void setSheetLay​(JDFAutoFoldingParams.EnumSheetLay enumVar)
        (5) set attribute SheetLay
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setFoldCatalog

        public void setFoldCatalog​(java.lang.String value)
        (36) set attribute FoldCatalog
        Parameters:
        value - the value to set the attribute to
      • getFoldCatalog

        public java.lang.String getFoldCatalog()
        (23) get String attribute FoldCatalog
        Returns:
        the value of the attribute
      • 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
      • setFoldSheetIn

        public void setFoldSheetIn​(JDFXYPair value)
        (36) set attribute FoldSheetIn
        Parameters:
        value - the value to set the attribute to
      • getFoldSheetIn

        public JDFXYPair getFoldSheetIn()
        (20) get JDFXYPair attribute FoldSheetIn
        Returns:
        JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
      • getFold

        public JDFFold getFold()
        (24) const get element Fold
        Returns:
        JDFFold the element
      • getCreateFold

        public JDFFold getCreateFold()
        (25) getCreateFold
        Returns:
        JDFFold the element
      • 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