[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

vertAlign (Vertical Alignment)

This element adjusts the vertical position of the text relative to the text's default appearance for this run. It is used to get 'superscript' or 'subscript' texts, and shall reduce the font size (if a smaller size is available) accordingly.

Parent Elements

font3.8.21); rPr3.4.7)

 

Attributes

Description

val (Value)

An enumeration representing the vertical-alignment setting.

 

Setting this to either subscript or superscript shall make the font size smaller if a smaller font size is available.

 

The possible values for this attribute are defined by the ST_VerticalAlignRun simple type (§3.18.90).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_VerticalAlignFontProperty">

   <attribute name="val" type="ST_VerticalAlignRun" use="required"/>

</complexType>