TextStyle.Levels Property
Returns a TextStyleLevels object that represents outline text formatting. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Levels As TextStyleLevels
Get
'Usage
Dim instance As TextStyle
Dim value As TextStyleLevels
value = instance.Levels
TextStyleLevels Levels { get; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.TextStyleLevels