CTBaselineClass Enum 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The kind of baselines supported when typesetting text.
public enum CTBaselineClasstype CTBaselineClass = - Inheritance
- 
				CTBaselineClass
Fields
| Name | Value | Description | 
|---|---|---|
| Roman | 0 | Used to offset a roman baseline. | 
| IdeographicCentered | 1 | Used to offset a centered ideographic baseline. | 
| IdeographicLow | 2 | Used to offset an ideographic low baseline. | 
| IdeographicHigh | 3 | Used to offset an ideographic high baseline. | 
| Hanging | 4 | Used to offset a hanging baseline. | 
| Math | 5 | Used to offset a math baseline. |