Uses of Class
dochelper.DocumentSection

Packages that use DocumentSection
dochelper   
 

Uses of DocumentSection in dochelper
 

Fields in dochelper with type parameters of type DocumentSection
protected  java.util.Hashtable<java.lang.String,DocumentSection> FileRenderer.docsections
           
 

Methods in dochelper with parameters of type DocumentSection
 void FileRenderer.addDocumentSection(DocumentSection docsection, java.lang.String key)
          Add a document section for this Renderer.
 void Renderer.addDocumentSection(DocumentSection docsection, java.lang.String key)
          Add a Document Section to the Map of Document Section to use while rendering.