Click or drag to resize

StyleCollectionContains(String) Method

Determines whether the StyleCollection contains a Style instance with specific name.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Contains(
	string styleName
)

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