IStylesProvider interface
Provides access to the visual styles associated with the content of a document.
When to implement
Implement this interface to expose document content that has visual styles that might be meaningful to the user.
Members
The IStylesProvider interface inherits from the IUnknown interface. IStylesProvider also has these types of members:
Properties
The IStylesProvider interface has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Contains additional properties that are not included in this control pattern, but that provide information about the document content that might be useful to the user. | |
|
Read-only |
Specifies the fill color of an element in a document. | |
|
Read-only |
Specifies the color of the pattern used to fill an element in a document. | |
|
Read-only |
Specifies the fill pattern style of an element in a document. | |
|
Read-only |
Specifies the shape of an element in a document. | |
|
Read-only |
Identifies the visual style of an element in a document. | |
|
Read-only |
Specifies the name of the visual style of an element in a document. |
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
|
IDL |
|
|
DLL |
|
|
IID |
IID_IStylesProvider is defined as 19b6b649-f5d7-4a6d-bdcb-129252be588a |
See also