Gets a collection of all inline styles the current document contains. The property's value is an object of the type InlineStyleCollection.

Syntax

public InlineStyleCollection InlineStyles { get; }
Public ReadOnly Property InlineStyles() As InlineStyleCollection

Limitations

Runtime only.

Read only.