NShape Reference
IStyleSet.GetPreviewStyle Method

<< Click to Display Table of Contents >>

Navigation:  Class Reference > Namespace Dataweb.NShape > IStyleSet Interface >

NShape Reference
IStyleSet.GetPreviewStyle Method

Previous pageReturn to chapter overviewNext page

Gets a preview style associated with the given style.

Syntax

ICapStyle GetPreviewStyle(ICapStyle colorStyle);

ICharacterStyle GetPreviewStyle(ICharacterStyle colorStyle);

IColorStyle GetPreviewStyle(IColorStyle colorStyle);

IFillStyle GetPreviewStyle(IFillStyle fillStyle);

ILineStyle GetPreviewStyle(ILineStyle lineStyle);

IParagraphStyle GetPreviewStyle(IParagraphStyle colorStyle);

Description

Gets a preview style associated with the given style.

Exceptions

Name

Description

ArgumentNullException

The given style is null.