Uses of Class
com.xpn.xwiki.api.DocumentSection

Packages that use DocumentSection
com.xpn.xwiki.api   
com.xpn.xwiki.doc   
 

Uses of DocumentSection in com.xpn.xwiki.api
 

Methods in com.xpn.xwiki.api that return types with arguments of type DocumentSection
 List<DocumentSection> Document.getSections()
          Get the top sections contained in the document.
 

Uses of DocumentSection in com.xpn.xwiki.doc
 

Methods in com.xpn.xwiki.doc that return DocumentSection
 DocumentSection XWikiDocument.getDocumentSection(int sectionNumber)
          Return a Document section with parameter is sectionNumber.
 

Methods in com.xpn.xwiki.doc that return types with arguments of type DocumentSection
 List<DocumentSection> XWikiDocument.getSections()
          Get the top sections contained in the document.
 



Copyright © 2004–2014 XWiki. All rights reserved.