Revit 2025.3 API
Text |
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
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