<ST_PyramidAccentTextMargin>
(Pyramid Accent Text Margin)
This simple type defines different ways to lay out text in the accent shape for a pyramid algorithm.
This simple type's contents are a restriction of the XML Schema token datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Specifies that all accent shape text is to be left aligned. example:
|
|
Specifies that all accent shape text is to be relative to the pyramid. example:
|
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_PyramidAccentTextMargin" final="restriction">
<restriction base="xsd:token">
<enumeration value="step"/>
<enumeration value="stack"/>
</restriction>
</simpleType>