Click or drag to resize
UnderlinePositionMode Enumeration
Underline position modes.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public enum UnderlinePositionMode
Members
  Member nameValueDescription
Auto0Automatically set the underline position.
Below1Render underline below text.
Above2Render underline above text.
Undefined-9999999Undefined.
See Also