| 
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
Syntax
 
 
bool HasAttribute(
	string name
)
 
Function HasAttribute ( 
	name As String
) As Boolean
 
bool HasAttribute(
	String^ name
)
 
abstract HasAttribute : 
name : string -> bool 
 
 
 
Parameters
 
- 
name
 
- 
 Type:
 
System
String
 
 The name.
Return Value
 
 Type:
 
Boolean
 
 if has attribute with specified name, set to
 
true
 
 .
 
 See Also
See Also