<bulletEnabled>
(Show Insert Bullet)
This element is used to indicate when to enable the ‘Insert Bullet’ button in the user interface.
example:
<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. ]
Attributes |
Description |
---|---|
|
This attribute is used to indicate when to enable the ‘Insert Bullet’ button. A value of 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>