Class MSO
- Namespace
- DocumentFormat.OpenXml.Linq
- Assembly
- DocumentFormat.OpenXml.Linq.dll
Declares XNamespace and XName fields for the xmlns:mso="http://schemas.microsoft.com/office/2006/01/customui" namespace.
public static class MSO
- Inheritance
-
MSO
- Inherited Members
Fields
box
Represents the mso:box XML element.
public static readonly XName box
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, group.
- has the following child XML elements: box, button, buttonGroup, checkBox, comboBox, control, dropDown, dynamicMenu, editBox, gallery, labelControl, menu, splitButton, toggleButton.
- has the following XML attributes: boxStyle, getVisible, id, idQ, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, visible.
- corresponds to the following strongly-typed classes: Box.
button
Represents the mso:button XML elements.
public static readonly XName button
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, buttonGroup, dialogBoxLauncher, documentControls, dropDown, gallery, group, menu, officeMenu, sharedControls, splitButton.
- has the following XML attributes: description, enabled, getDescription, getEnabled, getImage, getKeytip, getLabel, getScreentip, getShowImage, getShowLabel, getSize, getSupertip, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, keytip, label, onAction, screentip, showImage, showLabel, size, supertip, tag, visible.
- corresponds to the following strongly-typed classes: Button, UnsizedButton, VisibleButton.
buttonGroup
Represents the mso:buttonGroup XML element.
public static readonly XName buttonGroup
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, group.
- has the following child XML elements: button, control, dynamicMenu, gallery, menu, splitButton, toggleButton.
- has the following XML attributes: getVisible, id, idQ, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, visible.
- corresponds to the following strongly-typed classes: ButtonGroup.
checkBox
Represents the mso:checkBox XML element.
public static readonly XName checkBox
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, group, menu, officeMenu.
- has the following XML attributes: description, enabled, getDescription, getEnabled, getKeytip, getLabel, getPressed, getScreentip, getSupertip, getVisible, id, idMso, idQ, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, keytip, label, onAction, screentip, supertip, tag, visible.
- corresponds to the following strongly-typed classes: CheckBox.
comboBox
Represents the mso:comboBox XML element.
public static readonly XName comboBox
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, group.
- has the following child XML elements: item.
- has the following XML attributes: enabled, getEnabled, getImage, getItemCount, getItemID, getItemImage, getItemLabel, getItemScreentip, getItemSupertip, getKeytip, getLabel, getScreentip, getShowImage, getShowLabel, getSupertip, getText, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, invalidateContentOnDrop, keytip, label, maxLength, onChange, screentip, showImage, showItemImage, showLabel, sizeString, supertip, tag, visible.
- corresponds to the following strongly-typed classes: ComboBox.
command
Represents the mso:command XML element.
public static readonly XName command
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: commands.
- has the following XML attributes: enabled, getEnabled, idMso, onAction.
- corresponds to the following strongly-typed classes: RepurposedCommand.
commands
Represents the mso:commands XML element.
public static readonly XName commands
Field Value
- XName
Remarks
As an XML element, it:
contextualTabs
Represents the mso:contextualTabs XML element.
public static readonly XName contextualTabs
Field Value
- XName
Remarks
As an XML element, it:
control
Represents the mso:control XML elements.
public static readonly XName control
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, buttonGroup, documentControls, group, menu, officeMenu, sharedControls.
- has the following XML attributes: description, enabled, getDescription, getEnabled, getImage, getKeytip, getLabel, getScreentip, getShowImage, getShowLabel, getSize, getSupertip, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, keytip, label, screentip, showImage, showLabel, size, supertip, tag, visible.
- corresponds to the following strongly-typed classes: ControlClone, QuickAccessToolbarControlClone, UnsizedControlClone.
customUI
Represents the mso:customUI XML element.
public static readonly XName customUI
Field Value
- XName
Remarks
As an XML element, it:
dialogBoxLauncher
Represents the mso:dialogBoxLauncher XML element.
public static readonly XName dialogBoxLauncher
Field Value
- XName
Remarks
As an XML element, it:
documentControls
Represents the mso:documentControls XML element.
public static readonly XName documentControls
Field Value
- XName
Remarks
As an XML element, it:
dropDown
Represents the mso:dropDown XML element.
public static readonly XName dropDown
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, group.
- has the following child XML elements: button, item.
- has the following XML attributes: enabled, getEnabled, getImage, getItemCount, getItemID, getItemImage, getItemLabel, getItemScreentip, getItemSupertip, getKeytip, getLabel, getScreentip, getSelectedItemID, getSelectedItemIndex, getShowImage, getShowLabel, getSupertip, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, keytip, label, onAction, screentip, showImage, showItemImage, showItemLabel, showLabel, sizeString, supertip, tag, visible.
- corresponds to the following strongly-typed classes: DropDown.
dynamicMenu
Represents the mso:dynamicMenu XML elements.
public static readonly XName dynamicMenu
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, buttonGroup, group, menu, officeMenu.
- has the following XML attributes: description, enabled, getContent, getDescription, getEnabled, getImage, getKeytip, getLabel, getScreentip, getShowImage, getShowLabel, getSize, getSupertip, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, invalidateContentOnDrop, keytip, label, screentip, showImage, showLabel, size, supertip, tag, visible.
- corresponds to the following strongly-typed classes: DynamicMenu, UnsizedDynamicMenu.
editBox
Represents the mso:editBox XML element.
public static readonly XName editBox
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, group.
- has the following XML attributes: enabled, getEnabled, getImage, getKeytip, getLabel, getScreentip, getShowImage, getShowLabel, getSupertip, getText, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, keytip, label, maxLength, onChange, screentip, showImage, showLabel, sizeString, supertip, tag, visible.
- corresponds to the following strongly-typed classes: EditBox.
gallery
Represents the mso:gallery XML elements.
public static readonly XName gallery
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, buttonGroup, group, menu, officeMenu.
- has the following child XML elements: button, item.
- has the following XML attributes: columns, description, enabled, getDescription, getEnabled, getImage, getItemCount, getItemHeight, getItemID, getItemImage, getItemLabel, getItemScreentip, getItemSupertip, getItemWidth, getKeytip, getLabel, getScreentip, getSelectedItemID, getSelectedItemIndex, getShowImage, getShowLabel, getSize, getSupertip, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, invalidateContentOnDrop, itemHeight, itemWidth, keytip, label, onAction, rows, screentip, showImage, showItemImage, showItemLabel, showLabel, size, sizeString, supertip, tag, visible.
- corresponds to the following strongly-typed classes: Gallery, UnsizedGallery.
group
Represents the mso:group XML element.
public static readonly XName group
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: tab.
- has the following child XML elements: box, button, buttonGroup, checkBox, comboBox, control, dialogBoxLauncher, dropDown, dynamicMenu, editBox, gallery, labelControl, menu, separator, splitButton, toggleButton.
- has the following XML attributes: getImage, getKeytip, getLabel, getScreentip, getSupertip, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, keytip, label, screentip, supertip, tag, visible.
- corresponds to the following strongly-typed classes: Group.
item
Represents the mso:item XML element.
public static readonly XName item
Field Value
- XName
Remarks
As an XML element, it:
labelControl
Represents the mso:labelControl XML element.
public static readonly XName labelControl
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, group.
- has the following XML attributes: enabled, getEnabled, getLabel, getScreentip, getShowLabel, getSupertip, getVisible, id, idMso, idQ, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, label, screentip, showLabel, supertip, tag, visible.
- corresponds to the following strongly-typed classes: TextLabel.
menu
Represents the mso:menu XML elements.
public static readonly XName menu
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, buttonGroup, group, menu, officeMenu, splitButton.
- has the following child XML elements: button, checkBox, control, dynamicMenu, gallery, menu, menuSeparator, splitButton, toggleButton.
- has the following XML attributes: description, enabled, getDescription, getEnabled, getImage, getKeytip, getLabel, getScreentip, getShowImage, getShowLabel, getSize, getSupertip, getTitle, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, itemSize, keytip, label, screentip, showImage, showLabel, size, supertip, tag, title, visible.
- corresponds to the following strongly-typed classes: Menu, MenuWithTitle, UnsizedMenu.
menuSeparator
Represents the mso:menuSeparator XML element.
public static readonly XName menuSeparator
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: menu, officeMenu.
- has the following XML attributes: getTitle, id, idQ, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, title.
- corresponds to the following strongly-typed classes: MenuSeparator.
mso
Defines the XML namespace associated with the mso prefix.
public static readonly XNamespace mso
Field Value
- XNamespace
officeMenu
Represents the mso:officeMenu XML element.
public static readonly XName officeMenu
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: ribbon.
- has the following child XML elements: button, checkBox, control, dynamicMenu, gallery, menu, menuSeparator, splitButton, toggleButton.
- corresponds to the following strongly-typed classes: OfficeMenu.
qat
Represents the mso:qat XML element.
public static readonly XName qat
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: ribbon.
- has the following child XML elements: documentControls, sharedControls.
- corresponds to the following strongly-typed classes: QuickAccessToolbar.
ribbon
Represents the mso:ribbon XML element.
public static readonly XName ribbon
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: customUI.
- has the following child XML elements: contextualTabs, officeMenu, qat, tabs.
- has the following XML attributes: startFromScratch.
- corresponds to the following strongly-typed classes: Ribbon.
separator
Represents the mso:separator XML element.
public static readonly XName separator
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: documentControls, group, sharedControls.
- has the following XML attributes: getVisible, id, idQ, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, visible.
- corresponds to the following strongly-typed classes: VerticalSeparator.
sharedControls
Represents the mso:sharedControls XML element.
public static readonly XName sharedControls
Field Value
- XName
Remarks
As an XML element, it:
splitButton
Represents the mso:splitButton XML elements.
public static readonly XName splitButton
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, buttonGroup, group, menu, officeMenu.
- has the following child XML elements: button, menu, toggleButton.
- has the following XML attributes: enabled, getEnabled, getKeytip, getShowLabel, getSize, getVisible, id, idMso, idQ, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, keytip, showLabel, size, tag, visible.
- corresponds to the following strongly-typed classes: SplitButton, SplitButtonWithTitle, UnsizedSplitButton.
tab
Represents the mso:tab XML element.
public static readonly XName tab
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: tabs, tabSet.
- has the following child XML elements: group.
- has the following XML attributes: getKeytip, getLabel, getVisible, id, idMso, idQ, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, keytip, label, tag, visible.
- corresponds to the following strongly-typed classes: Tab.
tabSet
Represents the mso:tabSet XML element.
public static readonly XName tabSet
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: contextualTabs.
- has the following child XML elements: tab.
- has the following XML attributes: getVisible, idMso, visible.
- corresponds to the following strongly-typed classes: ContextualTabSet.
tabs
Represents the mso:tabs XML element.
public static readonly XName tabs
Field Value
- XName
Remarks
As an XML element, it:
toggleButton
Represents the mso:toggleButton XML elements.
public static readonly XName toggleButton
Field Value
- XName
Remarks
As an XML element, it:
- has the following parent XML elements: box, buttonGroup, group, menu, officeMenu, splitButton.
- has the following XML attributes: description, enabled, getDescription, getEnabled, getImage, getKeytip, getLabel, getPressed, getScreentip, getShowImage, getShowLabel, getSize, getSupertip, getVisible, id, idMso, idQ, image, imageMso, insertAfterMso, insertAfterQ, insertBeforeMso, insertBeforeQ, keytip, label, onAction, screentip, showImage, showLabel, size, supertip, tag, visible.
- corresponds to the following strongly-typed classes: ToggleButton, UnsizedToggleButton, VisibleToggleButton.