Click or drag to resize

ParagraphFormat HasKey Method

Determines if the property with the given key exists.

Namespace: Spire.Doc.Formatting
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public bool HasKey(
	int propKey
)

Parameters

propKey
Type: System Int32
The key of the property to check for existence.

Return Value

Type: Boolean
True if the property with the specified key exists; otherwise, false.
See Also