Item Method (TextStyles Collection)
Applies To
TextStyles collection object.
Description
Returns a single member of the collection of text styles.
Syntax
expression.Item(Index)
expression Required. An expression that returns a TextStyles collection.
Index Required Long. The style to be returned from the collection. Can be one of the following PpTextStyleType constants: ppBodyStyle, ppDefaultStyle, or ppTitleStyle.
Example
See the Item method (ActionSettings collection) example.