Package | Description |
---|---|
com.nomagic.magicreport.engine.ooxml.child.docx |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DocumentSection> |
DocumentInfo.getSectionInfoMap()
Get map of section id and DocumentSection.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfo.updateSectionInfoMap(java.lang.String sectionName,
DocumentSection documentSection)
Update map of section id and DocumentSection.
When the engine found section of child document, DocumentSection will be created. The sectionName and DocumentSection will be added to this map of child DocumentInfo. For example: #includeSection("child.docx", "A") child path = "child.docx" child id = "sectionChild1" The pair of {"child.docx", "sectionChild1"} will be added to childPathAndIDMap of Main DocumentInfo. The child DocumentInfo of "child.docx" template will be created. The pair of {"sectionChild1", childDocumentInfo} will be added to childDocumentInfoMap of Main DocumentInfo. The DocumentSection of section A will be created. The pair of {"A", aDocumentSection} will be added to sectionInfoMap of childDocumentInfo. |
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfo.setSectionInfoMap(java.util.Map<java.lang.String,DocumentSection> sectionInfoMap)
Set map of section id and DocumentSection.
|
Copyright © 2010 - No Magic Asia