User`s guide

mlreportgen.dom.CharEntity class
12-29
mlreportgen.dom.CharEntity class
Package: mlreportgen.dom
Create character entity reference
Description
Create a reference to a character entity reference.
Construction
charEntityObj = CharEntity() creates a reference to a non-breaking space ()
entity. Appending this reference to a document causes a nonbreaking space to be
inserted.
charEntityObj = CharEntity(name) creates a reference to the character entity
specified by name.
charEntityObj = CharEntity(name,n) creates n references to the character entity
specified by name, that is, a string of n special characters.
Input Arguments
name — Specify character entity name
string
String must be a name that is listed at http://en.wikipedia.org/wiki/
List_of_XML_and_HTML_character_entity_references.
n — Number of character entities to use
integer
Number of character entities to use, specified as an integer.
Data Types: uint16