TextBaselineStyle Enumeration
Supported styles of text position relative to the normal baseline.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum TextBaselineStyle
Members
Member name
Value
Description
Normal
0
Indicates a normal text with letters positioned on the baseline.
Subscript
1
Indicates a subsript text.
Superscript
2
Indicates a superscript text.
See Also
Reference
Autodesk.Revit.DB Namespace