Click or drag to resize

IXDLSAttributeReader HasAttribute Method

Determines whether the current node has attribute with specified name.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
bool HasAttribute(
	string name
)

Parameters

name
Type: System String
The name.

Return Value

Type: Boolean
if has attribute with specified name, set to true .
See Also