Click or drag to resize

StyleCollectionContains(Style) Method

Determines whether the StyleCollection contains a specific Style instance.

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

Parameters

item  Style
The Style instance to locate in the StyleCollection.

Return Value

Boolean
if item is found in the StyleCollection; otherwise, .
See Also