TextStyle Interface

Represents one of three text styles: title text, body text, or default text. Each text style contains a TextFrame object that describes how text is positioned within the text bounding box, a Ruler object that contains tab stops and outline indent formatting information, and a TextStyleLevels collection that contains outline text formatting information. The TextStyle object is a member of the TextStyles collection.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("91493499-5A91-11CF-8700-00AA0060263B")> _
Public Interface TextStyle
'Usage
Dim instance As TextStyle
[GuidAttribute("91493499-5A91-11CF-8700-00AA0060263B")]
public interface TextStyle

See Also

Reference

TextStyle Members

Microsoft.Office.Interop.PowerPoint Namespace