verticalAlign Property
As it applies to the FPHTMLStyle object.
Sets or returns a Variant that represents the vertical positioning of an element or the text within an element.
expression.verticalAlign
expression Required. An expression that returns one of the objects in the Applies To list.
Remarks
The verticalAlign property can be one of the following String values.
Value | Description |
---|---|
baseline | Aligns the contents of an element to the base line. |
sub | Vertically aligns the text to subscript. |
super | Vertically aligns the text to superscript. |
top | Vertically aligns the contents of an element to the top of the object. |
middle | Vertically aligns the contents of an element to the middle of the object. |
bottom | Vertically aligns the contents of an element to the bottom of the object. |
text-top | Vertically aligns the text of an element to the top of the object. |
text-bottom | Vertically aligns the text of of an element to the bottom of the object. |
As it applies to the IFPStyleState object.
Returns an IFPStyleLength object that represents the measurement settings for the vertical alignment of an element.
expression.verticalAlign
expression Required. An expression that returns one of the objects in the Applies To list.