Note attributes#
Note attributes are defined in the note attribute space (short name: nt), that matches only note nodes.
Attributes inherited from the node attribute space:
| Attribute name | Short name | Possible values | Examples |
|---|---|---|---|
| hidden | h |
true, false |
nt.hnot nt.h |
| name | n |
strings in quotes | nt.n "A"nt.n "L*" |
| selected | true, false |
nt.selectednot nt.selected |
|
| selectionFlag | sf |
true, false |
nt.sf falsent.sf |
| visibilityFlag | vf |
true, false |
nt.vf falsent.vf |
| visible | v |
true, false |
nt.vnot nt.v |
hidden#
Inherited from node.hidden.
name#
Inherited from node.name.
selected#
Inherited from node.selected, but without the short name s.
selectionFlag#
Inherited from node.selectionFlag.
visibilityFlag#
Inherited from node.visibilityFlag.
visible#
Inherited from node.visible.