TatukGIS menu

Knowledge Base





KB10869 - HTML formatted labels for multiple fields and other complex label presentation.

Labeling features within the TatukGIS visual layer property control (DK, Editor, free Viewer products) provide for creating HTML formatted labels for complex label presentation, such as with values from multiple fields, multiple lines, line breaks, numeric formatting, Boolean formatting, date formatting, multiple colors, and multiple fonts.

Label.Value is interpreted as HTML text. For example:

  Label.Value = {name}<hr><b>{area,”#.00”}</b>

Implemented HTML markers are:

  • Typical HTML tags like:
    <B> <STRONG> <I> <U> <BR> <HR> <FONT>
  • ESRI tags like:
    <BOL> <ITA> <UND> <ACP> <SCP> <FNT> <CLR>
  • Other tags like:
    <NBSP>
  • Special symbols like:
    &amp; &lt; &gt; &nbsp;

A full description of label formatting is available at documentation Wiki.

Created: August 23, 2011, Modified: June 25, 2019