Label attributes#
Label attributes are defined in the label attribute space (short name: la), that matches only label nodes.
Attributes inherited from the node attribute space:
| Attribute name | Short name | Possible values | Examples |
|---|---|---|---|
| hidden | h |
true, false |
la.hnot la.h |
| name | n |
strings in quotes | la.n "A"la.n "L*" |
| selected | true, false |
la.selectednot la.selected |
|
| selectionFlag | sf |
true, false |
la.sf falsela.sf |
| visibilityFlag | vf |
true, false |
la.vf falsela.vf |
| visible | v |
true, false |
la.vnot la.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.