Click or drag to resize

ParagraphCollection Contains Method

Determines whether the [!:Spire.Doc.IParagraphCollection] contains a specific value.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool Contains(
	IParagraph paragraph
)

Parameters

paragraph
Type: Spire.Doc.Interface IParagraph
The paragraph.

Return Value

Type: Boolean
If paragraph is found, set to true .
See Also