Package | Description |
---|---|
com.nomagic.magicreport.engine.ooxml.child.docx | |
com.nomagic.magicreport.engine.velocity |
Class and Description |
---|
DocumentContentType
Class to handle tag in [Content_Type].xml of DOCX template.
Example tag in the file: - <Default Extension="jpg" ContentType="image/jpg"/> - <Override PartName="/word/document.xml" ContentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"/> First tag will be created to DocumentContentType("jpg", null, "image/jpg") Second tag will be created to DocumentContentType(null, "/word/document.xml", "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml") |
DocumentInfo
Handle document information.
The DOCX template contains files in zip. For example: - [Content_Type].xml - word/document.xml - word/_rels/document.xml.rels - word/styles.xml - etc. |
DocumentRelationship |
DocumentSection
Handle section information of child template.
|
DynamicDocumentRelationship |
IEvaluatedDocument
Interface to keep evaluated content of document.
|
Class and Description |
---|
DocumentContentType
Class to handle tag in [Content_Type].xml of DOCX template.
Example tag in the file: - <Default Extension="jpg" ContentType="image/jpg"/> - <Override PartName="/word/document.xml" ContentType="application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"/> First tag will be created to DocumentContentType("jpg", null, "image/jpg") Second tag will be created to DocumentContentType(null, "/word/document.xml", "application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml") |
DocumentInfo
Handle document information.
The DOCX template contains files in zip. For example: - [Content_Type].xml - word/document.xml - word/_rels/document.xml.rels - word/styles.xml - etc. |
DocumentRelationship |
IEvaluatedDocument
Interface to keep evaluated content of document.
|
Copyright © 2010 - No Magic Asia