Go to Google Code Home
Google SketchUp SkpReader C++ API Documentation (Labs)

Public Member Functions

ISkpStyleManagerM Interface Reference

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

©2010 Google - Google Home - About Google