Click or drag to resize

StyleCollectionItem(String) Property

Gets the style with the specified style name.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public Style this[
	string styleName
] { get; }

Parameters

styleName  String
Name of the style.

Return Value

Style
The Style at the specified name.
See Also