2.2.16 documentControls (List of Document-Specific Quick Access Toolbar Controls)

This element specifies the list of controls on the quick access toolbar which are specific to the containing file.

For example, consider a set of controls on the document-specific quick access toolbar, as follows:

A set of controls on the document-specific quick access toolbar

Figure 8: A set of controls on the document-specific quick access toolbar

This is specified using the following XML fragment:

 <documentControls>
   <control idMso="CalculateNow" />
   <control idMso="HyperlinkInsert" />
 </documentControls>

The following table summarizes the elements that are parents of this element.

Parent Elements

qat (section 2.2.32)

The following table summarizes the child elements of this element.

Child Elements

Section

button (Unsized Button)

2.2.3

control (Quick Access Toolbar Control Clone)

2.2.13

separator (Separator)

2.2.34

The following XML schema fragment defines the contents of this element:

 <xsd:complexType name="CT_QatItems">
    <xsd:sequence>
    <xsd:choice minOccurs="0" maxOccurs="1000">
    <xsd:element name="control" type="CT_ControlCloneQat"/>
    <xsd:element name="button" type="CT_ButtonRegular"/>
    <xsd:element name="separator" type="CT_Separator"/>
    </xsd:choice>
    </xsd:sequence>
 </xsd:complexType>