StyleCollectionItem(String) Property |
Gets the style with the specified style name.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.10.24
Syntax public Style this[
string styleName
] { get; }
Public ReadOnly Default Property Item (
styleName As String
) As Style
Get
Parameters
- styleName String
- Name of the style.
Return Value
Style
The
Style at the specified name.
See Also