<< Click to Display Table of Contents >> NShape Reference
|
Provides a read only access to the collections elements by the style name.
IParagraphStyle this[string name] { get; } |
Provides a read only access to the collections elements by the style name.
Name |
Description |
---|---|
name |
The name of the paragraph style element. |
Exception |
Condition |
---|---|
ArgumentException |
Parameter name is null. |
KeyNotFoundException |
A style with the specified name does not exist in the collection. |