NShape Reference
IParagraphStyles Indexer

IParagraphStyles Interface

<< Click to Display Table of Contents >>

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

NShape Reference
IParagraphStyles Indexer

IParagraphStyles Interface

Previous pageReturn to chapter overviewNext page

Provides a read only access to the collections elements by the style name.

Syntax

IParagraphStyle this[string name] { get; }

Description

Provides a read only access to the collections elements by the style name.

Parameters

Name

Description

name

The name of the paragraph style element.

Exceptions

Exception

Condition

ArgumentException

Parameter name is null.

KeyNotFoundException

A style with the specified name does not exist in the collection.