- UNDERLINE_STYLE_NAME - Static variable in interface com.nomagic.magicreport.engine.odf.ODFConstants
-
Underline style name.
- unescapeVTL(CharSequence) - Static method in class com.nomagic.magicreport.helper.VTLUtil
-
Unescape VTL sequence.
- unescapeVTL(StringBuffer) - Static method in class com.nomagic.magicreport.helper.VTLUtil
-
Unescape VTL sequence.
- UnicodeBOMInputStream - Class in com.nomagic.magicreport
-
- UnicodeBOMInputStream(InputStream) - Constructor for class com.nomagic.magicreport.UnicodeBOMInputStream
-
Constructs a new UnicodeBOMInputStream
that wraps the
specified InputStream
.
- UnicodeBOMInputStream.BOM - Class in com.nomagic.magicreport
-
Type safe enumeration class that describes the different types of Unicode
BOMs.
- unregisterFileSearchClass(Class<? extends IFileSearch>) - Method in class com.nomagic.magicreport.helper.file.FileSearchFactory
-
Unregister the given file search class.
- unregisterFileSearchClass(String) - Method in class com.nomagic.magicreport.helper.file.FileSearchFactory
-
Unregister the given file search class name.
- unregisterImageSearchClass(Class<? extends IImageSearch>) - Method in class com.nomagic.magicreport.helper.image.ImageSearchFactory
-
Unregister the given image search class.
- unregisterImageSearchClass(String) - Method in class com.nomagic.magicreport.helper.image.ImageSearchFactory
-
Unregister the given image search class.
- unregisterTemplateEngine(String) - Method in class com.nomagic.magicreport.TemplateEngineFactory
-
Unregister the given file extension.
- UP - Static variable in interface com.nomagic.magicreport.engine.odf.attribute.StyleGraphicPropertiesAttlist
-
Constants for text:animation-direction.
- upateSectionChildMap(String, DocumentInfo) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
Update map of child id and child DocumentInfo.
When the engine found child template, child DocumentInfo will be created.
The child id and child DocumentInfo will be added to this map of Main 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.
- updateAbstractNumberingMap(String, String) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
Add or update old id and new id from w:abstractNumId
- updateCellProperties(String, Object) - Method in class com.nomagic.magicreport.format.html.CellObject
-
Update value in cellProperties
- updateChildPathAndIDMap(String, String) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
Update map of child path and child id.
- updateChildStyleIdMap(String, String) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
- updateColSpanColumns(String, Integer) - Method in class com.nomagic.magicreport.engine.velocity.RowInfo
-
- updateContentTypeNameSpaceMap(String, String) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
- updateDocumentNameSpaceMap(String, String) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
- updateDynamicRelationshipMap(String, DynamicDocumentRelationship) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
Update map of dynamic relationship.
- updateForcolColumns(String, Integer) - Method in class com.nomagic.magicreport.engine.velocity.RowInfo
-
- updateNumberingMap(String, String) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
Add or update old id and new id from w:numId.
- updateOtherAttributeMap(String, String) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentContentType
-
Update key/value on map of other attributes' value.
- updateOtherAttributeMap(String, String) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentRelationship
-
Update key/valu of other attribute in Relationship tag of document.xml.rels.
- updateRelationshipMap(String, DocumentRelationship) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
Update map of relationship.
- updateRowProperties(String, Object) - Method in class com.nomagic.magicreport.format.html.RowObject
-
Update value in rowProperties
- updateSectionInfoMap(String, DocumentSection) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
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.
- updateStaticRelationshipMap(String, DocumentRelationship) - Method in class com.nomagic.magicreport.engine.ooxml.child.docx.DocumentInfo
-
Update map of static relationship.
- updateStyleIds(String) - Method in class com.nomagic.magicreport.engine.velocity.DOCXEngine
-
- updateStyleNameMap(String, String) - Method in class com.nomagic.magicreport.engine.velocity.DOCXEngine
-
- updateTableProperties(String, Object) - Method in class com.nomagic.magicreport.format.html.TableObject
-
Update value in tableProperties
- UTF_16_BE - Static variable in class com.nomagic.magicreport.UnicodeBOMInputStream.BOM
-
UTF-16, big-endian (FE FF).
- UTF_16_LE - Static variable in class com.nomagic.magicreport.UnicodeBOMInputStream.BOM
-
UTF-16, little-endian (FF FE).
- UTF_32_BE - Static variable in class com.nomagic.magicreport.UnicodeBOMInputStream.BOM
-
UTF-32, big-endian (00 00 FE FF).
- UTF_32_LE - Static variable in class com.nomagic.magicreport.UnicodeBOMInputStream.BOM
-
UTF-32, little-endian (FF FE 00 00).
- UTF_8 - Static variable in class com.nomagic.magicreport.UnicodeBOMInputStream.BOM
-
UTF-8 BOM (EF BB BF).
- UUIDGenerator - Class in com.nomagic.magicreport.helper
-
Create universal unique id.