ItemBackstageItem class

Office 2013 and later

Defines the ItemBackstageItem Class.This class is available in Office2010 or above. When the object is serialized out as xml, its qualified name is mso14:item.

Namespace:  DocumentFormat.OpenXml.Office2010.CustomUI
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

2.3.12 CT_BackstageItem

Target namespace: http://schemas.microsoft.com/office/2009/07/customui

Referenced by: CT_BackstageDropDown, CT_RadioGroup, CT_BackstageComboBox

Specifies an item in a selection-type control in the Backstage.

Attributes:

id: An ST_UniqueID attribute, as specified in section 2.4.22, that specifies the identifier of a custom control. All custom controls MUST have unique identifiers. The id, idQ, and idMso attributes are mutually exclusive. They MUST NOT be used together. Exactly one of these attributes MUST be specified on all controls.

label: An ST_String attribute that specifies a string that is displayed as the label of this control. The label and getLabel attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, a label is not displayed.

getLabel: An ST_Delegate attribute that specifies the name of a callback function that is called to determine the label of this control. The label and getLabel attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, a label is not displayed.

The following W3C XML Schema ([XMLSCHEMA1] section 2.1) fragment specifies the contents of this complex type.

<xsd:complexType name="CT_BackstageItem">

<xsd:attribute name="id" type="ST_UniqueID" use="optional"/>

<xsd:attributeGroup ref="AG_Label"/>

</xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1] section 2.1).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: