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.h not pr.h |
name | n |
strings in quotes | pr.n "A" pr.n "L*" |
selected | true , false |
pr.selected not pr.selected |
|
selectionFlag | sf |
true , false |
pr.sf false pr.sf |
visibilityFlag | vf |
true , false |
pr.vf false pr.vf |
visible | v |
true , false |
pr.v not 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.