StyleCollectionContains(String) Method |
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntaxpublic bool Contains(
string styleName
)
Public Function Contains (
styleName As String
) As Boolean
Parameters
- styleName String
- Name of the Style to
locate in the StyleCollection.
Return Value
Boolean if
Style instance with specific
name is found in the
StyleCollection; otherwise,
.
See Also