<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>office</name> </assembly> <members> <member name="T:Microsoft.Office.Core._CommandBarButton"> <summary>Represents a button control on a command bar.</summary> </member> <member name="M:Microsoft.Office.Core._CommandBarButton.Copy(System.Object,System.Object)"> <summary>Copies a command bar control to an existing command bar.</summary> <param name="Before">Optional Object. A <see cref="T:Microsoft.Office.Core.CommandBar"></see> object that represents the destination command bar. If this argument is omitted, the control is copied to the command bar where the control already exists.</param> <param name="Bar">Optional Object. A number that indicates the position for the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is copied to the end of the command bar.</param> </member> <member name="M:Microsoft.Office.Core._CommandBarButton.Delete(System.Object)"> <summary>Deletes the specified object from its collection.</summary> <param name="Temporary">Optional Object. True to delete the control for the current session. The application will display the control again in the next session.</param> </member> <member name="M:Microsoft.Office.Core._CommandBarButton.Move(System.Object,System.Object)"> <summary>Moves the specified command bar control to an existing command bar.</summary> <param name="Before">A <see cref="T:Microsoft.Office.Core.CommandBar"></see> object that represents the destination command bar for the control. If this argument is omitted, the control is moved to the end of the command bar where the control currently resides.</param> <param name="Bar">A number that indicates the position for the control. The control is inserted before the control currently occupying this position. If this argument is omitted, the control is inserted on the same command bar.</param> </member> <member name="T:Microsoft.Office.Core._CommandBarButtonEvents_ClickEventHandler"> <summary>A Delegate type used to add an event handler for the <see cref="E:Microsoft.Office.Core._CommandBarButtonEvents_Event.Click"></see> event. The Click event occurs when the user clicks a <see cref="T:Microsoft.Office.Core.CommandBarButton"></see> object.</summary> </member> <member name="T:Microsoft.Office.Core._CommandBarButtonEvents_Event"> <summary>Events interface for Microsoft Office <see cref="T:Microsoft.Office.Core.CommandBarButton"></see> object events.</summary> </member> <member name="E:Microsoft.Office.Core._CommandBarButtonEvents_Event.Click"> <summary>Occurs when the user clicks a <see cref="T:Microsoft.Office.Core.CommandBarButton"></see> object.</summary> </member> <member name="T:Microsoft.Office.Core._CommandBarComboBox"> <summary>Represents a combo box control on a command bar.</summary> </member> <member name="M:Microsoft.Office.Core._CommandBarComboBox.AddItem(System.String,System.Object)"> <summary>Adds a list item to the specified command bar combo box control.</summary> <param name="Index">Optional Object. The position of the item in the list. If this argument is omitted, the item is added to the end of the list.</param> <param name="Text">Required String. The text added to the control.</param> </member> <member name="M:Microsoft.Office.Core._CommandBarComboBox.Copy(System.Object,System.Object)"> <summary>Copies a command bar control to an existing command bar.</summary> <param name="Before">Optional Object. A number that indicates the position for the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is copied to the end of the command bar.</param> <param name="Bar">Optional Object. A <see cref="T:Microsoft.Office.Core.CommandBar"></see> object that represents the destination command bar. If this argument is omitted, the control is copied to the command bar where the control already exists.</param> </member> <member name="M:Microsoft.Office.Core._CommandBarComboBox.Delete(System.Object)"> <summary>Deletes the specified object from its collection.</summary> <param name="Temporary">Optional Object. True to delete the control for the current session. The application will display the control again in the next session.</param> </member> <member name="M:Microsoft.Office.Core._CommandBarComboBox.Move(System.Object,System.Object)"> <summary>Moves the specified command bar control to an existing command bar.</summary> <param name="Before">Optional Object. A number that indicates the position for the control. The control is inserted before the control currently occupying this position. If this argument is omitted, the control is inserted on the same command bar.</param> <param name="Bar">Optional Object. A <see cref="T:Microsoft.Office.Core.CommandBar"></see> object that represents the destination command bar for the control. If this argument is omitted, the control is moved to the end of the command bar where the control currently resides.</param> </member> <member name="M:Microsoft.Office.Core._CommandBarComboBox.RemoveItem(System.Int32)"> <summary>Removes an item from a command bar combo box control.</summary> <param name="Index">Required Integer. The item to be removed from the list.</param> </member> <member name="P:Microsoft.Office.Core._CommandBarComboBox.List(System.Int32)"> <summary>Returns or sets an item in the command bar combo box control.</summary> <param name="Index">Required Integer. The list item to be set.</param> </member> <member name="T:Microsoft.Office.Core._CommandBarComboBoxEvents_ChangeEventHandler"> <summary>A Delegate type used to add an event handler for the <see cref="E:Microsoft.Office.Core._CommandBarComboBoxEvents_Event.Change"></see> event. The Change event occurs when the end user changes the selection in a command bar combo box.</summary> </member> <member name="T:Microsoft.Office.Core._CommandBarComboBoxEvents_Event"> <summary>Events interface for Microsoft Office <see cref="T:Microsoft.Office.Core.CommandBarComboBox"></see> object events.</summary> </member> <member name="E:Microsoft.Office.Core._CommandBarComboBoxEvents_Event.Change"> <summary>Occurs when the end user changes the selection in a command bar combo box.</summary> </member> <member name="T:Microsoft.Office.Core._CommandBars"> <summary>A collection of <see cref="T:Microsoft.Office.Core.CommandBar"></see> objects that represent the command bars in the container application.</summary> </member> <member name="M:Microsoft.Office.Core._CommandBars.Add(System.Object,System.Object,System.Object,System.Object)"> <summary>Creates a new command bar and adds it to the collection of command bars.</summary> <param name="Position">Optional Object. The position or type of the new command bar. Can be one of the <see cref="T:Microsoft.Office.Core.MsoBarPosition"></see> constants listed in the following table.ConstantDescriptionmsoBarLeft, msoBarTop, msoBarRight, msoBarBottomIndicates the left, top, right, and bottom coordinates of the new command barmsoBarFloatingIndicates that the new command bar won't be dockedmsoBarPopupIndicates that the new command bar will be a shortcut menumsoBarMenuBarMacintosh only</param> <param name="Temporary">Optional Object. True to make the new command bar temporary. Temporary command bars are deleted when the container application is closed. The default value is False.</param> <param name="MenuBar">Optional Object. True to replace the active menu bar with the new command bar. The default value is False.</param> <param name="Name">Optional Object. The name of the new command bar. If this argument is omitted, a default name is assigned to the command bar (such as Custom 1).</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.ExecuteMso(System.String)"> <summary>Executes the control identified by the idMso parameter.</summary> <param name="idMso">Identifier for the control.</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.FindControl(System.Object,System.Object,System.Object,System.Object)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.CommandBarControl"></see> object that fits the specified criteria.</summary> <param name="Id">Optional Object. The identifier of the control.</param> <param name="Type">Optional <see cref="T:Microsoft.Office.Core.MsoControlType"></see>. The type of control.</param> <param name="Tag">Optional Object. The tag value of the control.</param> <param name="Visible">Optional Object. True to include only visible command bar controls in the search. The default value is False. Visible command bars include all visible toolbars and any menus that are open at the time the FindControl method is executed.</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.FindControls(System.Object,System.Object,System.Object,System.Object)"> <summary>Returns the <see cref="T:Microsoft.Office.Core.CommandBarControls"></see> collection that fits the specified criteria.</summary> <param name="Id">Optional Object. The control’s identifier.</param> <param name="Type">Optional <see cref="T:Microsoft.Office.Core.MsoControlType"></see>. The type of control.</param> <param name="Tag">Optional Object. The control’s tag value.</param> <param name="Visible">Optional Object. True to include only visible command bar controls in the search. The default value is False.</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.GetEnabledMso(System.String)"> <summary>Returns True if the control identified by the idMso parameter is enabled.</summary> <returns>Boolean</returns> <param name="idMso">Identifier for the control.</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.GetImageMso(System.String,System.Int32,System.Int32)"> <summary>Returns an IPictureDisp object of the control image identified by the idMso parameter scaled to the dimensions specified by width and height.</summary> <returns>IPictureDisp</returns> <param name="Width">The width of the image.</param> <param name="Height">The height of the image.</param> <param name="idMso">Identifier for the control.</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.GetLabelMso(System.String)"> <summary>Returns the label of the control identified by the idMso parameter as a String.</summary> <returns>String</returns> <param name="idMso">Identifier for the control.</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.GetPressedMso(System.String)"> <summary>Returns a value indicating whether the toggleButton control identified by the idMso parameter is pressed.</summary> <returns>Boolean</returns> <param name="idMso">Identifier for the control.</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.GetScreentipMso(System.String)"> <summary>Returns the screentip of the control identified by the idMso parameter as a String.</summary> <returns>String</returns> <param name="idMso">Identifier for the control.</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.GetSupertipMso(System.String)"> <summary>Returns the supertip of the control identified by the idMso parameter as a String.</summary> <returns>String</returns> <param name="idMso">Identifier for the control.</param> </member> <member name="M:Microsoft.Office.Core._CommandBars.GetVisibleMso(System.String)"> <summary>Returns True if the control identified by the idMso parameter is visible.</summary> <returns>Boolean</returns> <param name="idMso">Identifier for the control.</param> </member> <member name="P:Microsoft.Office.Core._CommandBars.Item(System.Object)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.CommandBar"></see> object from the <see cref="T:Microsoft.Office.Core.CommandBars"></see> collection.</summary> <param name="Index">Required Object. The name or index number of the object to be returned.</param> </member> <member name="T:Microsoft.Office.Core._CommandBarsEvents_Event"> <summary>Events interface for Microsoft Office <see cref="T:Microsoft.Office.Core.CommandBars"></see> object events.</summary> </member> <member name="E:Microsoft.Office.Core._CommandBarsEvents_Event.OnUpdate"> <summary>Occurs when any change is made to a command bar.</summary> </member> <member name="T:Microsoft.Office.Core._CommandBarsEvents_OnUpdateEventHandler"> <summary>A Delegate type used to add an event handler for the <see cref="E:Microsoft.Office.Core._CommandBarsEvents_Event.OnUpdate"></see> event. The OnUpdate event occurs when any change is made to a command bar.</summary> </member> <member name="T:Microsoft.Office.Core._CustomTaskPane"> <summary>Represents a custom task pane in the container application.</summary> </member> <member name="M:Microsoft.Office.Core._CustomTaskPane.Delete"> <summary>Deletes the active custom task pane.</summary> </member> <member name="P:Microsoft.Office.Core._CustomTaskPane.Application"> <summary>Gets the Application object of the host application. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core._CustomTaskPane.ContentControl"> <summary>Gets the Microsoft ActiveX® control instance displayed in the custom task pane frame. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core._CustomTaskPane.DockPosition"> <summary>Gets or sets an enumerated value specifying the docked position of a <see cref="T:Microsoft.Office.Core._CustomTaskPane"></see> object. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoCTPDockPosition"></see></returns> </member> <member name="P:Microsoft.Office.Core._CustomTaskPane.DockPositionRestrict"> <summary>Gets or sets an enumerated value specifying a restriction on the orientation of a <see cref="T:Microsoft.Office.Core._CustomTaskPane"></see> object. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoCTPDockPositionRestrict"></see></returns> </member> <member name="P:Microsoft.Office.Core._CustomTaskPane.Height"> <summary>Gets or sets the height of the <see cref="T:Microsoft.Office.Core._CustomTaskPane"></see> object (in points). Read/write.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core._CustomTaskPane.Title"> <summary>Gets the title of a CustomTaskPane object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core._CustomTaskPane.Visible"> <summary>True if the specified <see cref="T:Microsoft.Office.Core._CustomTaskPane"></see> object is visible. Read/write.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core._CustomTaskPane.Width"> <summary>Gets or sets the width of the task pane specified by the <see cref="T:Microsoft.Office.Core._CustomTaskPane"></see> object. Read/write.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core._CustomTaskPane.Window"> <summary>Gets the parent window object of the <see cref="T:Microsoft.Office.Core._CustomTaskPane"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="E:Microsoft.Office.Core._CustomTaskPaneEvents_Event.DockPositionStateChange"> <summary>Occurs when the user changes the docking position of the active custom task pane.</summary> <param name="CustomTaskPaneInst">The active custom task pane.</param> </member> <member name="E:Microsoft.Office.Core._CustomTaskPaneEvents_Event.VisibleStateChange"> <summary>Occurs when the user changes the visibility of the custom task pane.</summary> <param name="CustomTaskPaneInst">The active task pane.</param> </member> <member name="T:Microsoft.Office.Core._CustomXMLPart"> <summary>Represents a single <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> in a <see cref="T:Microsoft.Office.Core._CustomXMLParts"></see> collection.</summary> </member> <member name="M:Microsoft.Office.Core._CustomXMLPart.AddNode(Microsoft.Office.Core.CustomXMLNode,System.String,System.String,Microsoft.Office.Core.CustomXMLNode,Microsoft.Office.Core.MsoCustomXMLNodeType,System.String)"> <summary>Adds a node to the XML tree.</summary> <param name="NamespaceURI">Represents the namespace of the element to be appended. This parameter is required to append nodes of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see> or <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeAttribute"></see>, otherwise it is ignored.</param> <param name="NodeType">Specifies the type of node to append. If the parameter is not specified, it is assumed to be of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see>.</param> <param name="Name">Represents the base name of the node to be added.</param> <param name="Parent">Represents the node under which this node should be added. If adding an attribute, the parameter denotes the element that the attribute should be added to.</param> <param name="NodeValue">Used to set the value of the appended node for those nodes that allow text. If the node doesn’t allow text, the parameter is ignored.</param> <param name="NextSibling">Represents the node which should become the next sibling of the new node. If not specified, the node is added to the end of the parent node’s children. This parameter is ignored for additions of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeAttribute"></see>. If the node is not a child of the parent, an error is displayed.</param> </member> <member name="M:Microsoft.Office.Core._CustomXMLPart.Delete"> <summary>Deletes the current <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> from the data store (IXMLDataStore interface).</summary> </member> <member name="M:Microsoft.Office.Core._CustomXMLPart.Load(System.String)"> <summary>Allows the template author to populate a <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> from an existing file. Returns True if the load was successful.</summary> <returns>Boolean</returns> <param name="FilePath">Points to the file on the user’s computer or on a network containing the XML to be loaded.</param> </member> <member name="M:Microsoft.Office.Core._CustomXMLPart.LoadXML(System.String)"> <summary>Allows the template author to populate a <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object from an XML string. Returns True if the load was successful. </summary> <returns>Boolean</returns> <param name="XML">Contains the XML to load.</param> </member> <member name="M:Microsoft.Office.Core._CustomXMLPart.SelectNodes(System.String)"> <summary>Selects a collection of nodes from a custom XML part.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see></returns> <param name="XPath">Contains the XPath expression.</param> </member> <member name="M:Microsoft.Office.Core._CustomXMLPart.SelectSingleNode(System.String)"> <summary>Selects a single node within a custom XML part matching an XPath expression.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see></returns> <param name="XPath">Contains an XPath expression.</param> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.BuiltIn"> <summary>Gets a value that indicates whether the <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> is built-in. Read-only</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.DocumentElement"> <summary>Gets the root element of a bound region of data in a document. If the region is empty, the property returns Nothing. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNode"></see></returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.Errors"> <summary>Gets a <see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see> object that provides access to any XML validation errors, if any exists. If no validation errors exist, this property returns Nothing. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see></returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.Id"> <summary>Gets a String containing the GUID assigned to the current <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.NamespaceManager"> <summary>Gets the set of namespace prefix mappings used against the current <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLPrefixMappings"></see></returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.NamespaceURI"> <summary>Gets the unique address identifier for the namespace of the <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.SchemaCollection"> <summary>Gets or sets a <see cref="T:Microsoft.Office.Core.CustomXMLSchemaCollection"></see> object representing the set of schemas attached to a bound region of data in a document. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLSchemaCollection"></see></returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLPart.XML"> <summary>Gets the XML representation of the current <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="E:Microsoft.Office.Core._CustomXMLPartEvents_Event.NodeAfterDelete"> <summary>Occurs after a node is deleted in a <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object.</summary> <param name="OldNextSibling">Corresponds to the former next sibling of OldNode.</param> <param name="OldNode">Corresponds to the node which was just removed from the CustomXMLPart object. Note that this node may have children, if a subtree is being removed from the document. Also, this node will be a "disconnected" node in that you can query down from the node, but you cannot query up the tree – the node appears to exist alone. </param> <param name="OldParentNode">Corresponds to the former parent node of OldNode.</param> <param name="InUndoRedo">Returns True if the node was inserted as part of an Undo/Redo action by the user.</param> </member> <member name="E:Microsoft.Office.Core._CustomXMLPartEvents_Event.NodeAfterInsert"> <summary>Occurs after a node is inserted in a <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object.</summary> <param name="InUndoRedo">Returns True if the node was inserted as part of an Undo/Redo action by the user.</param> <param name="NewNode">Corresponds to the node just added to the CustomXMLPart object. Note that this node may have children, if a subtree was just added to the document. </param> </member> <member name="E:Microsoft.Office.Core._CustomXMLPartEvents_Event.NodeAfterReplace"> <summary>Occurs just after a node is replaced in a <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object.</summary> <param name="OldNode">Corresponds to the node which was just removed from the CustomXMLPart object. Note that this node may have children, if a subtree was just added to the document. Also, this node will be a "disconnected" node in that you can query down from the node, but cannot go up – it appears to exist alone.</param> <param name="InUndoRedo">Returns True if the node was added as part of an Undo/Redo action by the user.</param> <param name="NewNode">Corresponds to the node just added to the CustomXMLPart object. </param> </member> <member name="T:Microsoft.Office.Core._CustomXMLParts"> <summary>Represents a collection of <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> objects.</summary> </member> <member name="M:Microsoft.Office.Core._CustomXMLParts.Add(System.String,System.Object)"> <summary>Allows you to add a new <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> to a file.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLPart"></see></returns> <param name="SchemaCollection">Optional <see cref="T:Microsoft.Office.Core._CustomXMLSchemaCollection"></see>. Represents the set of schemas to be used to validate this stream.</param> <param name="XML">Optional String. Contains the XML to add to the newly created <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see>.</param> </member> <member name="M:Microsoft.Office.Core._CustomXMLParts.GetEnumerator"> <returns>Returns <see cref="T:System.Collections.IEnumerator"></see> .</returns> </member> <member name="M:Microsoft.Office.Core._CustomXMLParts.SelectByID(System.String)"> <summary>Selects a custom XML part matching a GUID.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLPart"></see></returns> <param name="Id">Required String. Contains the GUID for the custom XML part.</param> </member> <member name="M:Microsoft.Office.Core._CustomXMLParts.SelectByNamespace(System.String)"> <summary>Selects the collection of custom XML parts whose namespace matches the search criteria.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLParts"></see></returns> <param name="NamespaceURI">Required String. Contains a namespace URI.</param> </member> <member name="P:Microsoft.Office.Core._CustomXMLParts.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core._CustomXMLParts"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLParts.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core._CustomXMLParts"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLParts.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core._CustomXMLParts"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLParts.Item(System.Object)"> <summary>Gets a <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object from the <see cref="T:Microsoft.Office.Core._CustomXMLParts"></see> collection. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLPart"></see></returns> <param name="Index">Required Object. The name or index number of the <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object to be returned.</param> </member> <member name="P:Microsoft.Office.Core._CustomXMLParts.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core._CustomXMLParts"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="E:Microsoft.Office.Core._CustomXMLPartsEvents_Event.PartAfterAdd"> <summary>Occurs just after a <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see>object is added to the <see cref="T:Microsoft.Office.Core._CustomXMLParts"></see> collection.</summary> <param name="NewPart">The part that was added.</param> </member> <member name="E:Microsoft.Office.Core._CustomXMLPartsEvents_Event.PartAfterLoad"> <summary>Occurs just after a <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object is loaded.</summary> <param name="Part">The part that was loaded.</param> </member> <member name="E:Microsoft.Office.Core._CustomXMLPartsEvents_Event.PartBeforeDelete"> <summary>Occurs just before a <see cref="T:Microsoft.Office.Core._CustomXMLPart"></see> object is deleted from the <see cref="T:Microsoft.Office.Core._CustomXMLParts"></see> collection.</summary> <param name="OldPart">The part that is about to be deleted.</param> </member> <member name="T:Microsoft.Office.Core._CustomXMLSchemaCollection"> <summary>Represents a collection of <see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see> objects attached to a data stream.</summary> </member> <member name="M:Microsoft.Office.Core._CustomXMLSchemaCollection.Add(System.String,System.String,System.String,System.Boolean)"> <summary>Allows you to add one or more schemas to a schema collection that can then be added to a stream in the data store and to the Schema Library.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see></returns> <param name="NamespaceURI">Optional String. Contains the namespace of the schema to be added to the collection. If the schema already exists in the Schema Library, the method will retrieve it from there.</param> <param name="InstallForAllUsers">Optional Boolean. Specifies whether, in the case where the method is adding the schema to the Schema Library, the Schema Library keys should be written to the registry(HKey_Local_Machine for all users or HKey_Current_User for just the current user). The parameter defaults to False and writes to HKey_Current_User.</param> <param name="FileName">Optional String. Contains the location of the schema on a disk. If this parameter is specified, the schema is added to the collection and to the Schema Library.</param> <param name="Alias">Optional String. Contains the alias of the schema to be added to the collection. If the alias already exists in the Schema Library, the method can find it using this argument.</param> </member> <member name="M:Microsoft.Office.Core._CustomXMLSchemaCollection.AddCollection(Microsoft.Office.Core.CustomXMLSchemaCollection)"> <param name="SchemaCollection">Required <see cref="T:Microsoft.Office.Core._CustomXMLSchemaCollection"></see>. Represents a collection of schemas to be imported into the current schema collection.</param> </member> <member name="M:Microsoft.Office.Core._CustomXMLSchemaCollection.GetEnumerator"> <returns>Returns <see cref="T:System.Collections.IEnumerator"></see> .</returns> </member> <member name="M:Microsoft.Office.Core._CustomXMLSchemaCollection.Validate"> <summary>Specifies whether the schemas in a schema collection are valid (conforms to the syntactic rules of XML and the rules for a specified vocabulary; a standard for structuring XML).</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLSchemaCollection.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core._CustomXMLSchemaCollection"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLSchemaCollection.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core._CustomXMLSchemaCollection"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLSchemaCollection.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core._CustomXMLSchemaCollection"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core._CustomXMLSchemaCollection.Item(System.Object)"> <summary>Gets a <see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see> object from the <see cref="T:Microsoft.Office.Core._CustomXMLSchemaCollection"></see> collection. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see></returns> <param name="Index">Required Object. The name or index number of the <see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see> object to be returned.</param> </member> <member name="P:Microsoft.Office.Core._CustomXMLSchemaCollection.NamespaceURI(System.Int32)"> <summary>Gets the unique address identifier for the namespace of the <see cref="T:Microsoft.Office.Core._CustomXMLSchemaCollection"></see> object. Read-only.</summary> <returns>String</returns> <param name="Index">Required Integer. The index number of the <see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see> object.</param> </member> <member name="P:Microsoft.Office.Core._CustomXMLSchemaCollection.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core._CustomXMLSchemaCollection"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.AnswerWizard"> <summary>Represents the Answer Wizard in a Microsoft Office application. </summary> </member> <member name="M:Microsoft.Office.Core.AnswerWizard.ClearFileList"> <summary>Clears the list of files for the current AnswerWizard, including the default list of files for the Microsoft Office host application.</summary> </member> <member name="M:Microsoft.Office.Core.AnswerWizard.ResetFileList"> <summary>Resets the list of files for the current AnswerWizard to the default list of files for the Microsoft Office host application.</summary> </member> <member name="T:Microsoft.Office.Core.AnswerWizardFiles"> <summary>The AnswerWizardFiles collection contains all of the Answer Wizard files (with the file name extension .AW) available to the active Microsoft Office application.</summary> </member> <member name="M:Microsoft.Office.Core.AnswerWizardFiles.Add(System.String)"> <summary>Creates a new reference to an Answer Wizard file and adds it to the <see cref="T:Microsoft.Office.Core.AnswerWizardFiles"></see> collection.</summary> <param name="FileName">Required String. The fully qualified path to the specified Answer Wizard file.</param> </member> <member name="M:Microsoft.Office.Core.AnswerWizardFiles.Delete(System.String)"> <summary>Deletes the specified object from its collection.</summary> <param name="FileName">Required String. The name of the file to be deleted, including the fully qualified path, file name, and extension.</param> </member> <member name="P:Microsoft.Office.Core.AnswerWizardFiles.Item(System.Int32)"> <summary>Returns a file name string from an <see cref="T:Microsoft.Office.Core.AnswerWizardFiles"></see> collection.</summary> <param name="Index">Required Integer. The index number of the Answer Wizard file name string, or the file name, to be returned.</param> </member> <member name="T:Microsoft.Office.Core.Assistant"> <summary>Represents the Microsoft Office Assistant.</summary> </member> <member name="M:Microsoft.Office.Core.Assistant.ActivateWizard(System.Int32,Microsoft.Office.Core.MsoWizardActType,System.Object)"> <summary>Resumes or suspends Office Assistant Help during a custom wizard.</summary> <param name="act">Specifies the change to the Office Assistant Help session.</param> <param name="Animation">The animation the Office Assistant performs when it is suspended or resumed.</param> <param name="WizardID">The number returned by the <see cref="M:Microsoft.Office.Core.Assistant.StartWizard(System.Boolean,System.String,System.Int32,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)"></see> method.</param> </member> <member name="M:Microsoft.Office.Core.Assistant.DoAlert(System.String,System.String,Microsoft.Office.Core.MsoAlertButtonType,Microsoft.Office.Core.MsoAlertIconType,Microsoft.Office.Core.MsoAlertDefaultType,Microsoft.Office.Core.MsoAlertCancelType,System.Boolean)"> <summary>Displays an alert and returns an Integer that indicates which button the user pressed.</summary> <param name="bstrAlertText">Sets the text of the alert.</param> <param name="varfSysAlert">True if the alert is displayed in a message box or False if the alert is displayed through the Office Assistant.</param> <param name="alq">Always set this to msoAlertCancelDefault. Any other setting may return an error.</param> <param name="bstrAlertTitle">Sets the title of the alert.</param> <param name="alc">Determines the icon that is displayed on the alert.</param> <param name="alb">Determines which buttons are displayed on the alert.</param> <param name="ald">Determines which button is set as the default button of the alert. If this argument is set to a value greater than the number of buttons, an error is returned.</param> </member> <member name="M:Microsoft.Office.Core.Assistant.EndWizard(System.Int32,System.Boolean,System.Object)"> <summary>Releases the variable returned by the <see cref="M:Microsoft.Office.Core.Assistant.StartWizard(System.Boolean,System.String,System.Int32,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)"></see> method.</summary> <param name="Animation">The animation the Office Assistant performs if varfSuccess is set to True. The default value is msoAnimationCharacterSuccessMajor.</param> <param name="WizardID">The number returned by the StartWizard method.</param> <param name="varfSuccess">True to indicate that the user completed the wizard successfully.</param> </member> <member name="M:Microsoft.Office.Core.Assistant.Help"> <summary>Displays the Office Assistant and the built-in "What would you like to do?" Assistant balloon for standard Office online Help.</summary> </member> <member name="M:Microsoft.Office.Core.Assistant.Move(System.Int32,System.Int32)"> <summary>Moves the Office Assistant to the specified location.</summary> <param name="xLeft">The left position of the Office Assistant window, in points.</param> <param name="yTop">The top position of the Office Assistant window, in points.</param> </member> <member name="M:Microsoft.Office.Core.Assistant.ResetTips"> <summary>Resets the application tips that appear in the Office Assistant balloon.</summary> </member> <member name="M:Microsoft.Office.Core.Assistant.StartWizard(System.Boolean,System.String,System.Int32,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)"> <summary>Starts the Office Assistant and returns an Integer value that identifies the session.</summary> <param name="On">True to display the Office decision balloon. The Office decision balloon asks the user whether he or she wants help with the active custom wizard. It isn't necessary to use the <see cref="P:Microsoft.Office.Core.Assistant.Visible"></see> property to display the Office Assistant if you specify True for this argument.</param> <param name="Callback">The name of the callback procedure run by the Office decision balloon and the branch balloon. The branch balloon allows the user to choose between custom Help you've provided for the wizard and standard Office Help.</param> <param name="Left">The position of the corners (in points and relative to the screen) of the custom wizard form the Office Assistant will avoid when the Office Assistant appears.</param> <param name="CustomTeaser">False to display the Office decision balloon.</param> <param name="Right">The position of the corners (in points and relative to the screen) of the custom wizard form the Office Assistant will avoid when the Office Assistant appears.</param> <param name="Bottom">The position of the corners (in points and relative to the screen) of the custom wizard form the Office Assistant will avoid when the Office Assistant appears.</param> <param name="Animation">The animation the Office Assistant performs when this method is used. The default value is msoAnimationGetWizardy.</param> <param name="PrivateX">A number that identifies the balloon that initiated the callback procedure.</param> <param name="Top">The position of the corners (in points and relative to the screen) of the custom wizard form the Office Assistant will avoid when the Office Assistant appears.</param> </member> <member name="T:Microsoft.Office.Core.Axes"> <summary>A collection of all the <see cref="T:Microsoft.Office.Interop.Excel.Axis"></see> objects in the specified chart.</summary> </member> <member name="P:Microsoft.Office.Core.Axes._Default(Microsoft.Office.Core.XlAxisType,Microsoft.Office.Core.XlAxisGroup)"> <returns>Returns <see cref="T:Microsoft.Office.Core.IMsoAxis"></see> .</returns> </member> <member name="P:Microsoft.Office.Core.Axes.Application"> <summary>When used without an object qualifier, this property returns an Application object that represents the Microsoft Office application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.Axes.Count"> <summary>Returns the number of objects in the collection.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.Axes.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only</summary> <returns>Long</returns> </member> <member name="P:Microsoft.Office.Core.Axes.Item(Microsoft.Office.Core.XlAxisType,Microsoft.Office.Core.XlAxisGroup)"> <summary>Returns a single Axis object from the <see cref="T:Microsoft.Office.Core.Axes"></see> collection.</summary> <returns><see cref="T:Microsoft.Office.Interop.Excel.Axis"></see></returns> <param name="Type">The axis type.</param> <param name="AxisGroup">The axis. Optional.</param> </member> <member name="P:Microsoft.Office.Core.Axes.Parent"> <summary>Returns the parent object for the specified object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.Balloon"> <summary>Represents the balloon where the Office Assistant displays information.</summary> </member> <member name="M:Microsoft.Office.Core.Balloon.SetAvoidRectangle(System.Int32,System.Int32,System.Int32,System.Int32)"> <summary>Prevents the Office Assistant balloon from being displayed in a specified area of the screen.</summary> <param name="Left">Required Integer. The coordinates (in points and relative to the screen) of the area of the screen that the Office Assistant balloon will avoid when it's displayed.</param> <param name="Right">Required Integer. The coordinates (in points and relative to the screen) of the area of the screen that the Office Assistant balloon will avoid when it's displayed.</param> <param name="Bottom">Required Integer. The coordinates (in points and relative to the screen) of the area of the screen that the Office Assistant balloon will avoid when it's displayed.</param> <param name="Top">Required Integer. The coordinates (in points and relative to the screen) of the area of the screen that the Office Assistant balloon will avoid when it's displayed.</param> </member> <member name="T:Microsoft.Office.Core.BalloonCheckbox"> <summary>Represents a checkbox in the Office Assistant balloon.</summary> </member> <member name="T:Microsoft.Office.Core.BalloonCheckboxes"> <summary>A collection of <see cref="T:Microsoft.Office.Core.BalloonCheckbox"></see> objects that represent all the check boxes in the Office Assistant balloon.</summary> </member> <member name="P:Microsoft.Office.Core.BalloonCheckboxes.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.BalloonCheckbox"></see> object.</summary> <param name="Index">Required Item. The index number of the check box or label to be returned.</param> </member> <member name="T:Microsoft.Office.Core.BalloonLabel"> <summary>Represents a label in the Office Assistant balloon.</summary> </member> <member name="T:Microsoft.Office.Core.BalloonLabels"> <summary>A collection of <see cref="T:Microsoft.Office.Core.BalloonLabel"></see> objects that represent all the labels in the Office Assistant balloon.</summary> </member> <member name="P:Microsoft.Office.Core.BalloonLabels.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.BalloonLabel"></see> object.</summary> <param name="Index">Required Integer. The index number of the check box or label to be returned.</param> </member> <member name="T:Microsoft.Office.Core.BulletFormat2"> <summary>Represents bullet formatting.</summary> </member> <member name="M:Microsoft.Office.Core.BulletFormat2.Picture(System.String)"> <summary>Sets the graphics file to be used for bullets in a bulleted list.</summary> <param name="FileName">The file name of a valid graphics file. </param> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.Application"> <summary>Gets an object that represents the <see cref="T:Microsoft.Office.Core.BulletFormat2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.Character"> <summary>Gets or sets the Unicode character value that is used for bullets in the specified text. Read/write.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.BulletFormat2"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.Font"> <summary>Gets the font that represents the formatting for a <see cref="T:Microsoft.Office.Core.BulletFormat2"></see> object. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.Font2"></see></returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.Number"> <summary>Gets the bullet number of a paragraph. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.Parent"> <summary>Gets the parent of the <see cref="T:Microsoft.Office.Core.BulletFormat2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.RelativeSize"> <summary>Returns or sets the bullet size relative to the size of the first text character in the paragraph. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.StartValue"> <summary>Gets or sets the beginning value of a bulleted list. Read/write.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.Style"> <summary>Returns or sets a constant that represents the style of a bullet. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoNumberedBulletStyle"></see></returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.Type"> <summary>Gets or sets a constant that represents the type of bullet. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoBulletType"></see></returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.UseTextColor"> <summary>Determines whether the specified bullets are set to the color of the first text character in the paragraph. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.UseTextFont"> <summary>Determines whether the specified bullets are set to the font of the first text character in the paragraph. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.BulletFormat2.Visible"> <summary>Gets or sets a value that specifies whether the bullet is visible. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="T:Microsoft.Office.Core.CertificateDetail"> <summary>Provides information about the digital certificate.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateDetail.certdetAvailable"> <summary>Specifies that the digital certificate is available for signing.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateDetail.certdetExpirationDate"> <summary>The expiration date of the certificate.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateDetail.certdetIssuer"> <summary>The issuing authority of the certification.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateDetail.certdetSubject"> <summary>The holder of a Private Key corresponding to a Public Key.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateDetail.certdetThumbprint"> <summary>A hash of the certificate's complete contents.</summary> </member> <member name="T:Microsoft.Office.Core.CertificateVerificationResults"> <summary>Provides the results of verifying a digital certificate.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateVerificationResults.certverresError"> <summary>The verification resulted in an error.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateVerificationResults.certverresExpired"> <summary>The certification has expired.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateVerificationResults.certverresInvalid"> <summary>The certification is invalid.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateVerificationResults.certverresRevoked"> <summary>The certification has been revoked.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateVerificationResults.certverresUntrusted"> <summary>The certification is from an untrusted source.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateVerificationResults.certverresUnverified"> <summary>The certification is currently unverified.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateVerificationResults.certverresValid"> <summary>The certification is valid.</summary> </member> <member name="F:Microsoft.Office.Core.CertificateVerificationResults.certverresVerifying"> <summary>The certificate is currently being verified.</summary> </member> <member name="T:Microsoft.Office.Core.ChartColorFormat"> <summary>Represents the color of a one-color object or the foreground or background color of an object with a gradient or patterned fill.</summary> </member> <member name="P:Microsoft.Office.Core.ChartColorFormat.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ChartColorFormat.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only</summary> <returns>Long</returns> </member> <member name="P:Microsoft.Office.Core.ChartColorFormat.Parent"> <summary>Returns the parent object for the specified object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ChartColorFormat.RGB"> <summary>Returns an Integer value that represents the red-green-blue value of the specified color.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ChartColorFormat.SchemeColor"> <summary>Returns or sets an Integer value that represents the color of a Color object, as an index in the current color scheme.</summary> <returns>IntegerReturns a Long value that represents the red-green-blue value of the specified color.</returns> </member> <member name="P:Microsoft.Office.Core.ChartColorFormat.Type"> <summary>Returns an Integer value that that represents the color format type.</summary> <returns>Integer</returns> </member> <member name="T:Microsoft.Office.Core.ChartFillFormat"> <summary>Used only with charts. Represents fill formatting for chart elements.</summary> </member> <member name="M:Microsoft.Office.Core.ChartFillFormat.OneColorGradient(System.Int32,System.Int32,System.Single)"> <summary>Sets the specified fill to a one-color gradient.</summary> <param name="Variant"> Required Integer. The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If Style is <see cref="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientFromCenter"></see>, the Variant argument can only be 1 or 2.</param> <param name="Degree"> Required Single. The gradient degree. Can be a value from 0.0 (dark) through 1.0 (light).</param> <param name="Style"> Required <see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see>. The gradient style.</param> </member> <member name="M:Microsoft.Office.Core.ChartFillFormat.Patterned(System.Int32)"> <summary>Sets the specified fill to a pattern.</summary> <param name="Pattern"> Required <see cref="T:Microsoft.Office.Core.MsoPatternType"></see>. The type of pattern.</param> </member> <member name="M:Microsoft.Office.Core.ChartFillFormat.PresetGradient(System.Int32,System.Int32,System.Int32)"> <summary>Sets the specified fill to a preset gradient.</summary> <param name="Variant"> Required Integer. The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If Style is <see cref="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientFromCenter"></see>, the Variant argument can only be 1 or 2.</param> <param name="Style"> Required <see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see>. The gradient style.</param> </member> <member name="M:Microsoft.Office.Core.ChartFillFormat.PresetTextured(System.Int32)"> <summary>Sets the specified fill format to a preset texture.</summary> <param name="PresetTexture"> Required <see cref="T:Microsoft.Office.Core.MsoPresetTexture"></see>. The type of texture to apply.</param> </member> <member name="M:Microsoft.Office.Core.ChartFillFormat.Solid"> <summary>Sets the specified fill to a uniform color. Use this method to convert a gradient, textured, patterned, or background fill back to a solid fill.</summary> </member> <member name="M:Microsoft.Office.Core.ChartFillFormat.TwoColorGradient(System.Int32,System.Int32)"> <summary>Sets the specified fill to a two-color gradient.</summary> <param name="Variant"> Required Integer. The gradient variant. Can be a value from 1 through 4, corresponding to one of the four variants on the Gradient tab in the Fill Effects dialog box. If Style is <see cref="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientFromCenter"></see>, the Variant argument can only be 1 or 2.</param> <param name="Style"> Required <see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see>. The gradient style.</param> </member> <member name="M:Microsoft.Office.Core.ChartFillFormat.UserPicture(System.Object,System.Object,System.Object,System.Object)"> <summary>Fills the specified shape with an image.</summary> <param name="PicturePlacement"> Optional Object. An XlChartPicturePlacement value that indicates the placement of the picture.</param> <param name="PictureFormat"> Optional Object. An <see cref="T:Microsoft.Office.Core.XlChartPictureType"></see> value that indicates the format of the picture.</param> <param name="PictureFile"> Optional Object. The filename of the image.</param> <param name="PictureStackUnit"> Optional Object. A Double value that specifies the picture stack or scale unit (depends on the PictureFormat argument).</param> </member> <member name="M:Microsoft.Office.Core.ChartFillFormat.UserTextured(System.String)"> <summary>Fills the specified shape with small tiles of an image. If you want to fill the shape with one large image, use the <see cref="M:Microsoft.Office.Core.ChartFillFormat.UserPicture(System.Object,System.Object,System.Object,System.Object)"></see> method.</summary> <param name="TextureFile"> Required String. The name of the picture file.</param> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.BackColor"> <summary>Returns or sets the fill background color.</summary> <returns><see cref="T:Microsoft.Office.Core.ChartColorFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.ForeColor"> <summary>Returns or sets the foreground fill or solid color.</summary> <returns><see cref="T:Microsoft.Office.Core.ChartColorFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.GradientColorType"> <summary>Returns the gradient color type for the specified fill. Read-only</summary> <returns><see cref="T:Microsoft.Office.Core.MsoGradientColorType"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.GradientDegree"> <summary>Returns the gradient degree of the specified one-color shaded fill as a floating-point value from 0.0 (dark) through 1.0 (light). Read-only.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.GradientStyle"> <summary>Returns the gradient style for the specified fill. Read-only</summary> <returns><see cref="T:Microsoft.Office.Core.MsoGradientStyle"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.GradientVariant"> <summary>Returns the shade variant for the specified fill as an integer value from 1 through 4. The values for this property correspond to the gradient variants (numbered from left to right and from top to bottom) on the Gradient tab in the Fill Effects dialog box. Read-only</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.Parent"> <summary>Returns the parent object for the specified object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.Pattern"> <summary>Returns or sets the fill pattern.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoPatternType"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.PresetGradientType"> <summary>Returns the preset gradient type for the specified fill. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoPresetGradientType"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.PresetTexture"> <summary>Returns the preset texture for the specified fill. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoPresetTexture"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.TextureName"> <summary>Returns the name of the custom texture file for the specified fill. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.TextureType"> <summary>Returns the texture type for the specified fill. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTextureType"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.Type"> <summary>Returns the fill type.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoFillType"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFillFormat.Visible"> <summary>Returns or sets a <see cref="T:Microsoft.Office.Core.MsoTriState"></see> value that determines whether the object is visible. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.ChartFont.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ChartFont.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only.</summary> <returns>Integerc</returns> </member> <member name="P:Microsoft.Office.Core.ChartFont.Parent"> <summary>Returns the parent object for the specified object. Read-only.</summary> <returns>Objects</returns> </member> <member name="T:Microsoft.Office.Core.ChartGroups"> <summary>A collection of all the ChartGroup objects in the specified chart.</summary> </member> <member name="M:Microsoft.Office.Core.ChartGroups.GetEnumerator"> <returns>Returns <see cref="T:System.Collections.IEnumerator"></see> .</returns> </member> <member name="M:Microsoft.Office.Core.ChartGroups.Item(System.Object)"> <summary>Returns a single object from a collection.</summary> <returns><see cref="T:Microsoft.Office.Core.IMsoChartGroup"></see></returns> <param name="Index">Required Object. The name or index number for the object.</param> </member> <member name="P:Microsoft.Office.Core.ChartGroups.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ChartGroups.Count"> <summary>Returns the number of objects in the collection. Read-only</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ChartGroups.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ChartGroups.Parent"> <summary>Returns the parent object for the specified object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ChartPoint.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ChartPoint.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ChartPoint.PictureUnit2"> <returns>Double</returns> </member> <member name="P:Microsoft.Office.Core.ColorFormat.ObjectThemeColor"> <summary>Returns or sets a color that is mapped to the theme color scheme. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoThemeColorIndex"></see></returns> </member> <member name="T:Microsoft.Office.Core.COMAddIn"> <summary>Represents a COM add-in in the Microsoft Office host application.</summary> </member> <member name="T:Microsoft.Office.Core.COMAddIns"> <summary>A collection of <see cref="T:Microsoft.Office.Core.COMAddIns"></see> objects that provide information about a COM add-in registered in the Windows Registry.</summary> </member> <member name="M:Microsoft.Office.Core.COMAddIns.Item(System.Object@)"> <summary>Returns a member of the specified <see cref="T:Microsoft.Office.Core.COMAddIns"></see> collection.</summary> <param name="Index">Required Object. Either an ordinal value that returns the COM add-in at that position in the COMAddIns collection, or a String value that represents the ProgID of the specified COM add-in.</param> </member> <member name="T:Microsoft.Office.Core.CommandBar"> <summary>Represents a command bar in the container application.</summary> </member> <member name="M:Microsoft.Office.Core.CommandBar.FindControl(System.Object,System.Object,System.Object,System.Object,System.Object)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.CommandBarControl"></see> object that fits the specified criteria.</summary> <param name="Visible">Optional Object. True to include only visible command bar controls in the search. The default value is False. Visible command bars include all visible toolbars and any menus that are open at the time the FindControl method is executed.</param> <param name="Type">Optional <see cref="T:Microsoft.Office.Core.MsoControlType"></see>. The type of control.</param> <param name="Recursive">Optional Boolean. True to include the command bar and all of its pop-up subtoolbars in the search. The default value is False.</param> <param name="Tag">Optional Object. The tag value of the control.</param> <param name="Id">Optional Object. The identifier of the control.</param> </member> <member name="M:Microsoft.Office.Core.CommandBar.ShowPopup(System.Object,System.Object)"> <summary>Displays a command bar as a shortcut menu at the specified coordinates or at the current pointer coordinates.</summary> <param name="y">Optional Object. The y-coordinate for the location of the shortcut menu. If this argument is omitted, the current y-coordinate of the pointer is used.</param> <param name="x">Optional Object. The x-coordinate for the location of the shortcut menu. If this argument is omitted, the current x-coordinate of the pointer is used.</param> </member> <member name="P:Microsoft.Office.Core.CommandBar.Enabled"> <summary>Determines if the specified command bar or is enabled.</summary> <returns>This property returns True if the specified command bar is enabled; False if not enabled.Setting this property to True causes the name of the command bar to appear in the list of available command bars.</returns> </member> <member name="T:Microsoft.Office.Core.CommandBarButton"> <summary>Represents a button control on a command bar.</summary> </member> <member name="M:Microsoft.Office.Core.CommandBarButtonClass.CopyFace"> <summary>Copies the face of a command bar button control to the Clipboard.</summary> </member> <member name="M:Microsoft.Office.Core.CommandBarButtonClass.PasteFace"> <summary>Pastes the contents of the Clipboard onto a CommandBarButton.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarButtonClass.BuiltInFace"> <summary>Is True if the face of a command bar button control is its original built-in face. Read/write.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarButtonClass.FaceId"> <summary>Gets or sets the Id number for the face of a CommandBarButton control. Read/write.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarButtonClass.HyperlinkType"> <summary>Sets or gets a MsoCommandBarButtonHyperlinkType constant that represents the type of hyperlink associated with the specified command bar button. Read/write.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarButtonClass.Mask"> <summary>Gets or sets an IPictureDisp object representing the mask image of a CommandBarButton object. The mask image determines what parts of the button image are transparent. Read/write.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarButtonClass.Picture"> <summary>Gets or sets an IPictureDisp object representing the image of a CommandBarButton object. Read/write.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarButtonClass.ShortcutText"> <summary>Gets or sets the shortcut key text displayed next to a CommandBarButton control when the button appears on a menu, submenu, or shortcut menu. Read/write.</summary> </member> <member name="T:Microsoft.Office.Core.CommandBarComboBox"> <summary>Represents a combo box control on a command bar.</summary> </member> <member name="M:Microsoft.Office.Core.CommandBarComboBoxClass.RemoveItem(System.Int32)"> <summary>Removes an item from a CommandBarComboBox control.</summary> <param name="Index">The item to be removed from the list.</param> </member> <member name="P:Microsoft.Office.Core.CommandBarComboBoxClass.DropDownLines"> <summary>Gets or sets the number of lines in a command bar combo box control. The combo box control must be a custom control and it must be a drop-down list box or a combo box. Read/write.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarComboBoxClass.DropDownWidth"> <summary>Gets or sets the width (in pixels) of the list for the specified command bar combo box control. Read/write.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarComboBoxClass.List(System.Int32)"> <summary>Gets or sets an item in the CommandBarComboBox control. Read/write.</summary> <param name="Index">The list item to be set. </param> </member> <member name="P:Microsoft.Office.Core.CommandBarComboBoxClass.ListCount"> <summary>Gets the number of list items in a CommandBarComboBox control. Read-only.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarComboBoxClass.ListHeaderCount"> <summary>Gets or sets the number of list items in a CommandBarComboBox control that appears above the separator line. Read/write.</summary> </member> <member name="P:Microsoft.Office.Core.CommandBarComboBoxClass.ListIndex"> <summary>Gets or sets the index number of the selected item in the list portion of the CommandBarComboBox control. If nothing is selected in the list, this property returns zero. Read/write.</summary> </member> <member name="T:Microsoft.Office.Core.CommandBarControl"> <summary>Represents a command bar control.</summary> </member> <member name="M:Microsoft.Office.Core.CommandBarControl.Copy(System.Object,System.Object)"> <summary>Copies a command bar control to an existing command bar.</summary> <param name="Before">Optional Object. A number that indicates the position for the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is copied to the end of the command bar.</param> <param name="Bar">Optional Object. A <see cref="T:Microsoft.Office.Core.CommandBar"></see> object that represents the destination command bar. If this argument is omitted, the control is copied to the command bar where the control already exists.</param> </member> <member name="M:Microsoft.Office.Core.CommandBarControl.Delete(System.Object)"> <summary>Deletes the specified object from its collection.</summary> <param name="Temporary">Optional Object. Set to True to delete the control for the current session. The application will display the control again in the next session.</param> </member> <member name="M:Microsoft.Office.Core.CommandBarControl.Move(System.Object,System.Object)"> <summary>Moves the specified command bar control to an existing command bar.</summary> <param name="Before">Optional Object. A number that indicates the position for the control. The control is inserted before the control currently occupying this position. If this argument is omitted, the control is inserted on the same command bar.</param> <param name="Bar">Optional Object. A <see cref="T:Microsoft.Office.Core.CommandBar"></see> object that represents the destination command bar for the control. If this argument is omitted, the control is moved to the end of the command bar where the control currently resides.</param> </member> <member name="T:Microsoft.Office.Core.CommandBarControls"> <summary>A collection of <see cref="T:Microsoft.Office.Core.CommandBarControl"></see> objects that represent the command bar controls on a command bar.</summary> </member> <member name="M:Microsoft.Office.Core.CommandBarControls.Add(System.Object,System.Object,System.Object,System.Object,System.Object)"> <summary>Creates a new <see cref="T:Microsoft.Office.Core.CommandBarControl"></see> object and adds it to the collection of controls on the specified command bar.</summary> <param name="Type">Optional Object. The type of control to be added to the specified command bar. Can be one of the following <see cref="T:Microsoft.Office.Core.MsoControlType"></see> constants: msoControlButton, msoControlEdit, msoControlDropdown, msoControlComboBox, or msoControlPopup.</param> <param name="Before">Optional Object. A number that indicates the position of the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is added at the end of the specified command bar.</param> <param name="Temporary">Optional Object. True to make the new control temporary. Temporary controls are automatically deleted when the container application is closed. The default value is False.</param> <param name="Parameter">Optional Object. For built-in controls, this argument is used by the container application to run the command. For custom controls, you can use this argument to send information to procedures, or you can use it to store information about the control (similar to a second <see cref="P:Microsoft.Office.Core.CommandBarControl.Tag"></see> property value).</param> <param name="Id">Optional Object. An integer that specifies a built-in control. If the value of this argument is 1, or if this argument is omitted, a blank custom control of the specified type will be added to the command bar.</param> </member> <member name="P:Microsoft.Office.Core.CommandBarControls.Item(System.Object)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.CommandBarControl"></see> object from the <see cref="T:Microsoft.Office.Core.CommandBarControls"></see> collection.</summary> <param name="Index">Required Object. The name or index number of the object to be returned.</param> </member> <member name="T:Microsoft.Office.Core.CommandBarPopup"> <summary>Represents a pop-up control on a command bar.</summary> </member> <member name="M:Microsoft.Office.Core.CommandBarPopup.Copy(System.Object,System.Object)"> <summary>Copies a command bar control to an existing command bar.</summary> <param name="Before">Optional Object. A number that indicates the position for the new control on the command bar. The new control will be inserted before the control at this position. If this argument is omitted, the control is copied to the end of the command bar.</param> <param name="Bar">Optional Object. A <see cref="T:Microsoft.Office.Core.CommandBar"></see> object that represents the destination command bar. If this argument is omitted, the control is copied to the command bar where the control already exists.</param> </member> <member name="M:Microsoft.Office.Core.CommandBarPopup.Delete(System.Object)"> <summary>Deletes the specified object from its collection.</summary> <param name="Temporary">Optional Object. True to delete the control for the current session. The application will display the control again in the next session.</param> </member> <member name="M:Microsoft.Office.Core.CommandBarPopup.Move(System.Object,System.Object)"> <summary>Moves the specified command bar control to an existing command bar.</summary> <param name="Before">Optional Object. A number that indicates the position for the control. The control is inserted before the control currently occupying this position. If this argument is omitted, the control is inserted on the same command bar.</param> <param name="Bar">Optional Object. A <see cref="T:Microsoft.Office.Core.CommandBar"></see> object that represents the destination command bar for the control. If this argument is omitted, the control is moved to the end of the command bar where the control currently resides.</param> </member> <member name="T:Microsoft.Office.Core.CommandBars"> <summary>A collection of <see cref="T:Microsoft.Office.Core.CommandBar"></see> objects that represent the command bars in the container application.</summary> </member> <member name="E:Microsoft.Office.Core.CommandBarsClass.OnUpdate"> <summary>Gets a CommandBars collection. Read-only.</summary> </member> <member name="T:Microsoft.Office.Core.ContentVerificationResults"> <summary>Provides the status of verifying whether the content of a document has changed.</summary> </member> <member name="F:Microsoft.Office.Core.ContentVerificationResults.contverresError"> <summary>The verification resulted in an error.</summary> </member> <member name="F:Microsoft.Office.Core.ContentVerificationResults.contverresModified"> <summary>The content of the document has been modified since it was digitally signed.</summary> </member> <member name="F:Microsoft.Office.Core.ContentVerificationResults.contverresUnverified"> <summary>The document has not been verified.</summary> </member> <member name="F:Microsoft.Office.Core.ContentVerificationResults.contverresValid"> <summary>The content of the has been verified and is valid.</summary> </member> <member name="F:Microsoft.Office.Core.ContentVerificationResults.contverresVerifying"> <summary>The content of the document is currently being verified.</summary> </member> <member name="M:Microsoft.Office.Core.CustomTaskPaneEvents.DockPositionStateChange(Microsoft.Office.Core.CustomTaskPane)"> <summary>Occurs when the user changes the docking position of the active custom task pane.</summary> <param name="CustomTaskPaneInst">The active custom task pane.</param> </member> <member name="M:Microsoft.Office.Core.CustomTaskPaneEvents.VisibleStateChange(Microsoft.Office.Core.CustomTaskPane)"> <summary>Occurs when the user changes the visibility of the custom task pane.</summary> <param name="CustomTaskPaneInst">The active task pane.</param> </member> <member name="T:Microsoft.Office.Core.CustomXMLNode"> <summary>Represents an XML node in a tree in a document. The <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> object is a member of the <see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see> collection.</summary> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.AppendChildNode(System.String,System.String,Microsoft.Office.Core.MsoCustomXMLNodeType,System.String)"> <summary>Appends a single node as the last child under the context element node in the tree. </summary> <param name="NodeType">Specifies the type of node to append. If the parameter is not specified, it is assumed to be of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see>.</param> <param name="NamespaceURI">Represents the namespace of the element to be appended. This parameter is required to append nodes of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see> or <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeAttribute"></see>, otherwise it is ignored.</param> <param name="Name">Represents the base name of the element to be appended.</param> <param name="NodeValue">Used to set the value of the appended node for those nodes that allow text. If the node doesn’t allow text, the parameter is ignored.</param> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.AppendChildSubtree(System.String)"> <summary>Adds a subtree as the last child under the context element node in the tree.</summary> <param name="XML">Represents the subtree to add.</param> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.Delete"> <summary>Deletes the current node from the tree (including all of its children, if any exist).</summary> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.HasChildNodes"> <summary>Returns True if the current element node has child element nodes.</summary> <returns>Boolean</returns> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.InsertNodeBefore(System.String,System.String,Microsoft.Office.Core.MsoCustomXMLNodeType,System.String,Microsoft.Office.Core.CustomXMLNode)"> <summary>Inserts a new node just before the context node in the tree.</summary> <param name="NodeType">Specifies the type of the node to be added. If the parameter is not specified, it is assumed to be a node of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see>.</param> <param name="NamespaceURI">Represents the namespace of the element to be added. This parameter is required if adding nodes of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see> or <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeAttribute"></see>, otherwise it is ignored.</param> <param name="Name">Represents the base name of the node to be added.</param> <param name="NodeValue">Used to set the value of the node to be added for those nodes that allow text. If the node doesn’t allow text, the parameter is ignored.</param> <param name="NextSibling">Represents the context node.</param> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.InsertSubtreeBefore(System.String,Microsoft.Office.Core.CustomXMLNode)"> <summary>Inserts the specified subtree into the location just before the context node. </summary> <param name="NextSibling">Specifies the context node.</param> <param name="XML">Represents the subtree to be added. </param> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.RemoveChild(Microsoft.Office.Core.CustomXMLNode)"> <summary>Removes the specified child node from the tree.</summary> <param name="Child">Represents the child node of the context node.</param> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.ReplaceChildNode(Microsoft.Office.Core.CustomXMLNode,System.String,System.String,Microsoft.Office.Core.MsoCustomXMLNodeType,System.String)"> <summary>Removes the specified child node (and its subtree) from the main tree, and replaces it with a different node in the same location.</summary> <param name="NodeType">Specifies the type of node to add. If the parameter is not specified, it is assumed to be of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see>.</param> <param name="OldNode">Represents the child node to be replaced.</param> <param name="NamespaceURI">Represents the namespace of the element to be added. This parameter is required if adding nodes of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see> or <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeAttribute"></see>, otherwise it is ignored.</param> <param name="Name">Represents the base name of the element to be added.</param> <param name="NodeValue">Used to set the value of the node to be added for those nodes that allow text. If the node doesn’t allow text, the parameter is ignored.</param> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.ReplaceChildSubtree(System.String,Microsoft.Office.Core.CustomXMLNode)"> <summary>Removes the specified node (and its subtree) from the main tree, and replaces it with a different subtree in the same location.</summary> <param name="OldNode">Represents the child node to be replaced.</param> <param name="XML">Represents the subtree to be added.</param> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.SelectNodes(System.String)"> <summary>Selects a collection of nodes matching an XPath expression. This method differs from the <see cref="M:Microsoft.Office.Core._CustomXMLPart.SelectNodes(System.String)"></see> method in that the XPath expression will be evaluated starting with the 'expression' node as the context node. </summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see></returns> <param name="XPath">Contains an XPath expression.</param> </member> <member name="M:Microsoft.Office.Core.CustomXMLNode.SelectSingleNode(System.String)"> <summary>Selects a single node from a collection matching an XPath expression. This method differs from the <see cref="M:Microsoft.Office.Core._CustomXMLPart.SelectSingleNode(System.String)"></see> method in that the XPath expression will be evaluated starting with the 'expression' node as the context node.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNode"></see></returns> <param name="XPath">Contains an XPath expression.</param> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.Application"> <summary>Gets an Application object that represents the container application for a <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see>. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.Attributes"> <summary>Gets a <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> collection representing the attributes of the current element in the current node. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.BaseName"> <summary>Gets the base name of the node without the namespace prefix, if one exists, in the Document Object Model (DOM). Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.ChildNodes"> <summary>Gets a <see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see> collection containing all of the child elements of the current node. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.FirstChild"> <summary>Gets a <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> object corresponding to the first child element of the current node. If the node has no child elements (or if it isn’t of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see>), returns Nothing. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNode"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.LastChild"> <summary>Gets a <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> object corresponding to the last child element of the current node. If the node has no child elements (or if it is not of type <see cref="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"></see>), the property returns Nothing. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNode"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.NamespaceURI"> <summary>Gets the unique address identifier for the namespace of the <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.NextSibling"> <summary>Gets the next sibling node (element, comment, or processing instruction) of the current node. If the node is the last sibling at its level, the property returns Nothing. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNode"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.NodeType"> <summary>Gets the type of the current node. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoCustomXMLNodeType"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.NodeValue"> <summary>Gets or sets the value of the current node. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.OwnerDocument"> <summary>Gets the object representing the Microsoft Office Excel workbook, Microsoft Office PowerPoint presentation, or the Microsoft Office Word document associated with this node. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.OwnerPart"> <summary>Gets the object representing the part associated with this node. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core._CustomXMLPart"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.ParentNode"> <summary>Gets the parent element node of the current node. If the current node is at the root level, the property returns Nothing. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNode"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.PreviousSibling"> <summary>Gets the previous sibling node (element, comment, or processing instruction) of the current node. If the current node is the first sibling at its level, the property returns Nothing. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNode"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.Text"> <summary>Gets or sets the text for the current node. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.XML"> <summary>Gets the XML representation of the current node and its children, if any exist. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNode.XPath"> <summary>Gets a String with the canonicalized XPath for the current node. If the node is no longer in the Document Object Model (DOM), the property returns an error message. Read-only.</summary> <returns>String</returns> </member> <member name="T:Microsoft.Office.Core.CustomXMLNodes"> <summary>Contains a collection of <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> objects representing the XML nodes in a document.</summary> </member> <member name="P:Microsoft.Office.Core.CustomXMLNodes.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNodes.Count"> <summary>Gets a count of the number of <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> objects in a <see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNodes.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLNodes.Item(System.Int32)"> <summary>Gets a <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> object from the <see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see> collection. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNode"></see></returns> <param name="Index">The index number of the <see cref="T:Microsoft.Office.Core.CustomXMLNode"></see> object to be returned.</param> </member> <member name="P:Microsoft.Office.Core.CustomXMLNodes.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.CustomXMLNodes"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.CustomXMLPrefixMapping"> <summary>Represents a namespace prefix.</summary> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMapping.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMapping"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMapping.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMapping"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMapping.NamespaceURI"> <summary>Gets the unique address identifier for the namespace of the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMapping"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMapping.Parent"> <summary>Gets the parent object of the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMapping"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMapping.Prefix"> <summary>Gets the prefix for a <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMapping"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="T:Microsoft.Office.Core.CustomXMLPrefixMappings"> <summary>Represents a collection of <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMapping"></see> objects.</summary> </member> <member name="M:Microsoft.Office.Core.CustomXMLPrefixMappings.AddNamespace(System.String,System.String)"> <summary>Allows you to add a custom namespace/prefix mapping to use when querying an item.</summary> <param name="NamespaceURI">Contains the namespace to assign to the newly added prefix.</param> <param name="Prefix">Contains the prefix to add to the prefix mapping list.</param> </member> <member name="M:Microsoft.Office.Core.CustomXMLPrefixMappings.LookupNamespace(System.String)"> <summary>Allows you to get the namespace corresponding to the specified prefix.</summary> <returns>String</returns> <param name="Prefix">Contains a prefix in the prefix mapping list.</param> </member> <member name="M:Microsoft.Office.Core.CustomXMLPrefixMappings.LookupPrefix(System.String)"> <summary>Allows you to get a prefix corresponding to the specified namespace. </summary> <returns>String</returns> <param name="NamespaceURI">Contains the namespace URI.</param> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMappings.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMappings"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMappings.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMappings"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMappings.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMappings"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMappings.Item(System.Object)"> <summary>Gets a <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMapping"></see> object from the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMappings"></see> collection. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLPrefixMapping"></see></returns> <param name="Index">The name or index number of the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMapping"></see> object to be returned.</param> </member> <member name="P:Microsoft.Office.Core.CustomXMLPrefixMappings.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.CustomXMLPrefixMappings"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.CustomXMLSchema"> <summary>Represents a schema in a <see cref="T:Microsoft.Office.Core._CustomXMLSchemaCollection"></see> collection.</summary> </member> <member name="M:Microsoft.Office.Core.CustomXMLSchema.Delete"> <summary>Deletes the specified schema from the <see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see> collection.</summary> </member> <member name="M:Microsoft.Office.Core.CustomXMLSchema.Reload"> <summary>Reloads a schema from a file.</summary> </member> <member name="P:Microsoft.Office.Core.CustomXMLSchema.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLSchema.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLSchema.Location"> <summary>Gets a String that represents the location of a schema on a computer. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLSchema.NamespaceURI"> <summary>Gets the unique address identifier for the namespace of the <see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLSchema.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.CustomXMLSchema"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.CustomXMLValidationError"> <summary>Represents a single validation error in a <see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see> collection.</summary> </member> <member name="M:Microsoft.Office.Core.CustomXMLValidationError.Delete"> <summary>Deletes the <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object representing a data validation error.</summary> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationError.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationError.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationError.ErrorCode"> <summary>Gets a number representing a validation error in a <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationError.Name"> <summary>Gets the name of an error in a <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object. If no errors exist, the property returns Nothing. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationError.Node"> <summary>Gets a node in a <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object, if any exist. If no nodes exist, the property returns Nothing. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLNode"></see></returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationError.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationError.Text"> <summary>Gets the text in the <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationError.Type"> <summary>Gets the type of error generated from the <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoCustomXMLValidationErrorType"></see></returns> </member> <member name="T:Microsoft.Office.Core.CustomXMLValidationErrors"> <summary>Represents a collection of <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> objects.</summary> </member> <member name="M:Microsoft.Office.Core.CustomXMLValidationErrors.Add(Microsoft.Office.Core.CustomXMLNode,System.String,System.String,System.Boolean)"> <summary>Adds a <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object containing an XML validation error to the <see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see> collection.</summary> <param name="ErrorText">Contains the descriptive error text.</param> <param name="Node">Represents the node where the error occurred.</param> <param name="ClearedOnUpdate">Specifies whether the error is to be cleared from the <see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see> collection when the XML is corrected and updated.</param> <param name="ErrorName">Contains the name of the error.</param> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationErrors.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationErrors.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationErrors.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationErrors.Item(System.Int32)"> <summary>Gets a <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object from the <see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see> collection. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see></returns> <param name="Index">The name or index number of the <see cref="T:Microsoft.Office.Core.CustomXMLValidationError"></see> object to be returned.</param> </member> <member name="P:Microsoft.Office.Core.CustomXMLValidationErrors.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.CustomXMLValidationErrors"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.DocumentInspector"> <summary>Represents a Document Inspector module in a <see cref="T:Microsoft.Office.Core.DocumentInspectors"></see> collection.</summary> </member> <member name="M:Microsoft.Office.Core.DocumentInspector.Fix(Microsoft.Office.Core.MsoDocInspectorStatus@,System.String@)"> <summary>Performs an action on specific information items or document properties depending on the Document Inspector module specified.</summary> <param name="Results">Contains the results of the action. Results is an output parameter.</param> <param name="Status">An enumeration representing that staus of the document. Status is an output parameter which means that its value is returned when the method has completed its purpose.</param> </member> <member name="M:Microsoft.Office.Core.DocumentInspector.Inspect(Microsoft.Office.Core.MsoDocInspectorStatus@,System.String@)"> <summary>Inspects a document for specific information or document properties.</summary> <param name="Results">Contains a lists the information items or document properties found in the document.</param> <param name="Status">An enumeration representing that status of the document. Status is an output parameter which means that its value is returned when the method has completed its purpose.</param> </member> <member name="P:Microsoft.Office.Core.DocumentInspector.Application"> <summary>Gets an <see cref="T:Microsoft.Office.Interop.Word._Application"></see> object that represents the creator of the <see cref="T:Microsoft.Office.Core.DocumentInspector"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.DocumentInspector.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.DocumentInspector"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.DocumentInspector.Description"> <summary>Gets the description of the <see cref="T:Microsoft.Office.Core.DocumentInspector"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.DocumentInspector.Name"> <summary>Gets the name of the module represented by a <see cref="T:Microsoft.Office.Core.DocumentInspector"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.DocumentInspector.Parent"> <summary>Gets an object that represents the parent of the <see cref="T:Microsoft.Office.Core.DocumentInspector"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.DocumentInspectors"> <summary>Represents a collection of <see cref="T:Microsoft.Office.Core.DocumentInspector"></see> objects.</summary> </member> <member name="P:Microsoft.Office.Core.DocumentInspectors.Application"> <summary>Gets an Application object that represents the creator of the <see cref="T:Microsoft.Office.Core.DocumentInspectors"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.DocumentInspectors.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.DocumentInspectors"></see> object. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.DocumentInspectors.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.DocumentInspectors"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.DocumentInspectors.Item(System.Int32)"> <summary>Gets the <see cref="T:Microsoft.Office.Core.IDocumentInspector"></see> object specified by the index. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.DocumentInspector"></see></returns> <param name="Index">The index number of the object. </param> </member> <member name="P:Microsoft.Office.Core.DocumentInspectors.Parent"> <summary>Gets an object that represents the parent of a <see cref="T:Microsoft.Office.Core.DocumentInspectors"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.DocumentLibraryVersion"> <summary>The DocumentLibraryVersion object represents a single saved version of a shared document that has versioning enabled and that is stored in a document library on the server.</summary> </member> <member name="T:Microsoft.Office.Core.DocumentLibraryVersions"> <summary>The DocumentLibraryVersions object represents a collection of <see cref="T:Microsoft.Office.Core.DocumentLibraryVersion"></see> objects.</summary> </member> <member name="P:Microsoft.Office.Core.DocumentLibraryVersions.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.DocumentLibraryVersion"></see> object from the <see cref="T:Microsoft.Office.Core.DocumentLibraryVersions"></see> collection.</summary> <param name="lIndex">Required Integer. The index number of the DocumentLibraryVersion returned.</param> </member> <member name="T:Microsoft.Office.Core.DocumentProperties"> <summary>A collection of <see cref="T:Microsoft.Office.Core.DocumentProperty"></see> objects.</summary> </member> <member name="M:Microsoft.Office.Core.DocumentProperties.Add(System.String,System.Boolean,System.Object,System.Object,System.Object)"> <summary>Creates a new custom document property.</summary> <param name="Type">Optional Object. The data type of the property. Can be one of the following <see cref="T:Microsoft.Office.Core.MsoDocProperties"></see> constants: msoPropertyTypeBoolean, msoPropertyTypeDate, msoPropertyTypeFloat, msoPropertyTypeNumber, or msoPropertyTypeString.</param> <param name="LinkToContent">Required Boolean. Specifies whether the property is linked to the contents of the container document. If this argument is True, the LinkSource argument is required; if it's False, the value argument is required.</param> <param name="LinkSource">Optional Object. Ignored if LinkToContent is False. The source of the linked property. The container application determines what types of source linking you can use.</param> <param name="Name">Required String. The name of the property.</param> <param name="Value">Optional Object. The value of the property, if it's not linked to the contents of the container document. The value is converted to match the data type specified by the type argument. If it can't be converted, an error occurs. If LinkToContent is True, the Value argument is ignored and the new document property is assigned a default value until the linked property values are updated by the container application (usually when the document is saved).</param> </member> <member name="P:Microsoft.Office.Core.DocumentProperties.Item(System.Object)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.DocumentProperty"></see> object from the <see cref="T:Microsoft.Office.Core.DocumentProperties"></see> collection.</summary> <param name="Index">Required Object. The name or index number of the document property returned.</param> </member> <member name="T:Microsoft.Office.Core.DocumentProperty"> <summary>Represents a custom or built-in document property of a container document.</summary> </member> <member name="T:Microsoft.Office.Core.EncryptionProvider"> <summary>Provides the methods for setting up permissions, applying the cryptography of the underlying encryption and decryption, and user authentication. </summary> </member> <member name="M:Microsoft.Office.Core.EncryptionProvider.Authenticate(System.Object,System.Object,System.UInt32@)"> <summary>Used to determine whether the user has the proper permissions to open the encrypted document.</summary> <returns>Integer</returns> <param name="ParentWindow">Specifies the window that is called to display the encryption settings.</param> <param name="EncryptionData">Contains the encrypted data for the current document.</param> <param name="PermissionsMask">The user interface displayed by the encryption provider add-in.</param> </member> <member name="M:Microsoft.Office.Core.EncryptionProvider.CloneSession(System.Int32)"> <summary>Creates a second, working copy of the <see cref="T:Microsoft.Office.Core.EncryptionProvider"></see> object’s encryption session for a file that is about to be saved.</summary> <returns>Integer</returns> <param name="SessionHandle">The ID of the cloned session.</param> </member> <member name="M:Microsoft.Office.Core.EncryptionProvider.DecryptStream(System.Int32,System.String,System.Object,System.Object)"> <summary>Decrypts and returns a stream of encrypted data for a document.</summary> <param name="SessionHandle">The ID of the current session.</param> <param name="StreamName">The ID of the stream of data.</param> <param name="EncryptedStream">The encrypted data stream.</param> <param name="UnencryptedStream">The data stream before decryption.</param> </member> <member name="M:Microsoft.Office.Core.EncryptionProvider.EncryptStream(System.Int32,System.String,System.Object,System.Object)"> <summary>Encrypts and returns a stream of data for a document.</summary> <param name="SessionHandle">The ID of the current session.</param> <param name="StreamName">The name of the encrypted stream of document data.</param> <param name="EncryptedStream">The data stream information after it has been encrypted.</param> <param name="UnencryptedStream">The data stream before encryption.</param> </member> <member name="M:Microsoft.Office.Core.EncryptionProvider.EndSession(System.Int32)"> <summary>Ends the current encryption session.</summary> <param name="SessionHandle">The ID of the current session.</param> </member> <member name="M:Microsoft.Office.Core.EncryptionProvider.GetProviderDetail(Microsoft.Office.Core.EncryptionProviderDetail)"> <summary>Displays information about the encryption of the current document. </summary> <returns>object</returns> <param name="encprovdet">Specifies the encryption information that you want.</param> </member> <member name="M:Microsoft.Office.Core.EncryptionProvider.NewSession(System.Object)"> <summary>Used by the <see cref="T:Microsoft.Office.Core.EncryptionProvider"></see> object to create a new encryption session. This session is used by the provider to cache document-specific information about the encryption, users, and rights while the document is in memory.</summary> <returns>Integer</returns> <param name="ParentWindow">Specifies the window that is called to display the encryption settings.</param> </member> <member name="M:Microsoft.Office.Core.EncryptionProvider.Save(System.Int32,System.Object)"> <summary>Saves an encrypted document.</summary> <returns>Integer</returns> <param name="SessionHandle">The ID of the current session.</param> <param name="EncryptionData">Contains the encryption information.</param> </member> <member name="M:Microsoft.Office.Core.EncryptionProvider.ShowSettings(System.Int32,System.Object,System.Boolean,System.Boolean@)"> <summary>Used to display a dialog of the encryption settings for the current document.</summary> <param name="ReadOnly">Specifies whether you want the user to be able to change the encryption settings.</param> <param name="ParentWindow">Specifies the window that is called to display the encryption settings.</param> <param name="SessionHandle">The ID of the current session.</param> <param name="Remove">If True, the encryption for a document will be removed during the next save operation.</param> </member> <member name="T:Microsoft.Office.Core.FileDialog"> <summary>Provides file dialog box functionality similar to the functionality of the standard Open and Save dialog boxes found in Microsoft Office applications.</summary> </member> <member name="T:Microsoft.Office.Core.FileDialogFilter"> <summary>Represents a file filter in a file dialog box displayed through the <see cref="T:Microsoft.Office.Core.FileDialog"></see> object.</summary> </member> <member name="T:Microsoft.Office.Core.FileDialogFilters"> <summary>A collection of <see cref="T:Microsoft.Office.Core.FileDialogFilter"></see> objects that represent the types of files that can be selected in a file dialog box that is displayed using the <see cref="T:Microsoft.Office.Core.FileDialog"></see> object.</summary> </member> <member name="M:Microsoft.Office.Core.FileDialogFilters.Add(System.String,System.String,System.Object)"> <summary>Adds a new file filter to the list of filters in the Files of type list box in the File dialog box, and returns a FileDialogFilter object that represents the newly added file filter.</summary> <param name="Extensions">Required String. The text representing the file extension you want to add to the list of filters. More than one extension may be specified and each must be separated by a semi-colon (;). For example, the Extensions argument can be assigned to the string: "*.txt; *.htm".Note Parentheses do not need to be added around the extensions. Office will automatically add parentheses around the extensions string when the description and extensions strings are concatenated into one file filter item.</param> <param name="Description">Required String. The text representing the description of the file extension you want to add to the list of filters.</param> <param name="Position">Optional Object. A number that indicates the position of the new control in the filter list. The new filter will be inserted before the filter at this position. If this argument is omitted, the filter is added at the end of the list.</param> </member> <member name="M:Microsoft.Office.Core.FileDialogFilters.Clear"> <summary>Removes all list items from a command bar combo box control (drop-down list box or combo box) and clears the text box (edit box or combo box).</summary> </member> <member name="M:Microsoft.Office.Core.FileDialogFilters.Delete(System.Object)"> <summary>Removes a file dialog filter.</summary> <param name="filter">Optional Object. The filter to be removed.</param> </member> <member name="M:Microsoft.Office.Core.FileDialogFilters.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.FileDialogFilter"></see> object that is a member of the specified <see cref="T:Microsoft.Office.Core.FileDialogFilters"></see> collection.</summary> <param name="Index">Required Integer. The index number of the FileDialogFilter object to be returned.</param> </member> <member name="T:Microsoft.Office.Core.FileDialogSelectedItems"> <summary>A collection of String values that correspond to the paths of the files or folders that a user has selected from a file dialog box displayed through the <see cref="T:Microsoft.Office.Core.FileDialog"></see> object.</summary> </member> <member name="M:Microsoft.Office.Core.FileDialogSelectedItems.Item(System.Int32)"> <summary>Returns a String that corresponds to the path of one of the files that the user selected from a file dialog box that was displayed using the <see cref="M:Microsoft.Office.Core.FileDialog.Show"></see> method of the <see cref="T:Microsoft.Office.Core.FileDialog"></see> object.</summary> <param name="Index">Required Integer. The index number of the string to be returned.</param> </member> <member name="T:Microsoft.Office.Core.FileSearch"> <summary>Represents the functionality of the Open dialog box accessible by the File menu.</summary> </member> <member name="M:Microsoft.Office.Core.FileSearch.Execute(Microsoft.Office.Core.MsoSortBy,Microsoft.Office.Core.MsoSortOrder,System.Boolean)"> <summary>Begins the search for the specified file(s).</summary> <param name="SortOrder">Optional <see cref="T:Microsoft.Office.Core.MsoSortOrder"></see>. The order in which the returned file(s) are sorted.</param> <param name="SortBy">Optional <see cref="T:Microsoft.Office.Core.MsoSortBy"></see>. The method used to sort the returned file(s).</param> <param name="AlwaysAccurate">Optional Boolean. True to include files that have been added, modified, or deleted since the file index was last updated as part of the file search. The default value is True.</param> </member> <member name="P:Microsoft.Office.Core.FileSearch.LastModified"> <summary>Returns or sets a constant that represents the amount of time since the specified file was last modified and saved.</summary> <returns>The default value is msoLastModifiedAnyTime.</returns> </member> <member name="T:Microsoft.Office.Core.FileTypes"> <summary>A collection of values of the type <see cref="T:Microsoft.Office.Core.MsoFileType"></see> that determine which types of files are returned by the <see cref="M:Microsoft.Office.Core.FileSearch.Execute(Microsoft.Office.Core.MsoSortBy,Microsoft.Office.Core.MsoSortOrder,System.Boolean)"></see> method of the <see cref="T:Microsoft.Office.Core.FileSearch"></see> object.</summary> </member> <member name="M:Microsoft.Office.Core.FileTypes.Add(Microsoft.Office.Core.MsoFileType)"> <summary>Adds a new file type to a file search.</summary> <param name="FileType">Required <see cref="T:Microsoft.Office.Core.MsoFileType"></see>. Specifies the type of file for which to search.</param> </member> <member name="M:Microsoft.Office.Core.FileTypes.Remove(System.Int32)"> <summary>Removes the specified object from the collection.</summary> <param name="Index">Required Integer. The index number of the property test to be removed.</param> </member> <member name="P:Microsoft.Office.Core.FileTypes.Item(System.Int32)"> <summary>Returns a value that indicates which file type will be searched for by the <see cref="M:Microsoft.Office.Core.FileSearch.Execute(Microsoft.Office.Core.MsoSortBy,Microsoft.Office.Core.MsoSortOrder,System.Boolean)"></see> method of the <see cref="T:Microsoft.Office.Core.FileSearch"></see> object.</summary> <param name="Index">Optional Integer. The index number of the object to be returned.</param> </member> <member name="T:Microsoft.Office.Core.Font2"> <summary>Contains font attributes (for example, font name, font size, and color) for an object.</summary> </member> <member name="P:Microsoft.Office.Core.Font2.Allcaps"> <summary>True if the font is formatted as all capital letters. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Application"> <summary>Gets an object that represents the application the <see cref="T:Microsoft.Office.Core.Font2"></see> object is used in. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.Font2.AutorotateNumbers"> <summary>Gets or sets a value that specifies whether the numbers in a numbered list should be rotated when the text is rotated. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.BaselineOffset"> <summary>Gets or sets a value specifying the horizontal offset of the selected font. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.Font2.Bold"> <summary>Gets or sets a value specifying whether the font should be bold. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Caps"> <summary>Gets or sets a value specifying that the text should be capitalized. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Creator"> <summary>Gets a value indicating the application the object was created in. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.Font2.DoubleStrikeThrough"> <summary>True if the specified font is formatted as double strikethrough text. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Embeddable"> <summary>Gets a value indicating whether the font can be embedded in a page. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Embedded"> <summary>Gets a value specifying whether the font is embedded in a page. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Equalize"> <summary>Gets or sets a value specifying whether the text for a selection should be spaced equal distances apart. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Glow"> <summary>Gets a value indicating whether the font is displayed as a glow effect. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.GlowFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Highlight"> <summary>Gets a value indicating whether the font is displayed as highlighted. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ColorFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Italic"> <summary>Gets or sets a value specifying whether the text for a selection is italic. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Kerning"> <summary>Gets or sets a value specifying the amount of spacing between text characters. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.Font2.Line"> <summary>Gets a value specifiying the format of a line. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.LineFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Name"> <summary>Gets or sets a value specifying the font to use for a selection. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.Font2.NameAscii"> <summary>Gets or sets the font used for Latin text (characters with character codes from 0 (zero) through 127). Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.Font2.NameComplexScript"> <summary>Gets or sets the complex script font name. Used for mixed language text. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.Font2.NameFarEast"> <summary>Gets or sets an East Asian font name. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.Font2.NameOther"> <summary>Gets or sets the font used for characters whose character set numbers are greater than 127. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.Font2.Parent"> <summary>Gets the parent of the <see cref="T:Microsoft.Office.Core.Font2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.Font2.Reflection"> <summary>Gets a value specifying the type of reflection format for the selection of text. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ReflectionFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Shadow"> <summary>Gets the value specifying the type of shadow effect for the selection of text. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ShadowFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Size"> <summary>Gets or sets a value specifying the size of the font. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.Font2.Smallcaps"> <summary>Gets or sets a value specifying whether small caps should be used with the selection of text. Small caps are the same height as the lowercase letters in a selection of text. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.SoftEdgeFormat"> <summary>Gets or sets a value specifying the type of soft edge effect used in a selection of text. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoSoftEdgeType"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Spacing"> <summary>Gets or sets a value specifying the spacing between characters in a selection of text. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.Font2.Strike"> <summary>Gets or sets a value specifying the strike format used for a selection of text. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTextStrike"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.StrikeThrough"> <summary>Gets or sets a value specifying the text should be rendered in a strikethrough appearance. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Subscript"> <summary>Gets or sets a value specifying that the selected text should be displayed as subscript. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.Superscript"> <summary>Gets or sets a value specifying that the selected text should be displayed as superscript. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.UnderlineColor"> <summary>Gets a value specifying the color of the underline for the selected text. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ColorFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.UnderlineStyle"> <summary>Gets or sets a value specifying the underline style for the selected text. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTextUnderlineType"></see></returns> </member> <member name="P:Microsoft.Office.Core.Font2.WordArtformat"> <summary>Gets or sets a value specifying the text effect for the selected text. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoPresetTextEffect"></see></returns> </member> <member name="T:Microsoft.Office.Core.FoundFiles"> <summary>Represents the list of files returned from a file search.</summary> </member> <member name="P:Microsoft.Office.Core.FoundFiles.Item(System.Int32)"> <summary>Returns a file name from the list of file names represented by the <see cref="T:Microsoft.Office.Core.FoundFiles"></see> object.</summary> <param name="Index">Required Integer. The index number of the Answer Wizard file name string or the file name to be returned.</param> </member> <member name="T:Microsoft.Office.Core.GlowFormat"> <summary>Represents a glow effect around an Office graphic.</summary> </member> <member name="P:Microsoft.Office.Core.GlowFormat.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.GlowFormat"></see> object. Read-only. </summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.GlowFormat.Color"> <summary>Gets the color of text formatted as glow. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ColorFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.GlowFormat.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.GlowFormat"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.GlowFormat.Radius"> <summary>Gets or sets the radius value of the glow effect for the <see cref="T:Microsoft.Office.Core.GlowFormat"></see> object. Read/write.</summary> <returns>Single</returns> </member> <member name="T:Microsoft.Office.Core.GradientStop"> <summary>Represents one gradient stop.</summary> </member> <member name="P:Microsoft.Office.Core.GradientStop.Application"> <summary>When used without an object qualifier, this property returns an Application object that represents the Microsoft Office application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.GradientStop.Color"> <summary>Gets a value representing the color of the gradient stop. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ColorFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.GradientStop.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.GradientStop"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.GradientStop.Position"> <summary>Gets or sets a value representing the position of a stop within the gradient expressed as a percent. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.GradientStop.Transparency"> <summary>Gets or sets a value representing the opacity of the gradient fill expressed as a percent. Read/write.</summary> <returns>Single</returns> </member> <member name="T:Microsoft.Office.Core.GradientStops"> <summary>Contains a collection of <see cref="T:Microsoft.Office.Core.GradientStop"></see> objects.</summary> </member> <member name="M:Microsoft.Office.Core.GradientStops.Delete(System.Int32)"> <summary>Removes a gradient stop.</summary> <param name="Index">The index number of the gradient stop.</param> </member> <member name="M:Microsoft.Office.Core.GradientStops.Insert(System.Int32,System.Single,System.Single,System.Int32)"> <summary>Adds a stop to a gradient.</summary> <param name="Transparency">Specifies the opacity of color at the gradient stop.</param> <param name="Index">The index number of the stop.</param> <param name="Position">Specifies the position of the stop within the gradient expressed as a percent.</param> <param name="RGB">Specifies the color at that the gradient stop.</param> </member> <member name="P:Microsoft.Office.Core.GradientStops.Application"> <summary>When used without an object qualifier, this property returns an Application object that represents the Microsoft Office application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.GradientStops.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.GradientStops"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.GradientStops.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.GradientStops"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.GradientStops.Item(System.Int32)"> <summary>Gets a <see cref="T:Microsoft.Office.Core.GradientStop"></see> object from a <see cref="T:Microsoft.Office.Core.GradientStops"></see> collection. Read-only.</summary> <returns>GradientStop</returns> <param name="Index">The name or index number of the object returned.</param> </member> <member name="P:Microsoft.Office.Core.GridLines.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.GridLines.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="T:Microsoft.Office.Core.HTMLProject"> <summary>Represents a top-level project branch, as in the Project Explorer in the Microsoft Script Editor.</summary> </member> <member name="M:Microsoft.Office.Core.HTMLProject.Open(Microsoft.Office.Core.MsoHTMLProjectOpen)"> <summary>Opens the specified HTML project or HTML project item in the Microsoft Script Editor in one of the views specified by the optional <see cref="T:Microsoft.Office.Core.MsoHTMLProjectOpen"></see> constants.</summary> <param name="OpenKind">Optional <see cref="T:Microsoft.Office.Core.MsoHTMLProjectOpen"></see>. The view in which the specified project or project item is opened.</param> </member> <member name="M:Microsoft.Office.Core.HTMLProject.RefreshDocument(System.Boolean)"> <summary>Refreshes the specified HTML project in the Microsoft Office host application.</summary> <param name="Refresh">Optional Boolean. True if all changes are to be saved; False if all changes are to be ignored.</param> </member> <member name="M:Microsoft.Office.Core.HTMLProject.RefreshProject(System.Boolean)"> <summary>Refreshes the specified HTML project in the Microsoft Script Editor.</summary> <param name="Refresh">Optional Boolean. True if the document will be refreshed; False if the document will not be refreshed.</param> </member> <member name="T:Microsoft.Office.Core.HTMLProjectItem"> <summary>Represents an individual project item that’s a project item branch in the Project Explorer in the Microsoft Script Editor.</summary> </member> <member name="M:Microsoft.Office.Core.HTMLProjectItem.LoadFromFile(System.String)"> <summary>Updates the text in the Microsoft Script Editor with text from the specified file (on disk).</summary> <param name="FileName">Required String. The fully qualified path of the text file that contains the text to be loaded.</param> </member> <member name="M:Microsoft.Office.Core.HTMLProjectItem.Open(Microsoft.Office.Core.MsoHTMLProjectOpen)"> <summary>Opens the specified HTML project or HTML project item in the Microsoft Script Editor in one of the views specified by the optional <see cref="T:Microsoft.Office.Core.MsoHTMLProjectOpen"></see> constants.</summary> <param name="OpenKind">Optional <see cref="T:Microsoft.Office.Core.MsoHTMLProjectOpen"></see>. The view in which the specified project or project item is opened.</param> </member> <member name="M:Microsoft.Office.Core.HTMLProjectItem.SaveCopyAs(System.String)"> <summary>Saves the specified HTML project item using a new file name.</summary> <param name="FileName">Required String. The fully qualified path of the file to which you want to save the HTML project item.</param> </member> <member name="T:Microsoft.Office.Core.HTMLProjectItems"> <summary>A collection of <see cref="T:Microsoft.Office.Core.HTMLProjectItem"></see> objects that represent the HTML project items contained in the <see cref="T:Microsoft.Office.Core.HTMLProject"></see> object.</summary> </member> <member name="M:Microsoft.Office.Core.HTMLProjectItems.Item(System.Object@)"> <summary>Returns the <see cref="T:Microsoft.Office.Core.HTMLProjectItem"></see> object that represents a particular project in the Microsoft Script Editor.</summary> <param name="Index">Required Object. The name or index number of the HTML project item to be returned.</param> </member> <member name="T:Microsoft.Office.Core.IAssistance"> <summary>Provides a means for developers to create a customized help experience for users within Microsoft Office.</summary> </member> <member name="M:Microsoft.Office.Core.IAssistance.ClearDefaultContext(System.String)"> <summary>Clears the default help topic previously defined in the <see cref="M:Microsoft.Office.Core.IAssistance.SetDefaultContext(System.String)"></see> method.</summary> <param name="HelpId">The ID of the default help topic.</param> </member> <member name="M:Microsoft.Office.Core.IAssistance.SearchHelp(System.String,System.String)"> <summary>Performs a search from the Office Help Viewer based on one or more keywords. Keywords can be a word or a phrase.</summary> <param name="Scope">Optional, the namespace registered within the host application.</param> <param name="Query">Represents the search keyword or phrase.</param> </member> <member name="M:Microsoft.Office.Core.IAssistance.SetDefaultContext(System.String)"> <summary>Sets a help topic as the default topic that will be displayed when the user opens a help window.</summary> <param name="HelpId">The ID of the default help topic.</param> </member> <member name="M:Microsoft.Office.Core.IAssistance.ShowHelp(System.String,System.String)"> <summary>Displays the help topic specified by its ID in the Office Help Viewer or, for help topics that ship with Office, in the Help window of the current Office application.</summary> <param name="HelpId">Optional, the ID of the help topic.</param> <param name="Scope">Optional, the namespace registered within the host application.</param> </member> <member name="T:Microsoft.Office.Core.IBlogExtensibility"> <summary>An object that provides the ability to manipulate blog entries.</summary> </member> <member name="M:Microsoft.Office.Core.IBlogExtensibility.BlogProviderProperties(System.String@,System.String@,Microsoft.Office.Core.MsoBlogCategorySupport@,System.Boolean@)"> <summary>Contains information about the provider.</summary> <param name="FriendlyName">Represents the name displayed in the user interface.</param> <param name="Padding">Specifies whether table padding is recognized.</param> <param name="CategorySupport">Represents how many categories are supported by the provider.</param> <param name="BlogProvider">The name of the blog provider.</param> </member> <member name="M:Microsoft.Office.Core.IBlogExtensibility.GetCategories(System.String,System.Int32,System.Object,System.Array@)"> <summary>This method returns the list of blog categories for an account so Microsoft Office Word can populate the categories dropdown list.</summary> <param name="ParentWindow">Represents the HWND of the host window.</param> <param name="Document">The current document.</param> <param name="Categories">A list of categories supported by the provider.</param> <param name="Account">Represents the GUID of the account registry key. </param> </member> <member name="M:Microsoft.Office.Core.IBlogExtensibility.GetRecentPosts(System.String,System.Int32,System.Object,System.Array@,System.Array@,System.Array@)"> <summary>Returns the list of the user’s last fifteen blog posts that Microsoft Office Word then displays in the Open Existing Post dialog. This method does not actually return the blog post contents.</summary> <param name="ParentWindow">Contains the HWND for the window Office Word is calling from.</param> <param name="Document">The current document.</param> <param name="Account">Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.</param> <param name="PostIDs">Contains the IDs of the last fifteen posts.</param> <param name="PostTitles">Contains the titles of the last fifteen posts.</param> <param name="PostDates">Contains the dates of the last fifteen posts.</param> </member> <member name="M:Microsoft.Office.Core.IBlogExtensibility.GetUserBlogs(System.String,System.Int32,System.Object,System.Array@,System.Array@,System.Array@)"> <summary>Returns the list and details of user blogs associated with the specified account.</summary> <param name="BlogIDs">Contains all blog IDs under the current account.</param> <param name="ParentWindow">Contains the HWND for the window Microsoft Office Word is calling from.</param> <param name="Document">The current document.</param> <param name="Account">Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.</param> <param name="BlogNames">Contains all blog names under the current account.</param> <param name="BlogURLs">Contains all blog URLs under the current account.</param> </member> <member name="M:Microsoft.Office.Core.IBlogExtensibility.Open(System.String,System.String,System.Int32,System.String@,System.String@,System.String@,System.Array@)"> <summary>Opens the blog specified by the blog ID. It is called by the Open Existing Post dialog based on the item selected by the user.</summary> <param name="ParentWindow">Contains the HWND for the window Microsoft Office Word is calling from.</param> <param name="Categories">A list of categories supported by the provider.</param> <param name="DatePosted">The date the entry was posted.</param> <param name="Account">Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.</param> <param name="Title">The title of the post.</param> <param name="PostID">The ID of the post.</param> <param name="xHTML">Represents the xHTML of the current document.</param> </member> <member name="M:Microsoft.Office.Core.IBlogExtensibility.PublishPost(System.String,System.Int32,System.Object,System.String,System.String,System.String,System.Array,System.Boolean,System.String@,System.String@)"> <summary>Hands off the current post so it can be published by the provider.</summary> <param name="ParentWindow">Contains the HWND for the window Microsoft Office Word is calling from.</param> <param name="Document">The current document.</param> <param name="Categories">A list of categories supported by the provider.</param> <param name="DateTime">The date the entry was posted.</param> <param name="Account">Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.</param> <param name="Title">The title of the post.</param> <param name="PublishMessage">Specifies what is displayed in the publish bar.</param> <param name="PostID">The ID of the original post if this post has been republished.</param> <param name="xHTML">Represents the xHTML of the current document.</param> <param name="Draft">Specifies whether this is a draft version of the post.</param> </member> <member name="M:Microsoft.Office.Core.IBlogExtensibility.RepublishPost(System.String,System.Int32,System.Object,System.String,System.String,System.String,System.String,System.Array,System.Boolean,System.String@)"> <summary>Hands off the current post so it can be republished by the provider.</summary> <param name="ParentWindow">Contains the HWND for the window Microsoft Office Word is calling from.</param> <param name="Document">The current document.</param> <param name="Categories">A list of categories supported by the provider.</param> <param name="DateTime">The date the entry was posted.</param> <param name="Account">Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.</param> <param name="Title">The title of the post.</param> <param name="PublishMessage">Specifies what is displayed in the publish bar.</param> <param name="PostID">The ID of the original post.</param> <param name="xHTML">Represents the xHTML of the current document.</param> <param name="Draft">Specifies whether this is a draft version of the post.</param> </member> <member name="M:Microsoft.Office.Core.IBlogExtensibility.SetupBlogAccount(System.String,System.Int32,System.Object,System.Boolean,System.Boolean@)"> <summary>Called from the Choose Account dialog when the provider’s name is chosen in the Blog Host dropdown or when the user requests to change a provider’s account in the Blog Accounts dialog box.</summary> <param name="ParentWindow">Contains the HWND for the window Microsoft Word is calling from.</param> <param name="NewAccount">Indicates whether this is a new account.</param> <param name="Document">The current document.</param> <param name="Account">Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.</param> <param name="ShowPictureUI">Indicates whether Microsoft Office Word’s picture user interface needs to be displayed.</param> </member> <member name="T:Microsoft.Office.Core.IBlogPictureExtensibility"> <summary>Represents an object that provides the ability to manipulate blog images.</summary> </member> <member name="M:Microsoft.Office.Core.IBlogPictureExtensibility.BlogPictureProviderProperties(System.String@,System.String@)"> <summary>Enables picture providers to offer themselves as an upload location for blog pictures.</summary> <param name="FriendlyName">The friendly name of the picture provider.</param> <param name="BlogPictureProvider">The ID of the picture provider.</param> </member> <member name="M:Microsoft.Office.Core.IBlogPictureExtensibility.CreatePictureAccount(System.String,System.String,System.Int32,System.Object)"> <summary>Allows a picture provider to display the user interface needed to guide the user through setting up a picture account.</summary> <param name="ParentWindow">Contains the HWND for the window Microsoft Office Word is calling from.</param> <param name="Document">The current document.</param> <param name="Account">Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.</param> <param name="BlogProvider">The ID of the provider.</param> </member> <member name="M:Microsoft.Office.Core.IBlogPictureExtensibility.PublishPicture(System.String,System.Int32,System.Object,System.Object,System.String@,System.Int32)"> <summary>Used to post a picture object to its final destination in a blog.</summary> <param name="Image">Represents the name of the image file.</param> <param name="ParentWindow">Contains the HWND for the window Microsoft Office Word is calling from.</param> <param name="Document">The current document.</param> <param name="Account">Represents the GUID of the account registry key. Blog account settings are stored in the registry at \\HKCU\Software\Microsoft\Office\Common\Blog\Account.</param> <param name="PictureURI">The URI of the picture.</param> </member> <member name="T:Microsoft.Office.Core.ICTPFactory"> <summary>Used to create a custom task pane.</summary> </member> <member name="M:Microsoft.Office.Core.ICTPFactory.CreateCTP(System.String,System.String,System.Object)"> <summary>Creates an instance of a custom task pane.</summary> <returns><see cref="T:Microsoft.Office.Core.CustomTaskPane"></see></returns> <param name="CTPParentWindow">The window that hosts the task pane. If not present, the parent of the task pane is the ActiveWindow property of the host application.</param> <param name="CTPTitle">The title for the task pane.</param> <param name="CTPAxID">The CLSID or ProgID of a Microsoft ActiveX® object. </param> </member> <member name="T:Microsoft.Office.Core.ICustomTaskPaneConsumer"> <summary>An interface that provides access to the <see cref="M:Microsoft.Office.Core.ICustomTaskPaneConsumer.CTPFactoryAvailable(Microsoft.Office.Core.ICTPFactory)"></see> method that is used to create an instance of a custom task pane.</summary> </member> <member name="M:Microsoft.Office.Core.ICustomTaskPaneConsumer.CTPFactoryAvailable(Microsoft.Office.Core.ICTPFactory)"> <summary>Passes an <see cref="T:Microsoft.Office.Core.ICTPFactory"></see> object to a Microsoft ActiveX add-in that can then be used when creating a custom task pane.</summary> <param name="CTPFactoryInst">The object is used by an add-in to create a task pane.</param> </member> <member name="T:Microsoft.Office.Core.IDocumentInspector"> <summary>Represents the interface through which the methods of a <see cref="T:Microsoft.Office.Core.IDocumentInspector"></see> object are accessed. </summary> </member> <member name="M:Microsoft.Office.Core.IDocumentInspector.Fix(System.Object,System.Int32,Microsoft.Office.Core.MsoDocInspectorStatus@,System.String@)"> <summary>Performs some action on specific information items or document properties by using a custom Document Inspector module.</summary> <param name="Hwnd">Unique identifier of the active document window.</param> <param name="Status">An <see cref="T:Microsoft.Office.Core.MsoDocInspectorStatus"></see> value that indicates the status of the action.</param> <param name="Result">Contains the results of the action.</param> <param name="Doc">An object representing the container object.</param> </member> <member name="M:Microsoft.Office.Core.IDocumentInspector.GetInfo(System.String@,System.String@)"> <summary>Gets information about a custom Document Inspector module.</summary> <param name="Name">Represents the name of the module.</param> <param name="Desc">Represents the description of the module.</param> </member> <member name="M:Microsoft.Office.Core.IDocumentInspector.Inspect(System.Object,Microsoft.Office.Core.MsoDocInspectorStatus@,System.String@,System.String@)"> <summary>Inspects a document for specific information items or document properties by using a custom Document Inspector module.</summary> <param name="Status">An <see cref="T:Microsoft.Office.Core.MsoDocInspectorStatus"></see> value that represents the results of the inspection.</param> <param name="Result">Contains a list of the information items or document properties found in the document.</param> <param name="Action">Indicates to the user what action to take based on the results of the inspection.</param> <param name="Doc">An object representing the container document.</param> </member> <member name="M:Microsoft.Office.Core.IMsoDataTable.Delete"> <summary>Deletes a data table.</summary> </member> <member name="M:Microsoft.Office.Core.IMsoDataTable.Select"> <summary>Selects a IMsoDataTable object. </summary> </member> <member name="P:Microsoft.Office.Core.IMsoDataTable.AutoScaleFont"> <summary>Gets or sets a value that indicates whether the data table changes font size when the data table size changes. Returns True, the default value, if the font size changes with data table size changes. Read/write.</summary> <returns>Variant</returns> </member> <member name="P:Microsoft.Office.Core.IMsoDataTable.Border"> <summary>Provides access to properties that determine visual characteristics of a data table border. Read-only.</summary> <returns>IMsoBorder</returns> </member> <member name="P:Microsoft.Office.Core.IMsoDataTable.Font"> <summary>Provides access to properties that determine the characteristics of the text in a data table. Read-only.</summary> <returns>ChartFont</returns> </member> <member name="P:Microsoft.Office.Core.IMsoDataTable.HasBorderHorizontal"> <summary>Gets or sets a Boolean value that specifies whether the data table has a horizontal border. Read/write.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.IMsoDataTable.HasBorderOutline"> <summary>Gets or sets a Boolean value that specifies whether to display a border around a data table. Read/write.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.IMsoDataTable.HasBorderVertical"> <summary>Gets or sets a Boolean value that specifies whether the data table has a vertical border. Read/write.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.IMsoDataTable.Parent"> <summary>Gets the Parent object for the IMsoDataTable object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.IMsoDataTable.ShowLegendKey"> <summary>Gets or sets a Boolean value that specifies whether to display the legend with the data table. Read/write.</summary> <returns>Boolean</returns> </member> <member name="T:Microsoft.Office.Core.IMsoEnvelopeVB"> <summary>Provides access to functionality that lets you send documents as emails directly from Microsoft Office applications.</summary> </member> <member name="T:Microsoft.Office.Core.IMsoEnvelopeVBEvents_EnvelopeHideEventHandler"> <summary>A Delegate type used to add an event handler for the <see cref="E:Microsoft.Office.Core.IMsoEnvelopeVBEvents_Event.EnvelopeHide"></see> event. The EnvelopeHide event occurs when the user interface (UI) that corresponds to the <see cref="T:Microsoft.Office.Core.MsoEnvelope"></see> object is hidden.</summary> </member> <member name="T:Microsoft.Office.Core.IMsoEnvelopeVBEvents_EnvelopeShowEventHandler"> <summary>A Delegate type used to add an event handler for the <see cref="E:Microsoft.Office.Core.IMsoEnvelopeVBEvents_Event.EnvelopeShow"></see> event. The EnvelopeShow event occurs when the user interface (UI) that corresponds to the <see cref="T:Microsoft.Office.Core.MsoEnvelope"></see> object is displayed.</summary> </member> <member name="T:Microsoft.Office.Core.IMsoEnvelopeVBEvents_Event"> <summary>Events interface for Microsoft Office <see cref="T:Microsoft.Office.Core.MsoEnvelope"></see> object events.</summary> </member> <member name="E:Microsoft.Office.Core.IMsoEnvelopeVBEvents_Event.EnvelopeHide"> <summary>Occurs when the user interface (UI) that corresponds to the <see cref="T:Microsoft.Office.Core.MsoEnvelope"></see> object is hidden.</summary> </member> <member name="E:Microsoft.Office.Core.IMsoEnvelopeVBEvents_Event.EnvelopeShow"> <summary>Occurs when the user interface (UI) that corresponds to the <see cref="T:Microsoft.Office.Core.MsoEnvelope"></see> object is displayed.</summary> </member> <member name="T:Microsoft.Office.Core.IRibbonControl"> <summary>Represents the object passed into every Ribbon user interface (UI) control's callback procedure.</summary> </member> <member name="P:Microsoft.Office.Core.IRibbonControl.Context"> <summary>Represents the active window containing the Ribbon user interface that triggers a callback procedure. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.IRibbonControl.Id"> <summary>Gets the ID of the control specified in the Ribbon XML markup customization file. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.IRibbonControl.Tag"> <summary>Used to store arbitrary strings and fetch them at runtime. Read-only</summary> <returns>String</returns> </member> <member name="T:Microsoft.Office.Core.IRibbonExtensibility"> <summary>The interface through which the Ribbon user interface (UI) communicates with a COM add-in to customize the UI.</summary> </member> <member name="M:Microsoft.Office.Core.IRibbonExtensibility.GetCustomUI(System.String)"> <summary>Loads the XML markup, either from an XML customization file or from XML markup embedded in the procedure, that customizes the Ribbon user interface.</summary> <returns>String</returns> <param name="bstrRibbonID">The ID for the RibbonX UI. For Word, Excel, PowerPoint, and Access, there is only one ID for each application. For Outlook, there will be one for each type of Inspector object.</param> </member> <member name="T:Microsoft.Office.Core.IRibbonUI"> <summary>The object that is returned by the onLoad procedure specified on the customUI tag. The object contains methods for invalidating control properties and for refreshing the user interface.</summary> </member> <member name="M:Microsoft.Office.Core.IRibbonUI.Invalidate"> <summary>Invalidates the cached values for all of the controls of the Ribbon user interface.</summary> </member> <member name="M:Microsoft.Office.Core.IRibbonUI.InvalidateControl(System.String)"> <summary>Invalidates the cached value for a single control on the Ribbon user interface.</summary> <param name="bstrControlID">Specifies the ID of the control that will be invalidated.</param> </member> <member name="T:Microsoft.Office.Core.LanguageSettings"> <summary>Returns information about the language settings in a Microsoft Office application.</summary> </member> <member name="P:Microsoft.Office.Core.LanguageSettings.LanguageID(Microsoft.Office.Core.MsoAppLanguageID)"> <summary>Returns the locale identifier (LCID) for the install language, the user interface language, or the Help language.</summary> <param name="Id">Required <see cref="T:Microsoft.Office.Core.MsoAppLanguageID"></see>.</param> </member> <member name="P:Microsoft.Office.Core.LanguageSettings.LanguagePreferredForEditing(Microsoft.Office.Core.MsoLanguageID)"> <summary>Determines if the value for the <see cref="T:Microsoft.Office.Core.MsoLanguageID"></see> constant has been identified in the Windows Registry as a preferred language for editing.</summary> <param name="lid">Required <see cref="T:Microsoft.Office.Core.MsoLanguageID"></see>.</param> </member> <member name="P:Microsoft.Office.Core.LegendEntries._Default(System.Object)"> <returns><see cref="T:Microsoft.Office.Core.LegendEntry"></see></returns> </member> <member name="P:Microsoft.Office.Core.LegendEntries.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.LegendEntries.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.LegendEntry.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.LegendEntry.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="T:Microsoft.Office.Core.MailFormat"> <summary>Specifies the format for an e-mail message. These formats correspond to the formats supported by Microsoft Outlook for e-mail messages.</summary> </member> <member name="F:Microsoft.Office.Core.MailFormat.mfHTML"> <summary>Hypertext Markup Language (HTML) formatting.</summary> </member> <member name="F:Microsoft.Office.Core.MailFormat.mfPlainText"> <summary>Plain text.</summary> </member> <member name="F:Microsoft.Office.Core.MailFormat.mfRTF"> <summary>Rich Text Format (RTF) formatting.</summary> </member> <member name="T:Microsoft.Office.Core.MetaProperties"> <summary>Represents a collection of properties describing the metadata stored in a document.</summary> </member> <member name="M:Microsoft.Office.Core.MetaProperties.GetItemByInternalName(System.String)"> <summary>Gets a property's value specifying its name as opposed to its index value.</summary> <returns><see cref="T:Microsoft.Office.Core.MetaProperty"></see></returns> <param name="InternalName">Contains the name of the property.</param> </member> <member name="M:Microsoft.Office.Core.MetaProperties.Validate"> <summary>Validates all of the properties in a <see cref="T:Microsoft.Office.Core.MetaProperties"></see> collection object according to a schema.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperties.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.MetaProperties"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperties.Count"> <summary>Gets an Integer indicating the number of items in the <see cref="T:Microsoft.Office.Core.MetaProperties"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperties.Creator"> <summary>Gets ID of the application in which the <see cref="T:Microsoft.Office.Core.MetaProperties"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperties.Item(System.Object)"> <summary>Gets a <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object from the <see cref="T:Microsoft.Office.Core.MetaProperties"></see> collection. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MetaProperty"></see></returns> <param name="Index">The name or index number of the <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object to be returned.</param> </member> <member name="P:Microsoft.Office.Core.MetaProperties.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.MetaProperties"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperties.SchemaXml"> <summary>Gets the schema XML for the <see cref="T:Microsoft.Office.Core.MetaProperties"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="T:Microsoft.Office.Core.MetaProperty"> <summary>Represents a single property in a collection of properties describing the metadata stored in a document.</summary> </member> <member name="M:Microsoft.Office.Core.MetaProperty.Validate"> <summary>Validates a <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object representing a single property value according to a schema.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperty.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperty.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperty.Id"> <summary>Gets the ID of the <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperty.IsReadOnly"> <summary>Gets a Boolean value that specifies whether the meta property is read-only. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperty.IsRequired"> <summary>Gets a Boolean value that specifies whether the meta property is required. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperty.Name"> <summary>Gets the name of the <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperty.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.MetaProperty.Type"> <summary>Gets the data type of the <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoMetaPropertyType"></see></returns> </member> <member name="P:Microsoft.Office.Core.MetaProperty.Value"> <summary>Gets or sets the value of the <see cref="T:Microsoft.Office.Core.MetaProperty"></see> object. Read/write.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.MsoAlertButtonType"> <summary>Specifies the buttons to be displayed when issuing an alert to the user with the DoAlert method of the Assistant object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertButtonType.msoAlertButtonAbortRetryIgnore"> <summary>Abort, Retry, and Ignore buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertButtonType.msoAlertButtonOK"> <summary>OK button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertButtonType.msoAlertButtonOKCancel"> <summary>OK and Cancel buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertButtonType.msoAlertButtonRetryCancel"> <summary>Retry and Cancel buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertButtonType.msoAlertButtonYesAllNoCancel"> <summary>Yes, Yes to All, No, and Cancel buttons. Can only be used if the varSysAlert argument of the DoAlert method is set to False.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertButtonType.msoAlertButtonYesNo"> <summary>Yes and No buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertButtonType.msoAlertButtonYesNoCancel"> <summary>Yes, No, and Cancel buttons.</summary> </member> <member name="T:Microsoft.Office.Core.MsoAlertCancelType"> <summary>Specifies behavior when the user cancels an alert. Only <see cref="F:Microsoft.Office.Core.MsoAlertCancelType.msoAlertCancelDefault"></see> is currently supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertCancelType.msoAlertCancelDefault"> <summary>Default behavior for canceling an alert.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertCancelType.msoAlertCancelFifth"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertCancelType.msoAlertCancelFirst"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertCancelType.msoAlertCancelFourth"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertCancelType.msoAlertCancelSecond"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertCancelType.msoAlertCancelThird"> <summary>Not supported.</summary> </member> <member name="T:Microsoft.Office.Core.MsoAlertDefaultType"> <summary>Specifies which button is set as the default when calling the DoAlert method of the Assistant object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertDefaultType.msoAlertDefaultFifth"> <summary>Default to fifth button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertDefaultType.msoAlertDefaultFirst"> <summary>Default to first button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertDefaultType.msoAlertDefaultFourth"> <summary>Default to fourth button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertDefaultType.msoAlertDefaultSecond"> <summary>Default to second button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertDefaultType.msoAlertDefaultThird"> <summary>Default to third button.</summary> </member> <member name="T:Microsoft.Office.Core.MsoAlertIconType"> <summary>Specifies which icon, if any, to display with an alert. </summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertIconType.msoAlertIconCritical"> <summary>Displays the Critical icon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertIconType.msoAlertIconInfo"> <summary>Displays the Info icon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertIconType.msoAlertIconNoIcon"> <summary>Displays no icon with the alert message.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertIconType.msoAlertIconQuery"> <summary>Displays the Query icon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlertIconType.msoAlertIconWarning"> <summary>Displays the Warning icon.</summary> </member> <member name="T:Microsoft.Office.Core.MsoAlignCmd"> <summary>Defines how to align specified objects relative to one another.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlignCmd.msoAlignBottoms"> <summary>Align bottoms of specified objects.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlignCmd.msoAlignCenters"> <summary>Align centers of specified objects.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlignCmd.msoAlignLefts"> <summary>Align left sides of specified objects.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlignCmd.msoAlignMiddles"> <summary>Align middles of specified objects.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlignCmd.msoAlignRights"> <summary>Align right sides of specified objects.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAlignCmd.msoAlignTops"> <summary>Align tops of specified objects.</summary> </member> <member name="T:Microsoft.Office.Core.MsoAnimationType"> <summary>Specifies the animation action for the Office Assistant.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationAppear"> <summary>"Appear" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationBeginSpeaking"> <summary>"Begin speaking" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationCharacterSuccessMajor"> <summary>"Major success" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationCheckingSomething"> <summary>"Checking something" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationDisappear"> <summary>"Disappear" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationEmptyTrash"> <summary>"Empty trash" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGestureDown"> <summary>"Gesture down" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGestureLeft"> <summary>"Gesture left" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGestureRight"> <summary>"Gesture right" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGestureUp"> <summary>"Gesture up" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGetArtsy"> <summary>"Get artsy" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGetAttentionMajor"> <summary>Major "Get attention" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGetAttentionMinor"> <summary>Minor "Get attention" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGetTechy"> <summary>"Get techy" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGetWizardy"> <summary>"Get wizardy" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGoodbye"> <summary>"Goodbye" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationGreeting"> <summary>"Greeting" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationIdle"> <summary>"Idle" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationListensToComputer"> <summary>"Listens to computer" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationLookDown"> <summary>"Look down" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationLookDownLeft"> <summary>"Look down and left" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationLookDownRight"> <summary>"Look down and right" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationLookLeft"> <summary>"Look left" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationLookRight"> <summary>"Look right" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationLookUp"> <summary>"Look up" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationLookUpLeft"> <summary>"Look up and left" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationLookUpRight"> <summary>"Look up and right" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationPrinting"> <summary>"Printing" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationRestPose"> <summary>"Rest pose" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationSaving"> <summary>"Saying" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationSearching"> <summary>"Searching" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationSendingMail"> <summary>"Sending mail" animation action.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationThinking"> <summary>"Thinking" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationWorkingAtSomething"> <summary>"Working at something" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAnimationType.msoAnimationWritingNotingSomething"> <summary>"Noting something" animation action. Repeats until Assistant is dismissed or Animation property is reset with another animation.</summary> </member> <member name="T:Microsoft.Office.Core.MsoAppLanguageID"> <summary>Specifies a language setting in a Microsoft Office application. </summary> </member> <member name="F:Microsoft.Office.Core.MsoAppLanguageID.msoLanguageIDExeMode"> <summary>Execution mode language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAppLanguageID.msoLanguageIDHelp"> <summary>Help language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAppLanguageID.msoLanguageIDInstall"> <summary>Install language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAppLanguageID.msoLanguageIDUI"> <summary>User interface language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAppLanguageID.msoLanguageIDUIPrevious"> <summary>User interface language used prior to the current user interface language.</summary> </member> <member name="T:Microsoft.Office.Core.MsoArrowheadLength"> <summary>Specifies the length of the arrowhead at the end of a line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadLength.msoArrowheadLengthMedium"> <summary>Medium.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadLength.msoArrowheadLengthMixed"> <summary>Return value only; indicates a combination of the other states in the specified shape range.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadLength.msoArrowheadLong"> <summary>Long.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadLength.msoArrowheadShort"> <summary>Short.</summary> </member> <member name="T:Microsoft.Office.Core.MsoArrowheadStyle"> <summary>Specifies the style of the arrowhead at the end of a line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadStyle.msoArrowheadDiamond"> <summary>Diamond-shaped.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadStyle.msoArrowheadNone"> <summary>No arrowhead.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadStyle.msoArrowheadOpen"> <summary>Open.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadStyle.msoArrowheadOval"> <summary>Oval-shaped.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadStyle.msoArrowheadStealth"> <summary>Stealth-shaped.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadStyle.msoArrowheadStyleMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadStyle.msoArrowheadTriangle"> <summary>Triangular.</summary> </member> <member name="T:Microsoft.Office.Core.MsoArrowheadWidth"> <summary>Specifies the width of the arrowhead at the end of a line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadWidth.msoArrowheadNarrow"> <summary>Narrow.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadWidth.msoArrowheadWide"> <summary>Wide.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadWidth.msoArrowheadWidthMedium"> <summary>Medium.</summary> </member> <member name="F:Microsoft.Office.Core.MsoArrowheadWidth.msoArrowheadWidthMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="T:Microsoft.Office.Core.MsoAutomationSecurity"> <summary>Specifies the security mode an application uses when programmatically opening files.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutomationSecurity.msoAutomationSecurityByUI"> <summary>Uses the security setting specified in the Security dialog box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutomationSecurity.msoAutomationSecurityForceDisable"> <summary>Disables all macros in all files opened programmatically, without showing any security alerts.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutomationSecurity.msoAutomationSecurityLow"> <summary>Enables all macros. This is the default value when the application is started.</summary> </member> <member name="T:Microsoft.Office.Core.MsoAutoShapeType"> <summary>Specifies the shape type for an AutoShape object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShape16pointStar"> <summary>16-point star.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShape24pointStar"> <summary>24-point star.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShape32pointStar"> <summary>32-point star.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShape4pointStar"> <summary>4-point star.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShape5pointStar"> <summary>5-point star.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShape8pointStar"> <summary>8-point star.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonBackorPrevious"> <summary>Back or Previous button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonBeginning"> <summary>Beginning button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonCustom"> <summary>Button with no default picture or text. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonDocument"> <summary>Document button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonEnd"> <summary>End button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonForwardorNext"> <summary>Forward or Next button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonHelp"> <summary>Help button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonHome"> <summary>Home button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonInformation"> <summary>Information button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonMovie"> <summary>Movie button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonReturn"> <summary>Return button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeActionButtonSound"> <summary>Sound button. Supports mouse-click and mouse-over actions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeArc"> <summary>Arc.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeBalloon"> <summary>Balloon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeBentArrow"> <summary>Block arrow that follows a curved 90-degree angle. </summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeBentUpArrow"> <summary>Block arrow that follows a sharp 90-degree angle. Points up by default.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeBevel"> <summary>Bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeBlockArc"> <summary>Block arc.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCan"> <summary>Can.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeChevron"> <summary>Chevron.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCircularArrow"> <summary>Block arrow that follows a curved 180-degree angle.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCloudCallout"> <summary>Cloud callout.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCross"> <summary>Cross.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCube"> <summary>Cube.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCurvedDownArrow"> <summary>Block arrow that curves down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCurvedDownRibbon"> <summary>Ribbon banner that curves down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCurvedLeftArrow"> <summary>Block arrow that curves left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCurvedRightArrow"> <summary>Block arrow that curves right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCurvedUpArrow"> <summary>Block arrow that curves up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeCurvedUpRibbon"> <summary>Ribbon banner that curves up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeDiamond"> <summary>Diamond.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeDonut"> <summary>Donut.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeDoubleBrace"> <summary>Double brace.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeDoubleBracket"> <summary>Double bracket.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeDoubleWave"> <summary>Double wave.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeDownArrow"> <summary>Block arrow that points down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeDownArrowCallout"> <summary>Callout with arrow that points down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeDownRibbon"> <summary>Ribbon banner with center area below ribbon ends.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeExplosion1"> <summary>Explosion.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeExplosion2"> <summary>Explosion.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartAlternateProcess"> <summary>Alternate process flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartCard"> <summary>Card flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartCollate"> <summary>Collate flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartConnector"> <summary>Connector flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartData"> <summary>Data flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartDecision"> <summary>Decision flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartDelay"> <summary>Delay flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartDirectAccessStorage"> <summary>Direct access storage flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartDisplay"> <summary>Display flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartDocument"> <summary>Document flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartExtract"> <summary>Extract flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartInternalStorage"> <summary>Internal storage flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartMagneticDisk"> <summary>Magnetic disk flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartManualInput"> <summary>Manual input flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartManualOperation"> <summary>Manual operation flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartMerge"> <summary>Merge flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartMultidocument"> <summary>Multi-document flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartOffpageConnector"> <summary>Off-page connector flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartOr"> <summary>"Or" flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartPredefinedProcess"> <summary>Predefined process flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartPreparation"> <summary>Preparation flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartProcess"> <summary>Process flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartPunchedTape"> <summary>Punched tape flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartSequentialAccessStorage"> <summary>Sequential access storage flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartSort"> <summary>Sort flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartStoredData"> <summary>Stored data flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartSummingJunction"> <summary>Summing junction flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFlowchartTerminator"> <summary>Terminator flowchart symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeFoldedCorner"> <summary>Folded corner.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeHeart"> <summary>Heart.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeHexagon"> <summary>Hexagon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeHorizontalScroll"> <summary>Horizontal scroll.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeIsoscelesTriangle"> <summary>Isosceles triangle.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLeftArrow"> <summary>Block arrow that points left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLeftArrowCallout"> <summary>Callout with arrow that points left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLeftBrace"> <summary>Left brace.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLeftBracket"> <summary>Left bracket.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLeftRightArrow"> <summary>Block arrow with arrowheads that point both left and right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLeftRightArrowCallout"> <summary>Callout with arrowheads that point both left and right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLeftRightUpArrow"> <summary>Block arrow with arrowheads that point left, right, and up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLeftUpArrow"> <summary>Block arrow with arrowheads that point left and up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLightningBolt"> <summary>Lightning bolt.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout1"> <summary>Callout with border and horizontal callout line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout1AccentBar"> <summary>Callout with horizontal accent bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout1BorderandAccentBar"> <summary>Callout with border and horizontal accent bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout1NoBorder"> <summary>Callout with horizontal line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout2"> <summary>Callout with diagonal straight line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout2AccentBar"> <summary>Callout with diagonal callout line and accent bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout2BorderandAccentBar"> <summary>Callout with border, diagonal straight line, and accent bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout2NoBorder"> <summary>Callout with no border and diagonal callout line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout3"> <summary>Callout with angled line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout3AccentBar"> <summary>Callout with angled callout line and accent bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout3BorderandAccentBar"> <summary>Callout with border, angled callout line, and accent bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout3NoBorder"> <summary>Callout with no border and angled callout line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout4"> <summary>Callout with callout line segments forming a U-shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout4AccentBar"> <summary>Callout with accent bar and callout line segments forming a U-shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout4BorderandAccentBar"> <summary>Callout with border, accent bar, and callout line segments forming a U-shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeLineCallout4NoBorder"> <summary>Callout with no border and callout line segments forming a U-shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeMoon"> <summary>Moon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeNoSymbol"> <summary>"No" symbol.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeNotchedRightArrow"> <summary>Notched block arrow that points right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeNotPrimitive"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeOctagon"> <summary>Octagon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeOval"> <summary>Oval.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeOvalCallout"> <summary>Oval-shaped callout.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeParallelogram"> <summary>Parallelogram.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapePentagon"> <summary>Pentagon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapePlaque"> <summary>Plaque.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeQuadArrow"> <summary>Block arrows that point up, down, left, and right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeQuadArrowCallout"> <summary>Callout with arrows that point up, down, left, and right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRectangle"> <summary>Rectangle.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRectangularCallout"> <summary>Rectangular callout.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRegularPentagon"> <summary>Pentagon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRightArrow"> <summary>Block arrow that points right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRightArrowCallout"> <summary>Callout with arrow that points right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRightBrace"> <summary>Right brace.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRightBracket"> <summary>Right bracket.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRightTriangle"> <summary>Right triangle.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRoundedRectangle"> <summary>Rounded rectangle.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeRoundedRectangularCallout"> <summary>Rounded rectangle-shaped callout.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeSmileyFace"> <summary>Smiley face.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeStripedRightArrow"> <summary>Block arrow that points right with stripes at the tail.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeSun"> <summary>Sun.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeTrapezoid"> <summary>Trapezoid.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeUpArrow"> <summary>Block arrow that points up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeUpArrowCallout"> <summary>Callout with arrow that points up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeUpDownArrow"> <summary>Block arrow that points up and down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeUpDownArrowCallout"> <summary>Callout with arrows that point up and down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeUpRibbon"> <summary>Ribbon banner with center area above ribbon ends.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeUTurnArrow"> <summary>Block arrow forming a U shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeVerticalScroll"> <summary>Vertical scroll.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoShapeType.msoShapeWave"> <summary>Wave.</summary> </member> <member name="T:Microsoft.Office.Core.MsoAutoSize"> <summary>Determines the type of automatic sizing allowed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoSize.msoAutoSizeMixed"> <summary>A combination of automatic sizing schemes are used.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoSize.msoAutoSizeNone"> <summary>No autosizing.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoSize.msoAutoSizeShapeToFitText"> <summary>The shape is adjusted to fit the text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoAutoSize.msoAutoSizeTextToFitShape"> <summary>The text is adjusted to fit the shape.</summary> </member> <member name="T:Microsoft.Office.Core.MsoBackgroundStyleIndex"> <summary>Indicates the background style for an object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStyleMixed"> <summary>Specifies a combination of styles.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStyleNotAPreset"> <summary>Specifies no styles.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset1"> <summary>Specifies style 1.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset10"> <summary>Specifies style 10.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset11"> <summary>Specifies style 11.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset12"> <summary>Specifies style 12.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset2"> <summary>Specifies style 2.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset3"> <summary>Specifies style 3.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset4"> <summary>Specifies style 4.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset5"> <summary>Specifies style 5.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset6"> <summary>Specifies style 6.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset7"> <summary>Specifies style 7.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset8"> <summary>Specifies style 8.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBackgroundStyleIndex.msoBackgroundStylePreset9"> <summary>Specifies style 9.</summary> </member> <member name="T:Microsoft.Office.Core.MsoBalloonButtonType"> <summary>Indicates which button the user clicked in a balloon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonAbort"> <summary>Abort button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonBack"> <summary>Back button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonCancel"> <summary>Cancel button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonClose"> <summary>Close button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonIgnore"> <summary>Ignore button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonNext"> <summary>Next button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonNo"> <summary>No button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonNull"> <summary>Null button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonOK"> <summary>OK button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonOptions"> <summary>Options button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonRetry"> <summary>Retry button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonSearch"> <summary>Search button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonSnooze"> <summary>Snooze button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonTips"> <summary>Tips button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonYes"> <summary>Yes button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonButtonType.msoBalloonButtonYesToAll"> <summary>Yes to all button.</summary> </member> <member name="T:Microsoft.Office.Core.MsoBalloonErrorType"> <summary>Specifies what error occurred in a balloon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorBadCharacter"> <summary>Balloon contains an ASCII control character other than CR or LF and less than 32.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorBadPictureRef"> <summary>Balloon contains a graphic that couldn't be displayed because the file doesn't exist or because the graphic isn't a valid .BMP or .WMF file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorBadReference"> <summary>Balloon contains an unrecognized or unsupported reference.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorButtonlessModal"> <summary>The balloon you attempted to display is modal, but it contains no buttons. The balloon won't be shown because it can't be dismissed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorButtonModeless"> <summary>The balloon you attempted to display is modeless, contains buttons, and has no procedure assigned to the Callback property. The balloon won't be shown because a callback procedure is required for modeless balloons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorCharNotTopmostForModal"> <summary>Modal balloon was requested by an application that isn't the active application. Microsoft Office renders balloons for the active (topmost) application only.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorCOMFailure"> <summary>Balloon could not be displayed because of a COM failure.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorNone"> <summary>No error was encountered.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorOther"> <summary>Balloon won't appear because some other error occurred, such as another modal balloon is already active.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorOutOfMemory"> <summary>Balloon won't appear because there is insufficient memory.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorTooBig"> <summary>Balloon is too big to appear on the screen.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonErrorType.msoBalloonErrorTooManyControls"> <summary>Balloon contains more than twenty controls (check boxes or labels).</summary> </member> <member name="T:Microsoft.Office.Core.MsoBalloonType"> <summary>Specifies the type of label used in a balloon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonType.msoBalloonTypeBullets"> <summary>Bulleted labels.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonType.msoBalloonTypeButtons"> <summary>Labeled buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBalloonType.msoBalloonTypeNumbers"> <summary>Numbered labels.</summary> </member> <member name="T:Microsoft.Office.Core.MsoBarPosition"> <summary>Specifies the position or behavior of a command bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarPosition.msoBarBottom"> <summary>Command bar is docked at the bottom of the application window.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarPosition.msoBarFloating"> <summary>Command bar floats on top of the application window.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarPosition.msoBarLeft"> <summary>Command bar is docked on the left side of the application window.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarPosition.msoBarMenuBar"> <summary>Command bar will be a menu bar (Macintosh only).</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarPosition.msoBarPopup"> <summary>Command bar will be a shortcut menu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarPosition.msoBarRight"> <summary>Command bar is docked on the right side of the application window.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarPosition.msoBarTop"> <summary>Command bar is docked at the top of the application window.</summary> </member> <member name="T:Microsoft.Office.Core.MsoBarProtection"> <summary>Specifies how a command bar is protected from user customization.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarProtection.msoBarNoChangeDock"> <summary>Docking setting cannot be changed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarProtection.msoBarNoChangeVisible"> <summary>Command bar cannot be hidden.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarProtection.msoBarNoCustomize"> <summary>Command bar cannot be customized.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarProtection.msoBarNoHorizontalDock"> <summary>Command bar cannot be docked to the top or bottom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarProtection.msoBarNoMove"> <summary>Command bar cannot be moved.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarProtection.msoBarNoProtection"> <summary>All aspects of command bar can be customized by user.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarProtection.msoBarNoResize"> <summary>Command bar cannot be resized.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarProtection.msoBarNoVerticalDock"> <summary>Command bar cannot be docked to the left or right.</summary> </member> <member name="T:Microsoft.Office.Core.MsoBarRow"> <summary>Specifies whether a command bar is in the first row or last row relative to other command bars in the same docking area.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarRow.msoBarRowFirst"> <summary>First row of docking area.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarRow.msoBarRowLast"> <summary>Last row of docking area.</summary> </member> <member name="T:Microsoft.Office.Core.MsoBarType"> <summary>Specifies the type of the command bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarType.msoBarTypeMenuBar"> <summary>Menu bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarType.msoBarTypeNormal"> <summary>Default command bar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBarType.msoBarTypePopup"> <summary>Shortcut menu.</summary> </member> <member name="T:Microsoft.Office.Core.MsoBevelType"> <summary>Indicates the bevel type of a <see cref="T:Microsoft.Office.Core.ThreeDFormat"></see> object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelAngle"> <summary>Specifies an Angle bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelArtDeco"> <summary>Specifies an ArtDeco bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelCircle"> <summary>Specifies a Circle bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelConvex"> <summary>Specifies a Convex bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelCoolSlant"> <summary>Specifies a CoolSlant bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelCross"> <summary>Specifies a Cross bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelDivot"> <summary>Specifies a Divot bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelHardEdge"> <summary>Specifies a HardEdge bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelNone"> <summary>Specifies no bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelRelaxedInset"> <summary>Specifies a RelaxedInset bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelRiblet"> <summary>Specifies a Riblet bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelSlope"> <summary>Specifies a Slope bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelSoftRound"> <summary>Specifies a SoftRound bevel.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBevelType.msoBevelTypeMixed"> <summary>Specifies a mixed type bevel.</summary> </member> <member name="T:Microsoft.Office.Core.MsoBlackWhiteMode"> <summary>Specifies how a shape appears when viewed in black-and-white mode.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteAutomatic"> <summary>Default behavior.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteBlack"> <summary>Black.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteBlackTextAndLine"> <summary>White with grayscale fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteDontShow"> <summary>Not shown.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteGrayOutline"> <summary>Gray with white fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteGrayScale"> <summary>Grayscale.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteHighContrast"> <summary>Black with white fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteInverseGrayScale"> <summary>Inverse grayscale.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteLightGrayScale"> <summary>Light grayscale.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteMixed"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoBlackWhiteMode.msoBlackWhiteWhite"> <summary>White.</summary> </member> <member name="T:Microsoft.Office.Core.MsoButtonSetType"> <summary>Specifies the type of button to be displayed at the bottom of an Office Assistant balloon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetAbortRetryIgnore"> <summary>Abort, Retry, and Ignore buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetBackClose"> <summary>Back and Close buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetBackNextClose"> <summary>Back, Next, and Close buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetBackNextSnooze"> <summary>Back, Next, and Snooze buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetCancel"> <summary>Cancel button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetNextClose"> <summary>Next and Close buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetNone"> <summary>No buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetOK"> <summary>OK button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetOkCancel"> <summary>OK and Cancel buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetRetryCancel"> <summary>Retry and Cancel buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetSearchClose"> <summary>Search and Close buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetTipsOptionsClose"> <summary>Tips, Options, and Close buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetYesAllNoCancel"> <summary>Yes to All, No, and Cancel buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetYesNo"> <summary>Yes and No buttons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonSetType.msoButtonSetYesNoCancel"> <summary>Yes, No, and Cancel buttons.</summary> </member> <member name="T:Microsoft.Office.Core.MsoButtonState"> <summary>Specifies the appearance of a command bar button control.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonState.msoButtonDown"> <summary>Button is pressed down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonState.msoButtonMixed"> <summary>Button is pressed down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonState.msoButtonUp"> <summary>Button is not pressed down.</summary> </member> <member name="T:Microsoft.Office.Core.MsoButtonStyle"> <summary>Specifies the style of a command bar button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonStyle.msoButtonAutomatic"> <summary>Default behavior.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonStyle.msoButtonCaption"> <summary>Text only.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonStyle.msoButtonIcon"> <summary>Image only.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonStyle.msoButtonIconAndCaption"> <summary>Image and text, with text to the right of image.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonStyle.msoButtonIconAndCaptionBelow"> <summary>Image with text below.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonStyle.msoButtonIconAndWrapCaption"> <summary>Image with text wrapped and to the right of the image.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonStyle.msoButtonIconAndWrapCaptionBelow"> <summary>Image with text wrapped below image.</summary> </member> <member name="F:Microsoft.Office.Core.MsoButtonStyle.msoButtonWrapCaption"> <summary>Text only, centered and wrapped.</summary> </member> <member name="T:Microsoft.Office.Core.MsoCalloutAngleType"> <summary>Specifies the size of the angle between the callout line and the side of the callout text box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutAngleType.msoCalloutAngle30"> <summary>30˚ angle.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutAngleType.msoCalloutAngle45"> <summary>45˚ angle.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutAngleType.msoCalloutAngle60"> <summary>60˚ angle.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutAngleType.msoCalloutAngle90"> <summary>90˚ angle.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutAngleType.msoCalloutAngleAutomatic"> <summary>Default angle. Angle can be changed as you drag the object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutAngleType.msoCalloutAngleMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="T:Microsoft.Office.Core.MsoCalloutDropType"> <summary>Specifies starting position of the callout line relative to the text bounding box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutDropType.msoCalloutDropBottom"> <summary>Bottom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutDropType.msoCalloutDropCenter"> <summary>Center.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutDropType.msoCalloutDropCustom"> <summary>Custom. If this value is used as the value for the PresetDrop property, the Drop and AutoAttach properties of the CalloutFormat object are used to determine where the callout line attaches to the text box. </summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutDropType.msoCalloutDropMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutDropType.msoCalloutDropTop"> <summary>Top.</summary> </member> <member name="T:Microsoft.Office.Core.MsoCalloutType"> <summary>Specifies the type of callout line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutType.msoCalloutFour"> <summary>Callout line made up of two line segments. Callout line is attached on right side of text bounding box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutType.msoCalloutMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutType.msoCalloutOne"> <summary>Single, horizontal callout line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutType.msoCalloutThree"> <summary>Callout line made up of two line segments. Callout line is attached on left side of text bounding box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCalloutType.msoCalloutTwo"> <summary>Single, angled callout line.</summary> </member> <member name="T:Microsoft.Office.Core.MsoCharacterSet"> <summary>Specifies the character set to be used when rendering text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetArabic"> <summary>Arabic character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetCyrillic"> <summary>Cyrillic character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetEnglishWesternEuropeanOtherLatinScript"> <summary>English, Western European, and other Latin script character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetGreek"> <summary>Greek character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetHebrew"> <summary>Hebrew character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetJapanese"> <summary>Japanese character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetKorean"> <summary>Korean character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetMultilingualUnicode"> <summary>Multilingual Unicode character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetSimplifiedChinese"> <summary>Simplified Chinese character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetThai"> <summary>Thai character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetTraditionalChinese"> <summary>Traditional Chinese character set.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCharacterSet.msoCharacterSetVietnamese"> <summary>Vietnamese character set.</summary> </member> <member name="T:Microsoft.Office.Core.MsoColorType"> <summary>Specifies the color type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoColorType.msoColorTypeCMS"> <summary>Color Management System color type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoColorType.msoColorTypeCMYK"> <summary>Color is determined by values of cyan, magenta, yellow, and black.</summary> </member> <member name="F:Microsoft.Office.Core.MsoColorType.msoColorTypeInk"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoColorType.msoColorTypeMixed"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoColorType.msoColorTypeRGB"> <summary>Color is determined by values of red, green, and blue.</summary> </member> <member name="F:Microsoft.Office.Core.MsoColorType.msoColorTypeScheme"> <summary>Color is defined by an application-specific scheme.</summary> </member> <member name="T:Microsoft.Office.Core.MsoComboStyle"> <summary>Specifies whether the command bar combo box includes a label or not.</summary> </member> <member name="F:Microsoft.Office.Core.MsoComboStyle.msoComboLabel"> <summary>Combo box includes a label, specified by the Caption property of the combo box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoComboStyle.msoComboNormal"> <summary>Combo box does not include a label.</summary> </member> <member name="T:Microsoft.Office.Core.MsoCommandBarButtonHyperlinkType"> <summary>Specifies whether the command bar button is a hyperlink. If the command bar button is a hyperlink, further specifies whether the hyperlink should launch another application such as the browser or insert a picture at the active selection point.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCommandBarButtonHyperlinkType.msoCommandBarButtonHyperlinkInsertPicture"> <summary>Clicking the command bar button inserts a picture at the active selection point.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCommandBarButtonHyperlinkType.msoCommandBarButtonHyperlinkNone"> <summary>The command bar button is not a hyperlink.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCommandBarButtonHyperlinkType.msoCommandBarButtonHyperlinkOpen"> <summary>Clicking the command bar button opens the link specified in the command bar button's TooltipText property.</summary> </member> <member name="T:Microsoft.Office.Core.MsoCondition"> <summary>Defines the condition for comparison between a file and a specified property in a file search.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionAnyNumberBetween"> <summary>Any number between values specified with the Value and SecondValue properties of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionAnytime"> <summary>Date specified in the Name property of the PropertyTest object can be any time.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionAnytimeBetween"> <summary>Date specified in the Name property of the PropertyTest object is between the dates specified with the Value and SecondValue properties of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionAtLeast"> <summary>Value of the file property specified in Name property of the PropertyTest object is at least the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionAtMost"> <summary>Value of the file property specified in Name property of the PropertyTest object is at most the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionBeginsWith"> <summary>Value of the file property specified in Name property of the PropertyTest object begins with the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionDoesNotEqual"> <summary>Value of the file property specified in Name property of the PropertyTest object does not equal the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEndsWith"> <summary>Value of the file property specified in Name property of the PropertyTest object ends with the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEquals"> <summary>Value of the file property specified in Name property of the PropertyTest object equals the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEqualsCompleted"> <summary>Status equals "Completed". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEqualsDeferred"> <summary>Status equals "Deferred". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEqualsHigh"> <summary>Priority equals "High". Value of the Name property must be Priority.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEqualsInProgress"> <summary>Status equals "In Progress". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEqualsLow"> <summary>Priority equals "Low". Value of the Name property must be Priority.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEqualsNormal"> <summary>Priority equals "Normal". Value of the Name property must be Priority.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEqualsNotStarted"> <summary>Status equals "Not Started". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionEqualsWaitingForSomeoneElse"> <summary>Status equals "Waiting for Someone Else". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeAllFiles"> <summary>File can be any type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeBinders"> <summary>Binder file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeCalendarItem"> <summary>Calendar item.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeContactItem"> <summary>Contact item.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeDatabases"> <summary>Database.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeDataConnectionFiles"> <summary>Data connection file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeDesignerFiles"> <summary>Designer file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeDocumentImagingFiles"> <summary>Document imaging file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeExcelWorkbooks"> <summary>Excel workbook.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeJournalItem"> <summary>Journal item.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeMailItem"> <summary>Mail item.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeNoteItem"> <summary>Note item.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeOfficeFiles"> <summary>File can be any Office file type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeOutlookItems"> <summary>Outlook item.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypePhotoDrawFiles"> <summary>PhotoDraw file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypePowerPointPresentations"> <summary>PowerPoint presentation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeProjectFiles"> <summary>Project file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypePublisherFiles"> <summary>Publisher file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeTaskItem"> <summary>Task item.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeTemplates"> <summary>Template.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeVisioFiles"> <summary>Visio file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeWebPages"> <summary>Web page.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFileTypeWordDocuments"> <summary>Word document.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionFreeText"> <summary>Value of the file property specified in the Name property of the PropertyTest object matches the value specified in the Value property of the PropertyTest object when a FreeText search is used.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionIncludes"> <summary>Value of the file property specified in Name property of the PropertyTest object includes the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionIncludesFormsOf"> <summary>Value of the file property specified in Name property of the PropertyTest object includes forms of the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionIncludesNearEachOther"> <summary>Value of the file property specified in Name property of the PropertyTest object and the value specified in the Value property of the PropertyTest object are near each other.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionIncludesPhrase"> <summary>Value of the file property specified in Name property of the PropertyTest object includes the phrase specified in the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionInTheLast"> <summary>Date specified in the Name property of the PropertyTest object is within the last time interval specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionInTheNext"> <summary>Date specified in the Name property of the PropertyTest object is within the next time interval specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionIsExactly"> <summary>Value of the file property specified in Name property of the PropertyTest object is exactly the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionIsNo"> <summary>Value of the file property specified in Name property of the PropertyTest object is "False".</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionIsNot"> <summary>Value of the file property specified in Name property of the PropertyTest object is not the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionIsYes"> <summary>Value of the file property specified in Name property of the PropertyTest object is "True".</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionLastMonth"> <summary>Date specified in the Name property of the PropertyTest object is within the last month.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionLastWeek"> <summary>Date specified in the Name property of the PropertyTest object is within the last week.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionLessThan"> <summary>Value of the file property specified in Name property of the PropertyTest object is less than the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionMoreThan"> <summary>Value of the file property specified in Name property of the PropertyTest object is more than the value specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNextMonth"> <summary>Date specified in the Name property of the PropertyTest object is next month.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNextWeek"> <summary>Date specified in the Name property of the PropertyTest object is next week.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNotEqualToCompleted"> <summary>Status does not equal "Completed". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNotEqualToDeferred"> <summary>Status does not equal "Deferred". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNotEqualToHigh"> <summary>Value of file property specified in the Name property of the PropertyTest object does not equal "High". Value of the Name property must be Priority or Importance.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNotEqualToInProgress"> <summary>Status does not equal "In Progress". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNotEqualToLow"> <summary>Value of file property specified in the Name property of the PropertyTest object does not equal "Low". Value of the Name property must be Priority or Importance.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNotEqualToNormal"> <summary>Value of file property specified in the Name property of the PropertyTest object does not equal "Normal". Value of the Name property must be Priority or Importance.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNotEqualToNotStarted"> <summary>Status does not equal "Not Started". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionNotEqualToWaitingForSomeoneElse"> <summary>Status does not equal "Waiting for Someone Else". Value of the Name property must be Status.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionOn"> <summary>Date specified in the Name property of the PropertyTest object is the same as the date specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionOnOrAfter"> <summary>Date specified in the Name property of the PropertyTest object is on or after the date specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionOnOrBefore"> <summary>Date specified in the Name property of the PropertyTest object is on or before the date specified in the Value property of the PropertyTest object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionThisMonth"> <summary>Date specified in the Name property of the PropertyTest object is this month.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionThisWeek"> <summary>Date specified in the Name property of the PropertyTest object is this week.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionToday"> <summary>Date specified in the Name property of the PropertyTest object is today.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionTomorrow"> <summary>Date specified in the Name property of the PropertyTest object is tomorrow.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCondition.msoConditionYesterday"> <summary>Date specified in the Name property of the PropertyTest object is yesterday.</summary> </member> <member name="T:Microsoft.Office.Core.MsoConnector"> <summary>Specifies the connector between two similar property test values.</summary> </member> <member name="F:Microsoft.Office.Core.MsoConnector.msoConnectorAnd"> <summary>Combine property test values to form one property test.</summary> </member> <member name="F:Microsoft.Office.Core.MsoConnector.msoConnectorOr"> <summary>Treat property test values as separate criteria.</summary> </member> <member name="T:Microsoft.Office.Core.MsoConnectorType"> <summary>Specifies a type of connector.</summary> </member> <member name="F:Microsoft.Office.Core.MsoConnectorType.msoConnectorCurve"> <summary>Curved connector.</summary> </member> <member name="F:Microsoft.Office.Core.MsoConnectorType.msoConnectorElbow"> <summary>Elbow connector.</summary> </member> <member name="F:Microsoft.Office.Core.MsoConnectorType.msoConnectorStraight"> <summary>Straight line connector.</summary> </member> <member name="F:Microsoft.Office.Core.MsoConnectorType.msoConnectorTypeMixed"> <summary>Return value only; indicates a combination of the other states.</summary> </member> <member name="T:Microsoft.Office.Core.MsoControlOLEUsage"> <summary>Specifies the OLE client and OLE server roles in which a command bar control is used when two Microsoft Office applications are merged.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlOLEUsage.msoControlOLEUsageBoth"> <summary>Control runs on both client and server.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlOLEUsage.msoControlOLEUsageClient"> <summary>Client-only control.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlOLEUsage.msoControlOLEUsageNeither"> <summary>Control runs on neither client nor server.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlOLEUsage.msoControlOLEUsageServer"> <summary>Server-only control.</summary> </member> <member name="T:Microsoft.Office.Core.MsoControlType"> <summary>Specifies the type of the command bar control.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlActiveX"> <summary>ActiveX control.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlAutoCompleteCombo"> <summary>Combo box in which the first matching choice is automatically filled in as the user types. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlButton"> <summary>Command button.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlButtonDropdown"> <summary>Drop-down button. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlButtonPopup"> <summary>Pop-up button. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlComboBox"> <summary>Combo box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlCustom"> <summary>Custom control. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlDropdown"> <summary>Drop-down list.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlEdit"> <summary>Text box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlExpandingGrid"> <summary>Expanding grid. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlGauge"> <summary>Gauge control. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlGenericDropdown"> <summary>Generic drop-down list. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlGraphicCombo"> <summary>Graphic combo box. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlGraphicDropdown"> <summary>Graphic drop-down list. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlGraphicPopup"> <summary>Graphic pop-up menu. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlGrid"> <summary>Grid. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlLabel"> <summary>Label. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlLabelEx"> <summary>Extended label. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlOCXDropdown"> <summary>OCX drop-down list. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlPane"> <summary>Pane. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlPopup"> <summary>Pop-up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlSpinner"> <summary>Spinner. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlSplitButtonMRUPopup"> <summary>Most Recently Used (MRU) pop-up. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlSplitButtonPopup"> <summary>Split button pop-up. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlSplitDropdown"> <summary>Split drop-down list. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlSplitExpandingGrid"> <summary>Split expanding grid. Cannot be created through the object model.</summary> </member> <member name="F:Microsoft.Office.Core.MsoControlType.msoControlWorkPane"> <summary>Work pane. Cannot be created through the object model.</summary> </member> <member name="T:Microsoft.Office.Core.MsoCTPDockPosition"> <summary>Specifies the docking behavior of the custom task pane.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionBottom"> <summary>Dock the task pane at the bottom of the document window.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionFloating"> <summary>Don't dock the task pane.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionLeft"> <summary>Dock the task pane on the left side of the document window.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionRight"> <summary>Dock the task pane on the right side of the document window.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionTop"> <summary>Dock the task pane at the top of the document window.</summary> </member> <member name="T:Microsoft.Office.Core.MsoCTPDockPositionRestrict"> <summary>Specifies retrictions on the docking behavior of the custom task pane.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCTPDockPositionRestrict.msoCTPDockPositionRestrictNoChange"> <summary>There is no change from the current restriction setting for the task pane.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCTPDockPositionRestrict.msoCTPDockPositionRestrictNoHorizontal"> <summary>Task pane can't be docked to either the right or the left side of the document window.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCTPDockPositionRestrict.msoCTPDockPositionRestrictNone"> <summary>No restrictions on docking the task pane.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCTPDockPositionRestrict.msoCTPDockPositionRestrictNoVertical"> <summary>Task pane can't be docked to either the top or the bottom of the document window.</summary> </member> <member name="T:Microsoft.Office.Core.MsoCustomXMLNodeType"> <summary>Specifies the node type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeAttribute"> <summary>The node is an attribute.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeCData"> <summary>The node is a CData type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeComment"> <summary>The node is a comment.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeDocument"> <summary>The node is a Document node.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeElement"> <summary>The node is an element.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeProcessingInstruction"> <summary>The node is a processing instruction.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLNodeType.msoCustomXMLNodeText"> <summary>The node is a text node.</summary> </member> <member name="T:Microsoft.Office.Core.MsoCustomXMLValidationErrorType"> <summary>Indicates how validation errors will be cleared or generated.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLValidationErrorType.msoCustomXMLValidationErrorAutomaticallyCleared"> <summary>Specifies that the error will clear itself whenever any change is made to the node it is bound to. </summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLValidationErrorType.msoCustomXMLValidationErrorManual"> <summary>Specifies that the error will not be cleared until the <see cref="M:Microsoft.Office.Core.CustomXMLValidationError.Delete"></see> method is called.</summary> </member> <member name="F:Microsoft.Office.Core.MsoCustomXMLValidationErrorType.msoCustomXMLValidationErrorSchemaGenerated"> <summary>Specifies that where there is a non-empty schema collection available for the custom XML part and validation is in effect, any changes to the part will cause validation errors.</summary> </member> <member name="T:Microsoft.Office.Core.MsoDateTimeFormat"> <summary>Specifies the format of a date/time data type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeddddMMMMddyyyy"> <summary>Specifies a ddddMMMMddyyyy format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimedMMMMyyyy"> <summary>Specifies MMMMyyyy format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimedMMMyy"> <summary>Specifies MMMyy format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeFigureOut"> <summary>Specifies that the Office application will determine the format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeFormatMixed"> <summary>Specifies a mixed format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeHmm"> <summary>Specifies Hmm format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimehmmAMPM"> <summary>Specifies a hmmAMPM format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeHmmss"> <summary>Specifies a Hmmss format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimehmmssAMPM"> <summary>Specifies a hmmssAMPM format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeMdyy"> <summary>Specifies a Mdyy format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeMMddyyHmm"> <summary>Specifies a MMddyyHmm format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeMMddyyhmmAMPM"> <summary>Specifies a MMddyyhmmAMPM format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeMMMMdyyyy"> <summary>Specifies a MMMMdyyyy format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeMMMMyy"> <summary>Specifies a MMMMyy format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDateTimeFormat.msoDateTimeMMyy"> <summary>Specifies a MMyy format.</summary> </member> <member name="T:Microsoft.Office.Core.MsoDiagramNodeType"> <summary>Specifies type of diagram node.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDiagramNodeType.msoDiagramAssistant"> <summary>Diagram node is an assistant to its parent.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDiagramNodeType.msoDiagramNode"> <summary>Diagram node is a subordinate of its parent.</summary> </member> <member name="T:Microsoft.Office.Core.MsoDiagramType"> <summary>Specifies the type of diagram.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDiagramType.msoDiagramCycle"> <summary>Cycle diagram.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDiagramType.msoDiagramMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="F:Microsoft.Office.Core.MsoDiagramType.msoDiagramOrgChart"> <summary>Organization chart diagram.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDiagramType.msoDiagramPyramid"> <summary>Pyramid diagram.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDiagramType.msoDiagramRadial"> <summary>Radial diagram.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDiagramType.msoDiagramTarget"> <summary>Target diagram.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDiagramType.msoDiagramVenn"> <summary>Venn diagram.</summary> </member> <member name="T:Microsoft.Office.Core.MsoDistributeCmd"> <summary>Specifies how to evenly distribute a collection of shapes.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDistributeCmd.msoDistributeHorizontally"> <summary>Distribute horizontally.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDistributeCmd.msoDistributeVertically"> <summary>Distribute vertically.</summary> </member> <member name="T:Microsoft.Office.Core.MsoDocInspectorStatus"> <summary>Represents the results of running a Document Inspector module.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDocInspectorStatus.msoDocInspectorStatusDocOk"> <summary>Indicates that the Document Inspector module returned no issues or errors.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDocInspectorStatus.msoDocInspectorStatusError"> <summary>Indicates that the Document Inspector module returned an error.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDocInspectorStatus.msoDocInspectorStatusIssueFound"> <summary>Indicates that the Document Inspector module found one or more occurrences of the search criteria.</summary> </member> <member name="T:Microsoft.Office.Core.MsoDocProperties"> <summary>Specifies the data type for a document property.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDocProperties.msoPropertyTypeBoolean"> <summary>Boolean value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDocProperties.msoPropertyTypeDate"> <summary>Date value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDocProperties.msoPropertyTypeFloat"> <summary>Floating point value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDocProperties.msoPropertyTypeNumber"> <summary>Integer value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoDocProperties.msoPropertyTypeString"> <summary>String value.</summary> </member> <member name="T:Microsoft.Office.Core.MsoEditingType"> <summary>Specifies the editing type of a node.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEditingType.msoEditingAuto"> <summary>Editing type is appropriate to the segments being connected.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEditingType.msoEditingCorner"> <summary>Corner node.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEditingType.msoEditingSmooth"> <summary>Smooth node.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEditingType.msoEditingSymmetric"> <summary>Symmetric node.</summary> </member> <member name="T:Microsoft.Office.Core.MsoEncoding"> <summary>Specifies the document encoding (code page or character set) for the Web browser to use when a user views a saved document.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingArabic"> <summary>Arabic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingArabicASMO"> <summary>Arabic ASMO.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingArabicAutoDetect"> <summary>Web browser auto-detects type of Arabic encoding to use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingArabicTransparentASMO"> <summary>Transparent Arabic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingAutoDetect"> <summary>Web browser auto-detects type of encoding to use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingBaltic"> <summary>Baltic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingCentralEuropean"> <summary>Central European.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingCyrillic"> <summary>Cyrillic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingCyrillicAutoDetect"> <summary>Web browser auto-detects type of Cyrillic encoding to use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICArabic"> <summary>Extended Binary Coded Decimal Interchange Code (EBCDIC) Arabic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICDenmarkNorway"> <summary>EBCDIC as used in Denmark and Norway.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICFinlandSweden"> <summary>EBCDIC as used in Finland and Sweden.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICFrance"> <summary>EBCDIC as used in France.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICGermany"> <summary>EBCDIC as used in Germany.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICGreek"> <summary>EBCDIC as used in the Greek language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICGreekModern"> <summary>EBCDIC as used in the Modern Greek language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICHebrew"> <summary>EBCDIC as used in the Hebrew language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICIcelandic"> <summary>EBCDIC as used in Iceland.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICInternational"> <summary>International EBCDIC.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICItaly"> <summary>EBCDIC as used in Italy.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICJapaneseKatakanaExtended"> <summary>EBCDIC as used with Japanese Katakana (extended).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICJapaneseKatakanaExtendedAndJapanese"> <summary>EBCDIC as used with Japanese Katakana (extended) and Japanese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICJapaneseLatinExtendedAndJapanese"> <summary>EBCDIC as used with Japanese Latin (extended) and Japanese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICKoreanExtended"> <summary>EBCDIC as used with Korean (extended).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICKoreanExtendedAndKorean"> <summary>EBCDIC as used with Korean (extended) and Korean.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICLatinAmericaSpain"> <summary>EBCDIC as used in Latin America and Spain.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICMultilingualROECELatin2"> <summary>EBCDIC Multilingual ROECE (Latin 2).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICRussian"> <summary>EBCDIC as used with Russian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICSerbianBulgarian"> <summary>EBCDIC as used with Serbian and Bulgarian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICSimplifiedChineseExtendedAndSimplifiedChinese"> <summary>EBCDIC as used with Simplified Chinese (extended) and Simplified Chinese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICThai"> <summary>EBCDIC as used with Thai.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICTurkish"> <summary>EBCDIC as used with Turkish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICTurkishLatin5"> <summary>EBCDIC as used with Turkish (Latin 5).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICUnitedKingdom"> <summary>EBCDIC as used in the United Kingdom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICUSCanada"> <summary>EBCDIC as used in the United States and Canada.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICUSCanadaAndJapanese"> <summary>EBCDIC as used in the United States and Canada, and with Japanese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEBCDICUSCanadaAndTraditionalChinese"> <summary>EBCDIC as used in the United States and Canada, and with Traditional Chinese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEUCChineseSimplifiedChinese"> <summary>Extended Unix Code (EUC) as used with Chinese and Simplified Chinese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEUCJapanese"> <summary>EUC as used with Japanese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEUCKorean"> <summary>EUC as used with Korean.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEUCTaiwaneseTraditionalChinese"> <summary>EUC as used with Taiwanese and Traditional Chinese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingEuropa3"> <summary>Europa.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingExtAlphaLowercase"> <summary>Extended Alpha lowercase.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingGreek"> <summary>Greek.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingGreekAutoDetect"> <summary>Web browser auto-detects type of Greek encoding to use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingHebrew"> <summary>Hebrew.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingHZGBSimplifiedChinese"> <summary>Simplified Chinese (HZGB).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingIA5German"> <summary>German (International Alphabet No. 5, or IA5).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingIA5IRV"> <summary>IA5, International Reference Version (IRV).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingIA5Norwegian"> <summary>IA5 as used with Norwegian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingIA5Swedish"> <summary>IA5 as used with Swedish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIIAssamese"> <summary>Indian Script Code for Information Interchange (ISCII) as used with Assamese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIIBengali"> <summary>ISCII as used with Bengali.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIIDevanagari"> <summary>ISCII as used with Devanagari.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIIGujarati"> <summary>ISCII as used with Gujarati.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIIKannada"> <summary>ISCII as used with Kannada.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIIMalayalam"> <summary>ISCII as used with Malayalam.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIIOriya"> <summary>ISCII as used with Oriya.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIIPunjabi"> <summary>ISCII as used with Punjabi.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIITamil"> <summary>ISCII as used with Tamil.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISCIITelugu"> <summary>ISCII as used with Telugu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO2022CNSimplifiedChinese"> <summary>ISO 2022-CN encoding as used with Simplified Chinese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO2022CNTraditionalChinese"> <summary>ISO 2022-CN encoding as used with Traditional Chinese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO2022JPJISX02011989"> <summary>ISO 2022-JP </summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO2022JPJISX02021984"> <summary>ISO 2022-JP</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO2022JPNoHalfwidthKatakana"> <summary>ISO 2022-JP with no half-width Katakana.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO2022KR"> <summary>ISO 2022-KR.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO6937NonSpacingAccent"> <summary>ISO 6937 Non-Spacing Accent.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO885915Latin9"> <summary>ISO 8859-15 with Latin 9.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88591Latin1"> <summary>ISO 8859-1 Latin 1.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88592CentralEurope"> <summary>ISO 8859-2 Central Europe.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88593Latin3"> <summary>ISO 8859-3 Latin 3.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88594Baltic"> <summary>ISO 8859-4 Baltic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88595Cyrillic"> <summary>ISO 8859-5 Cyrillic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88596Arabic"> <summary>ISA 8859-6 Arabic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88597Greek"> <summary>ISO 8859-7 Greek.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88598Hebrew"> <summary>ISO 8859-8 Hebrew.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88598HebrewLogical"> <summary>ISO 8859-8 Hebrew (Logical).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingISO88599Turkish"> <summary>ISO 8859-9 Turkish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingJapaneseAutoDetect"> <summary>Web browser auto-detects type of Japanese encoding to use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingJapaneseShiftJIS"> <summary>Japanese (Shift-JIS).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingKOI8R"> <summary>KOI8-R.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingKOI8U"> <summary>K0I8-U.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingKorean"> <summary>Korean.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingKoreanAutoDetect"> <summary>Web browser auto-detects type of Korean encoding to use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingKoreanJohab"> <summary>Korean (Johab).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacArabic"> <summary>Macintosh Arabic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacCroatia"> <summary>Macintosh Croatian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacCyrillic"> <summary>Macintosh Cyrillic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacGreek1"> <summary>Macintosh Greek.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacHebrew"> <summary>Macintosh Hebrew.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacIcelandic"> <summary>Macintosh Icelandic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacJapanese"> <summary>Macintosh Japanese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacKorean"> <summary>Macintosh Korean.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacLatin2"> <summary>Macintosh Latin 2.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacRoman"> <summary>Macintosh Roman.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacRomania"> <summary>Macintosh Romanian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacSimplifiedChineseGB2312"> <summary>Macintosh Simplified Chinese (GB 2312).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacTraditionalChineseBig5"> <summary>Macintosh Traditional Chinese (Big 5).</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacTurkish"> <summary>Macintosh Turkish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingMacUkraine"> <summary>Macintosh Ukrainian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMArabic"> <summary>OEM as used with Arabic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMBaltic"> <summary>OEM as used with Baltic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMCanadianFrench"> <summary>OEM as used with Canadian French.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMCyrillic"> <summary>OEM as used with Cyrillic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMCyrillicII"> <summary>OEM as used with Cyrillic II.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMGreek437G"> <summary>OEM as used with Greek 437G.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMHebrew"> <summary>OEM as used with Hebrew.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMIcelandic"> <summary>OEM as used with Icelandic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMModernGreek"> <summary>OEM as used with Modern Greek.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMMultilingualLatinI"> <summary>OEM as used with multi-lingual Latin I.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMMultilingualLatinII"> <summary>OEM as used with multi-lingual Latin II.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMNordic"> <summary>OEM as used with Nordic languages.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMPortuguese"> <summary>OEM as used with Portuguese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMTurkish"> <summary>OEM as used with Turkish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingOEMUnitedStates"> <summary>OEM as used in the United States.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingSimplifiedChineseAutoDetect"> <summary>Web browser auto-detects type of Simplified Chinese encoding to use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingSimplifiedChineseGB18030"> <summary>Simplified Chinese GB 18030.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingSimplifiedChineseGBK"> <summary>Simplified Chinese GBK.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingT61"> <summary>T61.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingTaiwanCNS"> <summary>Taiwan CNS.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingTaiwanEten"> <summary>Taiwan Eten.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingTaiwanIBM5550"> <summary>Taiwan IBM 5550.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingTaiwanTCA"> <summary>Taiwan TCA.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingTaiwanTeleText"> <summary>Taiwan Teletext.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingTaiwanWang"> <summary>Taiwan Wang.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingThai"> <summary>Thai.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingTraditionalChineseAutoDetect"> <summary>Web browser auto-detects type of Traditional Chinese encoding to use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingTraditionalChineseBig5"> <summary>Traditional Chinese Big 5.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingTurkish"> <summary>Turkish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingUnicodeBigEndian"> <summary>Unicode big endian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingUnicodeLittleEndian"> <summary>Unicode little endian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingUSASCII"> <summary>United States ASCII.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingUTF7"> <summary>UTF-7 encoding.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingUTF8"> <summary>UTF-8 encoding.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingVietnamese"> <summary>Vietnamese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoEncoding.msoEncodingWestern"> <summary>Western.</summary> </member> <member name="T:Microsoft.Office.Core.MsoEnvelope"> <summary>Provides access to functionality that lets you send documents as emails directly from Microsoft Office applications.</summary> </member> <member name="T:Microsoft.Office.Core.MsoExtraInfoMethod"> <summary>Specifies how to use the value specified in the ExtraInfo property of the FollowHyperlink method.</summary> </member> <member name="F:Microsoft.Office.Core.MsoExtraInfoMethod.msoMethodGet"> <summary>The value specified in the ExtraInfo property is a string that is appended to the address.</summary> </member> <member name="F:Microsoft.Office.Core.MsoExtraInfoMethod.msoMethodPost"> <summary>The value specified in the ExtraInfo property is posted as a string or byte array.</summary> </member> <member name="T:Microsoft.Office.Core.MsoExtrusionColorType"> <summary>Specifies whether the extrusion color is based on the extruded shape's fill (the front face of the extrusion) and automatically changes when the shape's fill changes, or whether the extrusion color is independent of the shape's fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoExtrusionColorType.msoExtrusionColorAutomatic"> <summary>Extrusion color is based on shape fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoExtrusionColorType.msoExtrusionColorCustom"> <summary>Extrusion color is independent of shape fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoExtrusionColorType.msoExtrusionColorTypeMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="T:Microsoft.Office.Core.MsoFarEastLineBreakLanguageID"> <summary>Specifies the language to use to determine which line break level is used when the line break control option is turned on.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFarEastLineBreakLanguageID.MsoFarEastLineBreakLanguageJapanese"> <summary>Japanese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFarEastLineBreakLanguageID.MsoFarEastLineBreakLanguageKorean"> <summary>Korean.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFarEastLineBreakLanguageID.MsoFarEastLineBreakLanguageSimplifiedChinese"> <summary>Simplified Chinese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFarEastLineBreakLanguageID.MsoFarEastLineBreakLanguageTraditionalChinese"> <summary>Traditional Chinese.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFeatureInstall"> <summary>Specifies how the application handles calls to methods and properties that require features not yet installed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFeatureInstall.msoFeatureInstallNone"> <summary>Generates a generic automation error at run time when uninstalled features are called.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFeatureInstall.msoFeatureInstallOnDemand"> <summary>Prompts the user to install new features.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFeatureInstall.msoFeatureInstallOnDemandWithUI"> <summary>Displays a progress meter during installation; does not prompt the user to install new features.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFileDialogType"> <summary>Specifies the type of a FileDialog object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogType.msoFileDialogFilePicker"> <summary>File picker dialog box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogType.msoFileDialogFolderPicker"> <summary>Folder picker dialog box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogType.msoFileDialogOpen"> <summary>Open dialog box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogType.msoFileDialogSaveAs"> <summary>Save As dialog box.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFileDialogView"> <summary>Specifies the view presented to the user in a file dialog box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogView.msoFileDialogViewDetails"> <summary>Files displayed in a list with detail information.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogView.msoFileDialogViewLargeIcons"> <summary>Files displayed as large icons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogView.msoFileDialogViewList"> <summary>Files displayed in a list without details.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogView.msoFileDialogViewPreview"> <summary>Files displayed in a list with a preview pane showing the selected file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogView.msoFileDialogViewProperties"> <summary>Files displayed in a list with a pane showing the selected file's properties.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogView.msoFileDialogViewSmallIcons"> <summary>Files displayed as small icons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogView.msoFileDialogViewThumbnail"> <summary>Files displayed as thumbnails.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogView.msoFileDialogViewTiles"> <summary>Files displayed as tiled icons.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileDialogView.msoFileDialogViewWebView"> <summary>Files displayed in Web view.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFileFindListBy"> <summary>This enumeration applies to the Macintosh only and should not be used.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFileFindOptions"> <summary>This enumeration applies to the Macintosh only and should not be used.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFileFindSortBy"> <summary>This enumeration applies to the Macintosh only and should not be used.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFileFindView"> <summary>Specifies view to use for a file find process.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileFindView.msoViewFileInfo"> <summary>View file information.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileFindView.msoViewPreview"> <summary>View preview of file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileFindView.msoViewSummaryInfo"> <summary>View summary information.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFileNewAction"> <summary>Specifies action to take when a user clicks an item in the task pane.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileNewAction.msoCreateNewFile"> <summary>Create a new file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileNewAction.msoEditFile"> <summary>Edit file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileNewAction.msoOpenFile"> <summary>Open file.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFileNewSection"> <summary>Specifies the task pane section to which to add a file or where the file reference exists.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileNewSection.msoBottomSection"> <summary>Bottom section.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileNewSection.msoNew"> <summary>New section.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileNewSection.msoNewfromExistingFile"> <summary>New from Existing File section.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileNewSection.msoNewfromTemplate"> <summary>New from Template section.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileNewSection.msoOpenDocument"> <summary>Open Document section.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFileType"> <summary>Specifies a type of file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeAllFiles"> <summary>All files.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeBinders"> <summary>Microsoft Binder file (*.obd).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeCalendarItem"> <summary>Calendar item file (*.ics or *.vsc).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeContactItem"> <summary>Contact item file (*.vcf).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeDatabases"> <summary>Database file (*.mdb).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeDataConnectionFiles"> <summary>Data connection file (*.mdf).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeDesignerFiles"> <summary>Visual Basic Active Designer file (*.dsr).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeDocumentImagingFiles"> <summary>Microsoft Document Imaging file (*.mdi).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeExcelWorkbooks"> <summary>Microsoft Excel workbook (*.wbk).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeJournalItem"> <summary>Microsoft Outlook Journal item</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeMailItem"> <summary>Mail item file (*.msg).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeNoteItem"> <summary>Microsoft Outlook Note item.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeOfficeFiles"> <summary>Files with any of the following extensions: *.doc, *.xls, *.ppt, *.pps, *.obd, *.mdb, *.mpd, *.dot, *.xlt, *.pot, *.obt, *.htm, or *.html.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeOutlookItems"> <summary>Any Microsoft Outlook item file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypePhotoDrawFiles"> <summary>PhotoDraw item file (*.mix).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypePowerPointPresentations"> <summary>PowerPoint presentation file (*.ppt), PowerPoint template file (*.pot), or PowerPoint slide show file (*.pps).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeProjectFiles"> <summary>Project file (*.mpd).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypePublisherFiles"> <summary>Microsoft Publisher file (*.pub)</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeTaskItem"> <summary>Microsoft Outlook task item.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeTemplates"> <summary>Microsoft PowerPoint template (*.pot), Word template (*.dot), Excel template (*.xlt).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeVisioFiles"> <summary>Microsoft Visio file (*.vsd).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeWebPages"> <summary>HTML file (*.htm or *.html).</summary> </member> <member name="F:Microsoft.Office.Core.MsoFileType.msoFileTypeWordDocuments"> <summary>Microsoft Word document file (*.doc).</summary> </member> <member name="T:Microsoft.Office.Core.MsoFillType"> <summary>Specifies a shape's fill type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFillType.msoFillBackground"> <summary>Fill is the same as the background.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFillType.msoFillGradient"> <summary>Gradient fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFillType.msoFillMixed"> <summary>Mixed fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFillType.msoFillPatterned"> <summary>Patterned fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFillType.msoFillPicture"> <summary>Picture fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFillType.msoFillSolid"> <summary>Solid fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFillType.msoFillTextured"> <summary>Textured fill.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFilterComparison"> <summary>Specifies how the Column and CompareTo properties are compared for an ODSOFilter object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonContains"> <summary>Column matches CompareTo if any part of the CompareTo string is contained in the Column value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonEqual"> <summary>Column matches CompareTo if the CompareTo value is the same as the Column value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonGreaterThan"> <summary>Column matches CompareTo if the Column value is greater than the CompareTo value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonGreaterThanEqual"> <summary>Column matches CompareTo if the Column value is greater than or equal to the CompareTo value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonIsBlank"> <summary>Column passes filter if Column is blank.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonIsNotBlank"> <summary>Column passes filter if Column is blank.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonLessThan"> <summary>Column matches CompareTo if the Column value is less than the CompareTo value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonLessThanEqual"> <summary>Column matches CompareTo if the Column value is less than or equal to the CompareTo value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonNotContains"> <summary>Column matches CompareTo if any part of the CompareTo string is not contained in the Column value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterComparison.msoFilterComparisonNotEqual"> <summary>Column matches CompareTo if the CompareTo value is not equal to the Column value.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFilterConjunction"> <summary>Specifies how a filter criterion relates to other filter criteria.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterConjunction.msoFilterConjunctionAnd"> <summary>And conjunction.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFilterConjunction.msoFilterConjunctionOr"> <summary>Or conjunction.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFlipCmd"> <summary>Specifies whether a shape should be flipped horizontally or vertically.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFlipCmd.msoFlipHorizontal"> <summary>Flip horizontally.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFlipCmd.msoFlipVertical"> <summary>Flip vertically.</summary> </member> <member name="T:Microsoft.Office.Core.MsoFontLanguageIndex"> <summary>Represents one of the three language fonts contained in the <see cref="T:Microsoft.Office.Core.ThemeFonts"></see> collection</summary> </member> <member name="F:Microsoft.Office.Core.MsoFontLanguageIndex.msoThemeComplexScript"> <summary>Represents the font face for Complex Script languages. The Complex Script language collection supports Arabic, Georgian, Hebrew, Indian, Thai and Vietnamese alphabets.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFontLanguageIndex.msoThemeEastAsian"> <summary>Represents the East Asian font face. East Asian Languages include Simplified Chinese, Traditional Chinese, Japanese, and Korean.</summary> </member> <member name="F:Microsoft.Office.Core.MsoFontLanguageIndex.msoThemeLatin"> <summary>Represents the Latin font face.</summary> </member> <member name="T:Microsoft.Office.Core.MsoGradientColorType"> <summary>Specifies the type of gradient used in a shape's fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientColorType.msoGradientColorMixed"> <summary>Mixed gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientColorType.msoGradientOneColor"> <summary>One-color gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientColorType.msoGradientPresetColors"> <summary>Gradient colors set according to a built-in gradient of the set defined by the msoPresetGradientType constant.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientColorType.msoGradientTwoColors"> <summary>Two-color gradient.</summary> </member> <member name="T:Microsoft.Office.Core.MsoGradientStyle"> <summary>Specifies the style for a gradient fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientDiagonalDown"> <summary>Diagonal gradient moving from a top corner down to the opposite corner.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientDiagonalUp"> <summary>Diagonal gradient moving from a bottom corner up to the opposite corner.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientFromCenter"> <summary>Gradient running from the center out to the corners.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientFromCorner"> <summary>Gradient running from a corner to the other three corners.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientFromTitle"> <summary>Gradient running from the title outward.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientHorizontal"> <summary>Gradient running horizontally across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientMixed"> <summary>Gradient is mixed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoGradientStyle.msoGradientVertical"> <summary>Gradient running vertically down the shape.</summary> </member> <member name="T:Microsoft.Office.Core.MsoHorizontalAnchor"> <summary>Specifies the horizontal alignment of text in a text frame.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHorizontalAnchor.msoAnchorCenter"> <summary>Text is centered horizontally.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHorizontalAnchor.msoAnchorNone"> <summary>No alignment.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHorizontalAnchor.msoHorizontalAnchorMixed"> <summary>Return value only; indicates a combination of the other states.</summary> </member> <member name="T:Microsoft.Office.Core.MsoHTMLProjectOpen"> <summary>Specifies the view in which an HTML project or project item is opened.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHTMLProjectOpen.msoHTMLProjectOpenSourceView"> <summary>Open project in source view.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHTMLProjectOpen.msoHTMLProjectOpenTextView"> <summary>Open project in text view.</summary> </member> <member name="T:Microsoft.Office.Core.MsoHTMLProjectState"> <summary>Specifies the current state of an HTMLProject object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHTMLProjectState.msoHTMLProjectStateDocumentLocked"> <summary>Document is locked. In a Microsoft Office host application or Microsoft Script Editor, indicates that the Refresh toolbar is displayed in the host application.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHTMLProjectState.msoHTMLProjectStateDocumentProjectUnlocked"> <summary>Document is unlocked. In a Microsoft Office host application or Microsoft Script Editor, indicates that the Refresh toolbar is not displayed at all.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHTMLProjectState.msoHTMLProjectStateProjectLocked"> <summary>Project is locked. In the Microsoft Script Editor, indicates that the Refresh toolbar is displayed.</summary> </member> <member name="T:Microsoft.Office.Core.MsoHyperlinkType"> <summary>Specifies the type of hyperlink.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHyperlinkType.msoHyperlinkInlineShape"> <summary>Hyperlink applies to an inline shape. Used only with Microsoft Word.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHyperlinkType.msoHyperlinkRange"> <summary>Hyperlink applies to a Range object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoHyperlinkType.msoHyperlinkShape"> <summary>Hyperlink applies to a Shape object.</summary> </member> <member name="T:Microsoft.Office.Core.MsoIconType"> <summary>Specifies an icon type to show in a Balloon object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoIconType.msoIconAlert"> <summary>Alert icon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoIconType.msoIconAlertCritical"> <summary>Critical alert icon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoIconType.msoIconAlertInfo"> <summary>Information alert icon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoIconType.msoIconAlertQuery"> <summary>Query alert icon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoIconType.msoIconAlertWarning"> <summary>Warning alert icon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoIconType.msoIconNone"> <summary>No icon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoIconType.msoIconTip"> <summary>Tip icon.</summary> </member> <member name="T:Microsoft.Office.Core.MsoLanguageID"> <summary>Specifies which language to use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDAfrikaans"> <summary>Afrikaans.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDAlbanian"> <summary>Albanian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDAmharic"> <summary>Amharic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabic"> <summary>Arabic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicAlgeria"> <summary>Arabic as spoken in Algeria.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicBahrain"> <summary>Arabic as spoken in Bahrain.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicEgypt"> <summary>Arabic as spoken in Egypt.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicIraq"> <summary>Arabic as spoken in Iraq.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicJordan"> <summary>Arabic as spoken in Jordan.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicKuwait"> <summary>Arabic as spoken in Kuwait.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicLebanon"> <summary>Arabic as spoken in Lebanon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicLibya"> <summary>Arabic as spoken in Libya.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicMorocco"> <summary>Arabic as spoken in Morocco.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicOman"> <summary>Arabic as spoken in Oman.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicQatar"> <summary>Arabic as spoken in Qatar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicSyria"> <summary>Arabic as spoken in Syria.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicTunisia"> <summary>Arabic as spoken in Tunisia.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicUAE"> <summary>Arabic as spoken in the United Arab Emirates.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArabicYemen"> <summary>Arabic as spoken in Yemen.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDArmenian"> <summary>Armenian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDAssamese"> <summary>Assamese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDAzeriCyrillic"> <summary>Azeri-Cyrillic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDAzeriLatin"> <summary>Azeri-Latin.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBasque"> <summary>Basque.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBelgianDutch"> <summary>Belgian Dutch.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBelgianFrench"> <summary>Belgian French.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBengali"> <summary>Bengali.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBosnian"> <summary>Bosnian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBosnianBosniaHerzegovinaCyrillic"> <summary>The Bosnian Bosnia Herzegovina Cyrillic language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBosnianBosniaHerzegovinaLatin"> <summary>The Bosnian Bosnia Herzegovina Latin language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBrazilianPortuguese"> <summary>Brazilian Portuguese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBulgarian"> <summary>Bulgarian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDBurmese"> <summary>Burmese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDByelorussian"> <summary>Byelorussian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDCatalan"> <summary>Catalan.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDCherokee"> <summary>Cherokee.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDChineseHongKongSAR"> <summary>Chinese as spoken in Hong Kong SAR.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDChineseMacaoSAR"> <summary>Chinese as spoken in Macao SAR.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDChineseSingapore"> <summary>Chinese as spoken in Singapore.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDCroatian"> <summary>Croatian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDCzech"> <summary>Czech.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDDanish"> <summary>Danish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDDivehi"> <summary>Divehi.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDDutch"> <summary>Dutch.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDDzongkhaBhutan"> <summary>Dzongkha as spoken in Bhutan.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEdo"> <summary>Edo.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishAUS"> <summary>English as spoken in Australia.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishBelize"> <summary>English as spoken in Belize.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishCanadian"> <summary>English as spoken in Canada.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishCaribbean"> <summary>English as spoken in the Caribbean.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishIndonesia"> <summary>English as spoken in Indonesia.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishIreland"> <summary>English as spoken in Ireland.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishJamaica"> <summary>English as spoken in Jamaica.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishNewZealand"> <summary>English as spoken in New Zealand.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishPhilippines"> <summary>English as spoken in the Philippines.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishSouthAfrica"> <summary>English as spoken in South Africa.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishTrinidadTobago"> <summary>English as spoken in Trinidad and Tobago.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishUK"> <summary>English as spoken in the United Kingdom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishUS"> <summary>English as spoken in the United States.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEnglishZimbabwe"> <summary>English as spoken in Zimbabwe.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDEstonian"> <summary>Estonian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFaeroese"> <summary>Faeroese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFarsi"> <summary>Farsi.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFilipino"> <summary>Filipina.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFinnish"> <summary>Finnish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrench"> <summary>French.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchCameroon"> <summary>French as spoken in Cameroon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchCanadian"> <summary>French as spoken in Canada.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchCongoDRC"> <summary>The French Congo DRC language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchCotedIvoire"> <summary>French as spoken in Cote d'Ivoire.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchHaiti"> <summary>French as spoken in Haiti.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchLuxembourg"> <summary>French as spoken in Luxembourg.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchMali"> <summary>French as spoken in Mali.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchMonaco"> <summary>French as spoken in Monaco.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchMorocco"> <summary>French as spoken in Morocco.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchReunion"> <summary>French as spoken in French Reunion Island.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchSenegal"> <summary>French as spoken in Senegal.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchWestIndies"> <summary>French as spoken in the West Indies.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrenchZaire"> <summary>French as spoken in Zaire.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFrisianNetherlands"> <summary>French as spoken in the Netherlands.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDFulfulde"> <summary>Fulfulde.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGaelicIreland"> <summary>Gaelic as spoken in Ireland.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGaelicScotland"> <summary>Gaelic as spoken in Scotland.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGalician"> <summary>Galician.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGeorgian"> <summary>Georgian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGerman"> <summary>German.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGermanAustria"> <summary>German as spoken in Austria.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGermanLiechtenstein"> <summary>German as spoken in Liechtenstein.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGermanLuxembourg"> <summary>German as spoken in Luxembourg.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGreek"> <summary>Greek.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGuarani"> <summary>Guarani.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDGujarati"> <summary>Gujarati.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDHausa"> <summary>Hausa.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDHawaiian"> <summary>Hawaiian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDHebrew"> <summary>Hebrew.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDHindi"> <summary>Hindi.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDHungarian"> <summary>Hungarian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDIbibio"> <summary>Ibibio.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDIcelandic"> <summary>Icelandic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDIgbo"> <summary>Igbo.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDIndonesian"> <summary>Indonesian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDInuktitut"> <summary>Inuktitut.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDItalian"> <summary>Italian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDJapanese"> <summary>Japanese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKannada"> <summary>Kannada.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKanuri"> <summary>Kanuri.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKashmiri"> <summary>Kashmiri.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKashmiriDevanagari"> <summary>Kashmiri in Devanagari script.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKazakh"> <summary>Kazakh.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKhmer"> <summary>Khmer.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKirghiz"> <summary>Kirghiz.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKonkani"> <summary>Konkani.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKorean"> <summary>Korean.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDKyrgyz"> <summary>Kyrgyz.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDLao"> <summary>Lao.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDLatin"> <summary>Latin.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDLatvian"> <summary>Latvian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDLithuanian"> <summary>Lithuanian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMacedonian"> <summary>Macedonian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMacedonianFYROM"> <summary>Macedonian FYROM language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMalayalam"> <summary>Malayalam.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMalayBruneiDarussalam"> <summary>Malay as spoken in Brunei Darussalam.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMalaysian"> <summary>Malaysian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMaltese"> <summary>Maltese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDManipuri"> <summary>Manipuri.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMaori"> <summary>Maori.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMarathi"> <summary>Marathi.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMexicanSpanish"> <summary>Spanish as spoken in Mexico.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMixed"> <summary>Mixed languages.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDMongolian"> <summary>Mongolian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDNepali"> <summary>Nepali.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDNone"> <summary>No language specified.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDNoProofing"> <summary>No proofing requested.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDNorwegianBokmol"> <summary>Bokmol as spoken in Norway.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDNorwegianNynorsk"> <summary>Nynorsk as spoken in Norway.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDOriya"> <summary>Oriya.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDOromo"> <summary>Oromo.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDPashto"> <summary>Pashto.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDPolish"> <summary>Polish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDPortuguese"> <summary>Portuguese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDPunjabi"> <summary>Punjabi.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDQuechuaBolivia"> <summary>Quechua as spoken in Bolivia.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDQuechuaEcuador"> <summary>Quechua as spoken in Ecuador.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDQuechuaPeru"> <summary>Quechua as spoken in Peru.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDRhaetoRomanic"> <summary>Rhaeto-Romanic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDRomanian"> <summary>Romanian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDRomanianMoldova"> <summary>Romanian as spoken in Moldova.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDRussian"> <summary>Russian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDRussianMoldova"> <summary>Russian as spoken in Moldova.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSamiLappish"> <summary>Sami/Lappish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSanskrit"> <summary>Sanskrit.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSepedi"> <summary>Sepedi.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSerbianBosniaHerzegovinaCyrillic"> <summary>The Serbian Bosnia Herzegovina Cyrillic language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSerbianBosniaHerzegovinaLatin"> <summary>The Serbian Bosnia Herzegovina Latin language.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSerbianCyrillic"> <summary>Serbian/Cyrillic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSerbianLatin"> <summary>Serbian/Latin.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSesotho"> <summary>Sesotho.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSimplifiedChinese"> <summary>Simplified Chinese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSindhi"> <summary>Sindhi.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSindhiPakistan"> <summary>Sindhi as spoken in Pakistan.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSinhalese"> <summary>Sinhalese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSlovak"> <summary>Slovak.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSlovenian"> <summary>Slovenian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSomali"> <summary>Somali.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSorbian"> <summary>Sorbian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanish"> <summary>Spanish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishArgentina"> <summary>Spanish as spoken in Argentina.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishBolivia"> <summary>Spanish as spoken in Bolivia.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishChile"> <summary>Spanish as spoken in Chile.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishColombia"> <summary>Spanish as spoken in Colombia.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishCostaRica"> <summary>Spanish as spoken in Costa Rica.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishDominicanRepublic"> <summary>Spanish as spoken in the Dominican Republic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishEcuador"> <summary>Spanish as spoken in Ecuador.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishElSalvador"> <summary>Spanish as spoken in El Salvador.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishGuatemala"> <summary>Spanish as spoken in Guatemala.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishHonduras"> <summary>Spanish as spoken in Honduras.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishModernSort"> <summary>Spanish (Modern Sort).</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishNicaragua"> <summary>Spanish as spoken in Nicaragua.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishPanama"> <summary>Spanish as spoken in Panama.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishParaguay"> <summary>Spanish as spoken in Paraguay.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishPeru"> <summary>Spanish as spoken in Peru.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishPuertoRico"> <summary>Spanish as spoken in Puerto Rico.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishUruguay"> <summary>Spanish as spoken in Uruguay.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSpanishVenezuela"> <summary>Spanish as spoken in Venezuela.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSutu"> <summary>Sutu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSwahili"> <summary>Swahili.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSwedish"> <summary>Swedish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSwedishFinland"> <summary>Swedish as spoken in Finland.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSwissFrench"> <summary>French as spoken in Switzerland.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSwissGerman"> <summary>German as spoken in Switzerland.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSwissItalian"> <summary>Italian as spoken in Switzerland.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDSyriac"> <summary>Syriac.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTajik"> <summary>Tajik.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTamazight"> <summary>Tamazight.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTamazightLatin"> <summary>Tamazight (Latin).</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTamil"> <summary>Tamil.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTatar"> <summary>Tatar.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTelugu"> <summary>Telugu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDThai"> <summary>Thai.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTibetan"> <summary>Tibetan.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTigrignaEritrea"> <summary>Tigrigna as spoken in Eritrea.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTigrignaEthiopic"> <summary>Tigrigna as spoken in Ethiopia.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTraditionalChinese"> <summary>Traditional Chinese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTsonga"> <summary>Tsonga.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTswana"> <summary>Tswana.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTurkish"> <summary>Turkish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDTurkmen"> <summary>Turkmen.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDUkrainian"> <summary>Ukrainian.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDUrdu"> <summary>Urdu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDUzbekCyrillic"> <summary>Uzbek (Cyrillic).</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDUzbekLatin"> <summary>Uzbek (Latin).</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDVenda"> <summary>Venda.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDVietnamese"> <summary>Vietnamese.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDWelsh"> <summary>Welsh.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDXhosa"> <summary>Xhosa.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDYi"> <summary>Yi.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDYiddish"> <summary>Yiddish.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDYoruba"> <summary>Yoruba.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLanguageID.msoLanguageIDZulu"> <summary>Zulu.</summary> </member> <member name="T:Microsoft.Office.Core.MsoLastModified"> <summary>Specifies the period of time to filter files by the date last modified. Used with the LastModified property of the FileSearch object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLastModified.msoLastModifiedAnyTime"> <summary>File last modified any time. </summary> </member> <member name="F:Microsoft.Office.Core.MsoLastModified.msoLastModifiedLastMonth"> <summary>File last modified last month.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLastModified.msoLastModifiedLastWeek"> <summary>File last modified last week.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLastModified.msoLastModifiedThisMonth"> <summary>File last modified this month.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLastModified.msoLastModifiedThisWeek"> <summary>File last modified this week.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLastModified.msoLastModifiedToday"> <summary>File last modified today.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLastModified.msoLastModifiedYesterday"> <summary>File last modified yesterday.</summary> </member> <member name="T:Microsoft.Office.Core.MsoLightRigType"> <summary>Indicates the effects lighting for an object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigBalanced"> <summary>Specifies the Balanced effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigBrightRoom"> <summary>Specifies the BrightRoom effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigChilly"> <summary>Specifies the Chilly effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigContrasting"> <summary>Specifies the Contrasting effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigFlat"> <summary>Specifies the Flat effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigFlood"> <summary>Specifies the Flood effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigFreezing"> <summary>Specifies the Freezing effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigGlow"> <summary>Specifies the Glow effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigHarsh"> <summary>Specifies the Harsh effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyFlat1"> <summary>Specifies the LegacyFlat1 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyFlat2"> <summary>Specifies the LegacyFlat2 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyFlat3"> <summary>Specifies the LegacyFlat3 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyFlat4"> <summary>Specifies the LegacyFlat4 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyHarsh1"> <summary>Specifies the LegacyHarsh1 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyHarsh2"> <summary>Specifies the LegacyHarsh2 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyHarsh3"> <summary>Specifies the LegacyHarsh3 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyHarsh4"> <summary>Specifies the LegacyHarsh4 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyNormal1"> <summary>Specifies the LegacyNormal1 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyNormal2"> <summary>Specifies the LegacyNormal2 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyNormal3"> <summary>Specifies the LegacyNormal3 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigLegacyNormal4"> <summary>Specifies the LegacyNormal4 effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigMixed"> <summary>Specifies the Mixed effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigMorning"> <summary>Specifies the Morning effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigSoft"> <summary>Specifies the Soft effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigSunrise"> <summary>Specifies the Sunrise effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigSunset"> <summary>Specifies the Sunset effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigThreePoint"> <summary>Specifies the ThreePoint effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLightRigType.msoLightRigTwoPoint"> <summary>Specifies the TwoPoint effect.</summary> </member> <member name="T:Microsoft.Office.Core.MsoLineDashStyle"> <summary>Specifies the dash style for a line. </summary> </member> <member name="F:Microsoft.Office.Core.MsoLineDashStyle.msoLineDash"> <summary>Line consists of dashes only.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineDashStyle.msoLineDashDot"> <summary>Line is a dash-dot pattern.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineDashStyle.msoLineDashDotDot"> <summary>Line is a dash-dot-dot pattern.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineDashStyle.msoLineDashStyleMixed"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineDashStyle.msoLineLongDash"> <summary>Line consists of long dashes.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineDashStyle.msoLineLongDashDot"> <summary>Line is a long dash-dot pattern.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineDashStyle.msoLineRoundDot"> <summary>Line is made up of round dots.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineDashStyle.msoLineSolid"> <summary>Line is solid.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineDashStyle.msoLineSquareDot"> <summary>Line is made up of square dots.</summary> </member> <member name="T:Microsoft.Office.Core.MsoLineStyle"> <summary>Specifies the style for a line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineStyle.msoLineSingle"> <summary>Single line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineStyle.msoLineStyleMixed"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineStyle.msoLineThickBetweenThin"> <summary>Thick line with a thin line on each side.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineStyle.msoLineThickThin"> <summary>Thick line next to thin line. For horizontal lines, thick line is above thin line. For vertical lines, thick line is to the left of the thin line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineStyle.msoLineThinThick"> <summary>Thick line next to thin line. For horizontal lines, thick line is below thin line. For vertical lines, thick line is to the right of the thin line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoLineStyle.msoLineThinThin"> <summary>Two thin lines.</summary> </member> <member name="T:Microsoft.Office.Core.MsoMenuAnimation"> <summary>Specifies animation style for Microsoft Office command bars.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMenuAnimation.msoMenuAnimationNone"> <summary>No animation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMenuAnimation.msoMenuAnimationRandom"> <summary>Random animation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMenuAnimation.msoMenuAnimationSlide"> <summary>Menus slide into view.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMenuAnimation.msoMenuAnimationUnfold"> <summary>Menus unfold into view.</summary> </member> <member name="T:Microsoft.Office.Core.MsoMetaPropertyType"> <summary>Specifies the metadata property type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeBoolean"> <summary>Represents a Boolean value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeCalculated"> <summary>Represents a calculated value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeChoice"> <summary>Represents a value from one or more choices.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeComputed"> <summary>Represents a computed value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeCurrency"> <summary>Represents a Currency value</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeDateTime"> <summary>Represents a DateTime value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeFillInChoice"> <summary>Represents a value from two or more choices that is written-in by the user.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeGuid"> <summary>Represents a GUID value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeInteger"> <summary>Represents an Integer value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeLookup"> <summary>Represents a value used to lookup another value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeMax"> <summary>Represents the maximum value for a range.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeMultiChoice"> <summary>Represents a collection of choices.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeMultiChoiceFillIn"> <summary>Represents a collection of choices that require the user to write-in a value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeMultiChoiceLookup"> <summary>Represents a collection of choices used to lookup another value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeNote"> <summary>Represents a value of one or more sentences.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeNumber"> <summary>Represents a generic number data type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeText"> <summary>Represents a Text value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeUnknown"> <summary>Represents an unknown value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeUrl"> <summary>Represents a URL.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMetaPropertyType.msoMetaPropertyTypeUser"> <summary>Represents a category of user.</summary> </member> <member name="T:Microsoft.Office.Core.MsoMixedType"> <summary>This enumeration has been deprecated and should not be used.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMixedType.msoIntegerMixed"> <summary>Internal use only.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMixedType.msoSingleMixed"> <summary>Internal use only.</summary> </member> <member name="T:Microsoft.Office.Core.MsoModeType"> <summary>Specifies the mode type for a Balloon object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoModeType.msoModeAutoDown"> <summary>Auto-down. Balloon is dismissed when user clicks anywhere on the screen.</summary> </member> <member name="F:Microsoft.Office.Core.MsoModeType.msoModeModal"> <summary>Modal. User must dismiss balloon before continuing work.</summary> </member> <member name="F:Microsoft.Office.Core.MsoModeType.msoModeModeless"> <summary>Modeless. User can work in application while balloon is displayed.</summary> </member> <member name="T:Microsoft.Office.Core.MsoMoveRow"> <summary>This enumeration has been deprecated and should not be used.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMoveRow.msoMoveRowFirst"> <summary>Internal use only.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMoveRow.msoMoveRowNbr"> <summary>Internal use only.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMoveRow.msoMoveRowNext"> <summary>Internal use only.</summary> </member> <member name="F:Microsoft.Office.Core.MsoMoveRow.msoMoveRowPrev"> <summary>Internal use only.</summary> </member> <member name="T:Microsoft.Office.Core.MsoOLEMenuGroup"> <summary>Specifies the menu group that a command bar pop-up control belongs to when the menu groups of the OLE server are merged with the menu groups of an OLE client (that is, when an object of the container application type is embedded in another application).</summary> </member> <member name="F:Microsoft.Office.Core.MsoOLEMenuGroup.msoOLEMenuGroupContainer"> <summary>Container menu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOLEMenuGroup.msoOLEMenuGroupEdit"> <summary>Edit menu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOLEMenuGroup.msoOLEMenuGroupFile"> <summary>File menu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOLEMenuGroup.msoOLEMenuGroupHelp"> <summary>Help menu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOLEMenuGroup.msoOLEMenuGroupNone"> <summary>Pop-up control is not merged.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOLEMenuGroup.msoOLEMenuGroupObject"> <summary>Object menu.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOLEMenuGroup.msoOLEMenuGroupWindow"> <summary>Window menu.</summary> </member> <member name="T:Microsoft.Office.Core.MsoOrgChartLayoutType"> <summary>Indicates how to format the child nodes in an organization chart.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrgChartLayoutType.msoOrgChartLayoutBothHanging"> <summary>Places child nodes vertically below the parent node on both the left and the right side.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrgChartLayoutType.msoOrgChartLayoutLeftHanging"> <summary>Places child nodes vertically below the parent node on the left side.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrgChartLayoutType.msoOrgChartLayoutMixed"> <summary>Return value for a parent node that has children formatted using more than one MsoOrgChartLayoutType.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrgChartLayoutType.msoOrgChartLayoutRightHanging"> <summary>Places child nodes vertically below the parent node on the right side.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrgChartLayoutType.msoOrgChartLayoutStandard"> <summary>Places child nodes horizontally below the parent node.</summary> </member> <member name="T:Microsoft.Office.Core.MsoOrgChartOrientation"> <summary>Specifies orientation of an organization chart.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrgChartOrientation.msoOrgChartOrientationMixed"> <summary>Mixed orientation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrgChartOrientation.msoOrgChartOrientationVertical"> <summary>Vertical orientation.</summary> </member> <member name="T:Microsoft.Office.Core.MsoOrientation"> <summary>Specifies orientation of an object when it is displayed or printed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrientation.msoOrientationHorizontal"> <summary>Horizontal (landscape) orientation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrientation.msoOrientationMixed"> <summary>Mixed orientation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoOrientation.msoOrientationVertical"> <summary>Vertical (portrait) orientation.</summary> </member> <member name="T:Microsoft.Office.Core.MsoParagraphAlignment"> <summary>Specifies paragraph alignment for a text block.</summary> </member> <member name="F:Microsoft.Office.Core.MsoParagraphAlignment.msoAlignCenter"> <summary>Specifies that the center of each line of text is aligned to the midpoint of the right and left text box margins, and the left and right edges of each line are ragged.</summary> </member> <member name="F:Microsoft.Office.Core.MsoParagraphAlignment.msoAlignDistribute"> <summary>Specifies that the first and last characters of each line (except the last) are aligned to the left and right margins, and lines are filled by adding or subtracting the same amount from each character. The last line of the paragraph is aligned to the left margin if text direction is left-to-right, or to the right margin if text direction is right-to-left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoParagraphAlignment.msoAlignJustify"> <summary>Specifies that the first and last characters of each line (except the last) are aligned to the left and right margins, and lines are filled by adding or subtracting space between and within words. The last line of the paragraph is aligned to the left margin if text direction is left-to-right, or to the right margin if text direction is right-to-left. </summary> </member> <member name="F:Microsoft.Office.Core.MsoParagraphAlignment.msoAlignJustifyLow"> <summary>Specifies the alignment or adjustment of kashida length in Arabic text. Kashida are special characters used to extend the joiner between two Arabic characters.</summary> </member> <member name="F:Microsoft.Office.Core.MsoParagraphAlignment.msoAlignLeft"> <summary>Specifies that the leftmost character of each line is aligned to the left margin, and the right edge of each line is ragged. This is the default alignment for paragraphs with left-to-right text direction. </summary> </member> <member name="F:Microsoft.Office.Core.MsoParagraphAlignment.msoAlignMixed"> <summary>Use a combination of alignment styles.</summary> </member> <member name="F:Microsoft.Office.Core.MsoParagraphAlignment.msoAlignRight"> <summary>Specifies that the rightmost character of each line is aligned to the right margin, and the left edge of each line is ragged. This is the default alignment for paragraphs with right-to-left text direction.</summary> </member> <member name="F:Microsoft.Office.Core.MsoParagraphAlignment.msoAlignThaiDistribute"> <summary>Specifies that the first and last characters of each line (except the last) are aligned to the left and right margins, and lines are filled by adding or subtracting space between (but not within) words. The last line of the paragraph is aligned to the left margin.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPathFormat"> <summary>Specifies the format of a file or folder path.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPathFormat.msoPathType1"> <summary>Represents the Type1 format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPathFormat.msoPathType2"> <summary>Represents the Type2 format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPathFormat.msoPathType3"> <summary>Represents the Type3 format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPathFormat.msoPathType4"> <summary>Represents the Type4 format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPathFormat.msoPathTypeMixed"> <summary>Represents a mixed format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPathFormat.msoPathTypeNone"> <summary>Represents no format.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPatternType"> <summary>Specifies the fill pattern used in a shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern10Percent"> <summary>10% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern20Percent"> <summary>20% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern25Percent"> <summary>25% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern30Percent"> <summary>30% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern40Percent"> <summary>40% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern50Percent"> <summary>50% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern5Percent"> <summary>5% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern60Percent"> <summary>60% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern70Percent"> <summary>70% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern75Percent"> <summary>75% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern80Percent"> <summary>80% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPattern90Percent"> <summary>90% of the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternCross"> <summary>Cross</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDarkDownwardDiagonal"> <summary>Thick lines in the foreground color running from the top to the right-hand side of the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDarkHorizontal"> <summary>Thick horizontal lines in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDarkUpwardDiagonal"> <summary>Thick lines in the foreground color running from the top to the left-hand side of the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDarkVertical"> <summary>Thick vertical lines in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDashedDownwardDiagonal"> <summary>Dashed lines in the foreground color running from the top to the right-hand side of the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDashedHorizontal"> <summary>Dashed horizontal lines in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDashedUpwardDiagonal"> <summary>Dashed lines in the foreground color running from the top to the left-hand side of the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDashedVertical"> <summary>Dashed vertical lines in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDiagonalBrick"> <summary>Rectangular brick pattern running diagonally across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDiagonalCross"> <summary>Diagonal Cross</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDivot"> <summary>Small angled shapes in the foreground color running in alternating rows down the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDottedDiamond"> <summary>Dotted perpendicular lines in the foreground color running diagonally to form diamonds across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDottedGrid"> <summary>Dotted perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternDownwardDiagonal"> <summary>Downward Diagonal</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternHorizontal"> <summary>Horizontal</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternHorizontalBrick"> <summary>Rectangular brick pattern running horizontally across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternLargeCheckerBoard"> <summary>Squares in alternating foreground/background colors.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternLargeConfetti"> <summary>Large dots in the foreground color scattered across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternLargeGrid"> <summary>Solid, widely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternLightDownwardDiagonal"> <summary>Thin lines in the foreground color running from the top to the right-hand side of the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternLightHorizontal"> <summary>Thin horizontal lines in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternLightUpwardDiagonal"> <summary>Thin lines in the foreground color running from the top to the left-hand side of the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternLightVertical"> <summary>Thin vertical lines in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternMixed"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternNarrowHorizontal"> <summary>Narrowly spaced horizontal lines in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternNarrowVertical"> <summary>Narrowly spaced vertical lines in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternOutlinedDiamond"> <summary>Solid perpendicular lines in the foreground color running diagonally to form diamonds across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternPlaid"> <summary>Very thick solid lines in the foreground color running vertically, coupled with very thick lines and 40% of the foreground color running horizontally.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternShingle"> <summary>Overlapping curved rectangles running diagonally across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternSmallCheckerBoard"> <summary>Small squares in alternating foreground/background colors.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternSmallConfetti"> <summary>Small dots in the foreground color scattered across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternSmallGrid"> <summary>Solid, closely spaced perpendicular lines in the foreground color running horizontally and vertically to form grid lines across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternSolidDiamond"> <summary>Diamond shapes in alternating foreground/background colors.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternSphere"> <summary>Circles that use foreground and background colors to make them appear three-dimensional, oriented in rows across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternTrellis"> <summary>Trellis pattern in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternUpwardDiagonal"> <summary>Upward Diagonal</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternVertical"> <summary>Vertical</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternWave"> <summary>Wavy lines in the foreground color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternWeave"> <summary>Weave pattern in the foreground color running diagonally across the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternWideDownwardDiagonal"> <summary>Widely spaced lines in the foreground color running from the top to the right-hand side of the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternWideUpwardDiagonal"> <summary>Widely spaced lines in the foreground color running from the top to the left-hand side of the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPatternType.msoPatternZigZag"> <summary>Zigzag lines running horizontally across the shape.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPermission"> <summary>Specifies an Information Rights Management (IRM) permission type for a document.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPermission.msoPermissionChange"> <summary>Permission to change.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPermission.msoPermissionEdit"> <summary>Permission to edit.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPermission.msoPermissionExtract"> <summary>Permission to extract.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPermission.msoPermissionFullControl"> <summary>Full control permissions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPermission.msoPermissionObjModel"> <summary>Permission to access the object model programmatically.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPermission.msoPermissionPrint"> <summary>Permission to print.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPermission.msoPermissionRead"> <summary>Permission to read.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPermission.msoPermissionSave"> <summary>Permission to save.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPermission.msoPermissionView"> <summary>Permission to view.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPictureColorType"> <summary>Specifies the color transformation applied to a picture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPictureColorType.msoPictureAutomatic"> <summary>Default color transformation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPictureColorType.msoPictureBlackAndWhite"> <summary>Black-and-white transformation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPictureColorType.msoPictureGrayscale"> <summary>Grayscale transformation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPictureColorType.msoPictureMixed"> <summary>Mixed transformation.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPictureColorType.msoPictureWatermark"> <summary>Watermark transformation.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetCamera"> <summary>Indicates the effects camera type used by the specified object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricBottomDown"> <summary>Specifies Isometric Bottom Down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricBottomUp"> <summary>Specifies Isometric Bottom Up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricLeftDown"> <summary>Specifies Isometric Left Down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricLeftUp"> <summary>Specifies Isometric Left Up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis1Left"> <summary>Specifies Isometric OffAxis1 Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis1Right"> <summary>Specifies Isometric OffAxis1 Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis1Top"> <summary>Specifies Isometric OffAxis1 Top.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis2Left"> <summary>Specifies Isometric OffAxis2 Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis2Right"> <summary>Specifies Isometric OffAxis2 Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis2Top"> <summary>Specifies Isometric OffAxis2 Top.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis3Bottom"> <summary>Specifies Isometric OffAxis3 Bottom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis3Left"> <summary>Specifies Isometric OffAxis3 Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis3Right"> <summary>Specifies Isometric OffAxis3 Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis4Bottom"> <summary>Specifies Isometric OffAxis4 Bottom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis4Left"> <summary>Specifies Isometric OffAxis4 Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricOffAxis4Right"> <summary>Specifies Isometric OffAxis4 Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricRightDown"> <summary>Specifies Isometric Right Down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricRightUp"> <summary>Specifies Isometric Right Up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricTopDown"> <summary>Specifies Isometric Top Down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraIsometricTopUp"> <summary>Specifies Isometric Top Up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyObliqueBottom"> <summary>Specifies Legacy Oblique Bottom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyObliqueBottomLeft"> <summary>Specifies Legacy Oblique Lower Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyObliqueBottomRight"> <summary>Specifies Legacy Oblique Lower Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyObliqueFront"> <summary>Specifies Legacy Oblique Front.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyObliqueLeft"> <summary>Specifies Legacy Oblique Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyObliqueRight"> <summary>Specifies Legacy Oblique Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyObliqueTop"> <summary>Specifies Legacy Oblique Top.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyObliqueTopLeft"> <summary>Specifies Legacy Oblique Upper Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyObliqueTopRight"> <summary>Specifies Legacy Oblique Upper Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyPerspectiveBottom"> <summary>Specifies Legacy Perspective Bottom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyPerspectiveBottomLeft"> <summary>Specifies Legacy Perspective Lower Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyPerspectiveBottomRight"> <summary>Specifies Legacy Perspective Lower Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyPerspectiveFront"> <summary>Specifies Legacy Perspective Front.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyPerspectiveLeft"> <summary>Specifies Legacy Perspective Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyPerspectiveRight"> <summary>Specifies Legacy Perspective Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyPerspectiveTop"> <summary>Specifies Legacy Perspective Top.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyPerspectiveTopLeft"> <summary>Specifies Legacy Perspective Upper Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraLegacyPerspectiveTopRight"> <summary>Specifies Legacy Perspective Upper Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraObliqueBottom"> <summary>Specifies Oblique Bottom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraObliqueBottomLeft"> <summary>Specifies Oblique Lower Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraObliqueBottomRight"> <summary>Specifies Oblique Lower Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraObliqueLeft"> <summary>Specifies Oblique Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraObliqueRight"> <summary>Specifies Oblique Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraObliqueTop"> <summary>Specifies Oblique Top.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraObliqueTopLeft"> <summary>Specifies Oblique Upper Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraObliqueTopRight"> <summary>Specifies Oblique Upper Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraOrthographicFront"> <summary>Specifies Orthographic Front.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveAbove"> <summary>Specifies Perspective Above.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveAboveLeftFacing"> <summary>Specifies Perspective Above Left Facing.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveAboveRightFacing"> <summary>Specifies Perspective Above Right Facing.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveBelow"> <summary>Specifies Perspective Below.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveContrastingLeftFacing"> <summary>Specifies Perspective Contrasting Left Facing.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveContrastingRightFacing"> <summary>Specifies Perspective Contrasting Right Facing.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveFront"> <summary>Specifies Perspective Front.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveHeroicExtremeLeftFacing"> <summary>Specifies Perspective Heroic Extreme Left Facing.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveHeroicExtremeRightFacing"> <summary>Specifies Perspective Heroic Extreme Right Facing.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveHeroicLeftFacing"> <summary>Specifies Perspective Heroic Left Facing.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveHeroicRightFacing"> <summary>Specifies Perspective Heroic Right Facing.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveLeft"> <summary>Specifies Perspective Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveRelaxed"> <summary>Specifies Perspective Relaxed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveRelaxedModerately"> <summary>Specifies Perspective Relaxed Moderately.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoCameraPerspectiveRight"> <summary>Specifies Perspective Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetCamera.msoPresetCameraMixed"> <summary>Specifies a mixed effect.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetExtrusionDirection"> <summary>Specifies the direction that the extrusion's sweep path takes away from the extruded shape (the front face of the extrusion).</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoExtrusionBottom"> <summary>Bottom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoExtrusionBottomLeft"> <summary>Bottom left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoExtrusionBottomRight"> <summary>Bottom right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoExtrusionLeft"> <summary>Left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoExtrusionNone"> <summary>No extrusion.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoExtrusionRight"> <summary>Right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoExtrusionTop"> <summary>Top.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoExtrusionTopLeft"> <summary>Top left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoExtrusionTopRight"> <summary>Top right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetExtrusionDirection.msoPresetExtrusionDirectionMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetGradientType"> <summary>Specifies which predefined gradient to use to fill a shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientBrass"> <summary>Brass gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientCalmWater"> <summary>Calm Water gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientChrome"> <summary>Chrome gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientChromeII"> <summary>Chrome II gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientDaybreak"> <summary>Daybreak gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientDesert"> <summary>Desert gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientEarlySunset"> <summary>Early Sunset gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientFire"> <summary>Fire gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientFog"> <summary>Fog gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientGold"> <summary>Gold gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientGoldII"> <summary>Gold II gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientHorizon"> <summary>Horizon gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientLateSunset"> <summary>Late Sunset gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientMahogany"> <summary>Mahogany gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientMoss"> <summary>Moss gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientNightfall"> <summary>Nightfall gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientOcean"> <summary>Ocean gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientParchment"> <summary>Parchment gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientPeacock"> <summary>Peacock gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientRainbow"> <summary>Rainbow gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientRainbowII"> <summary>Rainbow II gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientSapphire"> <summary>Sapphire gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientSilver"> <summary>Silver gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoGradientWheat"> <summary>Wheat gradient.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetGradientType.msoPresetGradientMixed"> <summary>Mixed gradient.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetLightingDirection"> <summary>Specifies the location of lighting on an extruded (three-dimensional) shape relative to the shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoLightingBottom"> <summary>Lighting comes from the bottom.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoLightingBottomLeft"> <summary>Lighting comes from the bottom left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoLightingBottomRight"> <summary>Lighting comes from the bottom right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoLightingLeft"> <summary>Lighting comes from the left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoLightingNone"> <summary>No lighting.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoLightingRight"> <summary>Lighting comes from the right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoLightingTop"> <summary>Lighting comes from the top.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoLightingTopLeft"> <summary>Lighting comes from the top left.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoLightingTopRight"> <summary>Lighting comes from the top right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingDirection.msoPresetLightingDirectionMixed"> <summary>Not supported.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetLightingSoftness"> <summary>Specifies the intensity of light used on a shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingSoftness.msoLightingBright"> <summary>Bright light.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingSoftness.msoLightingDim"> <summary>Dim light.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingSoftness.msoLightingNormal"> <summary>Normal light.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetLightingSoftness.msoPresetLightingSoftnessMixed"> <summary>Not supported.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetMaterial"> <summary>Specifies the extrusion surface material.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialClear"> <summary>Clear</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialDarkEdge"> <summary>DarkEdge</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialFlat"> <summary>Flat</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialMatte"> <summary>Matte.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialMatte2"> <summary>Matte2</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialMetal"> <summary>Metal.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialMetal2"> <summary>Metal2</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialPlastic"> <summary>Plastic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialPlastic2"> <summary>Plastic2</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialPowder"> <summary>Powder</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialSoftEdge"> <summary>Soft Edge</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialSoftMetal"> <summary>Soft Metal</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialTranslucentPowder"> <summary>Translucent Powder</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialWarmMatte"> <summary>Warm Matte</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoMaterialWireFrame"> <summary>Wire frame.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetMaterial.msoPresetMaterialMixed"> <summary>Return value only; indicates a combination of the other states.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetTextEffect"> <summary>Specifies what text effect to use on a WordArt object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect1"> <summary>First text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect10"> <summary>Tenth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect11"> <summary>Eleventh text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect12"> <summary>Twelfth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect13"> <summary>Thirteenth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect14"> <summary>Fourteenth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect15"> <summary>Fifteenth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect16"> <summary>Sixteenth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect17"> <summary>Seventeenth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect18"> <summary>Eighteenth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect19"> <summary>Nineteenth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect2"> <summary>Second text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect20"> <summary>Twentieth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect21"> <summary>Twenty-first text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect22"> <summary>Twenty-second text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect23"> <summary>Twenty-third text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect24"> <summary>Twenty-fourth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect25"> <summary>Twenty-fifth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect26"> <summary>Twenty-sixth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect27"> <summary>Twenty-seventh text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect28"> <summary>Twenty-eighth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect29"> <summary>Twenty-ninth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect3"> <summary>Third text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect30"> <summary>Thirtieth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect4"> <summary>Fourth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect5"> <summary>Fifth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect6"> <summary>Sixth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect7"> <summary>Seventh text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect8"> <summary>Eighth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffect9"> <summary>Ninth text effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffect.msoTextEffectMixed"> <summary>Not used.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetTextEffectShape"> <summary>Specifies shape of WordArt text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeArchDownCurve"> <summary>Text is an arch that curves down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeArchDownPour"> <summary>Text is a 3-D arch that curves down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeArchUpCurve"> <summary>Text is an arch that curves up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeArchUpPour"> <summary>Text is a 3-D arch that curves up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeButtonCurve"> <summary>Text is curved around a center "button."</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeButtonPour"> <summary>Text is seen in 3-D, curved around a center "button."</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeCanDown"> <summary>Text is stretched to fill the height of the shape, with only a slight curve down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeCanUp"> <summary>Text is stretched to fill the height of the shape, with only a slight curve up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeCascadeDown"> <summary>Text slants up and to the right as font size decreases.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeCascadeUp"> <summary>Text slants down and to the right as font size increases.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeChevronDown"> <summary>Text slants up to its center point and then slants down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeChevronUp"> <summary>Text slants down to its center point and then slants up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeCircleCurve"> <summary>Text follows a circle, reading clockwise.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeCirclePour"> <summary>Text has a 3-D effect and follows a circle, reading clockwise.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeCurveDown"> <summary>Text curves down and to the right as font size decreases.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeCurveUp"> <summary>Text curves down and to the right as font size increases.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeDeflate"> <summary>Font size decreases to the text's midpoint, then increases to the starting size.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeDeflateBottom"> <summary>Font size decreases to the text's midpoint, then increases to the starting size, while keeping the top of the text along the same curve.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeDeflateInflate"> <summary>Font size increases to the text's midpoint, then decreases to the starting size.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeDeflateInflateDeflate"> <summary>Font size decreases, increases, and decreases again across the text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeDeflateTop"> <summary>Font size decreases to the text's midpoint, then increases to the starting size, while keeping the bottom of the text along the same curve.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeDoubleWave1"> <summary>Text follows a line that curves up, then down, then up and down again.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeDoubleWave2"> <summary>Text follows a line that curves down, then up, then down and up again.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeFadeDown"> <summary>Top of the text appears to be closer to the viewer than bottom of the text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeFadeLeft"> <summary>Left side of text appears to be closer to the viewer than right side.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeFadeRight"> <summary>Right side of text appears to be closer to the viewer than left side.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeFadeUp"> <summary>Bottom of text appears to be closer to the viewer than top.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeInflate"> <summary>Font size of text increases to its center point, then decreases. Center point of each letter is on the same straight line. </summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeInflateBottom"> <summary>Font size of text increases to its center point, then decreases. Center point of each letter follows an arch that curves downward.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeInflateTop"> <summary>Font size of text increases to its center point, then decreases. Center point of each letter follows an arch that curves upward.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeMixed"> <summary>Not used.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapePlainText"> <summary>No shape applied.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeRingInside"> <summary>Text appears to be written on the inside of a 3-D ring.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeRingOutside"> <summary>Text appears to be written on the outside of a 3-D ring.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeSlantDown"> <summary>Text slants down and to the right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeSlantUp"> <summary>Text slants up and to the right.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeStop"> <summary>Text follows the shape of a stop sign.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeTriangleDown"> <summary>Text slants up, then down.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeTriangleUp"> <summary>Text slants down, then up.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeWave1"> <summary>Text follows a wave up, then down and up again.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTextEffectShape.msoTextEffectShapeWave2"> <summary>Text follows a wave down, then up and down again.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetTexture"> <summary>Specifies texture to be used to fill a shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoPresetTextureMixed"> <summary>Not used.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureBlueTissuePaper"> <summary>Blue tissue paper texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureBouquet"> <summary>Bouquet texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureBrownMarble"> <summary>Brown marble texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureCanvas"> <summary>Canvas texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureCork"> <summary>Cork texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureDenim"> <summary>Denim texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureFishFossil"> <summary>Fish fossil texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureGranite"> <summary>Granite texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureGreenMarble"> <summary>Green marble texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureMediumWood"> <summary>Medium wood texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureNewsprint"> <summary>Newsprint texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureOak"> <summary>Oak texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTexturePaperBag"> <summary>Paper bag texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTexturePapyrus"> <summary>Papyrus texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureParchment"> <summary>Parchment texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTexturePinkTissuePaper"> <summary>Pink tissue paper texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTexturePurpleMesh"> <summary>Purple mesh texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureRecycledPaper"> <summary>Recycled paper texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureSand"> <summary>Sand texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureStationery"> <summary>Stationery texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureWalnut"> <summary>Walnut texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureWaterDroplets"> <summary>Water droplets texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureWhiteMarble"> <summary>White marble texture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetTexture.msoTextureWovenMat"> <summary>Woven mat texture.</summary> </member> <member name="T:Microsoft.Office.Core.MsoPresetThreeDFormat"> <summary>Specifies an extrusion (three-dimensional) format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoPresetThreeDFormatMixed"> <summary>Not used.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD1"> <summary>First 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD10"> <summary>Tenth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD11"> <summary>Eleventh 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD12"> <summary>Twelfth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD13"> <summary>Thirteenth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD14"> <summary>Fourteenth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD15"> <summary>Fifteenth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD16"> <summary>Sixteenth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD17"> <summary>Seventeenth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD18"> <summary>Eighteenth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD19"> <summary>Nineteenth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD2"> <summary>Second 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD20"> <summary>Twentieth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD3"> <summary>Third 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD4"> <summary>Fourth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD5"> <summary>Fifth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD6"> <summary>Sixth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD7"> <summary>Seventh 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD8"> <summary>Eighth 3-D format.</summary> </member> <member name="F:Microsoft.Office.Core.MsoPresetThreeDFormat.msoThreeD9"> <summary>Ninth 3-D format.</summary> </member> <member name="T:Microsoft.Office.Core.MsoRelativeNodePosition"> <summary>Specifies where a node is added to a diagram relative to existing nodes.</summary> </member> <member name="F:Microsoft.Office.Core.MsoRelativeNodePosition.msoAfterLastSibling"> <summary>Node is added after last sibling.</summary> </member> <member name="F:Microsoft.Office.Core.MsoRelativeNodePosition.msoAfterNode"> <summary>Node is added after current node.</summary> </member> <member name="F:Microsoft.Office.Core.MsoRelativeNodePosition.msoBeforeFirstSibling"> <summary>Node is added before first sibling.</summary> </member> <member name="F:Microsoft.Office.Core.MsoRelativeNodePosition.msoBeforeNode"> <summary>Node is added before current node.</summary> </member> <member name="T:Microsoft.Office.Core.MsoScaleFrom"> <summary>Specifies which part of the shape retains its position when the shape is scaled.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScaleFrom.msoScaleFromBottomRight"> <summary>Shape's bottom right corner retains its position.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScaleFrom.msoScaleFromMiddle"> <summary>Shape's midpoint retains its position.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScaleFrom.msoScaleFromTopLeft"> <summary>Shape's top left corner retains its position.</summary> </member> <member name="T:Microsoft.Office.Core.MsoScreenSize"> <summary>Specifies the ideal screen resolution to be used to view a document in a Web browser.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize1024x768"> <summary>1024x768 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize1152x882"> <summary>1152x882 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize1152x900"> <summary>1152x900 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize1280x1024"> <summary>1280x1024 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize1600x1200"> <summary>1600x1200 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize1800x1440"> <summary>1800x1440 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize1920x1200"> <summary>1920x1200 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize544x376"> <summary>544x376 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize640x480"> <summary>640x480 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize720x512"> <summary>720x512 resolution.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScreenSize.msoScreenSize800x600"> <summary>800x600 resolution.</summary> </member> <member name="T:Microsoft.Office.Core.MsoScriptLanguage"> <summary>Specifies scripting language of the active script.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScriptLanguage.msoScriptLanguageASP"> <summary>Active Server Pages (ASP).</summary> </member> <member name="F:Microsoft.Office.Core.MsoScriptLanguage.msoScriptLanguageJava"> <summary>Java.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScriptLanguage.msoScriptLanguageOther"> <summary>A language other than ASP, Java, or Visual Basic.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScriptLanguage.msoScriptLanguageVisualBasic"> <summary>Visual Basic.</summary> </member> <member name="T:Microsoft.Office.Core.MsoScriptLocation"> <summary>Specifies the location of the script anchor within a document.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScriptLocation.msoScriptLocationInBody"> <summary>Script anchor is in the body of the document.</summary> </member> <member name="F:Microsoft.Office.Core.MsoScriptLocation.msoScriptLocationInHead"> <summary>Script anchor is in the head of the document.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSearchIn"> <summary>Indicates the area in which the Execute method of the FileSearch object searches for files.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSearchIn.msoSearchInCustom"> <summary>Searches a custom path. Custom path is defined by the LookIn property of the FileSearch object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSearchIn.msoSearchInMyComputer"> <summary>Searches the My Computer node.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSearchIn.msoSearchInMyNetworkPlaces"> <summary>Searches the My Network Places node.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSearchIn.msoSearchInOutlook"> <summary>Searches Microsoft Outlook folders.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSegmentType"> <summary>Specifies the type for a segment.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSegmentType.msoSegmentCurve"> <summary>Curve.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSegmentType.msoSegmentLine"> <summary>Line.</summary> </member> <member name="T:Microsoft.Office.Core.MsoShadowStyle"> <summary>Specifies the type of shadowing effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowStyle.msoShadowStyleInnerShadow"> <summary>Specifies the inner shadow effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowStyle.msoShadowStyleMixed"> <summary>Specifies a combination of inner and outer shadow effects.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowStyle.msoShadowStyleOuterShadow"> <summary>Specifies the outer shadow effect.</summary> </member> <member name="T:Microsoft.Office.Core.MsoShadowType"> <summary>Specifies the type of shadow displayed with a shape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow1"> <summary>First shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow10"> <summary>Tenth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow11"> <summary>Eleventh shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow12"> <summary>Twelfth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow13"> <summary>Thirteenth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow14"> <summary>Fourteenth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow15"> <summary>Fifteenth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow16"> <summary>Sixteenth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow17"> <summary>Seventeenth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow18"> <summary>Eighteenth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow19"> <summary>Nineteenth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow2"> <summary>Second shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow20"> <summary>Twentieth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow21"> <summary>Twenty first shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow22"> <summary>Twenty second shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow23"> <summary>Twenty third shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow24"> <summary>Twenty forth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow25"> <summary>Twenty fifth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow26"> <summary>Twenty sixth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow27"> <summary>Twenty seventh shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow28"> <summary>Twenty eighth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow29"> <summary>Twenty ninth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow3"> <summary>Third shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow30"> <summary>Thirtieth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow31"> <summary>Thirty first shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow32"> <summary>Thirty second shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow33"> <summary>Thirty third shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow34"> <summary>Thirty forth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow35"> <summary>Thirty fifth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow36"> <summary>Thirty sixth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow37"> <summary>Thirty seventh shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow38"> <summary>Thirty eighth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow39"> <summary>Thirty ninth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow4"> <summary>Fourth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow40"> <summary>Fortieth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow41"> <summary>Forty first shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow42"> <summary>Forty second shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow43"> <summary>Forty third shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow5"> <summary>Fifth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow6"> <summary>Sixth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow7"> <summary>Seventh shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow8"> <summary>Eighth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadow9"> <summary>Ninth shadow type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShadowType.msoShadowMixed"> <summary>Not supported.</summary> </member> <member name="T:Microsoft.Office.Core.MsoShapeStyleIndex"> <summary>Indicates the line and shape style.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset1"> <summary>Line style 1.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset10"> <summary>Line style 10.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset11"> <summary>Line style 11.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset12"> <summary>Line style 12.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset13"> <summary>Line style 13.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset14"> <summary>Line style 14.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset15"> <summary>Line style 15.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset16"> <summary>Line style 16.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset17"> <summary>Line style 17.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset18"> <summary>Line style 18.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset19"> <summary>Line style 19.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset2"> <summary>Line style 2.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset20"> <summary>Line style 20.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset21"> <summary>Line style 21.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset3"> <summary>Line style 3.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset4"> <summary>Line style 4.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset5"> <summary>Line style 5.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset6"> <summary>Line style 6.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset7"> <summary>Line style 7.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset8"> <summary>Line style 8.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoLineStylePreset9"> <summary>Line style 9.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStyleMixed"> <summary>A mix of shape styles.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStyleNotAPreset"> <summary>No shape style.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset1"> <summary>Shape style 1.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset10"> <summary>Shape style 10.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset11"> <summary>Shape style 11.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset12"> <summary>Shape style 12.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset13"> <summary>Shape style 13.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset14"> <summary>Shape style 14.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset15"> <summary>Shape style 15.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset16"> <summary>Shape style 16.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset17"> <summary>Shape style 17.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset18"> <summary>Shape style 18.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset19"> <summary>Shape style 19.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset2"> <summary>Shape style 2.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset20"> <summary>Shape style 20.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset21"> <summary>Shape style 21.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset22"> <summary>Shape style 22.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset23"> <summary>Shape style 23.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset24"> <summary>Shape style 24.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset25"> <summary>Shape style 25.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset26"> <summary>Shape style 26.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset27"> <summary>Shape style 27.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset28"> <summary>Shape style 28.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset29"> <summary>Shape style 29.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset3"> <summary>Shape style 3.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset30"> <summary>Shape style 30.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset31"> <summary>Shape style 31.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset32"> <summary>Shape style 32.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset33"> <summary>Shape style 33.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset34"> <summary>Shape style 34.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset35"> <summary>Shape style 35.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset36"> <summary>Shape style 36.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset37"> <summary>Shape style 37.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset38"> <summary>Shape style 38.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset39"> <summary>Shape style 39.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset4"> <summary>Shape style 4.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset40"> <summary>Shape style 40.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset41"> <summary>Shape style 41.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset42"> <summary>Shape style 42.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset5"> <summary>Shape style 5.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset6"> <summary>Shape style 6.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset7"> <summary>Shape style 7.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset8"> <summary>Shape style 8.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeStyleIndex.msoShapeStylePreset9"> <summary>Shape style 9.</summary> </member> <member name="T:Microsoft.Office.Core.MsoShapeType"> <summary>Specifies the type of a shape or range of shapes.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoAutoShape"> <summary>AutoShape.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoCallout"> <summary>Callout.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoCanvas"> <summary>Canvas.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoChart"> <summary>Chart.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoComment"> <summary>Comment.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoDiagram"> <summary>Diagram.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoEmbeddedOLEObject"> <summary>Embedded OLE object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoFormControl"> <summary>Form control.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoFreeform"> <summary>Freeform.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoGroup"> <summary>Group.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoInk"> <summary>Ink.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoInkComment"> <summary>Ink comment.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoLine"> <summary>Line.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoLinkedOLEObject"> <summary>Linked OLE object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoLinkedPicture"> <summary>Linked picture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoMedia"> <summary>Media.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoOLEControlObject"> <summary>OLE control object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoPicture"> <summary>Picture.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoPlaceholder"> <summary>Placeholder.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoScriptAnchor"> <summary>Script anchor.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoShapeTypeMixed"> <summary>Return value only; indicates a combination of the other states.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoTable"> <summary>Table.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoTextBox"> <summary>Text box.</summary> </member> <member name="F:Microsoft.Office.Core.MsoShapeType.msoTextEffect"> <summary>Text effect.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSharedWorkspaceTaskPriority"> <summary>Specifies the priority for a shared workspace task.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSharedWorkspaceTaskPriority.msoSharedWorkspaceTaskPriorityHigh"> <summary>High priority.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSharedWorkspaceTaskPriority.msoSharedWorkspaceTaskPriorityLow"> <summary>Low priority.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSharedWorkspaceTaskPriority.msoSharedWorkspaceTaskPriorityNormal"> <summary>Normal priority.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSharedWorkspaceTaskStatus"> <summary>Specifies the status of a shared workspace task.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusCompleted"> <summary>Completed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusDeferred"> <summary>Deferred.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusInProgress"> <summary>In progress.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusNotStarted"> <summary>Not started.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusWaiting"> <summary>Waiting.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSignatureSubset"> <summary>Specifies properties of the signature subset. These settings act as filters for signature sets.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSignatureSubset.msoSignatureSubsetAll"> <summary>All non-visible signatures plus all signature lines.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSignatureSubset.msoSignatureSubsetSignatureLines"> <summary>All signature lines.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSignatureSubset.msoSignatureSubsetSignatureLinesSigned"> <summary>Signature lines that have been signed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSignatureSubset.msoSignatureSubsetSignatureLinesUnsigned"> <summary>Signature lines that have not been signed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSignatureSubset.msoSignatureSubsetSignaturesAllSigs"> <summary>All non-visible signatures plus all signed signature lines.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSignatureSubset.msoSignatureSubsetSignaturesNonVisible"> <summary>All non-visible signatures.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSoftEdgeType"> <summary>Specifies the type of soft edge effect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSoftEdgeType.msoSoftEdgeType1"> <summary>Soft Edge Type 1</summary> </member> <member name="F:Microsoft.Office.Core.MsoSoftEdgeType.msoSoftEdgeType2"> <summary>Soft Edge Type 2</summary> </member> <member name="F:Microsoft.Office.Core.MsoSoftEdgeType.msoSoftEdgeType3"> <summary>Soft Edge Type 3</summary> </member> <member name="F:Microsoft.Office.Core.MsoSoftEdgeType.msoSoftEdgeType4"> <summary>Soft Edge Type 4</summary> </member> <member name="F:Microsoft.Office.Core.MsoSoftEdgeType.msoSoftEdgeType5"> <summary>Soft Edge Type 5</summary> </member> <member name="F:Microsoft.Office.Core.MsoSoftEdgeType.msoSoftEdgeType6"> <summary>Soft Edge Type 6</summary> </member> <member name="F:Microsoft.Office.Core.MsoSoftEdgeType.msoSoftEdgeTypeMixed"> <summary>A mix of soft edge types.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSoftEdgeType.msoSoftEdgeTypeNone"> <summary>No soft edge.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSortBy"> <summary>Specifies sort order for files in a FileSearch object's FoundFiles collection.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSortBy.msoSortByFileName"> <summary>File name.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSortBy.msoSortByFileType"> <summary>File type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSortBy.msoSortByLastModified"> <summary>Last modified date.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSortBy.msoSortByNone"> <summary>No sort.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSortBy.msoSortBySize"> <summary>File size.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSortOrder"> <summary>Specifies whether files in a FileSearch object's FoundFiles collection should be sorted in ascending or descending order.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSortOrder.msoSortOrderAscending"> <summary>Ascending order.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSortOrder.msoSortOrderDescending"> <summary>Descending order.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSyncAvailableType"> <summary>Specifies whether and under what circumstances synchronization is available for the document.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncAvailableType.msoSyncAvailableAnywhere"> <summary>Synchronization is available offline and online.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncAvailableType.msoSyncAvailableNone"> <summary>No synchronization is available.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncAvailableType.msoSyncAvailableOffline"> <summary>Synchronization is available offline only.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSyncCompareType"> <summary>Specifies how comparison between local copy and server copy should be done in a synchronization process.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncCompareType.msoSyncCompareAndMerge"> <summary>Compare and merge versions.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncCompareType.msoSyncCompareSideBySide"> <summary>Compare versions side-by-side.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSyncConflictResolutionType"> <summary>Specifies how conflicts should be resolved when synchronizing a shared document.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncConflictResolutionType.msoSyncConflictClientWins"> <summary>Replace the server copy with the local copy.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncConflictResolutionType.msoSyncConflictMerge"> <summary>Merge changes made to the server copy into the local copy. In order to resolve the conflict with the merged changes winning, you must save the active document after merging changes, then call the ResolveConflict method again with the <see cref="F:Microsoft.Office.Core.MsoSyncConflictResolutionType.msoSyncConflictClientWins"></see> option.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncConflictResolutionType.msoSyncConflictServerWins"> <summary>Replace the local copy with the server copy.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSyncErrorType"> <summary>Specifies a document synchronization error.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorCouldNotCompare"> <summary>Source and destination files could not be compared.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorCouldNotConnect"> <summary>Could not connect.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorCouldNotOpen"> <summary>Could not open file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorCouldNotResolve"> <summary>Could not resolve files.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorCouldNotUpdate"> <summary>Could not update destination file.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorFileInUse"> <summary>Destination file in use.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorFileNotFound"> <summary>Destination file not found.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorFileTooLarge"> <summary>File too large to synchronize.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorNone"> <summary>No error.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorNoNetwork"> <summary>No network available.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorOutOfSpace"> <summary>Out of space.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorUnauthorizedUser"> <summary>Unauthorized user.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorUnknown"> <summary>Unknown error.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorUnknownDownload"> <summary>Download error.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorUnknownUpload"> <summary>Upload error.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorVirusDownload"> <summary>Virus downloaded.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncErrorType.msoSyncErrorVirusUpload"> <summary>Virus uploaded.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSyncEventType"> <summary>Specifies the return value of a Sync event.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncEventType.msoSyncEventDownloadFailed"> <summary>Download failed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncEventType.msoSyncEventDownloadInitiated"> <summary>Download initiated.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncEventType.msoSyncEventDownloadNoChange"> <summary>No change detected.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncEventType.msoSyncEventDownloadSucceeded"> <summary>Download succeeded.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncEventType.msoSyncEventOffline"> <summary>Offline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncEventType.msoSyncEventUploadFailed"> <summary>Upload failed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncEventType.msoSyncEventUploadInitiated"> <summary>Upload initiated.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncEventType.msoSyncEventUploadSucceeded"> <summary>Upload succeeded.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSyncStatusType"> <summary>Specifies the status of the synchronization of the local copy of the active document with the server copy.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncStatusType.msoSyncStatusConflict"> <summary>Both the local and the server copies have changes.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncStatusType.msoSyncStatusError"> <summary>An error occurred. Use ErrorType property of Sync object to determine exact error.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncStatusType.msoSyncStatusLatest"> <summary>Documents are already in sync.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncStatusType.msoSyncStatusLocalChanges"> <summary>Only local copy has changes.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncStatusType.msoSyncStatusNewerAvailable"> <summary>Only server copy has changes.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncStatusType.msoSyncStatusNoSharedWorkspace"> <summary>No shared workspace.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncStatusType.msoSyncStatusNotRoaming"> <summary>No syncronization is needed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncStatusType.msoSyncStatusSuspended"> <summary>Synchronization was suspended. You can use the Unsuspend method of the Sync object to resume synchronization.</summary> </member> <member name="T:Microsoft.Office.Core.MsoSyncVersionType"> <summary>Specifies which version of a shared document to open alongside the currently open local version.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncVersionType.msoSyncVersionLastViewed"> <summary>Opens the copy of the document that is created whenever the user overwrites the local copy with the server copy.</summary> </member> <member name="F:Microsoft.Office.Core.MsoSyncVersionType.msoSyncVersionServer"> <summary>Opens the server version. </summary> </member> <member name="T:Microsoft.Office.Core.MsoTargetBrowser"> <summary>Specifies target browser for documents viewed in a Web browser.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTargetBrowser.msoTargetBrowserIE4"> <summary>Microsoft Internet Explorer 4.0.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTargetBrowser.msoTargetBrowserIE5"> <summary>Microsoft Internet Explorer 5.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTargetBrowser.msoTargetBrowserIE6"> <summary>Microsoft Internet Explorer 6.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTargetBrowser.msoTargetBrowserV3"> <summary>Netscape Navigator 3.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTargetBrowser.msoTargetBrowserV4"> <summary>Netscape Navigator 4.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextCaps"> <summary>Specifies the capitalization of the text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextCaps.msoAllCaps"> <summary>Display the text as all uppercase letters.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextCaps.msoCapsMixed"> <summary>Display the text as mixed uppercase and lowercase letters.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextCaps.msoNoCaps"> <summary>Display the text with no uppercase letters.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextCaps.msoSmallCaps"> <summary>Display the text with any lowercase letters displayed as uppercase that are the same height as lowercase for the current font and size.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextChangeCase"> <summary>Specifies the capitalization of text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextChangeCase.msoCaseLower"> <summary>Display the text as lowercase characters.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextChangeCase.msoCaseSentence"> <summary>Display the text as sentence case characters. Sentence case specifies that the first letter of the sentence is capitalized and that all others should be lowercase (with some exceptions such as proper nouns, and acronyms).</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextChangeCase.msoCaseTitle"> <summary>Display the text as title case characters. Title case specifies that the first letter of each word is capitalized and that all others should be lowercase. In some cases short articles, prepositions, and conjunctions are not capitalized.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextChangeCase.msoCaseToggle"> <summary>Indicates that lowercase text should be converted to uppercase and that uppercase text should be converted to lowercase text. </summary> </member> <member name="F:Microsoft.Office.Core.MsoTextChangeCase.msoCaseUpper"> <summary>Display the text as uppercase characters.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextCharWrap"> <summary>Indicates the type of text wrap.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextCharWrap.msoCharWrapMixed"> <summary>Specifies a mixed text wrap.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextCharWrap.msoCustomCharWrap"> <summary>Specifies a custom text wrap scheme.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextCharWrap.msoNoCharWrap"> <summary>Specifies no text wrapping.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextCharWrap.msoStandardCharWrap"> <summary>Specifies wrapping text around the standard boundry of an object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextCharWrap.msoStrictCharWrap"> <summary>Specifies text wrapping that adheres to restrictions imposed by some languages such as Chinese and Japanese alphabets.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextEffectAlignment"> <summary>Specifies alignment for WordArt text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextEffectAlignment.msoTextEffectAlignmentCentered"> <summary>Centered.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextEffectAlignment.msoTextEffectAlignmentLeft"> <summary>Left-aligned.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextEffectAlignment.msoTextEffectAlignmentLetterJustify"> <summary>Text is justified. Spacing between letters may be adjusted to justify text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextEffectAlignment.msoTextEffectAlignmentMixed"> <summary>Not used.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextEffectAlignment.msoTextEffectAlignmentRight"> <summary>Right- aligned.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextEffectAlignment.msoTextEffectAlignmentStretchJustify"> <summary>Text is justified. Letters may be stretched to justify text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextEffectAlignment.msoTextEffectAlignmentWordJustify"> <summary>Text is justified. Spacing between words (but not letters) may be adjusted to justify text.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextFontAlign"> <summary>Indicates the text alignment scheme used for an object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextFontAlign.msoFontAlignAuto"> <summary>Specifies that the text alignment will be determined by the Office application.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextFontAlign.msoFontAlignBaseline"> <summary>Specifies that the font is aligned to the baseline of the object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextFontAlign.msoFontAlignBottom"> <summary>Specifies that the font is aligned to the bottom of the object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextFontAlign.msoFontAlignCenter"> <summary>Specifies that the font is aligned to the center of the object.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextFontAlign.msoFontAlignMixed"> <summary>Specifies that there is a mix of text alignments used with the object. </summary> </member> <member name="F:Microsoft.Office.Core.MsoTextFontAlign.msoFontAlignTop"> <summary>Specifies that the font is aligned to the top of the object.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextOrientation"> <summary>Specifies orientation for text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextOrientation.msoTextOrientationDownward"> <summary>Downward.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextOrientation.msoTextOrientationHorizontal"> <summary>Horizontal.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextOrientation.msoTextOrientationHorizontalRotatedFarEast"> <summary>Horizontal and rotated as required for Far East language support.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextOrientation.msoTextOrientationMixed"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextOrientation.msoTextOrientationUpward"> <summary>Upward.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextOrientation.msoTextOrientationVertical"> <summary>Vertical.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextOrientation.msoTextOrientationVerticalFarEast"> <summary>Vertical as required for Far East language support.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextStrike"> <summary>Indicates the number of times a character is printed to darken the image.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextStrike.msoDoubleStrike"> <summary>Specifies that the character is printed twice.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextStrike.msoNoStrike"> <summary>Specifies that the character is not printed.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextStrike.msoSingleStrike"> <summary>Specifies that the character is printed once.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextStrike.msoStrikeMixed"> <summary>Specifies that the text can contain a combination of double-strike and single-strike characters.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextTabAlign"> <summary>Indicates the text alignment against tab stops or line breaks. The default value is <see cref="F:Microsoft.Office.Core.MsoTextTabAlign.msoTabAlignLeft"></see>.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextTabAlign.msoTabAlignCenter"> <summary>Specifies that the following text up to next tab or line break is centered on the designated tab stop.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextTabAlign.msoTabAlignDecimal"> <summary>Specifies that the following text is searched for the first occurrence of the character representing the decimal point. The text up to the next tab or line break is then aligned such that the decimal point starts at the designated tab stop.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextTabAlign.msoTabAlignLeft"> <summary>Specifies that the following text starts immediately after the designated tab stop.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextTabAlign.msoTabAlignMixed"> <summary>Specifies that mixed text alignment against tab stops is used.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextTabAlign.msoTabAlignRight"> <summary>Specifies that the following text up to the next tab or line break is rendered flush right to the designated tab stop.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextUnderlineType"> <summary>Indicates the type of underline for text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoNoUnderline"> <summary>Specifies no underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDashHeavyLine"> <summary>Specifies a dash underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDashLine"> <summary>Specifies a dash line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDashLongHeavyLine"> <summary>Specifies a long heavy line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDashLongLine"> <summary>Specifies a dashed long line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDotDashHeavyLine"> <summary>Specifies a dot dash heavy line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDotDashLine"> <summary>Specifies a dot dash line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDotDotDashHeavyLine"> <summary>Specifies a dot dot dash heavy line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDotDotDashLine"> <summary>Specifies a dot dot dash line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDottedHeavyLine"> <summary>Specifies a dotted heavy line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDottedLine"> <summary>Specifies a dotted line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineDoubleLine"> <summary>Specifies a double line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineHeavyLine"> <summary>Specifies a heavy line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineMixed"> <summary>Specifies a mix of underline types.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineSingleLine"> <summary>Specifies a single line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineWavyDoubleLine"> <summary>Specifies a wavy double line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineWavyHeavyLine"> <summary>Specifies a wavy heavy line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineWavyLine"> <summary>Specifies a wavy line underline.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextUnderlineType.msoUnderlineWords"> <summary>Specifies underlining words.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTextureType"> <summary>Specifies the texture type for the selected fill.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextureType.msoTexturePreset"> <summary>Preset texture type.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTextureType.msoTextureTypeMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="F:Microsoft.Office.Core.MsoTextureType.msoTextureUserDefined"> <summary>User-defined texture type.</summary> </member> <member name="T:Microsoft.Office.Core.MsoThemeColorIndex"> <summary>Indicates the Office theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoNotThemeColor"> <summary>Specifies no theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorAccent1"> <summary>Specifies the Accent 1 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorAccent2"> <summary>Specifies the Accent 2 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorAccent3"> <summary>Specifies the Accent 3 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorAccent4"> <summary>Specifies the Accent 4 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorAccent5"> <summary>Specifies the Accent 5 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorAccent6"> <summary>Specifies the Accent 6 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorBackground1"> <summary>Specifies the Background 1 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorBackground2"> <summary>Specifies the Background 2 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorDark1"> <summary>Specifies the Dark 1 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorDark2"> <summary>Specifies the Dark 2 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorFollowedHyperlink"> <summary>Specifies the theme color for a clicked hyperlink.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorHyperlink"> <summary>Specifies the theme color for a hyperlink.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorLight1"> <summary>Specifies the Light 1 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorLight2"> <summary>Specifies the Light 2 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorMixed"> <summary>Specifies a mixed color theme.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorText1"> <summary>Specifies the Text 1 theme color.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorIndex.msoThemeColorText2"> <summary>Specifies the Text 2 theme color.</summary> </member> <member name="T:Microsoft.Office.Core.MsoThemeColorSchemeIndex"> <summary>Indicates the color scheme for an Office theme.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeAccent1"> <summary>Specifies color scheme Accent 1.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeAccent2"> <summary>Specifies color scheme Accent 2.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeAccent3"> <summary>Specifies color scheme Accent 3.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeAccent4"> <summary>Specifies color scheme Accent 4.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeAccent5"> <summary>Specifies color scheme Accent 5.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeAccent6"> <summary>Specifies color scheme Accent 6.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeDark1"> <summary>Specifies color scheme Dark 1.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeDark2"> <summary>Specifies color scheme Dark 2.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeFollowedHyperlink"> <summary>Specifies a color scheme for a clicked hyperlink.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeHyperlink"> <summary>Specifies a color scheme for a hyperlink.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeLight1"> <summary>Specifies color scheme Light 1.</summary> </member> <member name="F:Microsoft.Office.Core.MsoThemeColorSchemeIndex.msoThemeLight2"> <summary>Specifies color scheme Light 2.</summary> </member> <member name="T:Microsoft.Office.Core.MsoTriState"> <summary>Specifies a tri-state Boolean value.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTriState.msoCTrue"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTriState.msoFalse"> <summary>False.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTriState.msoTriStateMixed"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTriState.msoTriStateToggle"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoTriState.msoTrue"> <summary>True.</summary> </member> <member name="T:Microsoft.Office.Core.MsoVerticalAnchor"> <summary>Specifies the vertical alignment of text in a text frame.</summary> </member> <member name="F:Microsoft.Office.Core.MsoVerticalAnchor.msoAnchorBottom"> <summary>Aligns text to bottom of text frame.</summary> </member> <member name="F:Microsoft.Office.Core.MsoVerticalAnchor.msoAnchorBottomBaseLine"> <summary>Anchors bottom of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position.</summary> </member> <member name="F:Microsoft.Office.Core.MsoVerticalAnchor.msoAnchorMiddle"> <summary>Centers text vertically.</summary> </member> <member name="F:Microsoft.Office.Core.MsoVerticalAnchor.msoAnchorTop"> <summary>Aligns text to top of text frame.</summary> </member> <member name="F:Microsoft.Office.Core.MsoVerticalAnchor.msoAnchorTopBaseline"> <summary>Anchors bottom of text string to current position, regardless of text resizing. When you resize text without baseline anchoring, text centers itself on previous position.</summary> </member> <member name="F:Microsoft.Office.Core.MsoVerticalAnchor.msoVerticalAnchorMixed"> <summary>Return value only; indicates a combination of the other states. </summary> </member> <member name="T:Microsoft.Office.Core.MsoWarpFormat"> <summary>Indicates various image warping formats.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat1"> <summary>Specifies Warp Format 1.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat10"> <summary>Specifies Warp Format 10.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat11"> <summary>Specifies Warp Format 11.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat12"> <summary>Specifies Warp Format 12.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat13"> <summary>Specifies Warp Format 13.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat14"> <summary>Specifies Warp Format 14.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat15"> <summary>Specifies Warp Format 15.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat16"> <summary>Specifies Warp Format 16.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat17"> <summary>Specifies Warp Format 17.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat18"> <summary>Specifies Warp Format 18.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat19"> <summary>Specifies Warp Format 19.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat2"> <summary>Specifies Warp Format 2.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat20"> <summary>Specifies Warp Format 20.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat21"> <summary>Specifies Warp Format 21.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat22"> <summary>Specifies Warp Format 22.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat23"> <summary>Specifies Warp Format 23.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat24"> <summary>Specifies Warp Format 24.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat25"> <summary>Specifies Warp Format 25.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat26"> <summary>Specifies Warp Format 26.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat27"> <summary>Specifies Warp Format 27.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat28"> <summary>Specifies Warp Format 28.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat29"> <summary>Specifies Warp Format 29.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat3"> <summary>Specifies Warp Format 3.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat30"> <summary>Specifies Warp Format 30.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat31"> <summary>Specifies Warp Format 31.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat32"> <summary>Specifies Warp Format 32.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat33"> <summary>Specifies Warp Format 33.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat34"> <summary>Specifies Warp Format 34.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat35"> <summary>Specifies Warp Format 35.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat36"> <summary>Specifies Warp Format 36.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat4"> <summary>Specifies Warp Format 4.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat5"> <summary>Specifies Warp Format 5.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat6"> <summary>Specifies Warp Format 6.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat7"> <summary>Specifies Warp Format 7.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat8"> <summary>Specifies Warp Format 8.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormat9"> <summary>Specifies Warp Format 9.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWarpFormat.msoWarpFormatMixed"> <summary>Specifies a mix of warp formats.</summary> </member> <member name="T:Microsoft.Office.Core.MsoWizardActType"> <summary>Specifies the change to the Office Assistant Help session.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWizardActType.msoWizardActActive"> <summary>Make Office Assistant active.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWizardActType.msoWizardActInactive"> <summary>Make Office Assistant inactive.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWizardActType.msoWizardActResume"> <summary>Resume Office Assistant.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWizardActType.msoWizardActSuspend"> <summary>Suspend Office Assistant.</summary> </member> <member name="T:Microsoft.Office.Core.MsoWizardMsgType"> <summary>Specifies context under which a wizard's callback procedure is called.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWizardMsgType.msoWizardMsgLocalStateOff"> <summary>User clicked the right button in the decision or branch balloon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWizardMsgType.msoWizardMsgLocalStateOn"> <summary>Not supported.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWizardMsgType.msoWizardMsgResuming"> <summary>Passed to the ActivateWizard method if msoWizardActResume is specified for the Act argument.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWizardMsgType.msoWizardMsgShowHelp"> <summary>User clicked the left button in the decision or branch balloon.</summary> </member> <member name="F:Microsoft.Office.Core.MsoWizardMsgType.msoWizardMsgSuspending"> <summary>Passed to the ActivateWizard method if msoWizardActSuspend is specified for the Act argument.</summary> </member> <member name="T:Microsoft.Office.Core.MsoZOrderCmd"> <summary>Specifies where in the z-order a shape should be moved relative to other shapes.</summary> </member> <member name="F:Microsoft.Office.Core.MsoZOrderCmd.msoBringForward"> <summary>Bring shape forward.</summary> </member> <member name="F:Microsoft.Office.Core.MsoZOrderCmd.msoBringInFrontOfText"> <summary>Bring shape in front of text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoZOrderCmd.msoBringToFront"> <summary>Bring shape to the front.</summary> </member> <member name="F:Microsoft.Office.Core.MsoZOrderCmd.msoSendBackward"> <summary>Send shape backward.</summary> </member> <member name="F:Microsoft.Office.Core.MsoZOrderCmd.msoSendBehindText"> <summary>Send shape behind text.</summary> </member> <member name="F:Microsoft.Office.Core.MsoZOrderCmd.msoSendToBack"> <summary>Send shape to the back.</summary> </member> <member name="T:Microsoft.Office.Core.NewFile"> <summary>The NewFile object represents items listed on the New Item task pane available in several Microsoft Office applications.</summary> </member> <member name="M:Microsoft.Office.Core.NewFile.Add(System.String,System.Object,System.Object,System.Object)"> <summary>Adds a new item to the New Item task pane.</summary> <param name="Section">Optional Object. The section to which to add the file. Can be any <see cref="T:Microsoft.Office.Core.MsoFileNewSection"></see> constant.</param> <param name="FileName">Required String. The name of the file to add to the list of files on the task pane.</param> <param name="Action">Optional Object. The action to take when a user clicks on the item. Can be any <see cref="T:Microsoft.Office.Core.MsoFileNewAction"></see> constant.</param> <param name="DisplayName">Optional Object. The text to display in the task pane.</param> </member> <member name="M:Microsoft.Office.Core.NewFile.Remove(System.String,System.Object,System.Object,System.Object)"> <summary>Removes an item from the New Item task pane.</summary> <param name="Section">Optional Object. The section of the task pane where the file reference exists. Can be any <see cref="T:Microsoft.Office.Core.MsoFileNewSection"></see> constant.</param> <param name="FileName">Required String. The name of the file reference.</param> <param name="Action">Optional Object. The action taken when a user clicks on the item. Can be any <see cref="T:Microsoft.Office.Core.MsoFileNewAction"></see> constant.</param> <param name="DisplayName">Optional Object. The display text of the file reference.</param> </member> <member name="T:Microsoft.Office.Core.ODSOColumn"> <summary>Represents a field in a data source.</summary> </member> <member name="T:Microsoft.Office.Core.ODSOColumns"> <summary>A collection of <see cref="T:Microsoft.Office.Core.ODSOColumn"></see> objects that represent the data fields in a mail merge data source.</summary> </member> <member name="M:Microsoft.Office.Core.ODSOColumns.Item(System.Object)"> <summary>Returns a member of the specified <see cref="T:Microsoft.Office.Core.ODSOColumns"></see> collection.</summary> <param name="varIndex">Required Object. The name or index number of the ODSOColumn item to be returned.</param> </member> <member name="T:Microsoft.Office.Core.ODSOFilter"> <summary>Represents a filter to be applied to an attached mail merge data source.</summary> </member> <member name="T:Microsoft.Office.Core.ODSOFilters"> <summary>Represents all the filters to apply to the data source attached to the mail merge publication.</summary> </member> <member name="M:Microsoft.Office.Core.ODSOFilters.Add(System.String,Microsoft.Office.Core.MsoFilterComparison,Microsoft.Office.Core.MsoFilterConjunction,System.String,System.Boolean)"> <summary>Adds a new filter to the <see cref="T:Microsoft.Office.Core.ODSOFilters"></see> collection.</summary> <param name="bstrCompareTo">Optional String. If the Comparison argument is something other than msoFilterComparisonIsBlank or msoFilterComparisonIsNotBlank, a string to which the data in the table is compared.</param> <param name="Conjunction">Required <see cref="T:Microsoft.Office.Core.MsoFilterConjunction"></see>. Determines how this filter relates to other filters in the ODSOFilters object.</param> <param name="DeferUpdate">Optional Boolean. Default value is False.</param> <param name="Column">Required String. The name of the table in the data source.</param> <param name="Comparison">Required <see cref="T:Microsoft.Office.Core.MsoFilterComparison"></see>. How the data in the table is filtered.</param> </member> <member name="M:Microsoft.Office.Core.ODSOFilters.Delete(System.Int32,System.Boolean)"> <summary>Deletes a filter object from the <see cref="T:Microsoft.Office.Core.ODSOFilters"></see> collection.</summary> <param name="Index">Required Integer. The number of the filter to delete.</param> <param name="DeferUpdate">Optional Boolean.</param> </member> <member name="M:Microsoft.Office.Core.ODSOFilters.Item(System.Int32)"> <summary>Returns a member of the specified <see cref="T:Microsoft.Office.Core.ODSOFilters"></see> collection.</summary> <param name="Index">Required Integer. The index number of the ODSOFilter to be returned.</param> </member> <member name="T:Microsoft.Office.Core.OfficeDataSourceObject"> <summary>Represents the mail merge data source in a mail merge operation.</summary> </member> <member name="M:Microsoft.Office.Core.OfficeDataSourceObject.Move(Microsoft.Office.Core.MsoMoveRow,System.Int32)"> <summary>Moves the focus to a specified row in a mail merge data source.</summary> <param name="MsoMoveRow">Required <see cref="T:Microsoft.Office.Core.MsoMoveRow"></see>. The row that receives the focus.</param> <param name="RowNbr">Optional Integer. The row number of the row that receives the focus.</param> </member> <member name="M:Microsoft.Office.Core.OfficeDataSourceObject.Open(System.String,System.String,System.String,System.Int32,System.Int32)"> <summary>Opens a connection to a mail merge data source.</summary> <param name="bstrTable">Optional String. The name of a table in the data source.</param> <param name="bstrConnect">Optional String. The connection string to the data source.</param> <param name="fOpenExclusive">Optional Integer. Sets whether the data source is opened for exclusive access.</param> <param name="fNeverPrompt">Optional Integer. Sets whether prompts are displayed.</param> <param name="bstrSrc">Optional String. The name of the data source.</param> </member> <member name="M:Microsoft.Office.Core.OfficeDataSourceObject.SetSortOrder(System.String,System.Boolean,System.String,System.Boolean,System.String,System.Boolean)"> <summary>Sets the sort order for mail merge data.</summary> <param name="SortAscending2">Optional Boolean. True (default) to perform an ascending sort on SortField2; False to perform a descending sort.</param> <param name="SortAscending3">Optional Boolean. True (default) to perform an ascending sort on SortField3; False to perform a descending sort.</param> <param name="SortAscending1">Optional Boolean. True (default) to perform an ascending sort on SortField1; False to perform a descending sort.</param> <param name="SortField2">Optional String. The second field on which to sort the mail merge data. Default is an empty string.</param> <param name="SortField3">Optional String. The third field on which to sort the mail merge data. Default is an empty string.</param> <param name="SortField1">Required String. The first field on which to sort the mail merge data.</param> </member> <member name="T:Microsoft.Office.Core.OfficeTheme"> <summary>Represents a Microsoft Office theme.</summary> </member> <member name="P:Microsoft.Office.Core.OfficeTheme.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.OfficeTheme"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.OfficeTheme.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.OfficeTheme"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.OfficeTheme.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.OfficeTheme"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.OfficeTheme.ThemeColorScheme"> <summary>Gets a <see cref="T:Microsoft.Office.Core.ThemeColorScheme"></see> object that represents the color scheme of a Microsoft Office theme. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ThemeColorScheme"></see></returns> </member> <member name="P:Microsoft.Office.Core.OfficeTheme.ThemeEffectScheme"> <summary>Gets a <see cref="T:Microsoft.Office.Core.ThemeEffectScheme"></see> object that represents the effects scheme of a Microsoft Office theme. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ThemeEffectScheme"></see></returns> </member> <member name="P:Microsoft.Office.Core.OfficeTheme.ThemeFontScheme"> <summary>Gets a <see cref="T:Microsoft.Office.Core.ThemeFontScheme"></see> object that represents the font scheme of a Microsoft Office theme. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ThemeFontScheme"></see></returns> </member> <member name="T:Microsoft.Office.Core.ParagraphFormat2"> <summary>Represents the paragraph formatting of a text range.</summary> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.Alignment"> <summary>Gets or sets a value specifying the alignment of the paragraph. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoParagraphAlignment"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.Application"> <summary>Gets an object that represents the application that contains the object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.BaselineAlignment"> <summary>Gets or sets a constant that represents the vertical position of fonts in a paragraph. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoBaselineAlignment"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.Bullet"> <summary>Gets a <see cref="T:Microsoft.Office.Core.BulletFormat2"></see> object for the paragraph. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.BulletFormat2"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.Creator"> <summary>Gets a value representing the application that created the <see cref="T:Microsoft.Office.Core.ParagraphFormat2"></see> object. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.FarEastLineBreakLevel"> <summary>Gets or sets the East Asian line break control level for the specified paragraph. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.FirstLineIndent"> <summary>Gets or sets the value (in points) for a first line or hanging indent. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.HangingPunctuation"> <summary>Determines whether hanging punctuation is enabled for the specified paragraphs. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.IndentLevel"> <summary>Gets or sets a value representing the indent level assigned to text in the selected paragraph. Read/write.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.LeftIndent"> <summary>Gets or sets a value that represents the left indent value (in points) for the specified paragraphs. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.LineRuleAfter"> <summary>Determines whether line spacing after the last line in each paragraph is set to a specific number of points or lines. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.LineRuleBefore"> <summary>Determines whether line spacing before the first line in each paragraph is set to a specific number of points or lines. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.LineRuleWithin"> <summary>Determines whether line spacing between base lines is set to a specific number of points or lines. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.ParagraphFormat2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.RightIndent"> <summary>Gets or sets the right indent (in points) for the specified paragraphs. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.SpaceAfter"> <summary>Gets or sets the amount of spacing (in points) after the specified paragraph. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.SpaceBefore"> <summary>Gets or sets the spacing (in points) before the specified paragraphs. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.SpaceWithin"> <summary>Gets or sets the amount of space between base lines in the specified paragraph, in points or lines. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.TabStops"> <summary>Gets a <see cref="T:Microsoft.Office.Core.TabStops2"></see> collection that represents all the custom tab stops for the specified paragraphs. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.TabStops2"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.TextDirection"> <summary>Gets or sets the text direction for the specified paragraph. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTextDirection"></see></returns> </member> <member name="P:Microsoft.Office.Core.ParagraphFormat2.WordWrap"> <summary>Determines whether the application wraps the Latin text in the middle of a word in the specified paragraphs. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="T:Microsoft.Office.Core.Permission"> <summary>Use the Permission object to restrict permissions to the active document and to return or set specific permissions settings.</summary> </member> <member name="M:Microsoft.Office.Core.Permission.Add(System.String,System.Object,System.Object)"> <summary>Creates a new set of permissions on the active document for the specified user.</summary> <param name="UserId">Optional Object. The email address (in the format user@domain.com) of the user to whom permissions on the active document are being granted.</param> <param name="ExpirationDate">Required String. The expiration date for the permissions that are being granted.</param> <param name="Permission">Optional String. The permissions on the active document that are being granted to the specified user.</param> </member> <member name="M:Microsoft.Office.Core.Permission.ApplyPolicy(System.String)"> <summary>Applies the specified permission policy to the active document.</summary> <param name="FileName">Required String. The path and filename of the permission policy template file.</param> </member> <member name="P:Microsoft.Office.Core.Permission.Item(System.Object)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.UserPermission"></see> object that is a member of the <see cref="T:Microsoft.Office.Core.Permission"></see> collection.</summary> <param name="Index">Optional Object. The numeric index of the UserPermission in the Permission collection, or the email address of the user whose set of permissions on the active document is to be returned.</param> </member> <member name="T:Microsoft.Office.Core.Points"> <summary>A collection of all the <see cref="T:Microsoft.Office.Core.ChartPoint"></see> objects in the specified series in a chart.</summary> </member> <member name="M:Microsoft.Office.Core.Points.GetEnumerator"> <returns>Returns <see cref="T:System.Collections.IEnumerator"></see>.</returns> </member> <member name="M:Microsoft.Office.Core.Points.Item(System.Int32)"> <summary>Returns a single object from a collection.</summary> <returns>A <see cref="T:Microsoft.Office.Core.ChartPoint"></see> object contained by the collection.</returns> <param name="Index">The index number for the object.</param> </member> <member name="P:Microsoft.Office.Core.Points.Application"> <summary>Gets the Application object in which this object was created. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.Points.Count"> <summary>Returns the number of objects in the collection.</summary> <returns>Integer.</returns> </member> <member name="P:Microsoft.Office.Core.Points.Creator"> <summary>Returns the ID of the application in which this object was created.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.Points.Parent"> <summary>Returns the parent object for the specified object. Read-only.</summary> <returns>Returns <see cref="T:System.Object"></see>.</returns> </member> <member name="T:Microsoft.Office.Core.PolicyItem"> <summary>Represents an item within a <see cref="T:Microsoft.Office.Core.ServerPolicy"></see> object that contains the settings for one policy.</summary> </member> <member name="P:Microsoft.Office.Core.PolicyItem.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.PolicyItem"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.PolicyItem.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.PolicyItem"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.PolicyItem.Data"> <summary>Gets the information that is used to implement the policy item. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.PolicyItem.Description"> <summary>Gets a description of the current state of the policy item. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.PolicyItem.Id"> <summary>Gets the ID of a policy item. <see cref="T:Microsoft.Office.Core.PolicyItem"></see> objects are contained in <see cref="T:Microsoft.Office.Core.ServerPolicy"></see> objects. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.PolicyItem.Name"> <summary>Gets the name of the <see cref="T:Microsoft.Office.Core.PolicyItem"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.PolicyItem.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.PolicyItem"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.PropertyTest"> <summary>Represents a single file search criterion.</summary> </member> <member name="T:Microsoft.Office.Core.PropertyTests"> <summary>A collection of <see cref="T:Microsoft.Office.Core.PropertyTest"></see> objects that represent all the search criteria of a file search. Search criteria are listed in the Advanced Find dialog box (File menu, Open command, Advanced Find button).</summary> </member> <member name="M:Microsoft.Office.Core.PropertyTests.Add(System.String,Microsoft.Office.Core.MsoCondition,System.Object,System.Object,Microsoft.Office.Core.MsoConnector)"> <summary>Add a new <see cref="T:Microsoft.Office.Core.PropertyTest"></see> object to the <see cref="T:Microsoft.Office.Core.PropertyTests"></see> collection representing the search criteria of a file search.</summary> <param name="Condition">Required <see cref="T:Microsoft.Office.Core.MsoCondition"></see>. A constant representing the condition used for the search.</param> <param name="Value">Optional Object. A value used by condition.</param> <param name="SecondValue">Optional Object. A second value used by condition.</param> <param name="Name">Required String. The name of the PropertyTest object.</param> <param name="Connector">Optional MsoCondition. A constant representinat a connector such as Or or And used in the criterion.</param> </member> <member name="M:Microsoft.Office.Core.PropertyTests.Remove(System.Int32)"> <summary>Removes the specified object from the collection.</summary> <param name="Index">Required Integer. The index number of the property test to be removed.</param> </member> <member name="P:Microsoft.Office.Core.PropertyTests.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.PropertyTest"></see> object from the <see cref="T:Microsoft.Office.Core.PropertyTests"></see> collection.</summary> <param name="Index">Optional Integer. The index number of the property test to be returned.</param> </member> <member name="T:Microsoft.Office.Core.ReflectionFormat"> <summary>Represents the reflection effect in Office graphics.</summary> </member> <member name="P:Microsoft.Office.Core.ReflectionFormat.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.ReflectionFormat"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ReflectionFormat.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.ReflectionFormat"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ReflectionFormat.Type"> <summary>Gets or sets the type of the <see cref="T:Microsoft.Office.Core.ReflectionFormat"></see> object. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoReflectionType"></see></returns> </member> <member name="T:Microsoft.Office.Core.Ruler2"> <summary>Represents the ruler for the text in the specified shape or for all text in the specified text style. Contains tab stops and the indentation settings for text outline levels.</summary> </member> <member name="P:Microsoft.Office.Core.Ruler2.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.Ruler2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.Ruler2.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.Ruler2"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.Ruler2.Levels"> <summary>Gets a <see cref="T:Microsoft.Office.Core.RulerLevels2"></see> object that represents outline text formatting. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.RulerLevels2"></see></returns> </member> <member name="P:Microsoft.Office.Core.Ruler2.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.Ruler2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.Ruler2.TabStops"> <summary>Gets a <see cref="T:Microsoft.Office.Core.TabStops2"></see> collection that represents the tab stops for the specified text. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.TabStops2"></see></returns> </member> <member name="T:Microsoft.Office.Core.RulerLevel2"> <summary>Contains first-line indent and hanging indent information for an outline level.</summary> </member> <member name="P:Microsoft.Office.Core.RulerLevel2.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.RulerLevel2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.RulerLevel2.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.RulerLevel2"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.RulerLevel2.FirstMargin"> <summary>Gets or sets the first-line indent for the specified outline level, in points. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.RulerLevel2.LeftMargin"> <summary>Gets or sets the left indent for the specified outline level, in points. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.RulerLevel2.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.RulerLevel2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.RulerLevels2"> <summary>A collection of all the <see cref="T:Microsoft.Office.Core.RulerLevel2"></see> objects on the specified ruler.</summary> </member> <member name="M:Microsoft.Office.Core.RulerLevels2.Item(System.Object)"> <summary>Gets a member of the <see cref="T:Microsoft.Office.Core.RulerLevel2"></see> collection.</summary> <returns><see cref="T:Microsoft.Office.Core.RulerLevel2"></see></returns> <param name="Index">The index number of the object to be returned.</param> </member> <member name="P:Microsoft.Office.Core.RulerLevels2.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.RulerLevel2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.RulerLevels2.Count"> <summary>Gets a Integer indicating the number of items in the <see cref="T:Microsoft.Office.Core.RulerLevel2"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.RulerLevels2.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.RulerLevel2"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.RulerLevels2.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.RulerLevel2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.ScopeFolder"> <summary>Corresponds to a searchable folder.</summary> </member> <member name="T:Microsoft.Office.Core.ScopeFolders"> <summary>A collection of <see cref="T:Microsoft.Office.Core.ScopeFolder"></see> objects.</summary> </member> <member name="P:Microsoft.Office.Core.ScopeFolders.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.ScopeFolder"></see> object that represents a subfolder of the parent object.</summary> <param name="Index">Required Integer. Determines which subfolder to return.</param> </member> <member name="T:Microsoft.Office.Core.Script"> <summary>Represents a block of HTML script in a Microsoft Word document, on a Microsoft Excel spreadsheet, or on a Microsoft PowerPoint slide.</summary> </member> <member name="T:Microsoft.Office.Core.Scripts"> <summary>A collection of <see cref="T:Microsoft.Office.Core.Script"></see> objects that represent the collection of HTML scripts in the specified document.</summary> </member> <member name="M:Microsoft.Office.Core.Scripts.Add(System.Object,Microsoft.Office.Core.MsoScriptLocation,Microsoft.Office.Core.MsoScriptLanguage,System.String,System.String,System.String)"> <summary>Adds a <see cref="T:Microsoft.Office.Core.Script"></see> object to the <see cref="T:Microsoft.Office.Core.Scripts"></see> collection of one of the following objects: a Document or Range object in Microsoft Word; a Worksheet or Chart object in Microsoft Excel; or a Slide, SlideRange, slide Master, or title Master object in Microsoft PowerPoint.</summary> <param name="ScriptText">Optional String. Specifies the text contained in a block of script. The default is the empty string. The Microsoft Office host application doesn’t check the syntax of the script.</param> <param name="Extended">Optional String. Specifies attributes that are to be added to the <SCRIPT> tag (LANGUAGE and ID attributes are exported through the Language and Id parameters and should not be exported through the Extended parameter). The default is the empty string. Attributes are separated by spaces, the same as in HTML. The Microsoft Office host application doesn’t provide any means of checking the syntax of passed attributes.</param> <param name="Anchor">Optional Object (Microsoft Excel only). The Anchor argument accepts an Excel Range object, which specifies the placement of the script anchor on an Excel Worksheet. You cannot insert script anchors into Excel charts.</param> <param name="Id">Optional String. The ID of the <SCRIPT> tag in HTML. The Id argument specifies an SGML identifier used for naming elements. Valid identifiers include any string that begins with a letter and is composed of alphanumeric characters; the string can also include the underscore character ( _ ). The ID must be unique within the HTML document. This parameter is exported as the ID attribute in the <SCRIPT> tag.</param> <param name="Location">Optional <see cref="T:Microsoft.Office.Core.MsoScriptLocation"></see>. Specifies the location of the script anchor in a document. If you’ve specified the Anchor argument, the Location argument isn’t used; the location of the Anchor argument determines the location of the script anchor.</param> <param name="Language">Optional <see cref="T:Microsoft.Office.Core.MsoScriptLanguage"></see>. Specifies the script language.</param> </member> <member name="M:Microsoft.Office.Core.Scripts.Delete"> <summary>Deletes the specified object from the collection.</summary> </member> <member name="M:Microsoft.Office.Core.Scripts.Item(System.Object)"> <summary>Returns a member of the <see cref="T:Microsoft.Office.Core.Scripts"></see> collection.</summary> <param name="Index">Required Object. The ID or index number of the script to be returned.</param> </member> <member name="T:Microsoft.Office.Core.SearchFolders"> <summary>A collection of <see cref="T:Microsoft.Office.Core.ScopeFolder"></see> objects that determines which folders are searched when the <see cref="M:Microsoft.Office.Core.FileSearch.Execute(Microsoft.Office.Core.MsoSortBy,Microsoft.Office.Core.MsoSortOrder,System.Boolean)"></see> method of the <see cref="T:Microsoft.Office.Core.FileSearch"></see> object is called.</summary> </member> <member name="M:Microsoft.Office.Core.SearchFolders.Add(Microsoft.Office.Core.ScopeFolder)"> <summary>Adds a search folder to a file search.</summary> <param name="ScopeFolder">Required <see cref="T:Microsoft.Office.Core.ScopeFolder"></see>. The folder to add to the search.</param> </member> <member name="M:Microsoft.Office.Core.SearchFolders.Remove(System.Int32)"> <summary>Removes the specified object from the collection.</summary> <param name="Index">Required Integer. The index number of the property test to be removed.</param> </member> <member name="P:Microsoft.Office.Core.SearchFolders.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.ScopeFolder"></see> object that represents a subfolder of the parent object.</summary> <param name="Index">Required Integer. Determines which subfolder to return.</param> </member> <member name="T:Microsoft.Office.Core.SearchScope"> <summary>Corresponds to a type of folder tree that can be searched by using the <see cref="T:Microsoft.Office.Core.FileSearch"></see> object.</summary> </member> <member name="T:Microsoft.Office.Core.SearchScopes"> <summary>A collection of <see cref="T:Microsoft.Office.Core.SearchScope"></see> objects.</summary> </member> <member name="P:Microsoft.Office.Core.SearchScopes.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.SearchScope"></see> object that corresponds to an area in which to perform a file search, such as local drives or Microsoft Outlook folders.</summary> <param name="Index">Required Integer. Determines which SearchScope object to return.</param> </member> <member name="P:Microsoft.Office.Core.SeriesCollection._Default(System.Object)"> <returns><see cref="T:Microsoft.Office.Core.IMsoSeries"></see></returns> </member> <member name="P:Microsoft.Office.Core.SeriesCollection.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.SeriesCollection.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="T:Microsoft.Office.Core.ServerPolicy"> <summary>Represents a policy specified for a document type stored on a server running Office SharePoint Server 2007.</summary> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.ServerPolicy"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.BlockPreview"> <summary>Gets a Boolean value that indicates whether you can preview items using this policy. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.ServerPolicy"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.ServerPolicy"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.Description"> <summary>A description of what the server policy is and its purpose. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.Id"> <summary>Gets the ID of a server policy. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.Item(System.Object)"> <summary>Gets a <see cref="T:Microsoft.Office.Core.PolicyItem"></see> object from the <see cref="T:Microsoft.Office.Core.ServerPolicy"></see> collection. Read-only.</summary> <returns>PolicyItem</returns> <param name="Index">The name or index number of the PolicyItem object to be returned.</param> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.Name"> <summary>Gets the name of the <see cref="T:Microsoft.Office.Core.ServerPolicy"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.ServerPolicy"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ServerPolicy.Statement"> <summary>Gets the information specified in the Policy Statement. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.ShadowFormat.Blur"> <summary>Returns or sets the degree of blurriness of the specified shadow. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.ShadowFormat.RotateWithShape"> <summary>Returns or sets an <see cref="T:Microsoft.Office.Core.MsoTriState"></see> that represents whether to rotate the shadow when rotating the shape. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.ShadowFormat.Size"> <summary>Returns or sets the size of the specified shadow. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.ShadowFormat.Style"> <summary>Returns or sets the style of the specified shadow. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoShadowStyle"></see></returns> </member> <member name="M:Microsoft.Office.Core.Shape.Copy"> <summary>Copies the object to the Clipboard.</summary> </member> <member name="M:Microsoft.Office.Core.Shape.Cut"> <summary>Cuts the object to the Clipboard or pastes it into a specified destination.</summary> </member> <member name="P:Microsoft.Office.Core.Shape.BackgroundStyle"> <summary>Returns or sets the background style. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoBackgroundStyleIndex"></see></returns> </member> <member name="P:Microsoft.Office.Core.Shape.Chart"> <summary>Returns the chart contained in the shape. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.IMsoChart"></see></returns> </member> <member name="P:Microsoft.Office.Core.Shape.Glow"> <summary>Returns a <see cref="T:Microsoft.Office.Core.GlowFormat"></see> object for a specified shape that contains glow formatting properties for the shape. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.GlowFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.Shape.HasChart"> <summary>Returns whether a shape contains a chart. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.Shape.Reflection"> <summary>Returns a <see cref="T:Microsoft.Office.Core.ReflectionFormat"></see> object for a specified shape that contains reflection formatting properties for the shape. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ReflectionFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.Shape.ShapeStyle"> <summary>Returns or sets an <see cref="T:Microsoft.Office.Core.MsoShapeStyleIndex"></see> that represents the shape style of shape range. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoShapeStyleIndex"></see></returns> </member> <member name="P:Microsoft.Office.Core.Shape.SoftEdge"> <summary>Returns a <see cref="T:Microsoft.Office.Core.SoftEdgeFormat"></see> object for a specified shape that contains soft edge formatting properties for the shape. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.SoftEdgeFormat"></see></returns> </member> <member name="P:Microsoft.Office.Core.Shape.TextFrame2"> <summary>Returns a <see cref="T:Microsoft.Office.Core.TextFrame2"></see> object that contains text formatting for the specified shape. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.TextFrame2"></see></returns> </member> <member name="T:Microsoft.Office.Core.SharedWorkspace"> <summary>A SharedWorkspace object allows the developer to add the active document to a Microsoft Windows SharePoint Services document workspace on the server and to manage other objects in the shared workspace.</summary> </member> <member name="M:Microsoft.Office.Core.SharedWorkspace.CreateNew(System.Object,System.Object)"> <summary>Creates a new document workspace on the server and adds the active document to the new shared workspace.</summary> <param name="URL">Optional String. The URL for the parent folder in which the new shared workspace is to be created. If you do not supply a URL, the new shared workspace is created in the user's default server location.</param> <param name="Name">Optional String. The name of the new shared workspace. Defaults to the name of the active document without its file extension. For example, if you create a shared workspace for Budget.xls, the name of the new shared workspace becomes "Budget".</param> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceFile"> <summary>The SharedWorkspaceFile object represents a file saved in a shared document workspace.</summary> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceFiles"> <summary>A collection of the <see cref="T:Microsoft.Office.Core.SharedWorkspaceFile"></see> objects in the current shared workspace.</summary> </member> <member name="M:Microsoft.Office.Core.SharedWorkspaceFiles.Add(System.String,System.Object,System.Object,System.Object)"> <summary>Adds a file to the document library in a shared workspace.</summary> <param name="OverwriteIfFileAlreadyExists">Optional Boolean. True to overwrite an existing file by the same name. Default is False.</param> <param name="FileName">Required String. The path and filename of the file to be added to the current shared workspace.</param> <param name="KeepInSync">Optional Boolean. True to keep the local copy of the document synchronized with the copy in the shared workspace. Default is False.</param> <param name="ParentFolder">Optional <see cref="T:Microsoft.Office.Core.SharedWorkspaceFolder"></see>. The subfolder in which to place the file, if not the main document library folder within the shared workspace. Add the file to the main document library folder by leaving this optional argument empty.</param> </member> <member name="P:Microsoft.Office.Core.SharedWorkspaceFiles.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.SharedWorkspaceFile"></see> object from the Files collection of the shared workspace.</summary> <param name="Index">Optional Integer. Returns the SharedWorkspaceFile at the position specified. Index does not correspond to the order in which the items are displayed in the Shared Workspace pane, and is not affected by re-sorting the display.</param> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceFolder"> <summary>The SharedWorkspaceFolder object represents a folder in a shared document workspace.</summary> </member> <member name="M:Microsoft.Office.Core.SharedWorkspaceFolder.Delete(System.Object)"> <summary>Deletes the current shared workspace folder and all data within it.</summary> <param name="DeleteEventIfFolderContainsFiles">Optional Boolean. True to delete the folder without warning even if the folder contains files. Default is False.</param> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceFolders"> <summary>A collection of the <see cref="T:Microsoft.Office.Core.SharedWorkspaceFolder"></see> objects in the current shared workspace.</summary> </member> <member name="M:Microsoft.Office.Core.SharedWorkspaceFolders.Add(System.String,System.Object)"> <summary>Adds a folder to the document library in a shared workspace.</summary> <param name="FolderName">Required String. The name of the folder to be added to the current shared workspace.</param> <param name="ParentFolder">Optional <see cref="T:Microsoft.Office.Core.SharedWorkspaceFolder"></see>. The subfolder in which to place the new folder, if not the main document library folder within the shared workspace. Add the folder to the main document library folder by leaving this optional argument empty.</param> </member> <member name="P:Microsoft.Office.Core.SharedWorkspaceFolders.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.SharedWorkspaceFolder"></see> object from the Folders collection of the shared workspace.</summary> <param name="Index">Required Integer. Returns the SharedWorkspaceFolder at the position specified. Index does not correspond to the order in which the items are displayed in the Shared Workspace pane, and is not affected by re-sorting the display.</param> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceLink"> <summary>The SharedWorkspaceLink object represents a URL link saved in a shared document workspace.</summary> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceLinks"> <summary>A collection of the <see cref="T:Microsoft.Office.Core.SharedWorkspaceLink"></see> objects in the current shared workspace.</summary> </member> <member name="M:Microsoft.Office.Core.SharedWorkspaceLinks.Add(System.String,System.Object,System.Object)"> <summary>Adds a link to the list of links in a shared workspace.</summary> <param name="Description">Optional Object. Optional description of the link.</param> <param name="URL">Required Object. The URL of the web site to which a link is being added.</param> <param name="Notes">Optional String. Optional notes about the link.</param> </member> <member name="P:Microsoft.Office.Core.SharedWorkspaceLinks.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.SharedWorkspaceLink"></see> object from the Links collection of the shared workspace.</summary> <param name="Index">Required Integer. Returns the SharedWorkspaceLink at the position specified. Index does not correspond to the order in which the items are displayed in the Shared Workspace pane, and is not affected by re-sorting the display.</param> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceMember"> <summary>The SharedWorkspaceMember object represents a user who has rights in a shared document workspace.</summary> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceMembers"> <summary>A collection of the <see cref="T:Microsoft.Office.Core.SharedWorkspaceMember"></see> objects in the current shared workspace.</summary> </member> <member name="M:Microsoft.Office.Core.SharedWorkspaceMembers.Add(System.String,System.String,System.String,System.Object)"> <summary>Adds a member to the list of members in a shared workspace.</summary> <param name="Role">Optional String. An optional role that determines the tasks the new member can accomplish in the shared workspace; for example, "Contributor". An invalid role name raises an error.</param> <param name="Email">Required String. The new member's email address in the format user@domain.com. Raises an error if the user is not a valid candidate for membership in the shared workspace.</param> <param name="DomainName">Required String. The new member's Windows user name in the format domain\user.</param> <param name="DisplayName">Required String. The friendly name to display for the new member.</param> </member> <member name="P:Microsoft.Office.Core.SharedWorkspaceMembers.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.SharedWorkspaceMember"></see> object from the Members collection of the shared workspace.</summary> <param name="Index">Required Integer. Returns the SharedWorkspaceMember at the position specified. Index does not correspond to the order in which the items are displayed in the Shared Workspace pane.</param> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceTask"> <summary>The SharedWorkspaceTask object represents a task in a shared document workspace.</summary> </member> <member name="T:Microsoft.Office.Core.SharedWorkspaceTasks"> <summary>A collection of the <see cref="T:Microsoft.Office.Core.SharedWorkspaceTask"></see> objects in the current shared workspace.</summary> </member> <member name="M:Microsoft.Office.Core.SharedWorkspaceTasks.Add(System.String,System.Object,System.Object,System.Object,System.Object,System.Object)"> <summary>Adds a task to the list of tasks in a shared workspace and returns a <see cref="T:Microsoft.Office.Core.SharedWorkspaceTask"></see> object.</summary> <param name="DueDate">Optional Date. The due date of the new task.</param> <param name="Description">Optional String. The description of the new task.</param> <param name="Status">Optional <see cref="T:Microsoft.Office.Core.MsoSharedWorkspaceTaskStatus"></see>. The status of the new task. Default is msoSharedWorkspaceTaskStatusNotStarted.</param> <param name="Title">Required String. The title of the new task.</param> <param name="Assignee">Optional <see cref="T:Microsoft.Office.Core.SharedWorkspaceMember"></see>. The member to whom the new task is assigned.</param> <param name="Priority">Optional <see cref="T:Microsoft.Office.Core.MsoSharedWorkspaceTaskPriority"></see>. The priority of the new task. Default is msoSharedWorkspaceTaskPriorityNormal.</param> </member> <member name="P:Microsoft.Office.Core.SharedWorkspaceTasks.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.SharedWorkspaceTask"></see> object from the Tasks collection of the shared workspace.</summary> <param name="Index">Required Integer. Returns the SharedWorkspaceTask at the position specified. Index does not correspond to the order in which the items are displayed in the Shared Workspace pane, and is not affected by re-sorting the display.</param> </member> <member name="T:Microsoft.Office.Core.Signature"> <summary>Corresponds to a digital signature that is attached to a document.</summary> </member> <member name="M:Microsoft.Office.Core.Signature.ShowDetails"> <summary>Displays details related to a signature packet.</summary> </member> <member name="M:Microsoft.Office.Core.Signature.Sign(System.Object,System.Object,System.Object,System.Object)"> <summary>Creates a signature packet.</summary> <param name="varDelSuggSignerLine2">The additional signature line.</param> <param name="varSigImg">The signature line graphic image.</param> <param name="varDelSuggSignerEmail">The e-mail address of the suggested signer.</param> <param name="varDelSuggSigner">The suggested signer.</param> </member> <member name="P:Microsoft.Office.Core.Signature.CanSetup"> <summary>Gets a Boolean value indicating whether the user can set properties of the <see cref="T:Microsoft.Office.Core.Signature"></see> object. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.Signature.Details"> <summary>Gets information about a signature. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.SignatureInfo"></see></returns> </member> <member name="P:Microsoft.Office.Core.Signature.IsSignatureLine"> <summary>Gets a value indicating whether this is a signature line. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.Signature.IsSigned"> <summary>Gets a Boolean value indicating whether the document was signed successfully. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.Signature.Setup"> <summary>Gets a <see cref="T:Microsoft.Office.Core.SignatureSetup"></see> object that provides access to various properties of a signature packet. Read-only.</summary> <returns>SignatureSetup</returns> </member> <member name="P:Microsoft.Office.Core.Signature.SignatureLineShape"> <summary>Gets the <see cref="T:Microsoft.Office.Core.Shape"></see> object associated with a <see cref="T:Microsoft.Office.Core.Signature"></see> object that is a signature line. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.Signature.SortHint"> <summary>Gets a value representing the sort order of the signatures in a packet with multiple signatures. Read-only.</summary> <returns>Integer</returns> </member> <member name="T:Microsoft.Office.Core.SignatureDetail"> <summary>Indicates additional information about a signature.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetApplicationName"> <summary>Specifies the application name.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetApplicationVersion"> <summary>Specifies the application version.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetColorDepth"> <summary>Specifies the color depth.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetDelSuggSigner"> <summary>Specifies the suggested signer delegate.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetDelSuggSignerEmail"> <summary>Specifies the suggested signer's delegate's e-mail.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetDelSuggSignerEmailSet"> <summary>Indicates whether an email for a suggested signer delegate has been specified.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetDelSuggSignerLine2"> <summary>Specifies the suggested signer's delegate's signature line.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetDelSuggSignerLine2Set"> <summary>Specifies the set of suggested signer's delegate's signature lines.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetDelSuggSignerSet"> <summary>Specifies the set of suggested signer's delegates.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetDocPreviewImg"> <summary>Specifies the document preview image.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetHashAlgorithm"> <summary>Specifies the hash algorithm.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetHorizResolution"> <summary>Specifies the horizontal resolution.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetIPCurrentView"> <summary>Specifies the IP current view.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetIPFormHash"> <summary>Specifies the IP form hash.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetLocalSigningTime"> <summary>Specifies the local signing time.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetNumberOfMonitors"> <summary>Specifies the number of monitors</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetOfficeVersion"> <summary>Specifies the Office version.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetShouldShowViewWarning"> <summary>Specifies the Should Show View Warning setting.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetSignatureType"> <summary>Specifies the signature type.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetSignedData"> <summary>Specifies the signed data.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetVertResolution"> <summary>Specifies the vertical resolution.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureDetail.sigdetWindowsVersion"> <summary>Specifies the Windows version.</summary> </member> <member name="T:Microsoft.Office.Core.SignatureInfo"> <summary>Represents the information used to create a digital or in-document signature.</summary> </member> <member name="M:Microsoft.Office.Core.SignatureInfo.GetCertificateDetail(Microsoft.Office.Core.CertificateDetail)"> <summary>Displays a specified detail related to a digital certificate.</summary> <returns>Object</returns> <param name="certdet">An enumerated value specifying which certificate detail to display.</param> </member> <member name="M:Microsoft.Office.Core.SignatureInfo.GetSignatureDetail(Microsoft.Office.Core.SignatureDetail)"> <summary>Displays a specified detail related to a signature.</summary> <returns>Object</returns> <param name="sigdet">An enumerated value specifying which signature detail to display.</param> </member> <member name="M:Microsoft.Office.Core.SignatureInfo.SelectCertificateDetailByThumbprint(System.String)"> <summary>Displays a dialog box containing information about a digital certificate following vertification of the user from a thumbprint.</summary> <param name="bstrThumbprint">Contains information about the signer identified by the thumbprint.</param> </member> <member name="M:Microsoft.Office.Core.SignatureInfo.SelectSignatureCertificate(System.Object)"> <summary>Displays a dialog box that allows users to select which signature certificate to use for signing a document.</summary> <param name="ParentWindow">Contains a handle to the window containing the certificate selection dialog box.</param> </member> <member name="M:Microsoft.Office.Core.SignatureInfo.ShowSignatureCertificate(System.Object)"> <summary>Displays the selected or default digital certificate. </summary> <param name="ParentWindow">Contains the handle to the window containing the Certificate dialog box.</param> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.SignatureInfo"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.CertificateVerificationResults"> <summary>Gets the results from the verification of a digital certificate. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.CertificateVerificationResults"></see></returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.ContentVerificationResults"> <summary>Gets a value representing the results of the verification of the hashed contents of a signed document. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ContentVerificationResults"></see></returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.SignatureInfo"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.IsCertificateExpired"> <summary>Gets a Boolean value indicating whether the digital certificate is expired. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.IsCertificateRevoked"> <summary>Gets a Boolean value indicating whether the digital certificate is revoked. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.IsCertificateUntrusted"> <summary>Gets a Boolean value indicating whether the digital certificate used to digitally sign a document comes from a trusted source. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.IsValid"> <summary>Gets a Boolean value indicating whether the signature was successfully validated following signature verification. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.ReadOnly"> <summary>Gets a Boolean value indicating whether the <see cref="T:Microsoft.Office.Core.SignatureInfo"></see> object is read-only. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.SignatureComment"> <summary>Gets or sets a value containing comments included in a signature packet. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.SignatureImage"> <summary>Gets or sets the value of the image used to sign the document. Read/write.</summary> <returns>IPictureDisp</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.SignatureProvider"> <summary>Gets a value identifying an installed signature provider add-in. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.SignatureInfo.SignatureText"> <summary>Gets or sets the value of the signature text used to sign this document. Read/write.</summary> <returns>String</returns> </member> <member name="T:Microsoft.Office.Core.SignatureLineImage"> <summary>Indicates the signature line image.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureLineImage.siglnimgSignedInvalid"> <summary>The SignedInvalid image.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureLineImage.siglnimgSignedValid"> <summary>The SignedValid image.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureLineImage.siglnimgSoftwareRequired"> <summary>The SoftwareRequired image.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureLineImage.siglnimgUnsigned"> <summary>The Unsigned image.</summary> </member> <member name="T:Microsoft.Office.Core.SignatureProvider"> <summary>Represents a signature provider add-in.</summary> </member> <member name="M:Microsoft.Office.Core.SignatureProvider.GenerateSignatureLineImage(Microsoft.Office.Core.SignatureLineImage,Microsoft.Office.Core.SignatureSetup,Microsoft.Office.Core.SignatureInfo,System.Object)"> <summary>Gets a signature line image.</summary> <returns>IPictureDisp</returns> <param name="psigsetup">Specifies initial settings of the signature provider add-in.</param> <param name="psiginfo">Specifies information about the signature provider add-in.</param> <param name="siglnimg">Contains the name if the signature line graphic.</param> </member> <member name="M:Microsoft.Office.Core.SignatureProvider.GetProviderDetail(Microsoft.Office.Core.SignatureProviderDetail)"> <summary>Queries the signature provider add-in for various details. </summary> <returns>Object</returns> <param name="sigprovdet">Contains an enumerated value representing the type of information to query the add-in for.</param> </member> <member name="M:Microsoft.Office.Core.SignatureProvider.HashStream(System.Object,System.Object)"> <summary>Allows a signature provider add-in to create a hash value for the document that you can use to determine if the document contents were tampered with after digital signing.</summary> <returns>Array</returns> <param name="Stream">Contains the data stream.</param> <param name="QueryContinue">Provides a way to query the host application for permission to continue the hashing process.</param> </member> <member name="M:Microsoft.Office.Core.SignatureProvider.NotifySignatureAdded(System.Object,Microsoft.Office.Core.SignatureSetup,Microsoft.Office.Core.SignatureInfo)"> <summary>Used to display a dialog box informing the user that the signing process has completed and providing additional functionality for the add-in.</summary> <param name="psigsetup">Contains initial settings of the signature provider.</param> <param name="psiginfo">Contains information about the signature provider add-in.</param> <param name="ParentWindow">Allows the host application to obtain the handle to the window containing the displayed dialog box.</param> </member> <member name="M:Microsoft.Office.Core.SignatureProvider.ShowSignatureDetails(System.Object,Microsoft.Office.Core.SignatureSetup,Microsoft.Office.Core.SignatureInfo,System.Object,Microsoft.Office.Core.ContentVerificationResults@,Microsoft.Office.Core.CertificateVerificationResults@)"> <summary>Provides a signature provider add-in the opportunity to display details about a signed signature line and display additional stored information such as a secure time-stamp.</summary> <param name="XmlDsigStream">Represents a steam of data or binary large object of XML.</param> <param name="psigsetup">Specifies initial settings of the signature provider.</param> <param name="psiginfo">Specifies information about the signed signature line.</param> <param name="ParentWindow">Contains the handle to the window containing the signature details.</param> <param name="pcontverres">Contains a value representing the results of verificating the signature content.</param> <param name="pcertverres">Contains a value representing the results of verificating the signing certification.</param> </member> <member name="M:Microsoft.Office.Core.SignatureProvider.ShowSignatureSetup(System.Object,Microsoft.Office.Core.SignatureSetup)"> <summary>Provides a signature provider add-in the opportunity to display the Signature Setup dialog box to the user. </summary> <param name="psigsetup">Specifies initial settings of the signature provider.</param> <param name="ParentWindow">Contains the handle to the window containing the Signature Setup dialog box.</param> </member> <member name="M:Microsoft.Office.Core.SignatureProvider.ShowSigningCeremony(System.Object,Microsoft.Office.Core.SignatureSetup,Microsoft.Office.Core.SignatureInfo)"> <summary>Provides a signature provider add-in the opportunity to display the Signature dialog box to users, allowing them to specify their identity and then be authenticated.</summary> <param name="psigsetup">Specifies initial settings of the signature provider.</param> <param name="psiginfo">Specifies information about the signature provider.</param> <param name="ParentWindow">Contains the handle to the window containing the Signature dialog box.</param> </member> <member name="M:Microsoft.Office.Core.SignatureProvider.SignXmlDsig(System.Object,Microsoft.Office.Core.SignatureSetup,Microsoft.Office.Core.SignatureInfo,System.Object)"> <summary>Used to sign the XMLDSIG template.</summary> <param name="XmlDsigStream">Represents a steam of data containing XML, which represents an XMLDSIG object.</param> <param name="psigsetup">Specifies configuration information about a signature line.</param> <param name="psiginfo">Specifies information captured from the signing ceremony.</param> <param name="QueryContinue">Provides a way to query the host application for permission to continue the verification operation.</param> </member> <member name="M:Microsoft.Office.Core.SignatureProvider.VerifyXmlDsig(System.Object,Microsoft.Office.Core.SignatureSetup,Microsoft.Office.Core.SignatureInfo,System.Object,Microsoft.Office.Core.ContentVerificationResults@,Microsoft.Office.Core.CertificateVerificationResults@)"> <summary>Verifies a signature based on the signed state of the document and the legitimacy of the certificate used for signing.</summary> <param name="XmlDsigStream">Represents a steam of data containing XML, which represents an XMLDSIG object.</param> <param name="psigsetup">Specifies configuration information about a signature line.</param> <param name="psiginfo">Specifies information captured from the signing ceremony.</param> <param name="pcontverres">Specifies the status of the signature verification action.</param> <param name="QueryContinue">Provides a way to query the host application for permission to continue the verification operation.</param> <param name="pcertverres">Specifies the status of the signing certificate verification.</param> </member> <member name="T:Microsoft.Office.Core.SignatureProviderDetail"> <summary>Specifies properties of a signature provider.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureProviderDetail.sigprovdetHashAlgorithm"> <summary>Hash algorithm used to hash the data in the file. </summary> </member> <member name="F:Microsoft.Office.Core.SignatureProviderDetail.sigprovdetUIOnly"> <summary>Indicates that the signature provider only uses a custom user interface.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureProviderDetail.sigprovdetUrl"> <summary>The URL of the signature provider.</summary> </member> <member name="T:Microsoft.Office.Core.SignatureSet"> <summary>A collection of <see cref="T:Microsoft.Office.Core.Signature"></see> objects that correspond to the digital signatures attached to a document.</summary> </member> <member name="M:Microsoft.Office.Core.SignatureSet.AddNonVisibleSignature(System.Object)"> <summary>Creates a signature packet when digitally signing a document.</summary> <returns><see cref="T:Microsoft.Office.Core.Signature"></see></returns> <param name="varSigProv">Represents the ID of the signature provider.</param> </member> <member name="M:Microsoft.Office.Core.SignatureSet.AddSignatureLine(System.Object)"> <summary>Adds lines to a document where signatures are collected.</summary> <returns>Signature</returns> <param name="varSigProv">Represents the ID of the signature provider.</param> </member> <member name="P:Microsoft.Office.Core.SignatureSet.CanAddSignatureLine"> <summary>Gets a Boolean value indicating whether you can add a signature line to a document. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSet.Item(System.Int32)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.Signature"></see> object that corresponds to one of the digital signatures with which the document is currently signed.</summary> <param name="iSig">Required Integer. Determines which Signature object to return.</param> </member> <member name="P:Microsoft.Office.Core.SignatureSet.ShowSignaturesPane"> <summary>Gets or sets a Boolean value indicating whether the Signature task pane should be displayed. Read/write.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSet.Subset"> <summary>Gets or sets a value that acts as a filter on the available <see cref="T:Microsoft.Office.Core.Signature"></see> objects for a document. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoSignatureSubset"></see></returns> </member> <member name="T:Microsoft.Office.Core.SignatureSetup"> <summary>Represents the information used to set up a signature packet.</summary> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.AdditionalXml"> <summary>Gets or sets any additional XML information added to the signature during setup. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.AllowComments"> <summary>Gets or sets a Boolean value specifying whether the signer can enter comments in the Sign dialog box. Read/write.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.SignatureSetup"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.SignatureSetup"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.Id"> <summary>Gets the ID of the signature provider for a document. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.ReadOnly"> <summary>Gets a Boolean value indicating whether the <see cref="T:Microsoft.Office.Core.SignatureSetup"></see> object is read-only. Read-only.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.ShowSignDate"> <summary>Gets or sets a Boolean value indicating whether the date the document was signed should be displayed. Read/write.</summary> <returns>Boolean</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.SignatureProvider"> <summary>Gets a value identifying an installed signature provider add-in. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.SigningInstructions"> <summary>Gets or sets the instructions for signing the document. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.SuggestedSigner"> <summary>Gets or sets the name of the principle signer of the document. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.SuggestedSignerEmail"> <summary>Gets or sets the e-mail address of the signer of the document. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.SignatureSetup.SuggestedSignerLine2"> <summary>Gets or sets the second line of suggested signer information (for example, title). Read/write.</summary> <returns>String</returns> </member> <member name="T:Microsoft.Office.Core.SignatureType"> <summary>Specifies properties of a signature.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureType.sigtypeMax"> <summary>Specifies the maximum number of the signature types available in the current version of Office.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureType.sigtypeNonVisible"> <summary>A signature that is not visible in the content of the document. </summary> </member> <member name="F:Microsoft.Office.Core.SignatureType.sigtypeSignatureLine"> <summary>A signature that is visible in the content of the document.</summary> </member> <member name="F:Microsoft.Office.Core.SignatureType.sigtypeUnknown"> <summary>A signature not generated by Office. </summary> </member> <member name="T:Microsoft.Office.Core.SmartDocument"> <summary>The SmartDocument property of the Microsoft Office Word 2003 Document object and the Microsoft Office Excel 2003 Workbook object returns a SmartDocument object.</summary> </member> <member name="M:Microsoft.Office.Core.SmartDocument.PickSolution(System.Boolean)"> <summary>Displays a dialog box which allows the user to choose an available XML expansion pack to attach to the active Microsoft Office Word 2003 document or Microsoft Office Excel 2003 workbook.</summary> <param name="ConsiderAllSchemas">Optional Boolean. True displays all available XML expansion packs installed on the user's computer. False displays only XML expansion packs applicable to the active document. Default value is False.</param> </member> <member name="T:Microsoft.Office.Core.SoftEdgeFormat"> <summary>Represents the soft edges effect in Office graphics.</summary> </member> <member name="P:Microsoft.Office.Core.SoftEdgeFormat.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.SoftEdgeFormat"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.SoftEdgeFormat.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.SoftEdgeFormat"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.SoftEdgeFormat.Type"> <summary>Gets or sets the type of the <see cref="T:Microsoft.Office.Core.SoftEdgeFormat"></see> object. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoSoftEdgeType"></see></returns> </member> <member name="T:Microsoft.Office.Core.Sync"> <summary>Use the Sync object to manage the synchronization of the local and server copies of a shared document stored in a Windows SharePoint Services document workspace.</summary> </member> <member name="M:Microsoft.Office.Core.Sync.OpenVersion(Microsoft.Office.Core.MsoSyncVersionType)"> <summary>Opens a different version of the shared document alongside the currently open local version.</summary> <param name="SyncVersionType">Required <see cref="T:Microsoft.Office.Core.MsoSyncVersionType"></see>.</param> </member> <member name="M:Microsoft.Office.Core.Sync.ResolveConflict(Microsoft.Office.Core.MsoSyncConflictResolutionType)"> <summary>Resolves conflicts between the local and the server copies of a shared document.</summary> <param name="SyncConflictResolution">Required <see cref="T:Microsoft.Office.Core.MsoSyncConflictResolutionType"></see>.</param> </member> <member name="T:Microsoft.Office.Core.TabStop2"> <summary>Represents a single tab stop. The TabStop2 object is a member of the <see cref="T:Microsoft.Office.Core.TabStops2"></see> collection. </summary> </member> <member name="M:Microsoft.Office.Core.TabStop2.Clear"> <summary>Removes the specified custom tab stop</summary> </member> <member name="P:Microsoft.Office.Core.TabStop2.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.TabStop2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.TabStop2.Creator"> <summary>Gets a 32-bit integer that represents the Microsoft Office application in which the <see cref="T:Microsoft.Office.Core.TabStop2"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.TabStop2.Parent"> <summary>Gets the parent of the <see cref="T:Microsoft.Office.Core.TabStop2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.TabStop2.Position"> <summary>Gets or sets the position of a tab stop relative to the left margin. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.TabStop2.Type"> <summary>Gets or sets the type of the <see cref="T:Microsoft.Office.Core.TabStop2"></see> object. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTabStopType"></see></returns> </member> <member name="T:Microsoft.Office.Core.TabStops2"> <summary>The collection of <see cref="T:Microsoft.Office.Core.TabStop2"></see> objects.</summary> </member> <member name="M:Microsoft.Office.Core.TabStops2.Add(Microsoft.Office.Core.MsoTabStopType,System.Single)"> <summary>Adds a new tab stop to the specified <see cref="T:Microsoft.Office.Core.TabStops2"></see> object.</summary> <returns><see cref="T:Microsoft.Office.Core.TabStop2"></see></returns> <param name="Type">The type of tab stop to add.</param> <param name="Position">The horizontal position of the new tab stop relative to the left edge of the text frame. Numeric values are evaluated in points; strings are evaluated in the units specified and can be in any measurement unit supported by the Microsoft Office product. </param> </member> <member name="M:Microsoft.Office.Core.TabStops2.Item(System.Object)"> <summary>Gets an individual object from the <see cref="T:Microsoft.Office.Core.TabStops2"></see> collection.</summary> <returns><see cref="T:Microsoft.Office.Core.TabStop2"></see></returns> <param name="Index">The number of the object to return.</param> </member> <member name="P:Microsoft.Office.Core.TabStops2.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.TabStops2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.TabStops2.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.TabStops2"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.TabStops2.Creator"> <summary>Gets a 32-bit integer that represents the Microsoft Office application in which the <see cref="T:Microsoft.Office.Core.TabStops2"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.TabStops2.DefaultSpacing"> <summary>Gets or sets the default spacing between tab stops. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.TabStops2.Parent"> <summary>Gets the parent of the specified <see cref="T:Microsoft.Office.Core.TabStops2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.TextColumn2.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.TextColumn2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.TextColumn2.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.TextColumn2"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.TextColumn2.Number"> <summary>Gets or sets the index of the <see cref="T:Microsoft.Office.Core.TextColumn2"></see> object. Read/write</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.TextColumn2.Spacing"> <summary>Gets or sets the spacing between text columns in a <see cref="T:Microsoft.Office.Core.TextColumn2"></see> object. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.TextColumn2.TextDirection"> <summary>Gets or sets the direction of text in the <see cref="T:Microsoft.Office.Core.TextColumn2"></see> object. Read/write.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTextDirection"></see></returns> </member> <member name="T:Microsoft.Office.Core.TextRange2"> <summary>Represents the text frame in a Shape or ShapeRange objects.</summary> </member> <member name="M:Microsoft.Office.Core.TextRange2.AddPeriods"> <summary>Adds period (.) punctuation to the right side of the text contained in <see cref="T:Microsoft.Office.Core.TextFrame2"></see> object for left-to-right languages and on the left side for right-to-left languages.</summary> </member> <member name="M:Microsoft.Office.Core.TextRange2.ChangeCase(Microsoft.Office.Core.MsoTextChangeCase)"> <summary>Changes the case of a <see cref="T:Microsoft.Office.Core.TextRange2"></see> object to one of the values in the <see cref="T:Microsoft.Office.Core.MsoTextChangeCase"></see> enumeration.</summary> <param name="Type">Specifies the type of change to make to the text.</param> </member> <member name="M:Microsoft.Office.Core.TextRange2.Copy"> <summary>Copies a <see cref="T:Microsoft.Office.Core.TextRange2"></see> object. </summary> </member> <member name="M:Microsoft.Office.Core.TextRange2.Cut"> <summary>Removes a portion or all of the text from a range of text.</summary> </member> <member name="M:Microsoft.Office.Core.TextRange2.Delete"> <summary>Deletes a <see cref="T:Microsoft.Office.Core.TextRange2"></see> object.</summary> </member> <member name="M:Microsoft.Office.Core.TextRange2.Find(System.String,System.Int32,Microsoft.Office.Core.MsoTriState,Microsoft.Office.Core.MsoTriState)"> <summary>Searches a <see cref="T:Microsoft.Office.Core.TextRange2"></see> object for a subset of text.</summary> <returns>TextRange2</returns> <param name="After">Specifies the point in the text range to start the search.</param> <param name="MatchCase">Specifies if the target text must exactly match the case of the search text. </param> <param name="FindWhat">Contains the text to find.</param> <param name="WholeWords">Specifies that only whole words will be searched.</param> </member> <member name="M:Microsoft.Office.Core.TextRange2.InsertAfter(System.String)"> <summary>Inserts text to the right of the existing text in the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object.</summary> <returns>TextRange2</returns> <param name="NewText">Contains the text to be inserted.</param> </member> <member name="M:Microsoft.Office.Core.TextRange2.InsertBefore(System.String)"> <summary>Inserts text to the left of the existing text in the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object.</summary> <returns>TextRange2</returns> <param name="NewText">Contains the text to be inserted.</param> </member> <member name="M:Microsoft.Office.Core.TextRange2.InsertSymbol(System.String,System.Int32,Microsoft.Office.Core.MsoTriState)"> <summary>Inserts a symbol from the specified font set into the range of text represented by the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object.</summary> <returns>TextRange2</returns> <param name="CharNumber">The number of the symbol.</param> <param name="Unicode">Indicates whether the value of the symbol is specified as a unicode value.</param> <param name="FontName">The name of the font set.</param> </member> <member name="M:Microsoft.Office.Core.TextRange2.Item(System.Object)"> <summary>Gets the range of text specified by the index number from the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object.</summary> <returns>TextRange2</returns> <param name="Index">The index number of the text range.</param> </member> <member name="M:Microsoft.Office.Core.TextRange2.LtrRun"> <summary>Returns a <see cref="T:Microsoft.Office.Core.TextRange2"></see> object that represents the specified subset of left-to-right text runs. A text run consists of a range of characters that share the same font attributes.</summary> </member> <member name="M:Microsoft.Office.Core.TextRange2.Paste"> <summary>Pastes the contents of the Clipboard into the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object.</summary> <returns>TextRange2</returns> </member> <member name="M:Microsoft.Office.Core.TextRange2.PasteSpecial(Microsoft.Office.Core.MsoClipboardFormat)"> <summary>Replaces the text range with the contents of the Clipboard in the format specified. If the paste succeeds, this method returns a <see cref="T:Microsoft.Office.Core.TextRange2"></see> object including the text range that was pasted.</summary> <returns>TextRange2</returns> <param name="Format">Determines the format for the Clipboard contents when they're inserted into the document.</param> </member> <member name="M:Microsoft.Office.Core.TextRange2.RemovePeriods"> <summary>Removes all period (.) punctuation from the text in the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object.</summary> </member> <member name="M:Microsoft.Office.Core.TextRange2.Replace(System.String,System.String,System.Int32,Microsoft.Office.Core.MsoTriState,Microsoft.Office.Core.MsoTriState)"> <summary>Finds specific text in a text range, replaces the found text with a specified string, and returns a <see cref="T:Microsoft.Office.Core.TextRange2"></see> object that represents the first occurrence of the found text. Returns Nothing if no match is found.</summary> <returns>TextRange2</returns> <param name="After">The position of the character (in the specified text range) after which you want to search for the next occurrence of FindWhat. For example, if you want to search from the fifth character of the text range, specify 4 for After. If this argument is omitted, the first character of the text range is used as the starting point for the search.</param> <param name="MatchCase">Determines whether a distinction is made on the basis of case.</param> <param name="FindWhat">The text to search for.</param> <param name="ReplaceWhat">The text you want to replace the found text with.</param> <param name="WholeWords">Determines whether only whole words are searched.</param> </member> <member name="M:Microsoft.Office.Core.TextRange2.RotatedBounds(System.Single@,System.Single@,System.Single@,System.Single@,System.Single@,System.Single@,System.Single@,System.Single@)"> <summary>Gets the coordinates of the vertices of the text bounding box for the specified text range. Read-only.</summary> <param name="x4">Returns the position (in points) of the X coordinate of the fourth vertex of the bounding box for the text within the specified text range.</param> <param name="X2">Returns the position (in points) of the X coordinate of the second vertex of the bounding box for the text within the specified text range.</param> <param name="X3">Returns the position (in points) of the X coordinate of the third vertex of the bounding box for the text within the specified text range.</param> <param name="X1">Returns the position (in points) of the X coordinate of the first vertex of the bounding box for the text within the specified text range.</param> <param name="Y3">Returns the position (in points) of the Y coordinate of the third vertex of the bounding box for the text within the specified text range.</param> <param name="Y2">Returns the position (in points) of the Y coordinate of the second vertex of the bounding box for the text within the specified text range.</param> <param name="Y1">Returns the position (in points) of the Y coordinate of the first vertex of the bounding box for the text within the specified text range.</param> <param name="y4">Returns the position (in points) of the Y coordinate of the fourth vertex of the bounding box for the text within the specified text range.</param> </member> <member name="M:Microsoft.Office.Core.TextRange2.RtlRun"> <summary>Returns a <see cref="T:Microsoft.Office.Core.TextRange2"></see> object that represents the specified subset of right-to-left text runs. A text run consists of a range of characters that share the same font attributes.</summary> </member> <member name="M:Microsoft.Office.Core.TextRange2.Select"> <summary>Selects the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object.</summary> </member> <member name="M:Microsoft.Office.Core.TextRange2.TrimText"> <summary>Returns the specified text minus any trailing spaces.</summary> <returns><see cref="T:Microsoft.Office.Core.TextRange2"></see></returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Application"> <summary>Used without an object qualifier, this property returns an Application object that represents the current instance of the Microsoft Office application. Used with an object qualifier, this property returns an Application object that represents the creator of the <see cref="T:Microsoft.Office.Core.TextFrame2"></see> object. When used with an OLE Automation object, it returns the object's application. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.BoundHeight"> <summary>Gets the height, in points, of the text bounding box for the specified text. Read-only.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.BoundLeft"> <summary>Gets the left coordinate, in points, of the text bounding box for the specified text. Read-only.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.BoundTop"> <summary>Gets the top coordinate, in points, of the text bounding box for the specified text. Read-only.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.BoundWidth"> <summary>Gets the width, in points, of the text bounding box for the specified text. Read-only.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Characters(System.Int32,System.Int32)"> <summary>Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.TextRange2"></see></returns> <param name="Start">The first character in the returned range.</param> <param name="Length">The number of characters to be returned.</param> </member> <member name="P:Microsoft.Office.Core.TextRange2.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.TextRange2"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Font"> <summary>Returns a Font object that represents character formatting for the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object. Read-only.</summary> <returns>Font</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.LanguageID"> <summary>Gets or sets the <see cref="T:Microsoft.Office.Core.MsoLanguageID"></see> value of the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object. Read/write.</summary> <returns>MsoLanguageID</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Length"> <summary>Gets the length of a text range. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Lines(System.Int32,System.Int32)"> <summary>Returns the specified subset of text lines. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.TextRange2"></see></returns> <param name="Start">The first line in the returned range.</param> <param name="Length">The number of lines to be returned.</param> </member> <member name="P:Microsoft.Office.Core.TextRange2.ParagraphFormat"> <summary>Returns the paragraph formatting for the specified text. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ParagraphFormat2"></see></returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Paragraphs(System.Int32,System.Int32)"> <summary>Gets the specified subset of text paragraphs. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.TextRange2"></see></returns> <param name="Start">The first paragraph in the returned range.</param> <param name="Length">The number of paragraphs to be returned.</param> </member> <member name="P:Microsoft.Office.Core.TextRange2.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.TextRange2"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Runs(System.Int32,System.Int32)"> <summary>Gets the specified subset of text runs. A text run consists of a range of characters that share the same font attributes. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.TextRange2"></see></returns> <param name="Start">The first run in the returned range.</param> <param name="Length">The number of runs to be returned.</param> </member> <member name="P:Microsoft.Office.Core.TextRange2.Sentences(System.Int32,System.Int32)"> <summary>Returns the specified subset of text sentences. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.TextRange2"></see></returns> <param name="Start">The first sentence in the returned range.</param> <param name="Length">The number of sentences to be returned.</param> </member> <member name="P:Microsoft.Office.Core.TextRange2.Start"> <summary>Gets the starting point of the specified text range. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Text"> <summary>Gets or sets a String value that represents the text in a text range. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.TextRange2.Words(System.Int32,System.Int32)"> <summary>Gets the specified subset of text words. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.TextRange2"></see></returns> <param name="Start">The first word in the returned range.</param> <param name="Length">The number of words to be returned.</param> </member> <member name="T:Microsoft.Office.Core.ThemeColor"> <summary>Represents a color in the color scheme of a Microsoft Office 2007 theme.</summary> </member> <member name="P:Microsoft.Office.Core.ThemeColor.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.ThemeColor"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ThemeColor.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.ThemeColor"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ThemeColor.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.ThemeColor"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ThemeColor.RGB"> <summary>Gets or sets a value of a color in the color scheme of a Microsoft Office theme. Read/write.</summary> <returns>MsoRGBType</returns> </member> <member name="P:Microsoft.Office.Core.ThemeColor.ThemeColorSchemeIndex"> <summary>Gets the index value for a color scheme of a Microsoft Office theme. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.MsoThemeColorSchemeIndex"></see></returns> </member> <member name="T:Microsoft.Office.Core.ThemeColorScheme"> <summary>Represents the color scheme of a Microsoft Office 2007 theme.</summary> </member> <member name="M:Microsoft.Office.Core.ThemeColorScheme.Colors(Microsoft.Office.Core.MsoThemeColorSchemeIndex)"> <summary>Gets an object that represents a color in the color scheme of a Microsoft Office theme.</summary> <returns>ThemeColor</returns> <param name="Index">The index value of the <see cref="T:Microsoft.Office.Core.ThemeColor"></see> object.</param> </member> <member name="M:Microsoft.Office.Core.ThemeColorScheme.GetCustomColor(System.String)"> <summary>Gets a value that represents a color in the color scheme of a Microsoft Office theme. </summary> <returns>MsoRGBType</returns> <param name="Name">The name of the custom color.</param> </member> <member name="M:Microsoft.Office.Core.ThemeColorScheme.Load(System.String)"> <summary>Loads the color scheme of a Microsoft Office theme from a file.</summary> <param name="FileName">The name of the color theme file.</param> </member> <member name="M:Microsoft.Office.Core.ThemeColorScheme.Save(System.String)"> <summary>Saves the color scheme of a Microsoft Office theme to a file.</summary> <param name="FileName">The name of the file.</param> </member> <member name="P:Microsoft.Office.Core.ThemeColorScheme.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.ThemeColorScheme"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ThemeColorScheme.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.ThemeColorScheme"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ThemeColorScheme.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.ThemeColorScheme"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ThemeColorScheme.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.ThemeColorScheme"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.ThemeEffectScheme"> <summary>Represents the effects scheme of a Microsoft Office 2007 theme.</summary> </member> <member name="M:Microsoft.Office.Core.ThemeEffectScheme.Load(System.String)"> <summary>Loads the effects scheme of a Microsoft Office theme from a file.</summary> <param name="FileName">The name of the effect scheme file.</param> </member> <member name="P:Microsoft.Office.Core.ThemeEffectScheme.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.ThemeEffectScheme"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ThemeEffectScheme.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.ThemeEffectScheme"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ThemeEffectScheme.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.ThemeEffectScheme"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.ThemeFont"> <summary>Represents a container for the font schemes of a Microsoft Office 2007 theme.</summary> </member> <member name="P:Microsoft.Office.Core.ThemeFont.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.ThemeFont"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ThemeFont.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.ThemeFont"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ThemeFont.Name"> <summary>Gets or sets the name of a font in the font scheme of a Microsoft Office theme. Read/write.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.ThemeFont.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.ThemeFont"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.ThemeFonts"> <summary>Represents a collection of major and minor fonts in the font scheme of a Microsoft Office 2007 theme.</summary> </member> <member name="M:Microsoft.Office.Core.ThemeFonts.Item(Microsoft.Office.Core.MsoFontLanguageIndex)"> <summary>Gets one of the three language fonts contained in the <see cref="T:Microsoft.Office.Core.ThemeFonts"></see> collection.</summary> <returns>ThemeFont</returns> <param name="Index">The index value of the <see cref="T:Microsoft.Office.Core.ThemeFont"></see> object.</param> </member> <member name="P:Microsoft.Office.Core.ThemeFonts.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.ThemeFonts"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ThemeFonts.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.ThemeFonts"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ThemeFonts.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.ThemeFonts"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ThemeFonts.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.ThemeFonts"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="T:Microsoft.Office.Core.ThemeFontScheme"> <summary>Represents the font scheme of a Microsoft Office 2007 theme.</summary> </member> <member name="M:Microsoft.Office.Core.ThemeFontScheme.Load(System.String)"> <summary>Loads the font scheme of a Microsoft Office theme from a file.</summary> <param name="FileName">The name of the font scheme file.</param> </member> <member name="M:Microsoft.Office.Core.ThemeFontScheme.Save(System.String)"> <summary>Saves the font scheme of a Microsoft Office theme to a file.</summary> <param name="FileName">The name of the file.</param> </member> <member name="P:Microsoft.Office.Core.ThemeFontScheme.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.ThemeFontScheme"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ThemeFontScheme.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.ThemeFontScheme"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.ThemeFontScheme.MajorFont"> <summary>Gets the font setting for the "Headings" in a document. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ThemeFonts"></see></returns> </member> <member name="P:Microsoft.Office.Core.ThemeFontScheme.MinorFont"> <summary>Gets the font settings for the "Body" of a document. Read-only.</summary> <returns><see cref="T:Microsoft.Office.Core.ThemeFonts"></see></returns> </member> <member name="P:Microsoft.Office.Core.ThemeFontScheme.Parent"> <summary>Gets the parent object for the <see cref="T:Microsoft.Office.Core.ThemeFontScheme"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.ThreeDFormat.ProjectText"> <summary>Returns or sets the project text state for the specified <see cref="T:Microsoft.Office.Core.ThreeDFormat"></see> object. Read/write</summary> <returns><see cref="T:Microsoft.Office.Core.MsoTriState"></see></returns> </member> <member name="P:Microsoft.Office.Core.ThreeDFormat.Z"> <summary>Returns the Z order of the specified <see cref="T:Microsoft.Office.Core.ThreeDFormat"></see> object. Read/write.</summary> <returns>Single</returns> </member> <member name="P:Microsoft.Office.Core.Trendlines._Default(System.Object)"> <returns><see cref="T:Microsoft.Office.Core.IMsoTrendline"></see></returns> </member> <member name="P:Microsoft.Office.Core.Trendlines.Application"> <summary>Returns an Application object that represents the container application for the object.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.Trendlines.Creator"> <summary>Returns a 32-bit integer that indicates the application in which this object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="T:Microsoft.Office.Core.UserPermission"> <summary>The UserPermission object associates a set of permissions on the active document with a single user and an optional expiration date.</summary> </member> <member name="T:Microsoft.Office.Core.WebPageFont"> <summary>Represents the default font used when documents are saved as Web pages for a particular character set.</summary> </member> <member name="T:Microsoft.Office.Core.WebPageFonts"> <summary>A collection of <see cref="T:Microsoft.Office.Core.WebPageFont"></see> objects that describe the proportional font, proportional font size, fixed-width font, and fixed-width font size used when documents are saved as Web pages.</summary> </member> <member name="P:Microsoft.Office.Core.WebPageFonts.Item(Microsoft.Office.Core.MsoCharacterSet)"> <summary>Returns a <see cref="T:Microsoft.Office.Core.WebPageFont"></see> object from the <see cref="T:Microsoft.Office.Core.WebPageFonts"></see> collection for a particular value of <see cref="T:Microsoft.Office.Core.MsoCharacterSet"></see>.</summary> <param name="Index">Required <see cref="T:Microsoft.Office.Core.MsoCharacterSet"></see>. The specified character set.</param> </member> <member name="T:Microsoft.Office.Core.WorkflowTask"> <summary>Represents a single workflow task in a <see cref="T:Microsoft.Office.Core.WorkflowTasks"></see> collection.</summary> </member> <member name="M:Microsoft.Office.Core.WorkflowTask.Show"> <summary>Displays a workflow task edit user interface for the specified <see cref="T:Microsoft.Office.Core.WorkflowTask"></see> object.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.WorkflowTask"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.AssignedTo"> <summary>Gets the name of the person that the workflow task is assigned to. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.CreatedBy"> <summary>Gets the name of the person that created the workflow task. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.CreatedDate"> <summary>Gets the date that a workflow task was created. Read-only.</summary> <returns>DateTime</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.WorkflowTask"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.Description"> <summary>Gets the description of a workflow task. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.DueDate"> <summary>Gets the date that a workflow task is due. Read-only.</summary> <returns>DateTime</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.Id"> <summary>Gets the ID of the Sharepoint list item. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.ListID"> <summary>Gets the ID of the list containing the workflow task. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.Name"> <summary>Gets the name of the <see cref="T:Microsoft.Office.Core.WorkflowTask"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTask.WorkflowID"> <summary>Gets the ID of the workflow associated with a workflow task. Read-only.</summary> <returns>String</returns> </member> <member name="T:Microsoft.Office.Core.WorkflowTasks"> <summary>Represents a collection of <see cref="T:Microsoft.Office.Core.WorkflowTask"></see> objects.</summary> </member> <member name="P:Microsoft.Office.Core.WorkflowTasks.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.WorkflowTasks"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTasks.Count"> <summary>Gets the number of items in the <see cref="T:Microsoft.Office.Core.WorkflowTasks"></see> collection. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTasks.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.WorkflowTasks"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTasks.Item(System.Int32)"> <summary>Gets a <see cref="T:Microsoft.Office.Core.WorkflowTask"></see> object from the <see cref="T:Microsoft.Office.Core.WorkflowTasks"></see> collection. Read-only.</summary> <returns>WorkflowTask</returns> <param name="Index">The index number of the WorkflowTask object to be returned.</param> </member> <member name="T:Microsoft.Office.Core.WorkflowTemplate"> <summary>Represents one of the workflows available for the current document.</summary> </member> <member name="M:Microsoft.Office.Core.WorkflowTemplate.Show"> <summary>Displays a workflow specific configuration user interface for the specified <see cref="T:Microsoft.Office.Core.WorkflowTemplate"></see> object. </summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplate.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.WorkflowTemplate"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplate.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.WorkflowTemplate"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplate.Description"> <summary>Gets the description of a workflow template. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplate.DocumentLibraryName"> <summary>Gets the name of the document library associated with the workflow template. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplate.DocumentLibraryURL"> <summary>Gets the URL address of the document library where workflow templates are stored. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplate.Id"> <summary>Gets the ID of a template used to create a workflow instance. Read-only.</summary> <returns>String</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplate.Name"> <summary>Gets the name of the <see cref="T:Microsoft.Office.Core.WorkflowTemplate"></see> object. Read-only.</summary> <returns>String</returns> </member> <member name="T:Microsoft.Office.Core.WorkflowTemplates"> <summary>Represents a collection of <see cref="T:Microsoft.Office.Core.WorkflowTemplate"></see> objects.</summary> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplates.Application"> <summary>Gets an Application object that represents the container application for the <see cref="T:Microsoft.Office.Core.WorkflowTemplates"></see> object. Read-only.</summary> <returns>Object</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplates.Count"> <summary>Gets a Long indicating the number of items in the WorkflowTemplates collection. Read-only.</summary> <returns>Long</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplates.Creator"> <summary>Gets a 32-bit integer that indicates the application in which the <see cref="T:Microsoft.Office.Core.WorkflowTemplates"></see> object was created. Read-only.</summary> <returns>Integer</returns> </member> <member name="P:Microsoft.Office.Core.WorkflowTemplates.Item(System.Int32)"> <summary>Gets a <see cref="T:Microsoft.Office.Core.WorkflowTemplate"></see> object from the <see cref="T:Microsoft.Office.Core.WorkflowTemplates"></see> collection. Read-only.</summary> <returns>WorkflowTemplate</returns> <param name="Index">The index number of the WorkflowTemplate object to be returned.</param> </member> <member name="T:Microsoft.Office.Core.XlAxisCrosses"> <summary>Specifies the point on the specified axis where the other axis crosses.</summary> </member> <member name="F:Microsoft.Office.Core.XlAxisCrosses.xlAxisCrossesAutomatic"> <summary>Microsoft Excel sets the axis crossing point.</summary> </member> <member name="F:Microsoft.Office.Core.XlAxisCrosses.xlAxisCrossesCustom"> <summary>The CrossesAt property specifies the axis crossing point.</summary> </member> <member name="F:Microsoft.Office.Core.XlAxisCrosses.xlAxisCrossesMaximum"> <summary>The axis crosses at the maximum value.</summary> </member> <member name="F:Microsoft.Office.Core.XlAxisCrosses.xlAxisCrossesMinimum"> <summary>The axis crosses at the minimum value.</summary> </member> <member name="T:Microsoft.Office.Core.XlAxisGroup"> <summary>Specifies the type of axis group.</summary> </member> <member name="F:Microsoft.Office.Core.XlAxisGroup.xlPrimary"> <summary>Primary axis group.</summary> </member> <member name="F:Microsoft.Office.Core.XlAxisGroup.xlSecondary"> <summary>Secondary axis group.</summary> </member> <member name="T:Microsoft.Office.Core.XlAxisType"> <summary>Specifies the axis type.</summary> </member> <member name="F:Microsoft.Office.Core.XlAxisType.xlCategory"> <summary>Axis displays categories.</summary> </member> <member name="F:Microsoft.Office.Core.XlAxisType.xlSeriesAxis"> <summary>Axis displays data series.</summary> </member> <member name="F:Microsoft.Office.Core.XlAxisType.xlValue"> <summary>Axis displays values.</summary> </member> <member name="T:Microsoft.Office.Core.XlBarShape"> <summary>Specifies the shape used with the 3-D bar or column chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlBarShape.xlBox"> <summary>Box.</summary> </member> <member name="F:Microsoft.Office.Core.XlBarShape.xlConeToMax"> <summary>Cone, truncated at value.</summary> </member> <member name="F:Microsoft.Office.Core.XlBarShape.xlConeToPoint"> <summary>Cone, coming to point at value.</summary> </member> <member name="F:Microsoft.Office.Core.XlBarShape.xlCylinder"> <summary>Cylinder.</summary> </member> <member name="F:Microsoft.Office.Core.XlBarShape.xlPyramidToMax"> <summary>Pyramid, truncated at value.</summary> </member> <member name="F:Microsoft.Office.Core.XlBarShape.xlPyramidToPoint"> <summary>Pyramid, coming to point at value.</summary> </member> <member name="T:Microsoft.Office.Core.XlBorderWeight"> <summary>Specifies the weight of the border around a range.</summary> </member> <member name="F:Microsoft.Office.Core.XlBorderWeight.xlHairline"> <summary>Hairline (thinnest border).</summary> </member> <member name="F:Microsoft.Office.Core.XlBorderWeight.xlMedium"> <summary>Medium.</summary> </member> <member name="F:Microsoft.Office.Core.XlBorderWeight.xlThick"> <summary>Thick (widest border).</summary> </member> <member name="F:Microsoft.Office.Core.XlBorderWeight.xlThin"> <summary>Thin.</summary> </member> <member name="T:Microsoft.Office.Core.XlCategoryType"> <summary>Specifies the type of the category axis.</summary> </member> <member name="F:Microsoft.Office.Core.XlCategoryType.xlAutomaticScale"> <summary>Excel controls the axis type.</summary> </member> <member name="F:Microsoft.Office.Core.XlCategoryType.xlCategoryScale"> <summary>Axis groups data by an arbitrary set of categories.</summary> </member> <member name="F:Microsoft.Office.Core.XlCategoryType.xlTimeScale"> <summary>Axis groups data on a time scale.</summary> </member> <member name="T:Microsoft.Office.Core.XlChartElementPosition"> <summary>Specifies the position of the chart element.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartElementPosition.xlChartElementPositionAutomatic"> <summary>Automatically sets the position of the chart element.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartElementPosition.xlChartElementPositionCustom"> <summary>Specifies a specific position for the chart element.</summary> </member> <member name="T:Microsoft.Office.Core.XlChartItem"> <summary>Specifies the type of the chart item.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlAxis"> <summary>Axis.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlAxisTitle"> <summary>Axis title.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlChartArea"> <summary>Chart area.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlChartTitle"> <summary>Chart title.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlCorners"> <summary>Corners.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlDataLabel"> <summary>Data label.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlDataTable"> <summary>Data table.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlDisplayUnitLabel"> <summary>Display unit label.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlDownBars"> <summary>Down bars.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlDropLines"> <summary>Drop lines.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlErrorBars"> <summary>Error bars.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlFloor"> <summary>Floor.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlHiLoLines"> <summary>HiLo lines.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlLeaderLines"> <summary>Leader lines.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlLegend"> <summary>Legend.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlLegendEntry"> <summary>Legend entry.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlLegendKey"> <summary>Legend key.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlMajorGridlines"> <summary>Major gridlines.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlMinorGridlines"> <summary>Minor gridlines.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlNothing"> <summary>Nothing.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlPivotChartDropZone"> <summary>PivotChart drop zone.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlPivotChartFieldButton"> <summary>PivotChart field button.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlPlotArea"> <summary>Plot area.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlRadarAxisLabels"> <summary>Radar axis labels.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlSeries"> <summary>Series.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlSeriesLines"> <summary>Series lines.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlShape"> <summary>Shape.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlTrendline"> <summary>Trend line.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlUpBars"> <summary>Up bars.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlWalls"> <summary>Walls.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlXErrorBars"> <summary>X error bars.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartItem.xlYErrorBars"> <summary>Y error bars.</summary> </member> <member name="T:Microsoft.Office.Core.XlChartPictureType"> <summary>Specifies how pictures are displayed on a column, bar picture chart, or legend key.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartPictureType.xlStack"> <summary>Picture is sized to repeat a maximum of 15 times in the longest stacked bar.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartPictureType.xlStackScale"> <summary>Picture is sized to a specified number of units and repeated the length of the bar.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartPictureType.xlStretch"> <summary>Picture is stretched the full length of stacked bar.</summary> </member> <member name="T:Microsoft.Office.Core.XlChartSplitType"> <summary>Specifies the values displayed in the second chart in a pie chart or a bar of pie chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartSplitType.xlSplitByCustomSplit"> <summary>Arbitrary slides are displayed in the second chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartSplitType.xlSplitByPercentValue"> <summary>Second chart displays values less than some percentage of the total value. The percentage is specified by the SplitValue property.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartSplitType.xlSplitByPosition"> <summary>Second chart displays the smallest values in the data series. The number of values to display is specified by the SplitValue property.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartSplitType.xlSplitByValue"> <summary>Second chart displays values less than the value specified by the SplitValue property.</summary> </member> <member name="T:Microsoft.Office.Core.XlChartType"> <summary>Specifies the chart type.</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DArea"> <summary>3D Area</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DAreaStacked"> <summary>3D Stacked Area</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DAreaStacked100"> <summary>100% Stacked Area</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DBarClustered"> <summary>3D Clustered Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DBarStacked"> <summary>3D Stacked Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DBarStacked100"> <summary>3D 100% Stacked Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DColumn"> <summary>3D Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DColumnClustered"> <summary>3D Clustered Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DColumnStacked"> <summary>3D Stacked Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DColumnStacked100"> <summary>3D 100% Stacked Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DLine"> <summary>3D Line</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DPie"> <summary>3D Pie</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xl3DPieExploded"> <summary>Exploded 3D Pie</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlArea"> <summary>Area</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlAreaStacked"> <summary>Stacked Area</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlAreaStacked100"> <summary>100% Stacked Area</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlBarClustered"> <summary>Clustered Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlBarOfPie"> <summary>Bar of Pie</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlBarStacked"> <summary>Stacked Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlBarStacked100"> <summary>100% Stacked Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlBubble"> <summary>Bubble</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlBubble3DEffect"> <summary>Bubble with 3D effects</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlColumnClustered"> <summary>3D Clustered Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlColumnStacked"> <summary>Stacked Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlColumnStacked100"> <summary>100% Stacked Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlConeBarClustered"> <summary>Clustered Cone Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlConeBarStacked"> <summary>Stacked Cone Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlConeBarStacked100"> <summary>100% Stacked Cone Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlConeCol"> <summary>3D Cone Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlConeColClustered"> <summary>Clustered Cone Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlConeColStacked"> <summary>Stacked Cone Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlConeColStacked100"> <summary>100% Stacked Cone Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlCylinderBarClustered"> <summary>Clustered Cylinder Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlCylinderBarStacked"> <summary>Stacked Cylinder Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlCylinderBarStacked100"> <summary>100% Stacked Cylinder Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlCylinderCol"> <summary>3D Cylinder Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlCylinderColClustered"> <summary>Clustered Cone Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlCylinderColStacked"> <summary>Stacked Cylinder Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlCylinderColStacked100"> <summary>100% Stacked Cylinder Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlDoughnut"> <summary>Doughnut</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlDoughnutExploded"> <summary>Exploded Doughnut</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlLine"> <summary>Line</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlLineMarkers"> <summary>Line with Markers</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlLineMarkersStacked"> <summary>Stacked Line with Markers</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlLineMarkersStacked100"> <summary>100% Stacked Line with Markers</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlLineStacked"> <summary>Stacked Line</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlLineStacked100"> <summary>100% Stacked Line</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPie"> <summary>Pie</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPieExploded"> <summary>Exploded Pie</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPieOfPie"> <summary>Pie of Pie</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPyramidBarClustered"> <summary>Clustered Pyramid Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPyramidBarStacked"> <summary>Stacked Pyramid Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPyramidBarStacked100"> <summary>100% Stacked Pyramid Bar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPyramidCol"> <summary>3D Pyramid Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPyramidColClustered"> <summary>Clustered Pyramid Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPyramidColStacked"> <summary>Stacked Pyramid Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlPyramidColStacked100"> <summary>100% Stacked Pyramid Column</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlRadar"> <summary>Radar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlRadarFilled"> <summary>Filled Radar</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlRadarMarkers"> <summary>Radar with Data Markers</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlStockHLC"> <summary>High-Low-Close</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlStockOHLC"> <summary>Open-High-Low-Close</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlStockVHLC"> <summary>Volume-High-Low-Close</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlStockVOHLC"> <summary>Volume-Open-High-Low-Close</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlSurface"> <summary>3D Surface</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlSurfaceTopView"> <summary>Surface (Top View)</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlSurfaceTopViewWireframe"> <summary>Surface (Top View wireframe)</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlSurfaceWireframe"> <summary>3D Surface (wireframe)</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlXYScatter"> <summary>Scatter</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlXYScatterLines"> <summary>Scatter with Lines</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlXYScatterLinesNoMarkers"> <summary>Scatter with Lines and No Data Markers</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlXYScatterSmooth"> <summary>Scatter with Smoothed Lines</summary> </member> <member name="F:Microsoft.Office.Core.XlChartType.xlXYScatterSmoothNoMarkers"> <summary>Scatter with Smoothed Lines and No Data Markers</summary> </member> <member name="T:Microsoft.Office.Core.XlColorIndex"> <summary>Specifies the color of a selected feature such as border, font, or fill.</summary> </member> <member name="F:Microsoft.Office.Core.XlColorIndex.xlColorIndexAutomatic"> <summary>Automatic color.</summary> </member> <member name="F:Microsoft.Office.Core.XlColorIndex.xlColorIndexNone"> <summary>No color.</summary> </member> <member name="T:Microsoft.Office.Core.XlConstants"> <summary>Specifies global constants used in Microsoft Excel.</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xl3DBar"> <summary>-4099</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xl3DSurface"> <summary>-4103</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlAbove"> <summary>0</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlAutomatic"> <summary>-4105</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlBar"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlBelow"> <summary>1</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlBoth"> <summary>1</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlBottom"> <summary>-4017</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlCenter"> <summary>-4108</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlChecker"> <summary>9</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlCircle"> <summary>8</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlColumn"> <summary>3</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlCombination"> <summary>-4111</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlCorner"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlCrissCross"> <summary>16</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlCross"> <summary>4</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlCustom"> <summary>-4114</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlDefaultAutoFormat"> <summary>-1</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlDiamond"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlDistributed"> <summary>-4117</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlFill"> <summary>5</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlFixedValue"> <summary>1</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlGeneral"> <summary>1</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlGray16"> <summary>17</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlGray25"> <summary>-4124</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlGray50"> <summary>-4125</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlGray75"> <summary>-4126</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlGray8"> <summary>18</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlGrid"> <summary>15</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlHigh"> <summary>-4127</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlInside"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlJustify"> <summary>-4130</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlLeft"> <summary>-4131</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlLightDown"> <summary>13</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlLightHorizontal"> <summary>11</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlLightUp"> <summary>14</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlLightVertical"> <summary>12</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlLow"> <summary>-4134</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlMaximum"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlMinimum"> <summary>4</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlMinusValues"> <summary>3</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlNextToAxis"> <summary>4</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlNone"> <summary>-4142</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlOpaque"> <summary>3</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlOutside"> <summary>3</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlPercent"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlPlus"> <summary>9</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlPlusValues"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlRight"> <summary>-4152</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlScale"> <summary>3</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlSemiGray75"> <summary>10</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlShowLabel"> <summary>4</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlShowLabelAndPercent"> <summary>5</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlShowPercent"> <summary>3</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlShowValue"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlSingle"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlSolid"> <summary>1</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlSquare"> <summary>1</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlStar"> <summary>5</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlStError"> <summary>4</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlTop"> <summary>-4160</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlTransparent"> <summary>2</summary> </member> <member name="F:Microsoft.Office.Core.XlConstants.xlTriangle"> <summary>3</summary> </member> <member name="T:Microsoft.Office.Core.XlDataLabelPosition"> <summary>Indicates the position of data labels relative to the data markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionAbove"> <summary>Data label positioned above point.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionBelow"> <summary>Data label positioned below point.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionBestFit"> <summary>Office application controls position of data label.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionCenter"> <summary>Data label centered on data point or inside bar or pie.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionCustom"> <summary>Data label centered on data point or inside bar or pie.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionInsideBase"> <summary>Data label positioned arbitrarily.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionInsideEnd"> <summary>Data label positioned arbitrarily.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionLeft"> <summary>Data label positioned at bottom of bar or pie.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionMixed"> <summary>Data label positioned at bottom of bar or pie.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionOutsideEnd"> <summary>Data label positioned at top of bar or pie.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelPosition.xlLabelPositionRight"> <summary>Data label positioned at top of bar or pie.</summary> </member> <member name="T:Microsoft.Office.Core.XlDataLabelsType"> <summary>Specifies the type of data label to apply. The default is typically <see cref="F:Microsoft.Office.Core.XlDataLabelsType.xlDataLabelsShowValue"></see>.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelsType.xlDataLabelsShowBubbleSizes"> <summary>Show the size of the bubble in reference to the absolute value.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelsType.xlDataLabelsShowLabel"> <summary>Category for the point.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelsType.xlDataLabelsShowLabelAndPercent"> <summary>Percentage of the total, and category for the point. Available only for pie charts and doughnut charts.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelsType.xlDataLabelsShowNone"> <summary>No data labels.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelsType.xlDataLabelsShowPercent"> <summary>Percentage of the total. Available only for pie charts and doughnut charts.</summary> </member> <member name="F:Microsoft.Office.Core.XlDataLabelsType.xlDataLabelsShowValue"> <summary>Value for the point (assumed if this argument isn't specified).</summary> </member> <member name="T:Microsoft.Office.Core.XlDisplayBlanksAs"> <summary>Specifies how blank cells are plotted on a chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayBlanksAs.xlInterpolated"> <summary>Values are interpolated into the chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayBlanksAs.xlNotPlotted"> <summary>Blank cells are not plotted.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayBlanksAs.xlZero"> <summary>Blanks are plotted as zero.</summary> </member> <member name="T:Microsoft.Office.Core.XlDisplayUnit"> <summary>Indicates numeric units of measurement.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlDisplayUnitCustom"> <summary>Specifies custom units.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlDisplayUnitNone"> <summary>No units are displayed.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlHundredMillions"> <summary>Specifies units of hundreds of millions.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlHundreds"> <summary>Specifies units of hundreds.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlHundredThousands"> <summary>Specifies units of hundreds of thousands.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlMillionMillions"> <summary>Specifies units of mllions of millions.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlMillions"> <summary>Specifies units of millions.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlTenMillions"> <summary>Specifies units of tens of millions.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlTenThousands"> <summary>Specifies units of tens of thousands.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlThousandMillions"> <summary>Specifies units of thousands of millions.</summary> </member> <member name="F:Microsoft.Office.Core.XlDisplayUnit.xlThousands"> <summary>Specifies units of thousands.</summary> </member> <member name="T:Microsoft.Office.Core.XlEndStyleCap"> <summary>Specifies the end style for error bars.</summary> </member> <member name="F:Microsoft.Office.Core.XlEndStyleCap.xlCap"> <summary>Caps applied.</summary> </member> <member name="F:Microsoft.Office.Core.XlEndStyleCap.xlNoCap"> <summary>No caps applied.</summary> </member> <member name="T:Microsoft.Office.Core.XlErrorBarDirection"> <summary>Specifies which axis values are to receive error bars.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarDirection.xlChartX"> <summary>Bars run parallel to the Y axis for X-axis values.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarDirection.xlChartY"> <summary>Bars run parallel to the X axis for Y-axis values.</summary> </member> <member name="T:Microsoft.Office.Core.XlErrorBarInclude"> <summary>Specifies which error-bar parts to include.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarInclude.xlErrorBarIncludeBoth"> <summary>Both positive and negative error range.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarInclude.xlErrorBarIncludeMinusValues"> <summary>Only negative error range.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarInclude.xlErrorBarIncludeNone"> <summary>No error bar range.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarInclude.xlErrorBarIncludePlusValues"> <summary>Only positive error range.</summary> </member> <member name="T:Microsoft.Office.Core.XlErrorBarType"> <summary>Specifies the range marked by error bars.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarType.xlErrorBarTypeCustom"> <summary>Range is set by fixed values or cell values.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarType.xlErrorBarTypeFixedValue"> <summary>Fixed-length error bars.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarType.xlErrorBarTypePercent"> <summary>Percentage of range to be covered by the error bars.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarType.xlErrorBarTypeStDev"> <summary>Shows range for specified number of standard deviations.</summary> </member> <member name="F:Microsoft.Office.Core.XlErrorBarType.xlErrorBarTypeStError"> <summary>Shows standard error range.</summary> </member> <member name="T:Microsoft.Office.Core.XlHAlign"> <summary>Specifies the horizontal alignment for the object.</summary> </member> <member name="F:Microsoft.Office.Core.XlHAlign.xlHAlignCenter"> <summary>Center.</summary> </member> <member name="F:Microsoft.Office.Core.XlHAlign.xlHAlignCenterAcrossSelection"> <summary>Center across selection.</summary> </member> <member name="F:Microsoft.Office.Core.XlHAlign.xlHAlignDistributed"> <summary>Distribute.</summary> </member> <member name="F:Microsoft.Office.Core.XlHAlign.xlHAlignFill"> <summary>Fill.</summary> </member> <member name="F:Microsoft.Office.Core.XlHAlign.xlHAlignGeneral"> <summary>Align according to data type.</summary> </member> <member name="F:Microsoft.Office.Core.XlHAlign.xlHAlignJustify"> <summary>Justify.</summary> </member> <member name="F:Microsoft.Office.Core.XlHAlign.xlHAlignLeft"> <summary>Left.</summary> </member> <member name="F:Microsoft.Office.Core.XlHAlign.xlHAlignRight"> <summary>Right.</summary> </member> <member name="T:Microsoft.Office.Core.XlLegendPosition"> <summary>Specifies the position of the legend on a chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlLegendPosition.xlLegendPositionBottom"> <summary>Below the chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlLegendPosition.xlLegendPositionCorner"> <summary>In the upper right-hand corner of the chart border.</summary> </member> <member name="F:Microsoft.Office.Core.XlLegendPosition.xlLegendPositionCustom"> <summary>A custom position.</summary> </member> <member name="F:Microsoft.Office.Core.XlLegendPosition.xlLegendPositionLeft"> <summary>Left of the chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlLegendPosition.xlLegendPositionRight"> <summary>Right of the chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlLegendPosition.xlLegendPositionTop"> <summary>Above the chart.</summary> </member> <member name="T:Microsoft.Office.Core.XlMarkerStyle"> <summary>Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleAutomatic"> <summary>Automatic markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleCircle"> <summary>Circular markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleDash"> <summary>Long bar markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleDiamond"> <summary>Diamond-shaped markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleDot"> <summary>Short bar markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleNone"> <summary>No markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStylePicture"> <summary>Picture markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStylePlus"> <summary>Square markers with a plus sign.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleSquare"> <summary>Square markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleStar"> <summary>Square markers with an asterisk.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleTriangle"> <summary>Triangular markers.</summary> </member> <member name="F:Microsoft.Office.Core.XlMarkerStyle.xlMarkerStyleX"> <summary>Square markers with an X.</summary> </member> <member name="T:Microsoft.Office.Core.XlPivotFieldOrientation"> <summary>Specifies the location of the field in a PivotTable report.</summary> </member> <member name="F:Microsoft.Office.Core.XlPivotFieldOrientation.xlColumnField"> <summary>Specifies the Column field.</summary> </member> <member name="F:Microsoft.Office.Core.XlPivotFieldOrientation.xlDataField"> <summary>Specifies the Data field.</summary> </member> <member name="F:Microsoft.Office.Core.XlPivotFieldOrientation.xlHidden"> <summary>Specifies that the field is hidden.</summary> </member> <member name="F:Microsoft.Office.Core.XlPivotFieldOrientation.xlPageField"> <summary>Specifies the Page field.</summary> </member> <member name="F:Microsoft.Office.Core.XlPivotFieldOrientation.xlRowField"> <summary>Specifies the Row field.</summary> </member> <member name="T:Microsoft.Office.Core.XlRowCol"> <summary>Specifies whether the values corresponding to a particular data series are in rows or columns.</summary> </member> <member name="F:Microsoft.Office.Core.XlRowCol.xlColumns"> <summary>Data series is in a column.</summary> </member> <member name="F:Microsoft.Office.Core.XlRowCol.xlRows"> <summary>Data series is in a row.</summary> </member> <member name="T:Microsoft.Office.Core.XlScaleType"> <summary>Specifies the scale type of the value axis.</summary> </member> <member name="F:Microsoft.Office.Core.XlScaleType.xlScaleLinear"> <summary>Linear.</summary> </member> <member name="F:Microsoft.Office.Core.XlScaleType.xlScaleLogarithmic"> <summary>Logarithmic.</summary> </member> <member name="T:Microsoft.Office.Core.XlSizeRepresents"> <summary>Indicates what the size measurement is in relation to.</summary> </member> <member name="F:Microsoft.Office.Core.XlSizeRepresents.xlSizeIsArea"> <summary>The size measure is for the area.</summary> </member> <member name="F:Microsoft.Office.Core.XlSizeRepresents.xlSizeIsWidth"> <summary>The size measure is for the width.</summary> </member> <member name="T:Microsoft.Office.Core.XlTickLabelOrientation"> <summary>Specifies the text orientation for tick-mark labels.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickLabelOrientation.xlTickLabelOrientationAutomatic"> <summary>Text orientation set by Excel.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickLabelOrientation.xlTickLabelOrientationDownward"> <summary>Text runs down.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickLabelOrientation.xlTickLabelOrientationHorizontal"> <summary>Characters run horizontally.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickLabelOrientation.xlTickLabelOrientationUpward"> <summary>Text runs up.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickLabelOrientation.xlTickLabelOrientationVertical"> <summary>Characters run vertically.</summary> </member> <member name="T:Microsoft.Office.Core.XlTickLabelPosition"> <summary>Specifies the position of tick-mark labels on the specified axis.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickLabelPosition.xlTickLabelPositionHigh"> <summary>Top or right side of the chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickLabelPosition.xlTickLabelPositionLow"> <summary>Bottom or left side of the chart.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickLabelPosition.xlTickLabelPositionNextToAxis"> <summary>Next to axis (where axis is not at either side of the chart).</summary> </member> <member name="F:Microsoft.Office.Core.XlTickLabelPosition.xlTickLabelPositionNone"> <summary>No tick marks.</summary> </member> <member name="T:Microsoft.Office.Core.XlTickMark"> <summary>Specifies the position of major and minor tick marks for an axis.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickMark.xlTickMarkCross"> <summary>Crosses the axis.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickMark.xlTickMarkInside"> <summary>Inside the axis.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickMark.xlTickMarkNone"> <summary>No mark.</summary> </member> <member name="F:Microsoft.Office.Core.XlTickMark.xlTickMarkOutside"> <summary>Outside the axis.</summary> </member> <member name="T:Microsoft.Office.Core.XlTimeUnit"> <summary>Indicates units of time measurement.</summary> </member> <member name="F:Microsoft.Office.Core.XlTimeUnit.xlDays"> <summary>Specifies Day units.</summary> </member> <member name="F:Microsoft.Office.Core.XlTimeUnit.xlMonths"> <summary>Specifies Month units.</summary> </member> <member name="F:Microsoft.Office.Core.XlTimeUnit.xlYears"> <summary>Specifies Year units.</summary> </member> <member name="T:Microsoft.Office.Core.XlTrendlineType"> <summary>Specifies how the trendline that smoothes out fluctuations in the data is calculated.</summary> </member> <member name="F:Microsoft.Office.Core.XlTrendlineType.xlExponential"> <summary>Uses an equation to calculate the least squares fit through points, for example, y=ab^x .</summary> </member> <member name="F:Microsoft.Office.Core.XlTrendlineType.xlLinear"> <summary>Uses the linear equation y = mx + b to calculate the least squares fit through points.</summary> </member> <member name="F:Microsoft.Office.Core.XlTrendlineType.xlLogarithmic"> <summary>Uses the equation y = c ln x + b to calculate the least squares fit through points.</summary> </member> <member name="F:Microsoft.Office.Core.XlTrendlineType.xlMovingAvg"> <summary>Uses a sequence of averages computed from parts of the data series. The number of points equals the total number of points in the series less the number specified for the period.</summary> </member> <member name="F:Microsoft.Office.Core.XlTrendlineType.xlPolynomial"> <summary>Uses an equation to calculate the least squares fit through points, for example, y = ax^6 + bx^5 + cx^4 + dx^3 + ex^2 + fx + g.</summary> </member> <member name="F:Microsoft.Office.Core.XlTrendlineType.xlPower"> <summary>Uses an equation to calculate the least squares fit through points, for example, y = ax^b.</summary> </member> <member name="T:Microsoft.Office.Core.XlUnderlineStyle"> <summary>Specifies the type of underline applied to a font.</summary> </member> <member name="F:Microsoft.Office.Core.XlUnderlineStyle.xlUnderlineStyleDouble"> <summary>Double thick underline.</summary> </member> <member name="F:Microsoft.Office.Core.XlUnderlineStyle.xlUnderlineStyleDoubleAccounting"> <summary>Two thin underlines placed close together.</summary> </member> <member name="F:Microsoft.Office.Core.XlUnderlineStyle.xlUnderlineStyleNone"> <summary>No underlining.</summary> </member> <member name="F:Microsoft.Office.Core.XlUnderlineStyle.xlUnderlineStyleSingle"> <summary>Single underlining.</summary> </member> <member name="F:Microsoft.Office.Core.XlUnderlineStyle.xlUnderlineStyleSingleAccounting"> <summary>Not supported.</summary> </member> <member name="T:Microsoft.Office.Core.XlVAlign"> <summary>Specifies the vertical alignment for the object.</summary> </member> <member name="F:Microsoft.Office.Core.XlVAlign.xlVAlignBottom"> <summary>Bottom</summary> </member> <member name="F:Microsoft.Office.Core.XlVAlign.xlVAlignCenter"> <summary>Center</summary> </member> <member name="F:Microsoft.Office.Core.XlVAlign.xlVAlignDistributed"> <summary>Distributed</summary> </member> <member name="F:Microsoft.Office.Core.XlVAlign.xlVAlignJustify"> <summary>Justify</summary> </member> <member name="F:Microsoft.Office.Core.XlVAlign.xlVAlignTop"> <summary>Top</summary> </member> </members> </doc>