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