| Package | Description | 
|---|---|
| org.docgene.api | This package allows to generate a wiki in another application, using the docGenerator API. | 
| org.docgene.model | Contains the documentation model. | 
| Modifier and Type | Method and Description | 
|---|---|
| XMLAnchor | DocGeneratorAPI. addAnchor(XMLArticle article,
         ParagraphElementParent parent,
         java.lang.String anchorID,
         java.lang.String text)Add an anchor. | 
| XMLAnchor | DocGeneratorAPI. addAnchor(XMLArticle article,
         ParagraphElementParent parent,
         java.lang.String anchorID,
         java.lang.String text,
         int type)Add an anchor. | 
| XMLAnchor | DocGeneratorAPI. addAnchor(XMLArticle article,
         java.lang.String anchorID,
         java.lang.String text)Add an anchor at the end of an article. | 
| XMLAnchor | DocGeneratorAPI. addAnchor(XMLArticle article,
         java.lang.String anchorID,
         java.lang.String text,
         int type)Add an anchor at the end of an article. | 
| XMLAnchor | DocGeneratorAPI. addAnchor(XMLTextStyle textStyle,
         java.lang.String anchorID,
         java.lang.String text) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Map<java.lang.String,XMLAnchor> | XMLArticle. getAnchors()Return all the "anchor" elements of the articles sorted by their title. | 
| default java.util.Map<java.lang.String,XMLAnchor> | XMLParentArticle. getAnchors()Return all the "anchor" elements of the articles sorted by their title. | 
Copyright © 2016-2024 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence