Share

TextBaselineStyle Enumeration

Supported styles of text position relative to the normal baseline.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public enum TextBaselineStyle

Members

Member nameValueDescription
Normal0 Indicates a normal text with letters positioned on the baseline.
Subscript1 Indicates a subsript text.
Superscript2 Indicates a superscript text.

See Also

Reference

Was this information helpful?