Interface for modifying the style manager.
More...
List of all members.
Public Member Functions |
HRESULT | AddStyle ([in] ISkpStyle *pStyle) |
| Adds a new style to the style manager.
|
HRESULT | ApplyStyleToPage ([in] ISkpStyle *pStyle,[in] ISkpPage *pSkpPage) |
| Set the style on the page. This does not save the style so AddStyle should be used first when applying a new style.
|
Detailed Description
Interface for modifying the style manager.
Member Function Documentation
HRESULT ISkpStyleManagerM::AddStyle |
( |
[in] ISkpStyle * |
pStyle |
) |
|
Adds a new style to the style manager.
- Returns:
- S_OK : if successful
E_FAIL : internal errors
HRESULT ISkpStyleManagerM::ApplyStyleToPage |
( |
[in] ISkpStyle * |
pStyle, |
|
|
[in] ISkpPage * |
pSkpPage | |
|
) |
| | |
Set the style on the page. This does not save the style so AddStyle should be used first when applying a new style.
- Returns:
- S_OK : if successful
E_FAIL : internal errors