Uses of Class
com.xpn.xwiki.api.DocumentSection
-
Packages that use DocumentSection Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description List<DocumentSection>
XWikiDocument. getSections()
Get the top sections contained in the document.
-