PosValue

PosValue enumeration

Specifies the position of the shape’s text relative to the baseline.

public enum PosValue

Values

Name Value Description
NormalPosition 0 Normal position.
Superscript 1 Superscript.
Subscript 2 Subscript.
Undefined -2147483648 Undefined.

See Also