[Table of Contents] [docx version]
Error! No text of specified style in document.
bulletEnabled (Show Insert Bullet)
This element is used to indicate when to enable the ‘Insert Bullet’ button in the user interface.
[Example: Consider the following example of bulletEnabled in DiagramML:
<varLst>
<bulletEnabled val="true" />
</varLst>
In this example we see that the insert button in the user interface is to be enabled when the focus is within the containing layout node. end example]
Parent Elements |
presLayoutVars (§5.9.5.4); varLst (§5.9.2.31) |
Attributes |
Description |
val (Show Insert Bullet Value) |
This attribute is used to indicate when to enable the ‘Insert Bullet’ button. A value of true will enable the insert bullet button.
The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BulletEnabled">
<attribute name="val" type="xsd:boolean" default="false" use="optional"/>
</complexType>