| IXDLSAttributeReader Interface | 
Namespace: Spire.Doc.Interface
 Syntax
Syntax
 
The IXDLSAttributeReader type exposes the following members.
 Methods
Methods
 
| Name | Description | |
|---|---|---|
|   | HasAttribute | 
 Determines whether the current node has attribute with specified name.
 | 
|   | ReadBoolean | 
 Reads the boolean.
 | 
|   | ReadByte | 
 Reads the byte.
 | 
|   | ReadColor | 
 Reads color from XML.
 | 
|   | ReadDateTime | 
 Reads the date time.
 | 
|   | ReadDouble | 
 Reads the double.
 | 
|   | ReadEnum | 
 Reads the enum.
 | 
|   | ReadFloat | 
 Reads the float.
 | 
|   | ReadInt | 
 Reads the int.
 | 
|   | ReadShort | 
 Reads the short.
 | 
|   | ReadString | 
 Reads the string.
 | 
 See Also
See Also