MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guía de usuario Pagina 523

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 522
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
Vista de pagina 522
1 2 ... 518 519 520 521 522 523 524 525 526 527 528 ... 985 986

Comentarios a estos manuales

Sin comentarios