Next: The setCellProperties
Element, Previous: The facetLayout
Element, Up: Legacy Detail Member XML Format [Contents][Index]
label
Elementlabel :style=ref style :textFrameStyle=ref style? :purpose=(title | subTitle | subSubTitle | layer | footnote)? => text+ | descriptionGroup descriptionGroup :target=ref faceting :separator? => (description | text)+ description :name=(variable | value) => EMPTY text :usesReference=int? :definesReference=int? :position=(subscript | superscript)? :style=ref style => TEXT
This element represents a label on some aspect of the table.
Each of these refers to a style
element. style
is the
style of the label text, textFrameStyle
the style for the frame
around the label.
The kind of entity being labeled.
A descriptionGroup
concatenates one or more elements to form a
label. Each element can be a text
element, which contains
literal text, or a description
element that substitutes a value
or a variable name.
The id
of an element being described. In the corpus, this is
always faceting
.
A string to separate the description of multiple groups, if the
target
has more than one. In the corpus, this is always a
new-line.
Typical contents for a descriptionGroup
are a value by itself:
<description name="value"/>
or a variable and its value, separated by a colon:
<description name="variable"/><text>:</text><description name="value"/>
A description
is like a macro that expands to some property of
the target of its parent descriptionGroup
. The name
attribute specifies the property.
Next: The setCellProperties
Element, Previous: The facetLayout
Element, Up: Legacy Detail Member XML Format [Contents][Index]