TextStyles Interface

A collection of three text styles - title text, body text, and default text - each of which is represented by a TextStyle object.

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

Syntax

'Declaration
<GuidAttribute("91493498-5A91-11CF-8700-00AA0060263B")> _
Public Interface TextStyles _
    Inherits Collection
'Usage
Dim instance As TextStyles
[GuidAttribute("91493498-5A91-11CF-8700-00AA0060263B")]
public interface TextStyles : Collection

Remarks

Each text style contains a TextFrame object that describes how text is placed 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.

See Also

Reference

TextStyles Members

Microsoft.Office.Interop.PowerPoint Namespace