diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:18:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-12-07 10:18:47 +0000 |
commit | 60abe06fd1a470204d0f5ab9f1459e974f113a60 (patch) | |
tree | 95157b995b5a53bf0076c40478046a5fcfc8e30e /oovbaapi/genconstidl | |
parent | ecf836b73e733ae95cd8dc761db2a84f33b9ded6 (diff) |
INTEGRATION: CWS npower8 (1.1.2); FILE ADDED
2007/07/05 10:59:26 npower 1.1.2.1: moved from oovbaapi
Diffstat (limited to 'oovbaapi/genconstidl')
-rw-r--r-- | oovbaapi/genconstidl/msforms.api | 11848 | ||||
-rw-r--r-- | oovbaapi/genconstidl/powerpoint.api | 48008 |
2 files changed, 59856 insertions, 0 deletions
diff --git a/oovbaapi/genconstidl/msforms.api b/oovbaapi/genconstidl/msforms.api new file mode 100644 index 000000000000..01bf6354afdc --- /dev/null +++ b/oovbaapi/genconstidl/msforms.api @@ -0,0 +1,11848 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- ===================================================================== + + OpenOffice.org - a multi-platform office productivity suite + + $RCSfile: msforms.api,v $ + + $Revision: 1.2 $ + + last change: $Author: vg $ $Date: 2007-12-07 11:18:14 $ + + The Contents of this file are made available subject to + the terms of GNU Lesser General Public License Version 2.1. + + + GNU Lesser General Public License Version 2.1 + ============================================= + Copyright 2005 by Sun Microsystems, Inc. + 901 San Antonio Road, Palo Alto, CA 94303, USA + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License version 2.1, as published by the Free Software Foundation. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, + MA 02111-1307 USA + +====================================================================== --> + +<!-- *** Do not edit, this file will be generated *** --> +<!DOCTYPE api SYSTEM "ApiSymbols.dtd"> +<api library-identifier="Microsoft Forms 2.0 Object Library" library-name="MSForms" library-minorversion="0" library-majorversion="2" author="Sun Microsystems" date-created="20050331"> + <!--Class::CheckBox--> + <element type="class"> + <source id="MSForms.CheckBox"> + <name>CheckBox</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CheckBox.Accelerator--> + <element type="property"> + <source id="MSForms.CheckBox.Accelerator"> + <context kind="class">CheckBox</context> + <name>Accelerator</name> + <type>String</type> + </source> + </element> + <!--property::CheckBox.Alignment--> + <element type="property"> + <source id="MSForms.CheckBox.Alignment"> + <context kind="class">CheckBox</context> + <name>Alignment</name> + <type>Integer</type> + </source> + </element> + <!--property::CheckBox.AutoSize--> + <element type="property"> + <source id="MSForms.CheckBox.AutoSize"> + <context kind="class">CheckBox</context> + <name>AutoSize</name> + <type>boolean</type> + </source> + </element> + <!--property::CheckBox.BackColor--> + <element type="property"> + <source id="MSForms.CheckBox.BackColor"> + <context kind="class">CheckBox</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--property::CheckBox.BackStyle--> + <element type="property"> + <source id="MSForms.CheckBox.BackStyle"> + <context kind="class">CheckBox</context> + <name>BackStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::CheckBox.BeforeDragOver--> + <element type="method"> + <source id="MSForms.CheckBox.BeforeDragOver"> + <context kind="class">CheckBox</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CheckBox.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.CheckBox.BeforeDropOrPaste"> + <context kind="class">CheckBox</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CheckBox.BordersSuppress--> + <element type="property"> + <source id="MSForms.CheckBox.BordersSuppress"> + <context kind="class">CheckBox</context> + <name>BordersSuppress</name> + <type>boolean</type> + </source> + </element> + <!--property::CheckBox.Caption--> + <element type="property"> + <source id="MSForms.CheckBox.Caption"> + <context kind="class">CheckBox</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::CheckBox.Change--> + <element type="method"> + <source id="MSForms.CheckBox.Change"> + <context kind="class">CheckBox</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--method::CheckBox.Click--> + <element type="method"> + <source id="MSForms.CheckBox.Click"> + <context kind="class">CheckBox</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--method::CheckBox.DblClick--> + <element type="method"> + <source id="MSForms.CheckBox.DblClick"> + <context kind="class">CheckBox</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CheckBox.DisplayStyle {ReadOnly}--> + <element type="property"> + <source id="MSForms.CheckBox.DisplayStyle"> + <context kind="class">CheckBox</context> + <name>DisplayStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::CheckBox.Enabled--> + <element type="property"> + <source id="MSForms.CheckBox.Enabled"> + <context kind="class">CheckBox</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::CheckBox.Error--> + <element type="method"> + <source id="MSForms.CheckBox.Error"> + <context kind="class">CheckBox</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CheckBox.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.CheckBox.Font"> + <context kind="class">CheckBox</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::CheckBox.FontBold--> + <element type="property"> + <source id="MSForms.CheckBox.FontBold"> + <context kind="class">CheckBox</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::CheckBox.FontItalic--> + <element type="property"> + <source id="MSForms.CheckBox.FontItalic"> + <context kind="class">CheckBox</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::CheckBox.FontName--> + <element type="property"> + <source id="MSForms.CheckBox.FontName"> + <context kind="class">CheckBox</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::CheckBox.FontSize--> + <element type="property"> + <source id="MSForms.CheckBox.FontSize"> + <context kind="class">CheckBox</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::CheckBox.FontStrikethru--> + <element type="property"> + <source id="MSForms.CheckBox.FontStrikethru"> + <context kind="class">CheckBox</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::CheckBox.FontUnderline--> + <element type="property"> + <source id="MSForms.CheckBox.FontUnderline"> + <context kind="class">CheckBox</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::CheckBox.FontWeight--> + <element type="property"> + <source id="MSForms.CheckBox.FontWeight"> + <context kind="class">CheckBox</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::CheckBox.ForeColor--> + <element type="property"> + <source id="MSForms.CheckBox.ForeColor"> + <context kind="class">CheckBox</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--property::CheckBox.GroupName--> + <element type="property"> + <source id="MSForms.CheckBox.GroupName"> + <context kind="class">CheckBox</context> + <name>GroupName</name> + <type>String</type> + </source> + </element> + <!--method::CheckBox.KeyDown--> + <element type="method"> + <source id="MSForms.CheckBox.KeyDown"> + <context kind="class">CheckBox</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CheckBox.KeyPress--> + <element type="method"> + <source id="MSForms.CheckBox.KeyPress"> + <context kind="class">CheckBox</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CheckBox.KeyUp--> + <element type="method"> + <source id="MSForms.CheckBox.KeyUp"> + <context kind="class">CheckBox</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CheckBox.Locked--> + <element type="property"> + <source id="MSForms.CheckBox.Locked"> + <context kind="class">CheckBox</context> + <name>Locked</name> + <type>boolean</type> + </source> + </element> + <!--method::CheckBox.MouseDown--> + <element type="method"> + <source id="MSForms.CheckBox.MouseDown"> + <context kind="class">CheckBox</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CheckBox.MouseIcon--> + <element type="property"> + <source id="MSForms.CheckBox.MouseIcon"> + <context kind="class">CheckBox</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::CheckBox.MouseMove--> + <element type="method"> + <source id="MSForms.CheckBox.MouseMove"> + <context kind="class">CheckBox</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CheckBox.MousePointer--> + <element type="property"> + <source id="MSForms.CheckBox.MousePointer"> + <context kind="class">CheckBox</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::CheckBox.MouseUp--> + <element type="method"> + <source id="MSForms.CheckBox.MouseUp"> + <context kind="class">CheckBox</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CheckBox.MultiSelect--> + <element type="property"> + <source id="MSForms.CheckBox.MultiSelect"> + <context kind="class">CheckBox</context> + <name>MultiSelect</name> + <type>Integer</type> + </source> + </element> + <!--property::CheckBox.Picture--> + <element type="property"> + <source id="MSForms.CheckBox.Picture"> + <context kind="class">CheckBox</context> + <name>Picture</name> + <type>Picture</type> + </source> + </element> + <!--property::CheckBox.PicturePosition--> + <element type="property"> + <source id="MSForms.CheckBox.PicturePosition"> + <context kind="class">CheckBox</context> + <name>PicturePosition</name> + <type>Integer</type> + </source> + </element> + <!--property::CheckBox.SpecialEffect--> + <element type="property"> + <source id="MSForms.CheckBox.SpecialEffect"> + <context kind="class">CheckBox</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::CheckBox.TextAlign--> + <element type="property"> + <source id="MSForms.CheckBox.TextAlign"> + <context kind="class">CheckBox</context> + <name>TextAlign</name> + <type>Integer</type> + </source> + </element> + <!--property::CheckBox.TripleState--> + <element type="property"> + <source id="MSForms.CheckBox.TripleState"> + <context kind="class">CheckBox</context> + <name>TripleState</name> + <type>boolean</type> + </source> + </element> + <!--property::CheckBox.Valid {ReadOnly}--> + <element type="property"> + <source id="MSForms.CheckBox.Valid"> + <context kind="class">CheckBox</context> + <name>Valid</name> + <type>boolean</type> + </source> + </element> + <!--property::CheckBox.Value {Default}--> + <element type="property"> + <source id="MSForms.CheckBox.Value"> + <context kind="class">CheckBox</context> + <name default="true">Value</name> + <type>Variant</type> + </source> + </element> + <!--property::CheckBox.WordWrap--> + <element type="property"> + <source id="MSForms.CheckBox.WordWrap"> + <context kind="class">CheckBox</context> + <name>WordWrap</name> + <type>boolean</type> + </source> + </element> + <!--Class::ComboBox--> + <element type="class"> + <source id="MSForms.ComboBox"> + <name>ComboBox</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ComboBox.AddItem--> + <element type="method"> + <source id="MSForms.ComboBox.AddItem"> + <context kind="class">ComboBox</context> + <name>AddItem</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>pvargItem</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>pvargIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.AutoSize--> + <element type="property"> + <source id="MSForms.ComboBox.AutoSize"> + <context kind="class">ComboBox</context> + <name>AutoSize</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.AutoTab--> + <element type="property"> + <source id="MSForms.ComboBox.AutoTab"> + <context kind="class">ComboBox</context> + <name>AutoTab</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.AutoWordSelect--> + <element type="property"> + <source id="MSForms.ComboBox.AutoWordSelect"> + <context kind="class">ComboBox</context> + <name>AutoWordSelect</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.BackColor--> + <element type="property"> + <source id="MSForms.ComboBox.BackColor"> + <context kind="class">ComboBox</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.BackStyle--> + <element type="property"> + <source id="MSForms.ComboBox.BackStyle"> + <context kind="class">ComboBox</context> + <name>BackStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::ComboBox.BeforeDragOver--> + <element type="method"> + <source id="MSForms.ComboBox.BeforeDragOver"> + <context kind="class">ComboBox</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ComboBox.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.ComboBox.BeforeDropOrPaste"> + <context kind="class">ComboBox</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.BorderColor--> + <element type="property"> + <source id="MSForms.ComboBox.BorderColor"> + <context kind="class">ComboBox</context> + <name>BorderColor</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.BordersSuppress--> + <element type="property"> + <source id="MSForms.ComboBox.BordersSuppress"> + <context kind="class">ComboBox</context> + <name>BordersSuppress</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.BorderStyle--> + <element type="property"> + <source id="MSForms.ComboBox.BorderStyle"> + <context kind="class">ComboBox</context> + <name>BorderStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.BoundColumn--> + <element type="property"> + <source id="MSForms.ComboBox.BoundColumn"> + <context kind="class">ComboBox</context> + <name>BoundColumn</name> + <type>Variant</type> + </source> + </element> + <!--property::ComboBox.CanPaste {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.CanPaste"> + <context kind="class">ComboBox</context> + <name>CanPaste</name> + <type>boolean</type> + </source> + </element> + <!--method::ComboBox.Change--> + <element type="method"> + <source id="MSForms.ComboBox.Change"> + <context kind="class">ComboBox</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--method::ComboBox.Clear--> + <element type="method"> + <source id="MSForms.ComboBox.Clear"> + <context kind="class">ComboBox</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--method::ComboBox.Click--> + <element type="method"> + <source id="MSForms.ComboBox.Click"> + <context kind="class">ComboBox</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::ComboBox.Column--> + <element type="property"> + <source id="MSForms.ComboBox.Column"> + <context kind="class">ComboBox</context> + <name>Column</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>pvargColumn</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>pvargIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.ColumnCount--> + <element type="property"> + <source id="MSForms.ComboBox.ColumnCount"> + <context kind="class">ComboBox</context> + <name>ColumnCount</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.ColumnHeads--> + <element type="property"> + <source id="MSForms.ComboBox.ColumnHeads"> + <context kind="class">ComboBox</context> + <name>ColumnHeads</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.ColumnWidths--> + <element type="property"> + <source id="MSForms.ComboBox.ColumnWidths"> + <context kind="class">ComboBox</context> + <name>ColumnWidths</name> + <type>String</type> + </source> + </element> + <!--method::ComboBox.Copy--> + <element type="method"> + <source id="MSForms.ComboBox.Copy"> + <context kind="class">ComboBox</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--property::ComboBox.CurTargetX {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.CurTargetX"> + <context kind="class">ComboBox</context> + <name>CurTargetX</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.CurTargetY {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.CurTargetY"> + <context kind="class">ComboBox</context> + <name>CurTargetY</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.CurX--> + <element type="property"> + <source id="MSForms.ComboBox.CurX"> + <context kind="class">ComboBox</context> + <name>CurX</name> + <type>Integer</type> + </source> + </element> + <!--method::ComboBox.Cut--> + <element type="method"> + <source id="MSForms.ComboBox.Cut"> + <context kind="class">ComboBox</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--method::ComboBox.DblClick--> + <element type="method"> + <source id="MSForms.ComboBox.DblClick"> + <context kind="class">ComboBox</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.DisplayStyle {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.DisplayStyle"> + <context kind="class">ComboBox</context> + <name>DisplayStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.DragBehavior--> + <element type="property"> + <source id="MSForms.ComboBox.DragBehavior"> + <context kind="class">ComboBox</context> + <name>DragBehavior</name> + <type>Integer</type> + </source> + </element> + <!--method::ComboBox.DropButtonClick--> + <element type="method"> + <source id="MSForms.ComboBox.DropButtonClick"> + <context kind="class">ComboBox</context> + <name>DropButtonClick</name> + <type>void</type> + </source> + </element> + <!--property::ComboBox.DropButtonStyle--> + <element type="property"> + <source id="MSForms.ComboBox.DropButtonStyle"> + <context kind="class">ComboBox</context> + <name>DropButtonStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::ComboBox.DropDown--> + <element type="method"> + <source id="MSForms.ComboBox.DropDown"> + <context kind="class">ComboBox</context> + <name>DropDown</name> + <type>void</type> + </source> + </element> + <!--property::ComboBox.Enabled--> + <element type="property"> + <source id="MSForms.ComboBox.Enabled"> + <context kind="class">ComboBox</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.EnterFieldBehavior--> + <element type="property"> + <source id="MSForms.ComboBox.EnterFieldBehavior"> + <context kind="class">ComboBox</context> + <name>EnterFieldBehavior</name> + <type>Integer</type> + </source> + </element> + <!--method::ComboBox.Error--> + <element type="method"> + <source id="MSForms.ComboBox.Error"> + <context kind="class">ComboBox</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.Font"> + <context kind="class">ComboBox</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::ComboBox.FontBold--> + <element type="property"> + <source id="MSForms.ComboBox.FontBold"> + <context kind="class">ComboBox</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.FontItalic--> + <element type="property"> + <source id="MSForms.ComboBox.FontItalic"> + <context kind="class">ComboBox</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.FontName--> + <element type="property"> + <source id="MSForms.ComboBox.FontName"> + <context kind="class">ComboBox</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::ComboBox.FontSize--> + <element type="property"> + <source id="MSForms.ComboBox.FontSize"> + <context kind="class">ComboBox</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::ComboBox.FontStrikethru--> + <element type="property"> + <source id="MSForms.ComboBox.FontStrikethru"> + <context kind="class">ComboBox</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.FontUnderline--> + <element type="property"> + <source id="MSForms.ComboBox.FontUnderline"> + <context kind="class">ComboBox</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.FontWeight--> + <element type="property"> + <source id="MSForms.ComboBox.FontWeight"> + <context kind="class">ComboBox</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::ComboBox.ForeColor--> + <element type="property"> + <source id="MSForms.ComboBox.ForeColor"> + <context kind="class">ComboBox</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.HideSelection--> + <element type="property"> + <source id="MSForms.ComboBox.HideSelection"> + <context kind="class">ComboBox</context> + <name>HideSelection</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.IMEMode--> + <element type="property"> + <source id="MSForms.ComboBox.IMEMode"> + <context kind="class">ComboBox</context> + <name>IMEMode</name> + <type>Integer</type> + </source> + </element> + <!--method::ComboBox.KeyDown--> + <element type="method"> + <source id="MSForms.ComboBox.KeyDown"> + <context kind="class">ComboBox</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ComboBox.KeyPress--> + <element type="method"> + <source id="MSForms.ComboBox.KeyPress"> + <context kind="class">ComboBox</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ComboBox.KeyUp--> + <element type="method"> + <source id="MSForms.ComboBox.KeyUp"> + <context kind="class">ComboBox</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.LineCount {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.LineCount"> + <context kind="class">ComboBox</context> + <name>LineCount</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.List--> + <element type="property"> + <source id="MSForms.ComboBox.List"> + <context kind="class">ComboBox</context> + <name>List</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>pvargIndex</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>pvargColumn</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.ListCount {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.ListCount"> + <context kind="class">ComboBox</context> + <name>ListCount</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.ListCursor--> + <element type="property"> + <source id="MSForms.ComboBox.ListCursor"> + <context kind="class">ComboBox</context> + <name>ListCursor</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.ListIndex--> + <element type="property"> + <source id="MSForms.ComboBox.ListIndex"> + <context kind="class">ComboBox</context> + <name>ListIndex</name> + <type>Variant</type> + </source> + </element> + <!--property::ComboBox.ListRows--> + <element type="property"> + <source id="MSForms.ComboBox.ListRows"> + <context kind="class">ComboBox</context> + <name>ListRows</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.ListStyle--> + <element type="property"> + <source id="MSForms.ComboBox.ListStyle"> + <context kind="class">ComboBox</context> + <name>ListStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.ListWidth--> + <element type="property"> + <source id="MSForms.ComboBox.ListWidth"> + <context kind="class">ComboBox</context> + <name>ListWidth</name> + <type>Variant</type> + </source> + </element> + <!--property::ComboBox.Locked--> + <element type="property"> + <source id="MSForms.ComboBox.Locked"> + <context kind="class">ComboBox</context> + <name>Locked</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.MatchEntry--> + <element type="property"> + <source id="MSForms.ComboBox.MatchEntry"> + <context kind="class">ComboBox</context> + <name>MatchEntry</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.MatchFound {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.MatchFound"> + <context kind="class">ComboBox</context> + <name>MatchFound</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.MatchRequired--> + <element type="property"> + <source id="MSForms.ComboBox.MatchRequired"> + <context kind="class">ComboBox</context> + <name>MatchRequired</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.MaxLength--> + <element type="property"> + <source id="MSForms.ComboBox.MaxLength"> + <context kind="class">ComboBox</context> + <name>MaxLength</name> + <type>Integer</type> + </source> + </element> + <!--method::ComboBox.MouseDown--> + <element type="method"> + <source id="MSForms.ComboBox.MouseDown"> + <context kind="class">ComboBox</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.MouseIcon--> + <element type="property"> + <source id="MSForms.ComboBox.MouseIcon"> + <context kind="class">ComboBox</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::ComboBox.MouseMove--> + <element type="method"> + <source id="MSForms.ComboBox.MouseMove"> + <context kind="class">ComboBox</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.MousePointer--> + <element type="property"> + <source id="MSForms.ComboBox.MousePointer"> + <context kind="class">ComboBox</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::ComboBox.MouseUp--> + <element type="method"> + <source id="MSForms.ComboBox.MouseUp"> + <context kind="class">ComboBox</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ComboBox.Paste--> + <element type="method"> + <source id="MSForms.ComboBox.Paste"> + <context kind="class">ComboBox</context> + <name>Paste</name> + <type>void</type> + </source> + </element> + <!--method::ComboBox.RemoveItem--> + <element type="method"> + <source id="MSForms.ComboBox.RemoveItem"> + <context kind="class">ComboBox</context> + <name>RemoveItem</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>pvargIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ComboBox.SelectionMargin--> + <element type="property"> + <source id="MSForms.ComboBox.SelectionMargin"> + <context kind="class">ComboBox</context> + <name>SelectionMargin</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.SelLength--> + <element type="property"> + <source id="MSForms.ComboBox.SelLength"> + <context kind="class">ComboBox</context> + <name>SelLength</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.SelStart--> + <element type="property"> + <source id="MSForms.ComboBox.SelStart"> + <context kind="class">ComboBox</context> + <name>SelStart</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.SelText--> + <element type="property"> + <source id="MSForms.ComboBox.SelText"> + <context kind="class">ComboBox</context> + <name>SelText</name> + <type>String</type> + </source> + </element> + <!--property::ComboBox.ShowDropButtonWhen--> + <element type="property"> + <source id="MSForms.ComboBox.ShowDropButtonWhen"> + <context kind="class">ComboBox</context> + <name>ShowDropButtonWhen</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.SpecialEffect--> + <element type="property"> + <source id="MSForms.ComboBox.SpecialEffect"> + <context kind="class">ComboBox</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.Style--> + <element type="property"> + <source id="MSForms.ComboBox.Style"> + <context kind="class">ComboBox</context> + <name>Style</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.Text--> + <element type="property"> + <source id="MSForms.ComboBox.Text"> + <context kind="class">ComboBox</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--property::ComboBox.TextAlign--> + <element type="property"> + <source id="MSForms.ComboBox.TextAlign"> + <context kind="class">ComboBox</context> + <name>TextAlign</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.TextColumn--> + <element type="property"> + <source id="MSForms.ComboBox.TextColumn"> + <context kind="class">ComboBox</context> + <name>TextColumn</name> + <type>Variant</type> + </source> + </element> + <!--property::ComboBox.TextLength {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.TextLength"> + <context kind="class">ComboBox</context> + <name>TextLength</name> + <type>Integer</type> + </source> + </element> + <!--property::ComboBox.TopIndex--> + <element type="property"> + <source id="MSForms.ComboBox.TopIndex"> + <context kind="class">ComboBox</context> + <name>TopIndex</name> + <type>Variant</type> + </source> + </element> + <!--property::ComboBox.Valid {ReadOnly}--> + <element type="property"> + <source id="MSForms.ComboBox.Valid"> + <context kind="class">ComboBox</context> + <name>Valid</name> + <type>boolean</type> + </source> + </element> + <!--property::ComboBox.Value {Default}--> + <element type="property"> + <source id="MSForms.ComboBox.Value"> + <context kind="class">ComboBox</context> + <name default="true">Value</name> + <type>Variant</type> + </source> + </element> + <!--Class::CommandButton--> + <element type="class"> + <source id="MSForms.CommandButton"> + <name>CommandButton</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CommandButton.Accelerator--> + <element type="property"> + <source id="MSForms.CommandButton.Accelerator"> + <context kind="class">CommandButton</context> + <name>Accelerator</name> + <type>String</type> + </source> + </element> + <!--property::CommandButton.AutoSize--> + <element type="property"> + <source id="MSForms.CommandButton.AutoSize"> + <context kind="class">CommandButton</context> + <name>AutoSize</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandButton.BackColor--> + <element type="property"> + <source id="MSForms.CommandButton.BackColor"> + <context kind="class">CommandButton</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandButton.BackStyle--> + <element type="property"> + <source id="MSForms.CommandButton.BackStyle"> + <context kind="class">CommandButton</context> + <name>BackStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandButton.BeforeDragOver--> + <element type="method"> + <source id="MSForms.CommandButton.BeforeDragOver"> + <context kind="class">CommandButton</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandButton.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.CommandButton.BeforeDropOrPaste"> + <context kind="class">CommandButton</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandButton.Caption--> + <element type="property"> + <source id="MSForms.CommandButton.Caption"> + <context kind="class">CommandButton</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::CommandButton.Click--> + <element type="method"> + <source id="MSForms.CommandButton.Click"> + <context kind="class">CommandButton</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--method::CommandButton.DblClick--> + <element type="method"> + <source id="MSForms.CommandButton.DblClick"> + <context kind="class">CommandButton</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandButton.Enabled--> + <element type="property"> + <source id="MSForms.CommandButton.Enabled"> + <context kind="class">CommandButton</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::CommandButton.Error--> + <element type="method"> + <source id="MSForms.CommandButton.Error"> + <context kind="class">CommandButton</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandButton.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.CommandButton.Font"> + <context kind="class">CommandButton</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::CommandButton.FontBold--> + <element type="property"> + <source id="MSForms.CommandButton.FontBold"> + <context kind="class">CommandButton</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandButton.FontItalic--> + <element type="property"> + <source id="MSForms.CommandButton.FontItalic"> + <context kind="class">CommandButton</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandButton.FontName--> + <element type="property"> + <source id="MSForms.CommandButton.FontName"> + <context kind="class">CommandButton</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::CommandButton.FontSize--> + <element type="property"> + <source id="MSForms.CommandButton.FontSize"> + <context kind="class">CommandButton</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::CommandButton.FontStrikethru--> + <element type="property"> + <source id="MSForms.CommandButton.FontStrikethru"> + <context kind="class">CommandButton</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandButton.FontUnderline--> + <element type="property"> + <source id="MSForms.CommandButton.FontUnderline"> + <context kind="class">CommandButton</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandButton.FontWeight--> + <element type="property"> + <source id="MSForms.CommandButton.FontWeight"> + <context kind="class">CommandButton</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::CommandButton.ForeColor--> + <element type="property"> + <source id="MSForms.CommandButton.ForeColor"> + <context kind="class">CommandButton</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandButton.KeyDown--> + <element type="method"> + <source id="MSForms.CommandButton.KeyDown"> + <context kind="class">CommandButton</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandButton.KeyPress--> + <element type="method"> + <source id="MSForms.CommandButton.KeyPress"> + <context kind="class">CommandButton</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandButton.KeyUp--> + <element type="method"> + <source id="MSForms.CommandButton.KeyUp"> + <context kind="class">CommandButton</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandButton.Locked--> + <element type="property"> + <source id="MSForms.CommandButton.Locked"> + <context kind="class">CommandButton</context> + <name>Locked</name> + <type>boolean</type> + </source> + </element> + <!--method::CommandButton.MouseDown--> + <element type="method"> + <source id="MSForms.CommandButton.MouseDown"> + <context kind="class">CommandButton</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandButton.MouseIcon--> + <element type="property"> + <source id="MSForms.CommandButton.MouseIcon"> + <context kind="class">CommandButton</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::CommandButton.MouseMove--> + <element type="method"> + <source id="MSForms.CommandButton.MouseMove"> + <context kind="class">CommandButton</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandButton.MousePointer--> + <element type="property"> + <source id="MSForms.CommandButton.MousePointer"> + <context kind="class">CommandButton</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandButton.MouseUp--> + <element type="method"> + <source id="MSForms.CommandButton.MouseUp"> + <context kind="class">CommandButton</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandButton.Picture--> + <element type="property"> + <source id="MSForms.CommandButton.Picture"> + <context kind="class">CommandButton</context> + <name>Picture</name> + <type>Picture</type> + </source> + </element> + <!--property::CommandButton.PicturePosition--> + <element type="property"> + <source id="MSForms.CommandButton.PicturePosition"> + <context kind="class">CommandButton</context> + <name>PicturePosition</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandButton.TakeFocusOnClick--> + <element type="property"> + <source id="MSForms.CommandButton.TakeFocusOnClick"> + <context kind="class">CommandButton</context> + <name>TakeFocusOnClick</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandButton.Value {Default}--> + <element type="property"> + <source id="MSForms.CommandButton.Value"> + <context kind="class">CommandButton</context> + <name default="true">Value</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandButton.WordWrap--> + <element type="property"> + <source id="MSForms.CommandButton.WordWrap"> + <context kind="class">CommandButton</context> + <name>WordWrap</name> + <type>boolean</type> + </source> + </element> + <!--Class::Control--> + <element type="class"> + <source id="MSForms.Control"> + <name>Control</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Control.AfterUpdate--> + <element type="method"> + <source id="MSForms.Control.AfterUpdate"> + <context kind="class">Control</context> + <name>AfterUpdate</name> + <type>void</type> + </source> + </element> + <!--method::Control.BeforeUpdate--> + <element type="method"> + <source id="MSForms.Control.BeforeUpdate"> + <context kind="class">Control</context> + <name>BeforeUpdate</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Control.BoundValue--> + <element type="property"> + <source id="MSForms.Control.BoundValue"> + <context kind="class">Control</context> + <name>BoundValue</name> + <type>Variant</type> + </source> + </element> + <!--property::Control.Cancel--> + <element type="property"> + <source id="MSForms.Control.Cancel"> + <context kind="class">Control</context> + <name>Cancel</name> + <type>boolean</type> + </source> + </element> + <!--property::Control.ControlSource--> + <element type="property"> + <source id="MSForms.Control.ControlSource"> + <context kind="class">Control</context> + <name>ControlSource</name> + <type>String</type> + </source> + </element> + <!--property::Control.ControlTipText--> + <element type="property"> + <source id="MSForms.Control.ControlTipText"> + <context kind="class">Control</context> + <name>ControlTipText</name> + <type>String</type> + </source> + </element> + <!--property::Control.Default--> + <element type="property"> + <source id="MSForms.Control.Default"> + <context kind="class">Control</context> + <name>Default</name> + <type>boolean</type> + </source> + </element> + <!--method::Control.Enter--> + <element type="method"> + <source id="MSForms.Control.Enter"> + <context kind="class">Control</context> + <name>Enter</name> + <type>void</type> + </source> + </element> + <!--method::Control.Exit--> + <element type="method"> + <source id="MSForms.Control.Exit"> + <context kind="class">Control</context> + <name>Exit</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Control.Height--> + <element type="property"> + <source id="MSForms.Control.Height"> + <context kind="class">Control</context> + <name>Height</name> + <type>Single</type> + </source> + </element> + <!--property::Control.HelpContextID--> + <element type="property"> + <source id="MSForms.Control.HelpContextID"> + <context kind="class">Control</context> + <name>HelpContextID</name> + <type>Integer</type> + </source> + </element> + <!--property::Control.InSelection--> + <element type="property"> + <source id="MSForms.Control.InSelection"> + <context kind="class">Control</context> + <name>InSelection</name> + <type>boolean</type> + </source> + </element> + <!--property::Control.LayoutEffect {ReadOnly}--> + <element type="property"> + <source id="MSForms.Control.LayoutEffect"> + <context kind="class">Control</context> + <name>LayoutEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::Control.Left--> + <element type="property"> + <source id="MSForms.Control.Left"> + <context kind="class">Control</context> + <name>Left</name> + <type>Single</type> + </source> + </element> + <!--method::Control.Move--> + <element type="method"> + <source id="MSForms.Control.Move"> + <context kind="class">Control</context> + <name>Move</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Left</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Top</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Width</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Height</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Layout</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Control.Name--> + <element type="property"> + <source id="MSForms.Control.Name"> + <context kind="class">Control</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Control.Object {ReadOnly}--> + <element type="property"> + <source id="MSForms.Control.Object"> + <context kind="class">Control</context> + <name>Object</name> + <type>Object</type> + </source> + </element> + <!--property::Control.OldHeight {ReadOnly}--> + <element type="property"> + <source id="MSForms.Control.OldHeight"> + <context kind="class">Control</context> + <name>OldHeight</name> + <type>Single</type> + </source> + </element> + <!--property::Control.OldLeft {ReadOnly}--> + <element type="property"> + <source id="MSForms.Control.OldLeft"> + <context kind="class">Control</context> + <name>OldLeft</name> + <type>Single</type> + </source> + </element> + <!--property::Control.OldTop {ReadOnly}--> + <element type="property"> + <source id="MSForms.Control.OldTop"> + <context kind="class">Control</context> + <name>OldTop</name> + <type>Single</type> + </source> + </element> + <!--property::Control.OldWidth {ReadOnly}--> + <element type="property"> + <source id="MSForms.Control.OldWidth"> + <context kind="class">Control</context> + <name>OldWidth</name> + <type>Single</type> + </source> + </element> + <!--property::Control.Parent {ReadOnly}--> + <element type="property"> + <source id="MSForms.Control.Parent"> + <context kind="class">Control</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Control.RowSource--> + <element type="property"> + <source id="MSForms.Control.RowSource"> + <context kind="class">Control</context> + <name>RowSource</name> + <type>String</type> + </source> + </element> + <!--property::Control.RowSourceType--> + <element type="property"> + <source id="MSForms.Control.RowSourceType"> + <context kind="class">Control</context> + <name>RowSourceType</name> + <type>short</type> + </source> + </element> + <!--method::Control.Select--> + <element type="method"> + <source id="MSForms.Control.Select"> + <context kind="class">Control</context> + <name>Select</name> + <type>void</type> + <parameter-list> + <parameter> + <type>boolean</type> + <name>SelectInGroup</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Control.SetFocus--> + <element type="method"> + <source id="MSForms.Control.SetFocus"> + <context kind="class">Control</context> + <name>SetFocus</name> + <type>void</type> + </source> + </element> + <!--property::Control.TabIndex--> + <element type="property"> + <source id="MSForms.Control.TabIndex"> + <context kind="class">Control</context> + <name>TabIndex</name> + <type>short</type> + </source> + </element> + <!--property::Control.TabStop--> + <element type="property"> + <source id="MSForms.Control.TabStop"> + <context kind="class">Control</context> + <name>TabStop</name> + <type>boolean</type> + </source> + </element> + <!--property::Control.Tag--> + <element type="property"> + <source id="MSForms.Control.Tag"> + <context kind="class">Control</context> + <name>Tag</name> + <type>String</type> + </source> + </element> + <!--property::Control.Top--> + <element type="property"> + <source id="MSForms.Control.Top"> + <context kind="class">Control</context> + <name>Top</name> + <type>Single</type> + </source> + </element> + <!--property::Control.Visible--> + <element type="property"> + <source id="MSForms.Control.Visible"> + <context kind="class">Control</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--property::Control.Width--> + <element type="property"> + <source id="MSForms.Control.Width"> + <context kind="class">Control</context> + <name>Width</name> + <type>Single</type> + </source> + </element> + <!--method::Control.ZOrder--> + <element type="method"> + <source id="MSForms.Control.ZOrder"> + <context kind="class">Control</context> + <name>ZOrder</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>zPosition</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::Controls--> + <element type="class"> + <source id="MSForms.Controls"> + <name>Controls</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Controls.Add--> + <element type="method"> + <source id="MSForms.Controls.Add"> + <context kind="class">Controls</context> + <name>Add</name> + <type>Control</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrProgID</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Name</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Visible</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Controls.AlignToGrid--> + <element type="method"> + <source id="MSForms.Controls.AlignToGrid"> + <context kind="class">Controls</context> + <name>AlignToGrid</name> + <type>void</type> + </source> + </element> + <!--method::Controls.BringForward--> + <element type="method"> + <source id="MSForms.Controls.BringForward"> + <context kind="class">Controls</context> + <name>BringForward</name> + <type>void</type> + </source> + </element> + <!--method::Controls.BringToFront--> + <element type="method"> + <source id="MSForms.Controls.BringToFront"> + <context kind="class">Controls</context> + <name>BringToFront</name> + <type>void</type> + </source> + </element> + <!--method::Controls.Clear--> + <element type="method"> + <source id="MSForms.Controls.Clear"> + <context kind="class">Controls</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--method::Controls.Copy--> + <element type="method"> + <source id="MSForms.Controls.Copy"> + <context kind="class">Controls</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--property::Controls.Count {ReadOnly}--> + <element type="property"> + <source id="MSForms.Controls.Count"> + <context kind="class">Controls</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Controls.Cut--> + <element type="method"> + <source id="MSForms.Controls.Cut"> + <context kind="class">Controls</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--method::Controls.Enum--> + <element type="method"> + <source id="MSForms.Controls.Enum"> + <context kind="class">Controls</context> + <name>Enum</name> + <type>IUnknown</type> + </source> + </element> + <!--method::Controls.Item {Default}--> + <element type="method"> + <source id="MSForms.Controls.Item"> + <context kind="class">Controls</context> + <name default="true">Item</name> + <type>Control</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varg</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Controls.Move--> + <element type="method"> + <source id="MSForms.Controls.Move"> + <context kind="class">Controls</context> + <name>Move</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>cx</name> + </parameter> + <parameter> + <type>Single</type> + <name>cy</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Controls.Remove--> + <element type="method"> + <source id="MSForms.Controls.Remove"> + <context kind="class">Controls</context> + <name>Remove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varg</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Controls.SelectAll--> + <element type="method"> + <source id="MSForms.Controls.SelectAll"> + <context kind="class">Controls</context> + <name>SelectAll</name> + <type>void</type> + </source> + </element> + <!--method::Controls.SendBackward--> + <element type="method"> + <source id="MSForms.Controls.SendBackward"> + <context kind="class">Controls</context> + <name>SendBackward</name> + <type>void</type> + </source> + </element> + <!--method::Controls.SendToBack--> + <element type="method"> + <source id="MSForms.Controls.SendToBack"> + <context kind="class">Controls</context> + <name>SendToBack</name> + <type>void</type> + </source> + </element> + <!--Class::DataObject--> + <element type="class"> + <source id="MSForms.DataObject"> + <name>DataObject</name> + </source> + <destination designation="identity" /> + </element> + <!--method::DataObject.Clear--> + <element type="method"> + <source id="MSForms.DataObject.Clear"> + <context kind="class">DataObject</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--method::DataObject.GetFormat--> + <element type="method"> + <source id="MSForms.DataObject.GetFormat"> + <context kind="class">DataObject</context> + <name>GetFormat</name> + <type>boolean</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Format</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::DataObject.GetFromClipboard--> + <element type="method"> + <source id="MSForms.DataObject.GetFromClipboard"> + <context kind="class">DataObject</context> + <name>GetFromClipboard</name> + <type>void</type> + </source> + </element> + <!--method::DataObject.GetText--> + <element type="method"> + <source id="MSForms.DataObject.GetText"> + <context kind="class">DataObject</context> + <name>GetText</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Format</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::DataObject.PutInClipboard--> + <element type="method"> + <source id="MSForms.DataObject.PutInClipboard"> + <context kind="class">DataObject</context> + <name>PutInClipboard</name> + <type>void</type> + </source> + </element> + <!--method::DataObject.SetText--> + <element type="method"> + <source id="MSForms.DataObject.SetText"> + <context kind="class">DataObject</context> + <name>SetText</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Text</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Format</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::DataObject.StartDrag--> + <element type="method"> + <source id="MSForms.DataObject.StartDrag"> + <context kind="class">DataObject</context> + <name>StartDrag</name> + <type>Integer</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>OKEffect</name> + </parameter> + </parameter-list> + </source> + </element> + <!--enum::fmAction {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmAction"> + <name>fmAction</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmActionCopy {Constant}--> + <element type="constant"> + <source id="MSForms.fmAction.fmActionCopy"> + <context kind="enumeration">fmAction</context> + <name>fmActionCopy</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmActionCut {Constant}--> + <element type="constant"> + <source id="MSForms.fmAction.fmActionCut"> + <context kind="enumeration">fmAction</context> + <name>fmActionCut</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmActionDragDrop {Constant}--> + <element type="constant"> + <source id="MSForms.fmAction.fmActionDragDrop"> + <context kind="enumeration">fmAction</context> + <name>fmActionDragDrop</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmActionPaste {Constant}--> + <element type="constant"> + <source id="MSForms.fmAction.fmActionPaste"> + <context kind="enumeration">fmAction</context> + <name>fmActionPaste</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmAlignment {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmAlignment"> + <name>fmAlignment</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmAlignmentLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmAlignment.fmAlignmentLeft"> + <context kind="enumeration">fmAlignment</context> + <name>fmAlignmentLeft</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmAlignmentRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmAlignment.fmAlignmentRight"> + <context kind="enumeration">fmAlignment</context> + <name>fmAlignmentRight</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBackStyle {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmBackStyle"> + <name>fmBackStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBackStyleOpaque {Constant}--> + <element type="constant"> + <source id="MSForms.fmBackStyle.fmBackStyleOpaque"> + <context kind="enumeration">fmBackStyle</context> + <name>fmBackStyleOpaque</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBackStyleTransparent {Constant}--> + <element type="constant"> + <source id="MSForms.fmBackStyle.fmBackStyleTransparent"> + <context kind="enumeration">fmBackStyle</context> + <name>fmBackStyleTransparent</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBorders {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmBorders"> + <name>fmBorders</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBordersBox {Constant}--> + <element type="constant"> + <source id="MSForms.fmBorders.fmBordersBox"> + <context kind="enumeration">fmBorders</context> + <name>fmBordersBox</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBordersLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmBorders.fmBordersLeft"> + <context kind="enumeration">fmBorders</context> + <name>fmBordersLeft</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBordersNone {Constant}--> + <element type="constant"> + <source id="MSForms.fmBorders.fmBordersNone"> + <context kind="enumeration">fmBorders</context> + <name>fmBordersNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBordersTop {Constant}--> + <element type="constant"> + <source id="MSForms.fmBorders.fmBordersTop"> + <context kind="enumeration">fmBorders</context> + <name>fmBordersTop</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBorderStyle {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmBorderStyle"> + <name>fmBorderStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBorderStyleNone {Constant}--> + <element type="constant"> + <source id="MSForms.fmBorderStyle.fmBorderStyleNone"> + <context kind="enumeration">fmBorderStyle</context> + <name>fmBorderStyleNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmBorderStyleSingle {Constant}--> + <element type="constant"> + <source id="MSForms.fmBorderStyle.fmBorderStyleSingle"> + <context kind="enumeration">fmBorderStyle</context> + <name>fmBorderStyleSingle</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmButtonEffect {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmButtonEffect"> + <name>fmButtonEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmButtonEffectFlat {Constant}--> + <element type="constant"> + <source id="MSForms.fmButtonEffect.fmButtonEffectFlat"> + <context kind="enumeration">fmButtonEffect</context> + <name>fmButtonEffectFlat</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmButtonEffectSunken {Constant}--> + <element type="constant"> + <source id="MSForms.fmButtonEffect.fmButtonEffectSunken"> + <context kind="enumeration">fmButtonEffect</context> + <name>fmButtonEffectSunken</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmButtonStyle {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmButtonStyle"> + <name>fmButtonStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmButtonStylePushButton {Constant}--> + <element type="constant"> + <source id="MSForms.fmButtonStyle.fmButtonStylePushButton"> + <context kind="enumeration">fmButtonStyle</context> + <name>fmButtonStylePushButton</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmButtonStyleToggleButton {Constant}--> + <element type="constant"> + <source id="MSForms.fmButtonStyle.fmButtonStyleToggleButton"> + <context kind="enumeration">fmButtonStyle</context> + <name>fmButtonStyleToggleButton</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmCycle {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmCycle"> + <name>fmCycle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmCycleAllForms {Constant}--> + <element type="constant"> + <source id="MSForms.fmCycle.fmCycleAllForms"> + <context kind="enumeration">fmCycle</context> + <name>fmCycleAllForms</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmCycleCurrentForm {Constant}--> + <element type="constant"> + <source id="MSForms.fmCycle.fmCycleCurrentForm"> + <context kind="enumeration">fmCycle</context> + <name>fmCycleCurrentForm</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDisplayStyle {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmDisplayStyle"> + <name>fmDisplayStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDisplayStyleCheckBox {Constant}--> + <element type="constant"> + <source id="MSForms.fmDisplayStyle.fmDisplayStyleCheckBox"> + <context kind="enumeration">fmDisplayStyle</context> + <name>fmDisplayStyleCheckBox</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDisplayStyleCombo {Constant}--> + <element type="constant"> + <source id="MSForms.fmDisplayStyle.fmDisplayStyleCombo"> + <context kind="enumeration">fmDisplayStyle</context> + <name>fmDisplayStyleCombo</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDisplayStyleDropList {Constant}--> + <element type="constant"> + <source id="MSForms.fmDisplayStyle.fmDisplayStyleDropList"> + <context kind="enumeration">fmDisplayStyle</context> + <name>fmDisplayStyleDropList</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDisplayStyleList {Constant}--> + <element type="constant"> + <source id="MSForms.fmDisplayStyle.fmDisplayStyleList"> + <context kind="enumeration">fmDisplayStyle</context> + <name>fmDisplayStyleList</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDisplayStyleOptionButton {Constant}--> + <element type="constant"> + <source id="MSForms.fmDisplayStyle.fmDisplayStyleOptionButton"> + <context kind="enumeration">fmDisplayStyle</context> + <name>fmDisplayStyleOptionButton</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDisplayStyleText {Constant}--> + <element type="constant"> + <source id="MSForms.fmDisplayStyle.fmDisplayStyleText"> + <context kind="enumeration">fmDisplayStyle</context> + <name>fmDisplayStyleText</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDisplayStyleToggle {Constant}--> + <element type="constant"> + <source id="MSForms.fmDisplayStyle.fmDisplayStyleToggle"> + <context kind="enumeration">fmDisplayStyle</context> + <name>fmDisplayStyleToggle</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDragBehavior {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmDragBehavior"> + <name>fmDragBehavior</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDragBehaviorDisabled {Constant}--> + <element type="constant"> + <source id="MSForms.fmDragBehavior.fmDragBehaviorDisabled"> + <context kind="enumeration">fmDragBehavior</context> + <name>fmDragBehaviorDisabled</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDragBehaviorEnabled {Constant}--> + <element type="constant"> + <source id="MSForms.fmDragBehavior.fmDragBehaviorEnabled"> + <context kind="enumeration">fmDragBehavior</context> + <name>fmDragBehaviorEnabled</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDragState {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmDragState"> + <name>fmDragState</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDragStateEnter {Constant}--> + <element type="constant"> + <source id="MSForms.fmDragState.fmDragStateEnter"> + <context kind="enumeration">fmDragState</context> + <name>fmDragStateEnter</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDragStateLeave {Constant}--> + <element type="constant"> + <source id="MSForms.fmDragState.fmDragStateLeave"> + <context kind="enumeration">fmDragState</context> + <name>fmDragStateLeave</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDragStateOver {Constant}--> + <element type="constant"> + <source id="MSForms.fmDragState.fmDragStateOver"> + <context kind="enumeration">fmDragState</context> + <name>fmDragStateOver</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropButtonStyle {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmDropButtonStyle"> + <name>fmDropButtonStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropButtonStyleArrow {Constant}--> + <element type="constant"> + <source id="MSForms.fmDropButtonStyle.fmDropButtonStyleArrow"> + <context kind="enumeration">fmDropButtonStyle</context> + <name>fmDropButtonStyleArrow</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropButtonStyleEllipsis {Constant}--> + <element type="constant"> + <source id="MSForms.fmDropButtonStyle.fmDropButtonStyleEllipsis"> + <context kind="enumeration">fmDropButtonStyle</context> + <name>fmDropButtonStyleEllipsis</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropButtonStylePlain {Constant}--> + <element type="constant"> + <source id="MSForms.fmDropButtonStyle.fmDropButtonStylePlain"> + <context kind="enumeration">fmDropButtonStyle</context> + <name>fmDropButtonStylePlain</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropButtonStyleReduce {Constant}--> + <element type="constant"> + <source id="MSForms.fmDropButtonStyle.fmDropButtonStyleReduce"> + <context kind="enumeration">fmDropButtonStyle</context> + <name>fmDropButtonStyleReduce</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropEffect {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmDropEffect"> + <name>fmDropEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropEffectCopy {Constant}--> + <element type="constant"> + <source id="MSForms.fmDropEffect.fmDropEffectCopy"> + <context kind="enumeration">fmDropEffect</context> + <name>fmDropEffectCopy</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropEffectCopyOrMove {Constant}--> + <element type="constant"> + <source id="MSForms.fmDropEffect.fmDropEffectCopyOrMove"> + <context kind="enumeration">fmDropEffect</context> + <name>fmDropEffectCopyOrMove</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropEffectMove {Constant}--> + <element type="constant"> + <source id="MSForms.fmDropEffect.fmDropEffectMove"> + <context kind="enumeration">fmDropEffect</context> + <name>fmDropEffectMove</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmDropEffectNone {Constant}--> + <element type="constant"> + <source id="MSForms.fmDropEffect.fmDropEffectNone"> + <context kind="enumeration">fmDropEffect</context> + <name>fmDropEffectNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmEnAutoSize {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmEnAutoSize"> + <name>fmEnAutoSize</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmEnterFieldBehavior {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmEnterFieldBehavior"> + <name>fmEnterFieldBehavior</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmEnterFieldBehaviorRecallSelection {Constant}--> + <element type="constant"> + <source id="MSForms.fmEnterFieldBehavior.fmEnterFieldBehaviorRecallSelection"> + <context kind="enumeration">fmEnterFieldBehavior</context> + <name>fmEnterFieldBehaviorRecallSelection</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmEnterFieldBehaviorSelectAll {Constant}--> + <element type="constant"> + <source id="MSForms.fmEnterFieldBehavior.fmEnterFieldBehaviorSelectAll"> + <context kind="enumeration">fmEnterFieldBehavior</context> + <name>fmEnterFieldBehaviorSelectAll</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEMode {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmIMEMode"> + <name>fmIMEMode</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeAlpha {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeAlpha"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeAlpha</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeAlphaFull {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeAlphaFull"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeAlphaFull</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeDisable {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeDisable"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeDisable</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeHangul {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeHangul"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeHangul</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeHangulFull {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeHangulFull"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeHangulFull</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeHanzi {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeHanzi"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeHanzi</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeHanziFull {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeHanziFull"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeHanziFull</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeHiragana {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeHiragana"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeHiragana</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeKatakana {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeKatakana"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeKatakana</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeKatakanaHalf {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeKatakanaHalf"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeKatakanaHalf</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeNoControl {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeNoControl"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeNoControl</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeOff {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeOff"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeOff</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmIMEModeOn {Constant}--> + <element type="constant"> + <source id="MSForms.fmIMEMode.fmIMEModeOn"> + <context kind="enumeration">fmIMEMode</context> + <name>fmIMEModeOn</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmLayoutEffect {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmLayoutEffect"> + <name>fmLayoutEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmLayoutEffectInitiate {Constant}--> + <element type="constant"> + <source id="MSForms.fmLayoutEffect.fmLayoutEffectInitiate"> + <context kind="enumeration">fmLayoutEffect</context> + <name>fmLayoutEffectInitiate</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmLayoutEffectNone {Constant}--> + <element type="constant"> + <source id="MSForms.fmLayoutEffect.fmLayoutEffectNone"> + <context kind="enumeration">fmLayoutEffect</context> + <name>fmLayoutEffectNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmListBoxStyles {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmListBoxStyles"> + <name>fmListBoxStyles</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmListStyle {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmListStyle"> + <name>fmListStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmListStyleOption {Constant}--> + <element type="constant"> + <source id="MSForms.fmListStyle.fmListStyleOption"> + <context kind="enumeration">fmListStyle</context> + <name>fmListStyleOption</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmListStylePlain {Constant}--> + <element type="constant"> + <source id="MSForms.fmListStyle.fmListStylePlain"> + <context kind="enumeration">fmListStyle</context> + <name>fmListStylePlain</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMatchEntry {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmMatchEntry"> + <name>fmMatchEntry</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMatchEntryComplete {Constant}--> + <element type="constant"> + <source id="MSForms.fmMatchEntry.fmMatchEntryComplete"> + <context kind="enumeration">fmMatchEntry</context> + <name>fmMatchEntryComplete</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMatchEntryFirstLetter {Constant}--> + <element type="constant"> + <source id="MSForms.fmMatchEntry.fmMatchEntryFirstLetter"> + <context kind="enumeration">fmMatchEntry</context> + <name>fmMatchEntryFirstLetter</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMatchEntryNone {Constant}--> + <element type="constant"> + <source id="MSForms.fmMatchEntry.fmMatchEntryNone"> + <context kind="enumeration">fmMatchEntry</context> + <name>fmMatchEntryNone</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMode {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmMode"> + <name>fmMode</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmModeInherit {Constant}--> + <element type="constant"> + <source id="MSForms.fmMode.fmModeInherit"> + <context kind="enumeration">fmMode</context> + <name>fmModeInherit</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmModeOff {Constant}--> + <element type="constant"> + <source id="MSForms.fmMode.fmModeOff"> + <context kind="enumeration">fmMode</context> + <name>fmModeOff</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmModeOn {Constant}--> + <element type="constant"> + <source id="MSForms.fmMode.fmModeOn"> + <context kind="enumeration">fmMode</context> + <name>fmModeOn</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointer {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmMousePointer"> + <name>fmMousePointer</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerAppStarting {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerAppStarting"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerAppStarting</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerArrow {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerArrow"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerArrow</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerCross {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerCross"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerCross</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerCustom {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerCustom"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerCustom</name> + <value>99</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerDefault {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerDefault"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerDefault</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerHelp {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerHelp"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerHelp</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerHourGlass {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerHourGlass"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerHourGlass</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerIBeam {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerIBeam"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerIBeam</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerNoDrop {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerNoDrop"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerNoDrop</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerSizeAll {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerSizeAll"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerSizeAll</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerSizeNESW {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerSizeNESW"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerSizeNESW</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerSizeNS {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerSizeNS"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerSizeNS</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerSizeNWSE {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerSizeNWSE"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerSizeNWSE</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerSizeWE {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerSizeWE"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerSizeWE</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMousePointerUpArrow {Constant}--> + <element type="constant"> + <source id="MSForms.fmMousePointer.fmMousePointerUpArrow"> + <context kind="enumeration">fmMousePointer</context> + <name>fmMousePointerUpArrow</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMultiSelect {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmMultiSelect"> + <name>fmMultiSelect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMultiSelectExtended {Constant}--> + <element type="constant"> + <source id="MSForms.fmMultiSelect.fmMultiSelectExtended"> + <context kind="enumeration">fmMultiSelect</context> + <name>fmMultiSelectExtended</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMultiSelectMulti {Constant}--> + <element type="constant"> + <source id="MSForms.fmMultiSelect.fmMultiSelectMulti"> + <context kind="enumeration">fmMultiSelect</context> + <name>fmMultiSelectMulti</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmMultiSelectSingle {Constant}--> + <element type="constant"> + <source id="MSForms.fmMultiSelect.fmMultiSelectSingle"> + <context kind="enumeration">fmMultiSelect</context> + <name>fmMultiSelectSingle</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmOrientation {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmOrientation"> + <name>fmOrientation</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmOrientationAuto {Constant}--> + <element type="constant"> + <source id="MSForms.fmOrientation.fmOrientationAuto"> + <context kind="enumeration">fmOrientation</context> + <name>fmOrientationAuto</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmOrientationHorizontal {Constant}--> + <element type="constant"> + <source id="MSForms.fmOrientation.fmOrientationHorizontal"> + <context kind="enumeration">fmOrientation</context> + <name>fmOrientationHorizontal</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmOrientationVertical {Constant}--> + <element type="constant"> + <source id="MSForms.fmOrientation.fmOrientationVertical"> + <context kind="enumeration">fmOrientation</context> + <name>fmOrientationVertical</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPosition {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmPicPosition"> + <name>fmPicPosition</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPositionBottomCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicPosition.fmPicPositionBottomCenter"> + <context kind="enumeration">fmPicPosition</context> + <name>fmPicPositionBottomCenter</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPositionBottomLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicPosition.fmPicPositionBottomLeft"> + <context kind="enumeration">fmPicPosition</context> + <name>fmPicPositionBottomLeft</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPositionBottomRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicPosition.fmPicPositionBottomRight"> + <context kind="enumeration">fmPicPosition</context> + <name>fmPicPositionBottomRight</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPositionCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicPosition.fmPicPositionCenter"> + <context kind="enumeration">fmPicPosition</context> + <name>fmPicPositionCenter</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPositionCenterLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicPosition.fmPicPositionCenterLeft"> + <context kind="enumeration">fmPicPosition</context> + <name>fmPicPositionCenterLeft</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPositionCenterRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicPosition.fmPicPositionCenterRight"> + <context kind="enumeration">fmPicPosition</context> + <name>fmPicPositionCenterRight</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPositionTopCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicPosition.fmPicPositionTopCenter"> + <context kind="enumeration">fmPicPosition</context> + <name>fmPicPositionTopCenter</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPositionTopLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicPosition.fmPicPositionTopLeft"> + <context kind="enumeration">fmPicPosition</context> + <name>fmPicPositionTopLeft</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicPositionTopRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicPosition.fmPicPositionTopRight"> + <context kind="enumeration">fmPicPosition</context> + <name>fmPicPositionTopRight</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureAlignment {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmPictureAlignment"> + <name>fmPictureAlignment</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureAlignmentBottomLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmPictureAlignment.fmPictureAlignmentBottomLeft"> + <context kind="enumeration">fmPictureAlignment</context> + <name>fmPictureAlignmentBottomLeft</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureAlignmentBottomRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmPictureAlignment.fmPictureAlignmentBottomRight"> + <context kind="enumeration">fmPictureAlignment</context> + <name>fmPictureAlignmentBottomRight</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureAlignmentCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmPictureAlignment.fmPictureAlignmentCenter"> + <context kind="enumeration">fmPictureAlignment</context> + <name>fmPictureAlignmentCenter</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureAlignmentTopLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmPictureAlignment.fmPictureAlignmentTopLeft"> + <context kind="enumeration">fmPictureAlignment</context> + <name>fmPictureAlignmentTopLeft</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureAlignmentTopRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmPictureAlignment.fmPictureAlignmentTopRight"> + <context kind="enumeration">fmPictureAlignment</context> + <name>fmPictureAlignmentTopRight</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePosition {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmPicturePosition"> + <name>fmPicturePosition</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionAboveCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionAboveCenter"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionAboveCenter</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionAboveLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionAboveLeft"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionAboveLeft</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionAboveRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionAboveRight"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionAboveRight</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionBelowCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionBelowCenter"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionBelowCenter</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionBelowLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionBelowLeft"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionBelowLeft</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionBelowRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionBelowRight"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionBelowRight</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionCenter"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionCenter</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionLeftBottom {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionLeftBottom"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionLeftBottom</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionLeftCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionLeftCenter"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionLeftCenter</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionLeftTop {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionLeftTop"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionLeftTop</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionRightBottom {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionRightBottom"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionRightBottom</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionRightCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionRightCenter"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionRightCenter</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPicturePositionRightTop {Constant}--> + <element type="constant"> + <source id="MSForms.fmPicturePosition.fmPicturePositionRightTop"> + <context kind="enumeration">fmPicturePosition</context> + <name>fmPicturePositionRightTop</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureSizeMode {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmPictureSizeMode"> + <name>fmPictureSizeMode</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureSizeModeClip {Constant}--> + <element type="constant"> + <source id="MSForms.fmPictureSizeMode.fmPictureSizeModeClip"> + <context kind="enumeration">fmPictureSizeMode</context> + <name>fmPictureSizeModeClip</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureSizeModeStretch {Constant}--> + <element type="constant"> + <source id="MSForms.fmPictureSizeMode.fmPictureSizeModeStretch"> + <context kind="enumeration">fmPictureSizeMode</context> + <name>fmPictureSizeModeStretch</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmPictureSizeModeZoom {Constant}--> + <element type="constant"> + <source id="MSForms.fmPictureSizeMode.fmPictureSizeModeZoom"> + <context kind="enumeration">fmPictureSizeMode</context> + <name>fmPictureSizeModeZoom</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmRepeatDirection {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmRepeatDirection"> + <name>fmRepeatDirection</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollAction {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmScrollAction"> + <name>fmScrollAction</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionBegin {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionBegin"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionBegin</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionControlRequest {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionControlRequest"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionControlRequest</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionEnd {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionEnd"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionEnd</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionFocusRequest {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionFocusRequest"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionFocusRequest</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionLineDown {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionLineDown"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionLineDown</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionLineUp {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionLineUp"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionLineUp</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionNoChange {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionNoChange"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionNoChange</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionPageDown {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionPageDown"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionPageDown</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionPageUp {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionPageUp"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionPageUp</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollActionPropertyChange {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollAction.fmScrollActionPropertyChange"> + <context kind="enumeration">fmScrollAction</context> + <name>fmScrollActionPropertyChange</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollBars {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmScrollBars"> + <name>fmScrollBars</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollBarsBoth {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollBars.fmScrollBarsBoth"> + <context kind="enumeration">fmScrollBars</context> + <name>fmScrollBarsBoth</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollBarsHorizontal {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollBars.fmScrollBarsHorizontal"> + <context kind="enumeration">fmScrollBars</context> + <name>fmScrollBarsHorizontal</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollBarsNone {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollBars.fmScrollBarsNone"> + <context kind="enumeration">fmScrollBars</context> + <name>fmScrollBarsNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmScrollBarsVertical {Constant}--> + <element type="constant"> + <source id="MSForms.fmScrollBars.fmScrollBarsVertical"> + <context kind="enumeration">fmScrollBars</context> + <name>fmScrollBarsVertical</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmShowDropButtonWhen {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmShowDropButtonWhen"> + <name>fmShowDropButtonWhen</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmShowDropButtonWhenAlways {Constant}--> + <element type="constant"> + <source id="MSForms.fmShowDropButtonWhen.fmShowDropButtonWhenAlways"> + <context kind="enumeration">fmShowDropButtonWhen</context> + <name>fmShowDropButtonWhenAlways</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmShowDropButtonWhenFocus {Constant}--> + <element type="constant"> + <source id="MSForms.fmShowDropButtonWhen.fmShowDropButtonWhenFocus"> + <context kind="enumeration">fmShowDropButtonWhen</context> + <name>fmShowDropButtonWhenFocus</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmShowDropButtonWhenNever {Constant}--> + <element type="constant"> + <source id="MSForms.fmShowDropButtonWhen.fmShowDropButtonWhenNever"> + <context kind="enumeration">fmShowDropButtonWhen</context> + <name>fmShowDropButtonWhenNever</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmShowListWhen {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmShowListWhen"> + <name>fmShowListWhen</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmShowListWhenAlways {Constant}--> + <element type="constant"> + <source id="MSForms.fmShowListWhen.fmShowListWhenAlways"> + <context kind="enumeration">fmShowListWhen</context> + <name>fmShowListWhenAlways</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmShowListWhenButton {Constant}--> + <element type="constant"> + <source id="MSForms.fmShowListWhen.fmShowListWhenButton"> + <context kind="enumeration">fmShowListWhen</context> + <name>fmShowListWhenButton</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmShowListWhenFocus {Constant}--> + <element type="constant"> + <source id="MSForms.fmShowListWhen.fmShowListWhenFocus"> + <context kind="enumeration">fmShowListWhen</context> + <name>fmShowListWhenFocus</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmShowListWhenNever {Constant}--> + <element type="constant"> + <source id="MSForms.fmShowListWhen.fmShowListWhenNever"> + <context kind="enumeration">fmShowListWhen</context> + <name>fmShowListWhenNever</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPoint {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmSnapPoint"> + <name>fmSnapPoint</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPointBottomCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmSnapPoint.fmSnapPointBottomCenter"> + <context kind="enumeration">fmSnapPoint</context> + <name>fmSnapPointBottomCenter</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPointBottomLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmSnapPoint.fmSnapPointBottomLeft"> + <context kind="enumeration">fmSnapPoint</context> + <name>fmSnapPointBottomLeft</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPointBottomRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmSnapPoint.fmSnapPointBottomRight"> + <context kind="enumeration">fmSnapPoint</context> + <name>fmSnapPointBottomRight</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPointCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmSnapPoint.fmSnapPointCenter"> + <context kind="enumeration">fmSnapPoint</context> + <name>fmSnapPointCenter</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPointCenterLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmSnapPoint.fmSnapPointCenterLeft"> + <context kind="enumeration">fmSnapPoint</context> + <name>fmSnapPointCenterLeft</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPointCenterRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmSnapPoint.fmSnapPointCenterRight"> + <context kind="enumeration">fmSnapPoint</context> + <name>fmSnapPointCenterRight</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPointTopCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmSnapPoint.fmSnapPointTopCenter"> + <context kind="enumeration">fmSnapPoint</context> + <name>fmSnapPointTopCenter</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPointTopLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmSnapPoint.fmSnapPointTopLeft"> + <context kind="enumeration">fmSnapPoint</context> + <name>fmSnapPointTopLeft</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSnapPointTopRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmSnapPoint.fmSnapPointTopRight"> + <context kind="enumeration">fmSnapPoint</context> + <name>fmSnapPointTopRight</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSpecialEffect {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmSpecialEffect"> + <name>fmSpecialEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSpecialEffectBump {Constant}--> + <element type="constant"> + <source id="MSForms.fmSpecialEffect.fmSpecialEffectBump"> + <context kind="enumeration">fmSpecialEffect</context> + <name>fmSpecialEffectBump</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSpecialEffectEtched {Constant}--> + <element type="constant"> + <source id="MSForms.fmSpecialEffect.fmSpecialEffectEtched"> + <context kind="enumeration">fmSpecialEffect</context> + <name>fmSpecialEffectEtched</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSpecialEffectFlat {Constant}--> + <element type="constant"> + <source id="MSForms.fmSpecialEffect.fmSpecialEffectFlat"> + <context kind="enumeration">fmSpecialEffect</context> + <name>fmSpecialEffectFlat</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSpecialEffectRaised {Constant}--> + <element type="constant"> + <source id="MSForms.fmSpecialEffect.fmSpecialEffectRaised"> + <context kind="enumeration">fmSpecialEffect</context> + <name>fmSpecialEffectRaised</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmSpecialEffectSunken {Constant}--> + <element type="constant"> + <source id="MSForms.fmSpecialEffect.fmSpecialEffectSunken"> + <context kind="enumeration">fmSpecialEffect</context> + <name>fmSpecialEffectSunken</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmStyle {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmStyle"> + <name>fmStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmStyleDropDownCombo {Constant}--> + <element type="constant"> + <source id="MSForms.fmStyle.fmStyleDropDownCombo"> + <context kind="enumeration">fmStyle</context> + <name>fmStyleDropDownCombo</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmStyleDropDownList {Constant}--> + <element type="constant"> + <source id="MSForms.fmStyle.fmStyleDropDownList"> + <context kind="enumeration">fmStyle</context> + <name>fmStyleDropDownList</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTabOrientation {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmTabOrientation"> + <name>fmTabOrientation</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTabOrientationBottom {Constant}--> + <element type="constant"> + <source id="MSForms.fmTabOrientation.fmTabOrientationBottom"> + <context kind="enumeration">fmTabOrientation</context> + <name>fmTabOrientationBottom</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTabOrientationLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmTabOrientation.fmTabOrientationLeft"> + <context kind="enumeration">fmTabOrientation</context> + <name>fmTabOrientationLeft</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTabOrientationRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmTabOrientation.fmTabOrientationRight"> + <context kind="enumeration">fmTabOrientation</context> + <name>fmTabOrientationRight</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTabOrientationTop {Constant}--> + <element type="constant"> + <source id="MSForms.fmTabOrientation.fmTabOrientationTop"> + <context kind="enumeration">fmTabOrientation</context> + <name>fmTabOrientationTop</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTabStyle {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmTabStyle"> + <name>fmTabStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTabStyleButtons {Constant}--> + <element type="constant"> + <source id="MSForms.fmTabStyle.fmTabStyleButtons"> + <context kind="enumeration">fmTabStyle</context> + <name>fmTabStyleButtons</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTabStyleNone {Constant}--> + <element type="constant"> + <source id="MSForms.fmTabStyle.fmTabStyleNone"> + <context kind="enumeration">fmTabStyle</context> + <name>fmTabStyleNone</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTabStyleTabs {Constant}--> + <element type="constant"> + <source id="MSForms.fmTabStyle.fmTabStyleTabs"> + <context kind="enumeration">fmTabStyle</context> + <name>fmTabStyleTabs</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTextAlign {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmTextAlign"> + <name>fmTextAlign</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTextAlignCenter {Constant}--> + <element type="constant"> + <source id="MSForms.fmTextAlign.fmTextAlignCenter"> + <context kind="enumeration">fmTextAlign</context> + <name>fmTextAlignCenter</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTextAlignLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmTextAlign.fmTextAlignLeft"> + <context kind="enumeration">fmTextAlign</context> + <name>fmTextAlignLeft</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTextAlignRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmTextAlign.fmTextAlignRight"> + <context kind="enumeration">fmTextAlign</context> + <name>fmTextAlignRight</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffect {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmTransitionEffect"> + <name>fmTransitionEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectCoverDown {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverDown"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectCoverDown</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectCoverLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverLeft"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectCoverLeft</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectCoverLeftDown {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverLeftDown"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectCoverLeftDown</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectCoverLeftUp {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverLeftUp"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectCoverLeftUp</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectCoverRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverRight"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectCoverRight</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectCoverRightDown {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverRightDown"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectCoverRightDown</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectCoverRightUp {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverRightUp"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectCoverRightUp</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectCoverUp {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectCoverUp"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectCoverUp</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectNone {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectNone"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectPushDown {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectPushDown"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectPushDown</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectPushLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectPushLeft"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectPushLeft</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectPushRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectPushRight"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectPushRight</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmTransitionEffectPushUp {Constant}--> + <element type="constant"> + <source id="MSForms.fmTransitionEffect.fmTransitionEffectPushUp"> + <context kind="enumeration">fmTransitionEffect</context> + <name>fmTransitionEffectPushUp</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmVerticalScrollBarSide {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmVerticalScrollBarSide"> + <name>fmVerticalScrollBarSide</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmVerticalScrollBarSideLeft {Constant}--> + <element type="constant"> + <source id="MSForms.fmVerticalScrollBarSide.fmVerticalScrollBarSideLeft"> + <context kind="enumeration">fmVerticalScrollBarSide</context> + <name>fmVerticalScrollBarSideLeft</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmVerticalScrollBarSideRight {Constant}--> + <element type="constant"> + <source id="MSForms.fmVerticalScrollBarSide.fmVerticalScrollBarSideRight"> + <context kind="enumeration">fmVerticalScrollBarSide</context> + <name>fmVerticalScrollBarSideRight</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmZOrder {Enumeration}--> + <element type="enumeration"> + <source id="MSForms.fmZOrder"> + <name>fmZOrder</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmZOrderBack {Constant}--> + <element type="constant"> + <source id="MSForms.fmZOrder.fmZOrderBack"> + <context kind="enumeration">fmZOrder</context> + <name>fmZOrderBack</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::fmZOrderFront {Constant}--> + <element type="constant"> + <source id="MSForms.fmZOrder.fmZOrderFront"> + <context kind="enumeration">fmZOrder</context> + <name>fmZOrderFront</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--Class::Frame--> + <element type="class"> + <source id="MSForms.Frame"> + <name>Frame</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Frame.ActiveControl {ReadOnly}--> + <element type="property"> + <source id="MSForms.Frame.ActiveControl"> + <context kind="class">Frame</context> + <name>ActiveControl</name> + <type>Control</type> + </source> + </element> + <!--method::Frame.AddControl--> + <element type="method"> + <source id="MSForms.Frame.AddControl"> + <context kind="class">Frame</context> + <name>AddControl</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Frame.BackColor--> + <element type="property"> + <source id="MSForms.Frame.BackColor"> + <context kind="class">Frame</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--method::Frame.BeforeDragOver--> + <element type="method"> + <source id="MSForms.Frame.BeforeDragOver"> + <context kind="class">Frame</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>State</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Frame.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.Frame.BeforeDropOrPaste"> + <context kind="class">Frame</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Frame.BorderColor--> + <element type="property"> + <source id="MSForms.Frame.BorderColor"> + <context kind="class">Frame</context> + <name>BorderColor</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.BorderStyle--> + <element type="property"> + <source id="MSForms.Frame.BorderStyle"> + <context kind="class">Frame</context> + <name>BorderStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.CanPaste {ReadOnly}--> + <element type="property"> + <source id="MSForms.Frame.CanPaste"> + <context kind="class">Frame</context> + <name>CanPaste</name> + <type>boolean</type> + </source> + </element> + <!--property::Frame.CanRedo {ReadOnly}--> + <element type="property"> + <source id="MSForms.Frame.CanRedo"> + <context kind="class">Frame</context> + <name>CanRedo</name> + <type>boolean</type> + </source> + </element> + <!--property::Frame.CanUndo {ReadOnly}--> + <element type="property"> + <source id="MSForms.Frame.CanUndo"> + <context kind="class">Frame</context> + <name>CanUndo</name> + <type>boolean</type> + </source> + </element> + <!--property::Frame.Caption--> + <element type="property"> + <source id="MSForms.Frame.Caption"> + <context kind="class">Frame</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::Frame.Click--> + <element type="method"> + <source id="MSForms.Frame.Click"> + <context kind="class">Frame</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::Frame.Controls {Default} {ReadOnly}--> + <element type="property"> + <source id="MSForms.Frame.Controls"> + <context kind="class">Frame</context> + <name default="true">Controls</name> + <type>Controls</type> + </source> + </element> + <!--method::Frame.Copy--> + <element type="method"> + <source id="MSForms.Frame.Copy"> + <context kind="class">Frame</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--method::Frame.Cut--> + <element type="method"> + <source id="MSForms.Frame.Cut"> + <context kind="class">Frame</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--property::Frame.Cycle--> + <element type="property"> + <source id="MSForms.Frame.Cycle"> + <context kind="class">Frame</context> + <name>Cycle</name> + <type>Integer</type> + </source> + </element> + <!--method::Frame.DblClick--> + <element type="method"> + <source id="MSForms.Frame.DblClick"> + <context kind="class">Frame</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Frame.DesignMode--> + <element type="property"> + <source id="MSForms.Frame.DesignMode"> + <context kind="class">Frame</context> + <name>DesignMode</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.Enabled--> + <element type="property"> + <source id="MSForms.Frame.Enabled"> + <context kind="class">Frame</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::Frame.Error--> + <element type="method"> + <source id="MSForms.Frame.Error"> + <context kind="class">Frame</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Frame.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.Frame.Font"> + <context kind="class">Frame</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::Frame.ForeColor--> + <element type="property"> + <source id="MSForms.Frame.ForeColor"> + <context kind="class">Frame</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.GridX--> + <element type="property"> + <source id="MSForms.Frame.GridX"> + <context kind="class">Frame</context> + <name>GridX</name> + <type>Single</type> + </source> + </element> + <!--property::Frame.GridY--> + <element type="property"> + <source id="MSForms.Frame.GridY"> + <context kind="class">Frame</context> + <name>GridY</name> + <type>Single</type> + </source> + </element> + <!--property::Frame.InsideHeight {ReadOnly}--> + <element type="property"> + <source id="MSForms.Frame.InsideHeight"> + <context kind="class">Frame</context> + <name>InsideHeight</name> + <type>Single</type> + </source> + </element> + <!--property::Frame.InsideWidth {ReadOnly}--> + <element type="property"> + <source id="MSForms.Frame.InsideWidth"> + <context kind="class">Frame</context> + <name>InsideWidth</name> + <type>Single</type> + </source> + </element> + <!--property::Frame.KeepScrollBarsVisible--> + <element type="property"> + <source id="MSForms.Frame.KeepScrollBarsVisible"> + <context kind="class">Frame</context> + <name>KeepScrollBarsVisible</name> + <type>Integer</type> + </source> + </element> + <!--method::Frame.KeyDown--> + <element type="method"> + <source id="MSForms.Frame.KeyDown"> + <context kind="class">Frame</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Frame.KeyPress--> + <element type="method"> + <source id="MSForms.Frame.KeyPress"> + <context kind="class">Frame</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Frame.KeyUp--> + <element type="method"> + <source id="MSForms.Frame.KeyUp"> + <context kind="class">Frame</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Frame.Layout--> + <element type="method"> + <source id="MSForms.Frame.Layout"> + <context kind="class">Frame</context> + <name>Layout</name> + <type>void</type> + </source> + </element> + <!--method::Frame.MouseDown--> + <element type="method"> + <source id="MSForms.Frame.MouseDown"> + <context kind="class">Frame</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Frame.MouseIcon--> + <element type="property"> + <source id="MSForms.Frame.MouseIcon"> + <context kind="class">Frame</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::Frame.MouseMove--> + <element type="method"> + <source id="MSForms.Frame.MouseMove"> + <context kind="class">Frame</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Frame.MousePointer--> + <element type="property"> + <source id="MSForms.Frame.MousePointer"> + <context kind="class">Frame</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::Frame.MouseUp--> + <element type="method"> + <source id="MSForms.Frame.MouseUp"> + <context kind="class">Frame</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Frame.Paste--> + <element type="method"> + <source id="MSForms.Frame.Paste"> + <context kind="class">Frame</context> + <name>Paste</name> + <type>void</type> + </source> + </element> + <!--property::Frame.Picture--> + <element type="property"> + <source id="MSForms.Frame.Picture"> + <context kind="class">Frame</context> + <name>Picture</name> + <type>Picture</type> + </source> + </element> + <!--property::Frame.PictureAlignment--> + <element type="property"> + <source id="MSForms.Frame.PictureAlignment"> + <context kind="class">Frame</context> + <name>PictureAlignment</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.PictureSizeMode--> + <element type="property"> + <source id="MSForms.Frame.PictureSizeMode"> + <context kind="class">Frame</context> + <name>PictureSizeMode</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.PictureTiling--> + <element type="property"> + <source id="MSForms.Frame.PictureTiling"> + <context kind="class">Frame</context> + <name>PictureTiling</name> + <type>boolean</type> + </source> + </element> + <!--method::Frame.RedoAction--> + <element type="method"> + <source id="MSForms.Frame.RedoAction"> + <context kind="class">Frame</context> + <name>RedoAction</name> + <type>void</type> + </source> + </element> + <!--method::Frame.RemoveControl--> + <element type="method"> + <source id="MSForms.Frame.RemoveControl"> + <context kind="class">Frame</context> + <name>RemoveControl</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Frame.Repaint--> + <element type="method"> + <source id="MSForms.Frame.Repaint"> + <context kind="class">Frame</context> + <name>Repaint</name> + <type>void</type> + </source> + </element> + <!--method::Frame.Scroll--> + <element type="method"> + <source id="MSForms.Frame.Scroll"> + <context kind="class">Frame</context> + <name>Scroll</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>xAction</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>yAction</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Frame.ScrollBars--> + <element type="property"> + <source id="MSForms.Frame.ScrollBars"> + <context kind="class">Frame</context> + <name>ScrollBars</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.ScrollHeight--> + <element type="property"> + <source id="MSForms.Frame.ScrollHeight"> + <context kind="class">Frame</context> + <name>ScrollHeight</name> + <type>Single</type> + </source> + </element> + <!--property::Frame.ScrollLeft--> + <element type="property"> + <source id="MSForms.Frame.ScrollLeft"> + <context kind="class">Frame</context> + <name>ScrollLeft</name> + <type>Single</type> + </source> + </element> + <!--property::Frame.ScrollTop--> + <element type="property"> + <source id="MSForms.Frame.ScrollTop"> + <context kind="class">Frame</context> + <name>ScrollTop</name> + <type>Single</type> + </source> + </element> + <!--property::Frame.ScrollWidth--> + <element type="property"> + <source id="MSForms.Frame.ScrollWidth"> + <context kind="class">Frame</context> + <name>ScrollWidth</name> + <type>Single</type> + </source> + </element> + <!--property::Frame.Selected {ReadOnly}--> + <element type="property"> + <source id="MSForms.Frame.Selected"> + <context kind="class">Frame</context> + <name>Selected</name> + <type>Controls</type> + </source> + </element> + <!--method::Frame.SetDefaultTabOrder--> + <element type="method"> + <source id="MSForms.Frame.SetDefaultTabOrder"> + <context kind="class">Frame</context> + <name>SetDefaultTabOrder</name> + <type>void</type> + </source> + </element> + <!--property::Frame.ShowGridDots--> + <element type="property"> + <source id="MSForms.Frame.ShowGridDots"> + <context kind="class">Frame</context> + <name>ShowGridDots</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.ShowToolbox--> + <element type="property"> + <source id="MSForms.Frame.ShowToolbox"> + <context kind="class">Frame</context> + <name>ShowToolbox</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.SnapToGrid--> + <element type="property"> + <source id="MSForms.Frame.SnapToGrid"> + <context kind="class">Frame</context> + <name>SnapToGrid</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.SpecialEffect--> + <element type="property"> + <source id="MSForms.Frame.SpecialEffect"> + <context kind="class">Frame</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--method::Frame.UndoAction--> + <element type="method"> + <source id="MSForms.Frame.UndoAction"> + <context kind="class">Frame</context> + <name>UndoAction</name> + <type>void</type> + </source> + </element> + <!--property::Frame.VerticalScrollBarSide--> + <element type="property"> + <source id="MSForms.Frame.VerticalScrollBarSide"> + <context kind="class">Frame</context> + <name>VerticalScrollBarSide</name> + <type>Integer</type> + </source> + </element> + <!--property::Frame.Zoom--> + <element type="property"> + <source id="MSForms.Frame.Zoom"> + <context kind="class">Frame</context> + <name>Zoom</name> + <type>short</type> + </source> + </element> + <!--Class::HTMLCheckbox--> + <element type="class"> + <source id="MSForms.HTMLCheckbox"> + <name>HTMLCheckbox</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HTMLCheckbox.Checked {Default}--> + <element type="property"> + <source id="MSForms.HTMLCheckbox.Checked"> + <context kind="class">HTMLCheckbox</context> + <name default="true">Checked</name> + <type>boolean</type> + </source> + </element> + <!--method::HTMLCheckbox.Click--> + <element type="method"> + <source id="MSForms.HTMLCheckbox.Click"> + <context kind="class">HTMLCheckbox</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLCheckbox.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLCheckbox.HTMLName"> + <context kind="class">HTMLCheckbox</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLCheckbox.HTMLType--> + <element type="property"> + <source id="MSForms.HTMLCheckbox.HTMLType"> + <context kind="class">HTMLCheckbox</context> + <name>HTMLType</name> + <type>String</type> + </source> + </element> + <!--property::HTMLCheckbox.Value--> + <element type="property"> + <source id="MSForms.HTMLCheckbox.Value"> + <context kind="class">HTMLCheckbox</context> + <name>Value</name> + <type>String</type> + </source> + </element> + <!--Class::HTMLHidden--> + <element type="class"> + <source id="MSForms.HTMLHidden"> + <name>HTMLHidden</name> + </source> + <destination designation="identity" /> + </element> + <!--method::HTMLHidden.Click--> + <element type="method"> + <source id="MSForms.HTMLHidden.Click"> + <context kind="class">HTMLHidden</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLHidden.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLHidden.HTMLName"> + <context kind="class">HTMLHidden</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLHidden.HTMLType--> + <element type="property"> + <source id="MSForms.HTMLHidden.HTMLType"> + <context kind="class">HTMLHidden</context> + <name>HTMLType</name> + <type>String</type> + </source> + </element> + <!--property::HTMLHidden.Value {Default}--> + <element type="property"> + <source id="MSForms.HTMLHidden.Value"> + <context kind="class">HTMLHidden</context> + <name default="true">Value</name> + <type>String</type> + </source> + </element> + <!--Class::HTMLImage--> + <element type="class"> + <source id="MSForms.HTMLImage"> + <name>HTMLImage</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HTMLImage.Action--> + <element type="property"> + <source id="MSForms.HTMLImage.Action"> + <context kind="class">HTMLImage</context> + <name>Action</name> + <type>String</type> + </source> + </element> + <!--method::HTMLImage.Click--> + <element type="method"> + <source id="MSForms.HTMLImage.Click"> + <context kind="class">HTMLImage</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLImage.Encoding--> + <element type="property"> + <source id="MSForms.HTMLImage.Encoding"> + <context kind="class">HTMLImage</context> + <name>Encoding</name> + <type>String</type> + </source> + </element> + <!--property::HTMLImage.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLImage.HTMLName"> + <context kind="class">HTMLImage</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLImage.HTMLType--> + <element type="property"> + <source id="MSForms.HTMLImage.HTMLType"> + <context kind="class">HTMLImage</context> + <name>HTMLType</name> + <type>String</type> + </source> + </element> + <!--property::HTMLImage.Method--> + <element type="property"> + <source id="MSForms.HTMLImage.Method"> + <context kind="class">HTMLImage</context> + <name>Method</name> + <type>String</type> + </source> + </element> + <!--property::HTMLImage.Source--> + <element type="property"> + <source id="MSForms.HTMLImage.Source"> + <context kind="class">HTMLImage</context> + <name>Source</name> + <type>String</type> + </source> + </element> + <!--Class::HTMLOption--> + <element type="class"> + <source id="MSForms.HTMLOption"> + <name>HTMLOption</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HTMLOption.Checked {Default}--> + <element type="property"> + <source id="MSForms.HTMLOption.Checked"> + <context kind="class">HTMLOption</context> + <name default="true">Checked</name> + <type>boolean</type> + </source> + </element> + <!--method::HTMLOption.Click--> + <element type="method"> + <source id="MSForms.HTMLOption.Click"> + <context kind="class">HTMLOption</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLOption.DisplayStyle {ReadOnly}--> + <element type="property"> + <source id="MSForms.HTMLOption.DisplayStyle"> + <context kind="class">HTMLOption</context> + <name>DisplayStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::HTMLOption.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLOption.HTMLName"> + <context kind="class">HTMLOption</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLOption.HTMLType--> + <element type="property"> + <source id="MSForms.HTMLOption.HTMLType"> + <context kind="class">HTMLOption</context> + <name>HTMLType</name> + <type>String</type> + </source> + </element> + <!--property::HTMLOption.Value--> + <element type="property"> + <source id="MSForms.HTMLOption.Value"> + <context kind="class">HTMLOption</context> + <name>Value</name> + <type>String</type> + </source> + </element> + <!--Class::HTMLPassword--> + <element type="class"> + <source id="MSForms.HTMLPassword"> + <name>HTMLPassword</name> + </source> + <destination designation="identity" /> + </element> + <!--method::HTMLPassword.Click--> + <element type="method"> + <source id="MSForms.HTMLPassword.Click"> + <context kind="class">HTMLPassword</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLPassword.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLPassword.HTMLName"> + <context kind="class">HTMLPassword</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLPassword.HTMLType--> + <element type="property"> + <source id="MSForms.HTMLPassword.HTMLType"> + <context kind="class">HTMLPassword</context> + <name>HTMLType</name> + <type>String</type> + </source> + </element> + <!--property::HTMLPassword.MaxLength--> + <element type="property"> + <source id="MSForms.HTMLPassword.MaxLength"> + <context kind="class">HTMLPassword</context> + <name>MaxLength</name> + <type>Integer</type> + </source> + </element> + <!--property::HTMLPassword.Value {Default}--> + <element type="property"> + <source id="MSForms.HTMLPassword.Value"> + <context kind="class">HTMLPassword</context> + <name default="true">Value</name> + <type>String</type> + </source> + </element> + <!--property::HTMLPassword.Width--> + <element type="property"> + <source id="MSForms.HTMLPassword.Width"> + <context kind="class">HTMLPassword</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::HTMLReset--> + <element type="class"> + <source id="MSForms.HTMLReset"> + <name>HTMLReset</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HTMLReset.Caption--> + <element type="property"> + <source id="MSForms.HTMLReset.Caption"> + <context kind="class">HTMLReset</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::HTMLReset.Click--> + <element type="method"> + <source id="MSForms.HTMLReset.Click"> + <context kind="class">HTMLReset</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLReset.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLReset.HTMLName"> + <context kind="class">HTMLReset</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLReset.HTMLType--> + <element type="property"> + <source id="MSForms.HTMLReset.HTMLType"> + <context kind="class">HTMLReset</context> + <name>HTMLType</name> + <type>String</type> + </source> + </element> + <!--Class::HTMLSelect--> + <element type="class"> + <source id="MSForms.HTMLSelect"> + <name>HTMLSelect</name> + </source> + <destination designation="identity" /> + </element> + <!--method::HTMLSelect.Click--> + <element type="method"> + <source id="MSForms.HTMLSelect.Click"> + <context kind="class">HTMLSelect</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLSelect.DisplayValues--> + <element type="property"> + <source id="MSForms.HTMLSelect.DisplayValues"> + <context kind="class">HTMLSelect</context> + <name>DisplayValues</name> + <type>Variant</type> + </source> + </element> + <!--property::HTMLSelect.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLSelect.HTMLName"> + <context kind="class">HTMLSelect</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLSelect.MultiSelect--> + <element type="property"> + <source id="MSForms.HTMLSelect.MultiSelect"> + <context kind="class">HTMLSelect</context> + <name>MultiSelect</name> + <type>boolean</type> + </source> + </element> + <!--property::HTMLSelect.Selected--> + <element type="property"> + <source id="MSForms.HTMLSelect.Selected"> + <context kind="class">HTMLSelect</context> + <name>Selected</name> + <type>String</type> + </source> + </element> + <!--property::HTMLSelect.Size--> + <element type="property"> + <source id="MSForms.HTMLSelect.Size"> + <context kind="class">HTMLSelect</context> + <name>Size</name> + <type>Integer</type> + </source> + </element> + <!--property::HTMLSelect.Values--> + <element type="property"> + <source id="MSForms.HTMLSelect.Values"> + <context kind="class">HTMLSelect</context> + <name>Values</name> + <type>Variant</type> + </source> + </element> + <!--Class::HTMLSubmit--> + <element type="class"> + <source id="MSForms.HTMLSubmit"> + <name>HTMLSubmit</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HTMLSubmit.Action--> + <element type="property"> + <source id="MSForms.HTMLSubmit.Action"> + <context kind="class">HTMLSubmit</context> + <name>Action</name> + <type>String</type> + </source> + </element> + <!--property::HTMLSubmit.Caption--> + <element type="property"> + <source id="MSForms.HTMLSubmit.Caption"> + <context kind="class">HTMLSubmit</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::HTMLSubmit.Click--> + <element type="method"> + <source id="MSForms.HTMLSubmit.Click"> + <context kind="class">HTMLSubmit</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLSubmit.Encoding--> + <element type="property"> + <source id="MSForms.HTMLSubmit.Encoding"> + <context kind="class">HTMLSubmit</context> + <name>Encoding</name> + <type>String</type> + </source> + </element> + <!--property::HTMLSubmit.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLSubmit.HTMLName"> + <context kind="class">HTMLSubmit</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLSubmit.HTMLType--> + <element type="property"> + <source id="MSForms.HTMLSubmit.HTMLType"> + <context kind="class">HTMLSubmit</context> + <name>HTMLType</name> + <type>String</type> + </source> + </element> + <!--property::HTMLSubmit.Method--> + <element type="property"> + <source id="MSForms.HTMLSubmit.Method"> + <context kind="class">HTMLSubmit</context> + <name>Method</name> + <type>String</type> + </source> + </element> + <!--Class::HTMLText--> + <element type="class"> + <source id="MSForms.HTMLText"> + <name>HTMLText</name> + </source> + <destination designation="identity" /> + </element> + <!--method::HTMLText.Click--> + <element type="method"> + <source id="MSForms.HTMLText.Click"> + <context kind="class">HTMLText</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLText.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLText.HTMLName"> + <context kind="class">HTMLText</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLText.HTMLType--> + <element type="property"> + <source id="MSForms.HTMLText.HTMLType"> + <context kind="class">HTMLText</context> + <name>HTMLType</name> + <type>String</type> + </source> + </element> + <!--property::HTMLText.MaxLength--> + <element type="property"> + <source id="MSForms.HTMLText.MaxLength"> + <context kind="class">HTMLText</context> + <name>MaxLength</name> + <type>Integer</type> + </source> + </element> + <!--property::HTMLText.Value {Default}--> + <element type="property"> + <source id="MSForms.HTMLText.Value"> + <context kind="class">HTMLText</context> + <name default="true">Value</name> + <type>String</type> + </source> + </element> + <!--property::HTMLText.Width--> + <element type="property"> + <source id="MSForms.HTMLText.Width"> + <context kind="class">HTMLText</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::HTMLTextArea--> + <element type="class"> + <source id="MSForms.HTMLTextArea"> + <name>HTMLTextArea</name> + </source> + <destination designation="identity" /> + </element> + <!--method::HTMLTextArea.Click--> + <element type="method"> + <source id="MSForms.HTMLTextArea.Click"> + <context kind="class">HTMLTextArea</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::HTMLTextArea.Columns--> + <element type="property"> + <source id="MSForms.HTMLTextArea.Columns"> + <context kind="class">HTMLTextArea</context> + <name>Columns</name> + <type>Integer</type> + </source> + </element> + <!--property::HTMLTextArea.HTMLName--> + <element type="property"> + <source id="MSForms.HTMLTextArea.HTMLName"> + <context kind="class">HTMLTextArea</context> + <name>HTMLName</name> + <type>String</type> + </source> + </element> + <!--property::HTMLTextArea.Rows--> + <element type="property"> + <source id="MSForms.HTMLTextArea.Rows"> + <context kind="class">HTMLTextArea</context> + <name>Rows</name> + <type>Integer</type> + </source> + </element> + <!--property::HTMLTextArea.Value {Default}--> + <element type="property"> + <source id="MSForms.HTMLTextArea.Value"> + <context kind="class">HTMLTextArea</context> + <name default="true">Value</name> + <type>String</type> + </source> + </element> + <!--property::HTMLTextArea.WordWrap--> + <element type="property"> + <source id="MSForms.HTMLTextArea.WordWrap"> + <context kind="class">HTMLTextArea</context> + <name>WordWrap</name> + <type>String</type> + </source> + </element> + <!--Class::Image--> + <element type="class"> + <source id="MSForms.Image"> + <name>Image</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Image.AutoSize--> + <element type="property"> + <source id="MSForms.Image.AutoSize"> + <context kind="class">Image</context> + <name>AutoSize</name> + <type>boolean</type> + </source> + </element> + <!--property::Image.BackColor--> + <element type="property"> + <source id="MSForms.Image.BackColor"> + <context kind="class">Image</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--property::Image.BackStyle--> + <element type="property"> + <source id="MSForms.Image.BackStyle"> + <context kind="class">Image</context> + <name>BackStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::Image.BeforeDragOver--> + <element type="method"> + <source id="MSForms.Image.BeforeDragOver"> + <context kind="class">Image</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Image.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.Image.BeforeDropOrPaste"> + <context kind="class">Image</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Image.BorderColor--> + <element type="property"> + <source id="MSForms.Image.BorderColor"> + <context kind="class">Image</context> + <name>BorderColor</name> + <type>Integer</type> + </source> + </element> + <!--property::Image.BorderStyle--> + <element type="property"> + <source id="MSForms.Image.BorderStyle"> + <context kind="class">Image</context> + <name>BorderStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::Image.Click--> + <element type="method"> + <source id="MSForms.Image.Click"> + <context kind="class">Image</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--method::Image.DblClick--> + <element type="method"> + <source id="MSForms.Image.DblClick"> + <context kind="class">Image</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Image.Enabled--> + <element type="property"> + <source id="MSForms.Image.Enabled"> + <context kind="class">Image</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::Image.Error--> + <element type="method"> + <source id="MSForms.Image.Error"> + <context kind="class">Image</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Image.MouseDown--> + <element type="method"> + <source id="MSForms.Image.MouseDown"> + <context kind="class">Image</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Image.MouseIcon--> + <element type="property"> + <source id="MSForms.Image.MouseIcon"> + <context kind="class">Image</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::Image.MouseMove--> + <element type="method"> + <source id="MSForms.Image.MouseMove"> + <context kind="class">Image</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Image.MousePointer--> + <element type="property"> + <source id="MSForms.Image.MousePointer"> + <context kind="class">Image</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::Image.MouseUp--> + <element type="method"> + <source id="MSForms.Image.MouseUp"> + <context kind="class">Image</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Image.Picture--> + <element type="property"> + <source id="MSForms.Image.Picture"> + <context kind="class">Image</context> + <name>Picture</name> + <type>Picture</type> + </source> + </element> + <!--property::Image.PictureAlignment--> + <element type="property"> + <source id="MSForms.Image.PictureAlignment"> + <context kind="class">Image</context> + <name>PictureAlignment</name> + <type>Integer</type> + </source> + </element> + <!--property::Image.PictureSizeMode--> + <element type="property"> + <source id="MSForms.Image.PictureSizeMode"> + <context kind="class">Image</context> + <name>PictureSizeMode</name> + <type>Integer</type> + </source> + </element> + <!--property::Image.PictureTiling--> + <element type="property"> + <source id="MSForms.Image.PictureTiling"> + <context kind="class">Image</context> + <name>PictureTiling</name> + <type>boolean</type> + </source> + </element> + <!--property::Image.SpecialEffect--> + <element type="property"> + <source id="MSForms.Image.SpecialEffect"> + <context kind="class">Image</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--Class::Label--> + <element type="class"> + <source id="MSForms.Label"> + <name>Label</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Label.Accelerator--> + <element type="property"> + <source id="MSForms.Label.Accelerator"> + <context kind="class">Label</context> + <name>Accelerator</name> + <type>String</type> + </source> + </element> + <!--property::Label.AutoSize--> + <element type="property"> + <source id="MSForms.Label.AutoSize"> + <context kind="class">Label</context> + <name>AutoSize</name> + <type>boolean</type> + </source> + </element> + <!--property::Label.BackColor--> + <element type="property"> + <source id="MSForms.Label.BackColor"> + <context kind="class">Label</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--property::Label.BackStyle--> + <element type="property"> + <source id="MSForms.Label.BackStyle"> + <context kind="class">Label</context> + <name>BackStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::Label.BeforeDragOver--> + <element type="method"> + <source id="MSForms.Label.BeforeDragOver"> + <context kind="class">Label</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Label.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.Label.BeforeDropOrPaste"> + <context kind="class">Label</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Label.BorderColor--> + <element type="property"> + <source id="MSForms.Label.BorderColor"> + <context kind="class">Label</context> + <name>BorderColor</name> + <type>Integer</type> + </source> + </element> + <!--property::Label.BorderStyle--> + <element type="property"> + <source id="MSForms.Label.BorderStyle"> + <context kind="class">Label</context> + <name>BorderStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::Label.Caption {Default}--> + <element type="property"> + <source id="MSForms.Label.Caption"> + <context kind="class">Label</context> + <name default="true">Caption</name> + <type>String</type> + </source> + </element> + <!--method::Label.Click--> + <element type="method"> + <source id="MSForms.Label.Click"> + <context kind="class">Label</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--method::Label.DblClick--> + <element type="method"> + <source id="MSForms.Label.DblClick"> + <context kind="class">Label</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Label.Enabled--> + <element type="property"> + <source id="MSForms.Label.Enabled"> + <context kind="class">Label</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::Label.Error--> + <element type="method"> + <source id="MSForms.Label.Error"> + <context kind="class">Label</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Label.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.Label.Font"> + <context kind="class">Label</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::Label.FontBold--> + <element type="property"> + <source id="MSForms.Label.FontBold"> + <context kind="class">Label</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::Label.FontItalic--> + <element type="property"> + <source id="MSForms.Label.FontItalic"> + <context kind="class">Label</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::Label.FontName--> + <element type="property"> + <source id="MSForms.Label.FontName"> + <context kind="class">Label</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::Label.FontSize--> + <element type="property"> + <source id="MSForms.Label.FontSize"> + <context kind="class">Label</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::Label.FontStrikethru--> + <element type="property"> + <source id="MSForms.Label.FontStrikethru"> + <context kind="class">Label</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::Label.FontUnderline--> + <element type="property"> + <source id="MSForms.Label.FontUnderline"> + <context kind="class">Label</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::Label.FontWeight--> + <element type="property"> + <source id="MSForms.Label.FontWeight"> + <context kind="class">Label</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::Label.ForeColor--> + <element type="property"> + <source id="MSForms.Label.ForeColor"> + <context kind="class">Label</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--method::Label.MouseDown--> + <element type="method"> + <source id="MSForms.Label.MouseDown"> + <context kind="class">Label</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Label.MouseIcon--> + <element type="property"> + <source id="MSForms.Label.MouseIcon"> + <context kind="class">Label</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::Label.MouseMove--> + <element type="method"> + <source id="MSForms.Label.MouseMove"> + <context kind="class">Label</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Label.MousePointer--> + <element type="property"> + <source id="MSForms.Label.MousePointer"> + <context kind="class">Label</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::Label.MouseUp--> + <element type="method"> + <source id="MSForms.Label.MouseUp"> + <context kind="class">Label</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Label.Picture--> + <element type="property"> + <source id="MSForms.Label.Picture"> + <context kind="class">Label</context> + <name>Picture</name> + <type>Picture</type> + </source> + </element> + <!--property::Label.PicturePosition--> + <element type="property"> + <source id="MSForms.Label.PicturePosition"> + <context kind="class">Label</context> + <name>PicturePosition</name> + <type>Integer</type> + </source> + </element> + <!--property::Label.SpecialEffect--> + <element type="property"> + <source id="MSForms.Label.SpecialEffect"> + <context kind="class">Label</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::Label.TextAlign--> + <element type="property"> + <source id="MSForms.Label.TextAlign"> + <context kind="class">Label</context> + <name>TextAlign</name> + <type>Integer</type> + </source> + </element> + <!--property::Label.WordWrap--> + <element type="property"> + <source id="MSForms.Label.WordWrap"> + <context kind="class">Label</context> + <name>WordWrap</name> + <type>boolean</type> + </source> + </element> + <!--Class::ListBox--> + <element type="class"> + <source id="MSForms.ListBox"> + <name>ListBox</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ListBox.AddItem--> + <element type="method"> + <source id="MSForms.ListBox.AddItem"> + <context kind="class">ListBox</context> + <name>AddItem</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>pvargItem</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>pvargIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.BackColor--> + <element type="property"> + <source id="MSForms.ListBox.BackColor"> + <context kind="class">ListBox</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--method::ListBox.BeforeDragOver--> + <element type="method"> + <source id="MSForms.ListBox.BeforeDragOver"> + <context kind="class">ListBox</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ListBox.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.ListBox.BeforeDropOrPaste"> + <context kind="class">ListBox</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.BorderColor--> + <element type="property"> + <source id="MSForms.ListBox.BorderColor"> + <context kind="class">ListBox</context> + <name>BorderColor</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.BordersSuppress--> + <element type="property"> + <source id="MSForms.ListBox.BordersSuppress"> + <context kind="class">ListBox</context> + <name>BordersSuppress</name> + <type>boolean</type> + </source> + </element> + <!--property::ListBox.BorderStyle--> + <element type="property"> + <source id="MSForms.ListBox.BorderStyle"> + <context kind="class">ListBox</context> + <name>BorderStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.BoundColumn--> + <element type="property"> + <source id="MSForms.ListBox.BoundColumn"> + <context kind="class">ListBox</context> + <name>BoundColumn</name> + <type>Variant</type> + </source> + </element> + <!--method::ListBox.Change--> + <element type="method"> + <source id="MSForms.ListBox.Change"> + <context kind="class">ListBox</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--method::ListBox.Clear--> + <element type="method"> + <source id="MSForms.ListBox.Clear"> + <context kind="class">ListBox</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--method::ListBox.Click--> + <element type="method"> + <source id="MSForms.ListBox.Click"> + <context kind="class">ListBox</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::ListBox.Column--> + <element type="property"> + <source id="MSForms.ListBox.Column"> + <context kind="class">ListBox</context> + <name>Column</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>pvargColumn</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>pvargIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.ColumnCount--> + <element type="property"> + <source id="MSForms.ListBox.ColumnCount"> + <context kind="class">ListBox</context> + <name>ColumnCount</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.ColumnHeads--> + <element type="property"> + <source id="MSForms.ListBox.ColumnHeads"> + <context kind="class">ListBox</context> + <name>ColumnHeads</name> + <type>boolean</type> + </source> + </element> + <!--property::ListBox.ColumnWidths--> + <element type="property"> + <source id="MSForms.ListBox.ColumnWidths"> + <context kind="class">ListBox</context> + <name>ColumnWidths</name> + <type>String</type> + </source> + </element> + <!--method::ListBox.DblClick--> + <element type="method"> + <source id="MSForms.ListBox.DblClick"> + <context kind="class">ListBox</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.DisplayStyle {ReadOnly}--> + <element type="property"> + <source id="MSForms.ListBox.DisplayStyle"> + <context kind="class">ListBox</context> + <name>DisplayStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.Enabled--> + <element type="property"> + <source id="MSForms.ListBox.Enabled"> + <context kind="class">ListBox</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::ListBox.Error--> + <element type="method"> + <source id="MSForms.ListBox.Error"> + <context kind="class">ListBox</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.ListBox.Font"> + <context kind="class">ListBox</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::ListBox.FontBold--> + <element type="property"> + <source id="MSForms.ListBox.FontBold"> + <context kind="class">ListBox</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::ListBox.FontItalic--> + <element type="property"> + <source id="MSForms.ListBox.FontItalic"> + <context kind="class">ListBox</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::ListBox.FontName--> + <element type="property"> + <source id="MSForms.ListBox.FontName"> + <context kind="class">ListBox</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::ListBox.FontSize--> + <element type="property"> + <source id="MSForms.ListBox.FontSize"> + <context kind="class">ListBox</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::ListBox.FontStrikethru--> + <element type="property"> + <source id="MSForms.ListBox.FontStrikethru"> + <context kind="class">ListBox</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::ListBox.FontUnderline--> + <element type="property"> + <source id="MSForms.ListBox.FontUnderline"> + <context kind="class">ListBox</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::ListBox.FontWeight--> + <element type="property"> + <source id="MSForms.ListBox.FontWeight"> + <context kind="class">ListBox</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::ListBox.ForeColor--> + <element type="property"> + <source id="MSForms.ListBox.ForeColor"> + <context kind="class">ListBox</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.IMEMode--> + <element type="property"> + <source id="MSForms.ListBox.IMEMode"> + <context kind="class">ListBox</context> + <name>IMEMode</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.IntegralHeight--> + <element type="property"> + <source id="MSForms.ListBox.IntegralHeight"> + <context kind="class">ListBox</context> + <name>IntegralHeight</name> + <type>boolean</type> + </source> + </element> + <!--method::ListBox.KeyDown--> + <element type="method"> + <source id="MSForms.ListBox.KeyDown"> + <context kind="class">ListBox</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ListBox.KeyPress--> + <element type="method"> + <source id="MSForms.ListBox.KeyPress"> + <context kind="class">ListBox</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ListBox.KeyUp--> + <element type="method"> + <source id="MSForms.ListBox.KeyUp"> + <context kind="class">ListBox</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.List--> + <element type="property"> + <source id="MSForms.ListBox.List"> + <context kind="class">ListBox</context> + <name>List</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>pvargIndex</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>pvargColumn</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.ListCount {ReadOnly}--> + <element type="property"> + <source id="MSForms.ListBox.ListCount"> + <context kind="class">ListBox</context> + <name>ListCount</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.ListCursor--> + <element type="property"> + <source id="MSForms.ListBox.ListCursor"> + <context kind="class">ListBox</context> + <name>ListCursor</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.ListIndex--> + <element type="property"> + <source id="MSForms.ListBox.ListIndex"> + <context kind="class">ListBox</context> + <name>ListIndex</name> + <type>Variant</type> + </source> + </element> + <!--property::ListBox.ListStyle--> + <element type="property"> + <source id="MSForms.ListBox.ListStyle"> + <context kind="class">ListBox</context> + <name>ListStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.ListWidth--> + <element type="property"> + <source id="MSForms.ListBox.ListWidth"> + <context kind="class">ListBox</context> + <name>ListWidth</name> + <type>Variant</type> + </source> + </element> + <!--property::ListBox.Locked--> + <element type="property"> + <source id="MSForms.ListBox.Locked"> + <context kind="class">ListBox</context> + <name>Locked</name> + <type>boolean</type> + </source> + </element> + <!--property::ListBox.MatchEntry--> + <element type="property"> + <source id="MSForms.ListBox.MatchEntry"> + <context kind="class">ListBox</context> + <name>MatchEntry</name> + <type>Integer</type> + </source> + </element> + <!--method::ListBox.MouseDown--> + <element type="method"> + <source id="MSForms.ListBox.MouseDown"> + <context kind="class">ListBox</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.MouseIcon--> + <element type="property"> + <source id="MSForms.ListBox.MouseIcon"> + <context kind="class">ListBox</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::ListBox.MouseMove--> + <element type="method"> + <source id="MSForms.ListBox.MouseMove"> + <context kind="class">ListBox</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.MousePointer--> + <element type="property"> + <source id="MSForms.ListBox.MousePointer"> + <context kind="class">ListBox</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::ListBox.MouseUp--> + <element type="method"> + <source id="MSForms.ListBox.MouseUp"> + <context kind="class">ListBox</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.MultiSelect--> + <element type="property"> + <source id="MSForms.ListBox.MultiSelect"> + <context kind="class">ListBox</context> + <name>MultiSelect</name> + <type>Integer</type> + </source> + </element> + <!--method::ListBox.RemoveItem--> + <element type="method"> + <source id="MSForms.ListBox.RemoveItem"> + <context kind="class">ListBox</context> + <name>RemoveItem</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>pvargIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.Selected--> + <element type="property"> + <source id="MSForms.ListBox.Selected"> + <context kind="class">ListBox</context> + <name>Selected</name> + <type>boolean</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>pvargIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ListBox.SpecialEffect--> + <element type="property"> + <source id="MSForms.ListBox.SpecialEffect"> + <context kind="class">ListBox</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.Text--> + <element type="property"> + <source id="MSForms.ListBox.Text"> + <context kind="class">ListBox</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--property::ListBox.TextAlign--> + <element type="property"> + <source id="MSForms.ListBox.TextAlign"> + <context kind="class">ListBox</context> + <name>TextAlign</name> + <type>Integer</type> + </source> + </element> + <!--property::ListBox.TextColumn--> + <element type="property"> + <source id="MSForms.ListBox.TextColumn"> + <context kind="class">ListBox</context> + <name>TextColumn</name> + <type>Variant</type> + </source> + </element> + <!--property::ListBox.TopIndex--> + <element type="property"> + <source id="MSForms.ListBox.TopIndex"> + <context kind="class">ListBox</context> + <name>TopIndex</name> + <type>Variant</type> + </source> + </element> + <!--property::ListBox.Valid {ReadOnly}--> + <element type="property"> + <source id="MSForms.ListBox.Valid"> + <context kind="class">ListBox</context> + <name>Valid</name> + <type>boolean</type> + </source> + </element> + <!--property::ListBox.Value {Default}--> + <element type="property"> + <source id="MSForms.ListBox.Value"> + <context kind="class">ListBox</context> + <name default="true">Value</name> + <type>Variant</type> + </source> + </element> + <!--Class::MultiPage--> + <element type="class"> + <source id="MSForms.MultiPage"> + <name>MultiPage</name> + </source> + <destination designation="identity" /> + </element> + <!--method::MultiPage.AddControl--> + <element type="method"> + <source id="MSForms.MultiPage.AddControl"> + <context kind="class">MultiPage</context> + <name>AddControl</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::MultiPage.BackColor--> + <element type="property"> + <source id="MSForms.MultiPage.BackColor"> + <context kind="class">MultiPage</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--method::MultiPage.BeforeDragOver--> + <element type="method"> + <source id="MSForms.MultiPage.BeforeDragOver"> + <context kind="class">MultiPage</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>State</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.MultiPage.BeforeDropOrPaste"> + <context kind="class">MultiPage</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.Change--> + <element type="method"> + <source id="MSForms.MultiPage.Change"> + <context kind="class">MultiPage</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--method::MultiPage.Click--> + <element type="method"> + <source id="MSForms.MultiPage.Click"> + <context kind="class">MultiPage</context> + <name>Click</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.DblClick--> + <element type="method"> + <source id="MSForms.MultiPage.DblClick"> + <context kind="class">MultiPage</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::MultiPage.Enabled--> + <element type="property"> + <source id="MSForms.MultiPage.Enabled"> + <context kind="class">MultiPage</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::MultiPage.Error--> + <element type="method"> + <source id="MSForms.MultiPage.Error"> + <context kind="class">MultiPage</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::MultiPage.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.MultiPage.Font"> + <context kind="class">MultiPage</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::MultiPage.FontBold--> + <element type="property"> + <source id="MSForms.MultiPage.FontBold"> + <context kind="class">MultiPage</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::MultiPage.FontItalic--> + <element type="property"> + <source id="MSForms.MultiPage.FontItalic"> + <context kind="class">MultiPage</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::MultiPage.FontName--> + <element type="property"> + <source id="MSForms.MultiPage.FontName"> + <context kind="class">MultiPage</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::MultiPage.FontSize--> + <element type="property"> + <source id="MSForms.MultiPage.FontSize"> + <context kind="class">MultiPage</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::MultiPage.FontStrikethru--> + <element type="property"> + <source id="MSForms.MultiPage.FontStrikethru"> + <context kind="class">MultiPage</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::MultiPage.FontUnderline--> + <element type="property"> + <source id="MSForms.MultiPage.FontUnderline"> + <context kind="class">MultiPage</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::MultiPage.FontWeight--> + <element type="property"> + <source id="MSForms.MultiPage.FontWeight"> + <context kind="class">MultiPage</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::MultiPage.ForeColor--> + <element type="property"> + <source id="MSForms.MultiPage.ForeColor"> + <context kind="class">MultiPage</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--method::MultiPage.KeyDown--> + <element type="method"> + <source id="MSForms.MultiPage.KeyDown"> + <context kind="class">MultiPage</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.KeyPress--> + <element type="method"> + <source id="MSForms.MultiPage.KeyPress"> + <context kind="class">MultiPage</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.KeyUp--> + <element type="method"> + <source id="MSForms.MultiPage.KeyUp"> + <context kind="class">MultiPage</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.Layout--> + <element type="method"> + <source id="MSForms.MultiPage.Layout"> + <context kind="class">MultiPage</context> + <name>Layout</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.MouseDown--> + <element type="method"> + <source id="MSForms.MultiPage.MouseDown"> + <context kind="class">MultiPage</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.MouseMove--> + <element type="method"> + <source id="MSForms.MultiPage.MouseMove"> + <context kind="class">MultiPage</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.MouseUp--> + <element type="method"> + <source id="MSForms.MultiPage.MouseUp"> + <context kind="class">MultiPage</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::MultiPage.MultiRow--> + <element type="property"> + <source id="MSForms.MultiPage.MultiRow"> + <context kind="class">MultiPage</context> + <name>MultiRow</name> + <type>boolean</type> + </source> + </element> + <!--property::MultiPage.Pages {Default} {ReadOnly}--> + <element type="property"> + <source id="MSForms.MultiPage.Pages"> + <context kind="class">MultiPage</context> + <name default="true">Pages</name> + <type>Pages</type> + </source> + </element> + <!--method::MultiPage.RemoveControl--> + <element type="method"> + <source id="MSForms.MultiPage.RemoveControl"> + <context kind="class">MultiPage</context> + <name>RemoveControl</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::MultiPage.Scroll--> + <element type="method"> + <source id="MSForms.MultiPage.Scroll"> + <context kind="class">MultiPage</context> + <name>Scroll</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>Integer</type> + <name>ActionX</name> + </parameter> + <parameter> + <type>Integer</type> + <name>ActionY</name> + </parameter> + <parameter> + <type>Single</type> + <name>RequestDx</name> + </parameter> + <parameter> + <type>Single</type> + <name>RequestDy</name> + </parameter> + <parameter> + <type>ReturnSingle</type> + <name>ActualDx</name> + </parameter> + <parameter> + <type>ReturnSingle</type> + <name>ActualDy</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::MultiPage.SelectedItem {ReadOnly}--> + <element type="property"> + <source id="MSForms.MultiPage.SelectedItem"> + <context kind="class">MultiPage</context> + <name>SelectedItem</name> + <type>Page</type> + </source> + </element> + <!--property::MultiPage.Style--> + <element type="property"> + <source id="MSForms.MultiPage.Style"> + <context kind="class">MultiPage</context> + <name>Style</name> + <type>Integer</type> + </source> + </element> + <!--property::MultiPage.TabFixedHeight--> + <element type="property"> + <source id="MSForms.MultiPage.TabFixedHeight"> + <context kind="class">MultiPage</context> + <name>TabFixedHeight</name> + <type>Single</type> + </source> + </element> + <!--property::MultiPage.TabFixedWidth--> + <element type="property"> + <source id="MSForms.MultiPage.TabFixedWidth"> + <context kind="class">MultiPage</context> + <name>TabFixedWidth</name> + <type>Single</type> + </source> + </element> + <!--property::MultiPage.TabOrientation--> + <element type="property"> + <source id="MSForms.MultiPage.TabOrientation"> + <context kind="class">MultiPage</context> + <name>TabOrientation</name> + <type>Integer</type> + </source> + </element> + <!--property::MultiPage.Value--> + <element type="property"> + <source id="MSForms.MultiPage.Value"> + <context kind="class">MultiPage</context> + <name>Value</name> + <type>Integer</type> + </source> + </element> + <!--method::MultiPage.Zoom--> + <element type="method"> + <source id="MSForms.MultiPage.Zoom"> + <context kind="class">MultiPage</context> + <name>Zoom</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>VT_PTR+VT_I2</type> + <name>Percent</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::NewFont--> + <element type="class"> + <source id="MSForms.NewFont"> + <name>NewFont</name> + </source> + <destination designation="identity" /> + </element> + <!--Class::OptionButton--> + <element type="class"> + <source id="MSForms.OptionButton"> + <name>OptionButton</name> + </source> + <destination designation="identity" /> + </element> + <!--property::OptionButton.Accelerator--> + <element type="property"> + <source id="MSForms.OptionButton.Accelerator"> + <context kind="class">OptionButton</context> + <name>Accelerator</name> + <type>String</type> + </source> + </element> + <!--property::OptionButton.Alignment--> + <element type="property"> + <source id="MSForms.OptionButton.Alignment"> + <context kind="class">OptionButton</context> + <name>Alignment</name> + <type>Integer</type> + </source> + </element> + <!--property::OptionButton.AutoSize--> + <element type="property"> + <source id="MSForms.OptionButton.AutoSize"> + <context kind="class">OptionButton</context> + <name>AutoSize</name> + <type>boolean</type> + </source> + </element> + <!--property::OptionButton.BackColor--> + <element type="property"> + <source id="MSForms.OptionButton.BackColor"> + <context kind="class">OptionButton</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--property::OptionButton.BackStyle--> + <element type="property"> + <source id="MSForms.OptionButton.BackStyle"> + <context kind="class">OptionButton</context> + <name>BackStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::OptionButton.BeforeDragOver--> + <element type="method"> + <source id="MSForms.OptionButton.BeforeDragOver"> + <context kind="class">OptionButton</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::OptionButton.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.OptionButton.BeforeDropOrPaste"> + <context kind="class">OptionButton</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OptionButton.BordersSuppress--> + <element type="property"> + <source id="MSForms.OptionButton.BordersSuppress"> + <context kind="class">OptionButton</context> + <name>BordersSuppress</name> + <type>boolean</type> + </source> + </element> + <!--property::OptionButton.Caption--> + <element type="property"> + <source id="MSForms.OptionButton.Caption"> + <context kind="class">OptionButton</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::OptionButton.Change--> + <element type="method"> + <source id="MSForms.OptionButton.Change"> + <context kind="class">OptionButton</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--method::OptionButton.Click--> + <element type="method"> + <source id="MSForms.OptionButton.Click"> + <context kind="class">OptionButton</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--method::OptionButton.DblClick--> + <element type="method"> + <source id="MSForms.OptionButton.DblClick"> + <context kind="class">OptionButton</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OptionButton.DisplayStyle {ReadOnly}--> + <element type="property"> + <source id="MSForms.OptionButton.DisplayStyle"> + <context kind="class">OptionButton</context> + <name>DisplayStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::OptionButton.Enabled--> + <element type="property"> + <source id="MSForms.OptionButton.Enabled"> + <context kind="class">OptionButton</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::OptionButton.Error--> + <element type="method"> + <source id="MSForms.OptionButton.Error"> + <context kind="class">OptionButton</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OptionButton.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.OptionButton.Font"> + <context kind="class">OptionButton</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::OptionButton.FontBold--> + <element type="property"> + <source id="MSForms.OptionButton.FontBold"> + <context kind="class">OptionButton</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::OptionButton.FontItalic--> + <element type="property"> + <source id="MSForms.OptionButton.FontItalic"> + <context kind="class">OptionButton</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::OptionButton.FontName--> + <element type="property"> + <source id="MSForms.OptionButton.FontName"> + <context kind="class">OptionButton</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::OptionButton.FontSize--> + <element type="property"> + <source id="MSForms.OptionButton.FontSize"> + <context kind="class">OptionButton</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::OptionButton.FontStrikethru--> + <element type="property"> + <source id="MSForms.OptionButton.FontStrikethru"> + <context kind="class">OptionButton</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::OptionButton.FontUnderline--> + <element type="property"> + <source id="MSForms.OptionButton.FontUnderline"> + <context kind="class">OptionButton</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::OptionButton.FontWeight--> + <element type="property"> + <source id="MSForms.OptionButton.FontWeight"> + <context kind="class">OptionButton</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::OptionButton.ForeColor--> + <element type="property"> + <source id="MSForms.OptionButton.ForeColor"> + <context kind="class">OptionButton</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--property::OptionButton.GroupName--> + <element type="property"> + <source id="MSForms.OptionButton.GroupName"> + <context kind="class">OptionButton</context> + <name>GroupName</name> + <type>String</type> + </source> + </element> + <!--method::OptionButton.KeyDown--> + <element type="method"> + <source id="MSForms.OptionButton.KeyDown"> + <context kind="class">OptionButton</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::OptionButton.KeyPress--> + <element type="method"> + <source id="MSForms.OptionButton.KeyPress"> + <context kind="class">OptionButton</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::OptionButton.KeyUp--> + <element type="method"> + <source id="MSForms.OptionButton.KeyUp"> + <context kind="class">OptionButton</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OptionButton.Locked--> + <element type="property"> + <source id="MSForms.OptionButton.Locked"> + <context kind="class">OptionButton</context> + <name>Locked</name> + <type>boolean</type> + </source> + </element> + <!--method::OptionButton.MouseDown--> + <element type="method"> + <source id="MSForms.OptionButton.MouseDown"> + <context kind="class">OptionButton</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OptionButton.MouseIcon--> + <element type="property"> + <source id="MSForms.OptionButton.MouseIcon"> + <context kind="class">OptionButton</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::OptionButton.MouseMove--> + <element type="method"> + <source id="MSForms.OptionButton.MouseMove"> + <context kind="class">OptionButton</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OptionButton.MousePointer--> + <element type="property"> + <source id="MSForms.OptionButton.MousePointer"> + <context kind="class">OptionButton</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::OptionButton.MouseUp--> + <element type="method"> + <source id="MSForms.OptionButton.MouseUp"> + <context kind="class">OptionButton</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OptionButton.MultiSelect--> + <element type="property"> + <source id="MSForms.OptionButton.MultiSelect"> + <context kind="class">OptionButton</context> + <name>MultiSelect</name> + <type>Integer</type> + </source> + </element> + <!--property::OptionButton.Picture--> + <element type="property"> + <source id="MSForms.OptionButton.Picture"> + <context kind="class">OptionButton</context> + <name>Picture</name> + <type>Picture</type> + </source> + </element> + <!--property::OptionButton.PicturePosition--> + <element type="property"> + <source id="MSForms.OptionButton.PicturePosition"> + <context kind="class">OptionButton</context> + <name>PicturePosition</name> + <type>Integer</type> + </source> + </element> + <!--property::OptionButton.SpecialEffect--> + <element type="property"> + <source id="MSForms.OptionButton.SpecialEffect"> + <context kind="class">OptionButton</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::OptionButton.TextAlign--> + <element type="property"> + <source id="MSForms.OptionButton.TextAlign"> + <context kind="class">OptionButton</context> + <name>TextAlign</name> + <type>Integer</type> + </source> + </element> + <!--property::OptionButton.TripleState--> + <element type="property"> + <source id="MSForms.OptionButton.TripleState"> + <context kind="class">OptionButton</context> + <name>TripleState</name> + <type>boolean</type> + </source> + </element> + <!--property::OptionButton.Valid {ReadOnly}--> + <element type="property"> + <source id="MSForms.OptionButton.Valid"> + <context kind="class">OptionButton</context> + <name>Valid</name> + <type>boolean</type> + </source> + </element> + <!--property::OptionButton.Value {Default}--> + <element type="property"> + <source id="MSForms.OptionButton.Value"> + <context kind="class">OptionButton</context> + <name default="true">Value</name> + <type>Variant</type> + </source> + </element> + <!--property::OptionButton.WordWrap--> + <element type="property"> + <source id="MSForms.OptionButton.WordWrap"> + <context kind="class">OptionButton</context> + <name>WordWrap</name> + <type>boolean</type> + </source> + </element> + <!--Class::Page--> + <element type="class"> + <source id="MSForms.Page"> + <name>Page</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Page.Accelerator--> + <element type="property"> + <source id="MSForms.Page.Accelerator"> + <context kind="class">Page</context> + <name>Accelerator</name> + <type>String</type> + </source> + </element> + <!--property::Page.ActiveControl {ReadOnly}--> + <element type="property"> + <source id="MSForms.Page.ActiveControl"> + <context kind="class">Page</context> + <name>ActiveControl</name> + <type>Control</type> + </source> + </element> + <!--property::Page.CanPaste {ReadOnly}--> + <element type="property"> + <source id="MSForms.Page.CanPaste"> + <context kind="class">Page</context> + <name>CanPaste</name> + <type>boolean</type> + </source> + </element> + <!--property::Page.CanRedo {ReadOnly}--> + <element type="property"> + <source id="MSForms.Page.CanRedo"> + <context kind="class">Page</context> + <name>CanRedo</name> + <type>boolean</type> + </source> + </element> + <!--property::Page.CanUndo {ReadOnly}--> + <element type="property"> + <source id="MSForms.Page.CanUndo"> + <context kind="class">Page</context> + <name>CanUndo</name> + <type>boolean</type> + </source> + </element> + <!--property::Page.Caption--> + <element type="property"> + <source id="MSForms.Page.Caption"> + <context kind="class">Page</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--property::Page.Controls {Default} {ReadOnly}--> + <element type="property"> + <source id="MSForms.Page.Controls"> + <context kind="class">Page</context> + <name default="true">Controls</name> + <type>Controls</type> + </source> + </element> + <!--property::Page.ControlTipText--> + <element type="property"> + <source id="MSForms.Page.ControlTipText"> + <context kind="class">Page</context> + <name>ControlTipText</name> + <type>String</type> + </source> + </element> + <!--method::Page.Copy--> + <element type="method"> + <source id="MSForms.Page.Copy"> + <context kind="class">Page</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--method::Page.Cut--> + <element type="method"> + <source id="MSForms.Page.Cut"> + <context kind="class">Page</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--property::Page.Cycle--> + <element type="property"> + <source id="MSForms.Page.Cycle"> + <context kind="class">Page</context> + <name>Cycle</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.DesignMode--> + <element type="property"> + <source id="MSForms.Page.DesignMode"> + <context kind="class">Page</context> + <name>DesignMode</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.Enabled--> + <element type="property"> + <source id="MSForms.Page.Enabled"> + <context kind="class">Page</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--property::Page.GridX--> + <element type="property"> + <source id="MSForms.Page.GridX"> + <context kind="class">Page</context> + <name>GridX</name> + <type>Single</type> + </source> + </element> + <!--property::Page.GridY--> + <element type="property"> + <source id="MSForms.Page.GridY"> + <context kind="class">Page</context> + <name>GridY</name> + <type>Single</type> + </source> + </element> + <!--property::Page.Index--> + <element type="property"> + <source id="MSForms.Page.Index"> + <context kind="class">Page</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.InsideHeight {ReadOnly}--> + <element type="property"> + <source id="MSForms.Page.InsideHeight"> + <context kind="class">Page</context> + <name>InsideHeight</name> + <type>Single</type> + </source> + </element> + <!--property::Page.InsideWidth {ReadOnly}--> + <element type="property"> + <source id="MSForms.Page.InsideWidth"> + <context kind="class">Page</context> + <name>InsideWidth</name> + <type>Single</type> + </source> + </element> + <!--property::Page.KeepScrollBarsVisible--> + <element type="property"> + <source id="MSForms.Page.KeepScrollBarsVisible"> + <context kind="class">Page</context> + <name>KeepScrollBarsVisible</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.Name--> + <element type="property"> + <source id="MSForms.Page.Name"> + <context kind="class">Page</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Page.Parent {ReadOnly}--> + <element type="property"> + <source id="MSForms.Page.Parent"> + <context kind="class">Page</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::Page.Paste--> + <element type="method"> + <source id="MSForms.Page.Paste"> + <context kind="class">Page</context> + <name>Paste</name> + <type>void</type> + </source> + </element> + <!--property::Page.Picture--> + <element type="property"> + <source id="MSForms.Page.Picture"> + <context kind="class">Page</context> + <name>Picture</name> + <type>Picture</type> + </source> + </element> + <!--property::Page.PictureAlignment--> + <element type="property"> + <source id="MSForms.Page.PictureAlignment"> + <context kind="class">Page</context> + <name>PictureAlignment</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.PictureSizeMode--> + <element type="property"> + <source id="MSForms.Page.PictureSizeMode"> + <context kind="class">Page</context> + <name>PictureSizeMode</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.PictureTiling--> + <element type="property"> + <source id="MSForms.Page.PictureTiling"> + <context kind="class">Page</context> + <name>PictureTiling</name> + <type>boolean</type> + </source> + </element> + <!--method::Page.RedoAction--> + <element type="method"> + <source id="MSForms.Page.RedoAction"> + <context kind="class">Page</context> + <name>RedoAction</name> + <type>void</type> + </source> + </element> + <!--method::Page.Repaint--> + <element type="method"> + <source id="MSForms.Page.Repaint"> + <context kind="class">Page</context> + <name>Repaint</name> + <type>void</type> + </source> + </element> + <!--method::Page.Scroll--> + <element type="method"> + <source id="MSForms.Page.Scroll"> + <context kind="class">Page</context> + <name>Scroll</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>xAction</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>yAction</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Page.ScrollBars--> + <element type="property"> + <source id="MSForms.Page.ScrollBars"> + <context kind="class">Page</context> + <name>ScrollBars</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.ScrollHeight--> + <element type="property"> + <source id="MSForms.Page.ScrollHeight"> + <context kind="class">Page</context> + <name>ScrollHeight</name> + <type>Single</type> + </source> + </element> + <!--property::Page.ScrollLeft--> + <element type="property"> + <source id="MSForms.Page.ScrollLeft"> + <context kind="class">Page</context> + <name>ScrollLeft</name> + <type>Single</type> + </source> + </element> + <!--property::Page.ScrollTop--> + <element type="property"> + <source id="MSForms.Page.ScrollTop"> + <context kind="class">Page</context> + <name>ScrollTop</name> + <type>Single</type> + </source> + </element> + <!--property::Page.ScrollWidth--> + <element type="property"> + <source id="MSForms.Page.ScrollWidth"> + <context kind="class">Page</context> + <name>ScrollWidth</name> + <type>Single</type> + </source> + </element> + <!--property::Page.Selected {ReadOnly}--> + <element type="property"> + <source id="MSForms.Page.Selected"> + <context kind="class">Page</context> + <name>Selected</name> + <type>Controls</type> + </source> + </element> + <!--method::Page.SetDefaultTabOrder--> + <element type="method"> + <source id="MSForms.Page.SetDefaultTabOrder"> + <context kind="class">Page</context> + <name>SetDefaultTabOrder</name> + <type>void</type> + </source> + </element> + <!--property::Page.ShowGridDots--> + <element type="property"> + <source id="MSForms.Page.ShowGridDots"> + <context kind="class">Page</context> + <name>ShowGridDots</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.ShowToolbox--> + <element type="property"> + <source id="MSForms.Page.ShowToolbox"> + <context kind="class">Page</context> + <name>ShowToolbox</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.SnapToGrid--> + <element type="property"> + <source id="MSForms.Page.SnapToGrid"> + <context kind="class">Page</context> + <name>SnapToGrid</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.Tag--> + <element type="property"> + <source id="MSForms.Page.Tag"> + <context kind="class">Page</context> + <name>Tag</name> + <type>String</type> + </source> + </element> + <!--property::Page.TransitionEffect--> + <element type="property"> + <source id="MSForms.Page.TransitionEffect"> + <context kind="class">Page</context> + <name>TransitionEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.TransitionPeriod--> + <element type="property"> + <source id="MSForms.Page.TransitionPeriod"> + <context kind="class">Page</context> + <name>TransitionPeriod</name> + <type>Integer</type> + </source> + </element> + <!--method::Page.UndoAction--> + <element type="method"> + <source id="MSForms.Page.UndoAction"> + <context kind="class">Page</context> + <name>UndoAction</name> + <type>void</type> + </source> + </element> + <!--property::Page.VerticalScrollBarSide--> + <element type="property"> + <source id="MSForms.Page.VerticalScrollBarSide"> + <context kind="class">Page</context> + <name>VerticalScrollBarSide</name> + <type>Integer</type> + </source> + </element> + <!--property::Page.Visible--> + <element type="property"> + <source id="MSForms.Page.Visible"> + <context kind="class">Page</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--property::Page.Zoom--> + <element type="property"> + <source id="MSForms.Page.Zoom"> + <context kind="class">Page</context> + <name>Zoom</name> + <type>short</type> + </source> + </element> + <!--Class::Pages--> + <element type="class"> + <source id="MSForms.Pages"> + <name>Pages</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Pages.Add--> + <element type="method"> + <source id="MSForms.Pages.Add"> + <context kind="class">Pages</context> + <name>Add</name> + <type>Page</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>bstrName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>bstrCaption</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>lIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Pages.Clear--> + <element type="method"> + <source id="MSForms.Pages.Clear"> + <context kind="class">Pages</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--property::Pages.Count {ReadOnly}--> + <element type="property"> + <source id="MSForms.Pages.Count"> + <context kind="class">Pages</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Pages.Enum--> + <element type="method"> + <source id="MSForms.Pages.Enum"> + <context kind="class">Pages</context> + <name>Enum</name> + <type>IUnknown</type> + </source> + </element> + <!--method::Pages.Item {Default}--> + <element type="method"> + <source id="MSForms.Pages.Item"> + <context kind="class">Pages</context> + <name default="true">Item</name> + <type>Page</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varg</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Pages.Remove--> + <element type="method"> + <source id="MSForms.Pages.Remove"> + <context kind="class">Pages</context> + <name>Remove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varg</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ReturnBoolean--> + <element type="class"> + <source id="MSForms.ReturnBoolean"> + <name>ReturnBoolean</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ReturnBoolean.Value {Default}--> + <element type="property"> + <source id="MSForms.ReturnBoolean.Value"> + <context kind="class">ReturnBoolean</context> + <name default="true">Value</name> + <type>boolean</type> + </source> + </element> + <!--Class::ReturnEffect--> + <element type="class"> + <source id="MSForms.ReturnEffect"> + <name>ReturnEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ReturnEffect.Value {Default}--> + <element type="property"> + <source id="MSForms.ReturnEffect.Value"> + <context kind="class">ReturnEffect</context> + <name default="true">Value</name> + <type>Integer</type> + </source> + </element> + <!--Class::ReturnInteger--> + <element type="class"> + <source id="MSForms.ReturnInteger"> + <name>ReturnInteger</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ReturnInteger.Value {Default}--> + <element type="property"> + <source id="MSForms.ReturnInteger.Value"> + <context kind="class">ReturnInteger</context> + <name default="true">Value</name> + <type>Integer</type> + </source> + </element> + <!--Class::ReturnSingle--> + <element type="class"> + <source id="MSForms.ReturnSingle"> + <name>ReturnSingle</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ReturnSingle.Value {Default}--> + <element type="property"> + <source id="MSForms.ReturnSingle.Value"> + <context kind="class">ReturnSingle</context> + <name default="true">Value</name> + <type>Single</type> + </source> + </element> + <!--Class::ReturnString--> + <element type="class"> + <source id="MSForms.ReturnString"> + <name>ReturnString</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ReturnString.Value {Default}--> + <element type="property"> + <source id="MSForms.ReturnString.Value"> + <context kind="class">ReturnString</context> + <name default="true">Value</name> + <type>String</type> + </source> + </element> + <!--Class::ScrollBar--> + <element type="class"> + <source id="MSForms.ScrollBar"> + <name>ScrollBar</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ScrollBar.BackColor--> + <element type="property"> + <source id="MSForms.ScrollBar.BackColor"> + <context kind="class">ScrollBar</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--method::ScrollBar.BeforeDragOver--> + <element type="method"> + <source id="MSForms.ScrollBar.BeforeDragOver"> + <context kind="class">ScrollBar</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ScrollBar.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.ScrollBar.BeforeDropOrPaste"> + <context kind="class">ScrollBar</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ScrollBar.Change--> + <element type="method"> + <source id="MSForms.ScrollBar.Change"> + <context kind="class">ScrollBar</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--property::ScrollBar.Delay--> + <element type="property"> + <source id="MSForms.ScrollBar.Delay"> + <context kind="class">ScrollBar</context> + <name>Delay</name> + <type>Integer</type> + </source> + </element> + <!--property::ScrollBar.Enabled--> + <element type="property"> + <source id="MSForms.ScrollBar.Enabled"> + <context kind="class">ScrollBar</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::ScrollBar.Error--> + <element type="method"> + <source id="MSForms.ScrollBar.Error"> + <context kind="class">ScrollBar</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ScrollBar.ForeColor--> + <element type="property"> + <source id="MSForms.ScrollBar.ForeColor"> + <context kind="class">ScrollBar</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--method::ScrollBar.KeyDown--> + <element type="method"> + <source id="MSForms.ScrollBar.KeyDown"> + <context kind="class">ScrollBar</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ScrollBar.KeyPress--> + <element type="method"> + <source id="MSForms.ScrollBar.KeyPress"> + <context kind="class">ScrollBar</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ScrollBar.KeyUp--> + <element type="method"> + <source id="MSForms.ScrollBar.KeyUp"> + <context kind="class">ScrollBar</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ScrollBar.LargeChange--> + <element type="property"> + <source id="MSForms.ScrollBar.LargeChange"> + <context kind="class">ScrollBar</context> + <name>LargeChange</name> + <type>Integer</type> + </source> + </element> + <!--property::ScrollBar.Max--> + <element type="property"> + <source id="MSForms.ScrollBar.Max"> + <context kind="class">ScrollBar</context> + <name>Max</name> + <type>Integer</type> + </source> + </element> + <!--property::ScrollBar.Min--> + <element type="property"> + <source id="MSForms.ScrollBar.Min"> + <context kind="class">ScrollBar</context> + <name>Min</name> + <type>Integer</type> + </source> + </element> + <!--property::ScrollBar.MouseIcon--> + <element type="property"> + <source id="MSForms.ScrollBar.MouseIcon"> + <context kind="class">ScrollBar</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--property::ScrollBar.MousePointer--> + <element type="property"> + <source id="MSForms.ScrollBar.MousePointer"> + <context kind="class">ScrollBar</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--property::ScrollBar.Orientation--> + <element type="property"> + <source id="MSForms.ScrollBar.Orientation"> + <context kind="class">ScrollBar</context> + <name>Orientation</name> + <type>Integer</type> + </source> + </element> + <!--property::ScrollBar.ProportionalThumb--> + <element type="property"> + <source id="MSForms.ScrollBar.ProportionalThumb"> + <context kind="class">ScrollBar</context> + <name>ProportionalThumb</name> + <type>boolean</type> + </source> + </element> + <!--method::ScrollBar.Scroll--> + <element type="method"> + <source id="MSForms.ScrollBar.Scroll"> + <context kind="class">ScrollBar</context> + <name>Scroll</name> + <type>void</type> + </source> + </element> + <!--property::ScrollBar.SmallChange--> + <element type="property"> + <source id="MSForms.ScrollBar.SmallChange"> + <context kind="class">ScrollBar</context> + <name>SmallChange</name> + <type>Integer</type> + </source> + </element> + <!--property::ScrollBar.Value {Default}--> + <element type="property"> + <source id="MSForms.ScrollBar.Value"> + <context kind="class">ScrollBar</context> + <name default="true">Value</name> + <type>Integer</type> + </source> + </element> + <!--Class::SpinButton--> + <element type="class"> + <source id="MSForms.SpinButton"> + <name>SpinButton</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SpinButton.BackColor--> + <element type="property"> + <source id="MSForms.SpinButton.BackColor"> + <context kind="class">SpinButton</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--method::SpinButton.BeforeDragOver--> + <element type="method"> + <source id="MSForms.SpinButton.BeforeDragOver"> + <context kind="class">SpinButton</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SpinButton.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.SpinButton.BeforeDropOrPaste"> + <context kind="class">SpinButton</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SpinButton.Change--> + <element type="method"> + <source id="MSForms.SpinButton.Change"> + <context kind="class">SpinButton</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--property::SpinButton.Delay--> + <element type="property"> + <source id="MSForms.SpinButton.Delay"> + <context kind="class">SpinButton</context> + <name>Delay</name> + <type>Integer</type> + </source> + </element> + <!--property::SpinButton.Enabled--> + <element type="property"> + <source id="MSForms.SpinButton.Enabled"> + <context kind="class">SpinButton</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::SpinButton.Error--> + <element type="method"> + <source id="MSForms.SpinButton.Error"> + <context kind="class">SpinButton</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SpinButton.ForeColor--> + <element type="property"> + <source id="MSForms.SpinButton.ForeColor"> + <context kind="class">SpinButton</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--method::SpinButton.KeyDown--> + <element type="method"> + <source id="MSForms.SpinButton.KeyDown"> + <context kind="class">SpinButton</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SpinButton.KeyPress--> + <element type="method"> + <source id="MSForms.SpinButton.KeyPress"> + <context kind="class">SpinButton</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SpinButton.KeyUp--> + <element type="method"> + <source id="MSForms.SpinButton.KeyUp"> + <context kind="class">SpinButton</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SpinButton.Max--> + <element type="property"> + <source id="MSForms.SpinButton.Max"> + <context kind="class">SpinButton</context> + <name>Max</name> + <type>Integer</type> + </source> + </element> + <!--property::SpinButton.Min--> + <element type="property"> + <source id="MSForms.SpinButton.Min"> + <context kind="class">SpinButton</context> + <name>Min</name> + <type>Integer</type> + </source> + </element> + <!--property::SpinButton.MouseIcon--> + <element type="property"> + <source id="MSForms.SpinButton.MouseIcon"> + <context kind="class">SpinButton</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--property::SpinButton.MousePointer--> + <element type="property"> + <source id="MSForms.SpinButton.MousePointer"> + <context kind="class">SpinButton</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--property::SpinButton.Orientation--> + <element type="property"> + <source id="MSForms.SpinButton.Orientation"> + <context kind="class">SpinButton</context> + <name>Orientation</name> + <type>Integer</type> + </source> + </element> + <!--property::SpinButton.SmallChange--> + <element type="property"> + <source id="MSForms.SpinButton.SmallChange"> + <context kind="class">SpinButton</context> + <name>SmallChange</name> + <type>Integer</type> + </source> + </element> + <!--method::SpinButton.SpinDown--> + <element type="method"> + <source id="MSForms.SpinButton.SpinDown"> + <context kind="class">SpinButton</context> + <name>SpinDown</name> + <type>void</type> + </source> + </element> + <!--method::SpinButton.SpinUp--> + <element type="method"> + <source id="MSForms.SpinButton.SpinUp"> + <context kind="class">SpinButton</context> + <name>SpinUp</name> + <type>void</type> + </source> + </element> + <!--property::SpinButton.Value {Default}--> + <element type="property"> + <source id="MSForms.SpinButton.Value"> + <context kind="class">SpinButton</context> + <name default="true">Value</name> + <type>Integer</type> + </source> + </element> + <!--Class::Tab--> + <element type="class"> + <source id="MSForms.Tab"> + <name>Tab</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Tab.Accelerator--> + <element type="property"> + <source id="MSForms.Tab.Accelerator"> + <context kind="class">Tab</context> + <name>Accelerator</name> + <type>String</type> + </source> + </element> + <!--property::Tab.Caption--> + <element type="property"> + <source id="MSForms.Tab.Caption"> + <context kind="class">Tab</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--property::Tab.ControlTipText--> + <element type="property"> + <source id="MSForms.Tab.ControlTipText"> + <context kind="class">Tab</context> + <name>ControlTipText</name> + <type>String</type> + </source> + </element> + <!--property::Tab.Enabled--> + <element type="property"> + <source id="MSForms.Tab.Enabled"> + <context kind="class">Tab</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--property::Tab.Index--> + <element type="property"> + <source id="MSForms.Tab.Index"> + <context kind="class">Tab</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::Tab.Name--> + <element type="property"> + <source id="MSForms.Tab.Name"> + <context kind="class">Tab</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Tab.Tag--> + <element type="property"> + <source id="MSForms.Tab.Tag"> + <context kind="class">Tab</context> + <name>Tag</name> + <type>String</type> + </source> + </element> + <!--property::Tab.Visible--> + <element type="property"> + <source id="MSForms.Tab.Visible"> + <context kind="class">Tab</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--Class::Tabs--> + <element type="class"> + <source id="MSForms.Tabs"> + <name>Tabs</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Tabs.Add--> + <element type="method"> + <source id="MSForms.Tabs.Add"> + <context kind="class">Tabs</context> + <name>Add</name> + <type>Tab</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>bstrName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>bstrCaption</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>lIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Tabs.Clear--> + <element type="method"> + <source id="MSForms.Tabs.Clear"> + <context kind="class">Tabs</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--property::Tabs.Count {ReadOnly}--> + <element type="property"> + <source id="MSForms.Tabs.Count"> + <context kind="class">Tabs</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Tabs.Enum--> + <element type="method"> + <source id="MSForms.Tabs.Enum"> + <context kind="class">Tabs</context> + <name>Enum</name> + <type>IUnknown</type> + </source> + </element> + <!--method::Tabs.Item {Default}--> + <element type="method"> + <source id="MSForms.Tabs.Item"> + <context kind="class">Tabs</context> + <name default="true">Item</name> + <type>Tab</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varg</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Tabs.Remove--> + <element type="method"> + <source id="MSForms.Tabs.Remove"> + <context kind="class">Tabs</context> + <name>Remove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varg</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::TabStrip--> + <element type="class"> + <source id="MSForms.TabStrip"> + <name>TabStrip</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TabStrip.BackColor--> + <element type="property"> + <source id="MSForms.TabStrip.BackColor"> + <context kind="class">TabStrip</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--method::TabStrip.BeforeDragOver--> + <element type="method"> + <source id="MSForms.TabStrip.BeforeDragOver"> + <context kind="class">TabStrip</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TabStrip.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.TabStrip.BeforeDropOrPaste"> + <context kind="class">TabStrip</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TabStrip.Change--> + <element type="method"> + <source id="MSForms.TabStrip.Change"> + <context kind="class">TabStrip</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--method::TabStrip.Click--> + <element type="method"> + <source id="MSForms.TabStrip.Click"> + <context kind="class">TabStrip</context> + <name>Click</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TabStrip.ClientHeight {ReadOnly}--> + <element type="property"> + <source id="MSForms.TabStrip.ClientHeight"> + <context kind="class">TabStrip</context> + <name>ClientHeight</name> + <type>Single</type> + </source> + </element> + <!--property::TabStrip.ClientLeft {ReadOnly}--> + <element type="property"> + <source id="MSForms.TabStrip.ClientLeft"> + <context kind="class">TabStrip</context> + <name>ClientLeft</name> + <type>Single</type> + </source> + </element> + <!--property::TabStrip.ClientTop {ReadOnly}--> + <element type="property"> + <source id="MSForms.TabStrip.ClientTop"> + <context kind="class">TabStrip</context> + <name>ClientTop</name> + <type>Single</type> + </source> + </element> + <!--property::TabStrip.ClientWidth {ReadOnly}--> + <element type="property"> + <source id="MSForms.TabStrip.ClientWidth"> + <context kind="class">TabStrip</context> + <name>ClientWidth</name> + <type>Single</type> + </source> + </element> + <!--method::TabStrip.DblClick--> + <element type="method"> + <source id="MSForms.TabStrip.DblClick"> + <context kind="class">TabStrip</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TabStrip.Enabled--> + <element type="property"> + <source id="MSForms.TabStrip.Enabled"> + <context kind="class">TabStrip</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::TabStrip.Error--> + <element type="method"> + <source id="MSForms.TabStrip.Error"> + <context kind="class">TabStrip</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TabStrip.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.TabStrip.Font"> + <context kind="class">TabStrip</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::TabStrip.FontBold--> + <element type="property"> + <source id="MSForms.TabStrip.FontBold"> + <context kind="class">TabStrip</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::TabStrip.FontItalic--> + <element type="property"> + <source id="MSForms.TabStrip.FontItalic"> + <context kind="class">TabStrip</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::TabStrip.FontName--> + <element type="property"> + <source id="MSForms.TabStrip.FontName"> + <context kind="class">TabStrip</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::TabStrip.FontSize--> + <element type="property"> + <source id="MSForms.TabStrip.FontSize"> + <context kind="class">TabStrip</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::TabStrip.FontStrikethru--> + <element type="property"> + <source id="MSForms.TabStrip.FontStrikethru"> + <context kind="class">TabStrip</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::TabStrip.FontUnderline--> + <element type="property"> + <source id="MSForms.TabStrip.FontUnderline"> + <context kind="class">TabStrip</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::TabStrip.FontWeight--> + <element type="property"> + <source id="MSForms.TabStrip.FontWeight"> + <context kind="class">TabStrip</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::TabStrip.ForeColor--> + <element type="property"> + <source id="MSForms.TabStrip.ForeColor"> + <context kind="class">TabStrip</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--method::TabStrip.KeyDown--> + <element type="method"> + <source id="MSForms.TabStrip.KeyDown"> + <context kind="class">TabStrip</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TabStrip.KeyPress--> + <element type="method"> + <source id="MSForms.TabStrip.KeyPress"> + <context kind="class">TabStrip</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TabStrip.KeyUp--> + <element type="method"> + <source id="MSForms.TabStrip.KeyUp"> + <context kind="class">TabStrip</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TabStrip.MouseDown--> + <element type="method"> + <source id="MSForms.TabStrip.MouseDown"> + <context kind="class">TabStrip</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TabStrip.MouseIcon--> + <element type="property"> + <source id="MSForms.TabStrip.MouseIcon"> + <context kind="class">TabStrip</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::TabStrip.MouseMove--> + <element type="method"> + <source id="MSForms.TabStrip.MouseMove"> + <context kind="class">TabStrip</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TabStrip.MousePointer--> + <element type="property"> + <source id="MSForms.TabStrip.MousePointer"> + <context kind="class">TabStrip</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::TabStrip.MouseUp--> + <element type="method"> + <source id="MSForms.TabStrip.MouseUp"> + <context kind="class">TabStrip</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TabStrip.MultiRow--> + <element type="property"> + <source id="MSForms.TabStrip.MultiRow"> + <context kind="class">TabStrip</context> + <name>MultiRow</name> + <type>boolean</type> + </source> + </element> + <!--property::TabStrip.SelectedItem {ReadOnly}--> + <element type="property"> + <source id="MSForms.TabStrip.SelectedItem"> + <context kind="class">TabStrip</context> + <name>SelectedItem</name> + <type>Tab</type> + </source> + </element> + <!--property::TabStrip.Style--> + <element type="property"> + <source id="MSForms.TabStrip.Style"> + <context kind="class">TabStrip</context> + <name>Style</name> + <type>Integer</type> + </source> + </element> + <!--property::TabStrip.TabFixedHeight--> + <element type="property"> + <source id="MSForms.TabStrip.TabFixedHeight"> + <context kind="class">TabStrip</context> + <name>TabFixedHeight</name> + <type>Single</type> + </source> + </element> + <!--property::TabStrip.TabFixedWidth--> + <element type="property"> + <source id="MSForms.TabStrip.TabFixedWidth"> + <context kind="class">TabStrip</context> + <name>TabFixedWidth</name> + <type>Single</type> + </source> + </element> + <!--property::TabStrip.TabOrientation--> + <element type="property"> + <source id="MSForms.TabStrip.TabOrientation"> + <context kind="class">TabStrip</context> + <name>TabOrientation</name> + <type>Integer</type> + </source> + </element> + <!--property::TabStrip.Tabs {Default} {ReadOnly}--> + <element type="property"> + <source id="MSForms.TabStrip.Tabs"> + <context kind="class">TabStrip</context> + <name default="true">Tabs</name> + <type>Tabs</type> + </source> + </element> + <!--property::TabStrip.Value--> + <element type="property"> + <source id="MSForms.TabStrip.Value"> + <context kind="class">TabStrip</context> + <name>Value</name> + <type>Integer</type> + </source> + </element> + <!--Class::TextBox--> + <element type="class"> + <source id="MSForms.TextBox"> + <name>TextBox</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TextBox.AutoSize--> + <element type="property"> + <source id="MSForms.TextBox.AutoSize"> + <context kind="class">TextBox</context> + <name>AutoSize</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.AutoTab--> + <element type="property"> + <source id="MSForms.TextBox.AutoTab"> + <context kind="class">TextBox</context> + <name>AutoTab</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.AutoWordSelect--> + <element type="property"> + <source id="MSForms.TextBox.AutoWordSelect"> + <context kind="class">TextBox</context> + <name>AutoWordSelect</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.BackColor--> + <element type="property"> + <source id="MSForms.TextBox.BackColor"> + <context kind="class">TextBox</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.BackStyle--> + <element type="property"> + <source id="MSForms.TextBox.BackStyle"> + <context kind="class">TextBox</context> + <name>BackStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::TextBox.BeforeDragOver--> + <element type="method"> + <source id="MSForms.TextBox.BeforeDragOver"> + <context kind="class">TextBox</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextBox.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.TextBox.BeforeDropOrPaste"> + <context kind="class">TextBox</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextBox.BorderColor--> + <element type="property"> + <source id="MSForms.TextBox.BorderColor"> + <context kind="class">TextBox</context> + <name>BorderColor</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.BordersSuppress--> + <element type="property"> + <source id="MSForms.TextBox.BordersSuppress"> + <context kind="class">TextBox</context> + <name>BordersSuppress</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.BorderStyle--> + <element type="property"> + <source id="MSForms.TextBox.BorderStyle"> + <context kind="class">TextBox</context> + <name>BorderStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.CanPaste {ReadOnly}--> + <element type="property"> + <source id="MSForms.TextBox.CanPaste"> + <context kind="class">TextBox</context> + <name>CanPaste</name> + <type>boolean</type> + </source> + </element> + <!--method::TextBox.Change--> + <element type="method"> + <source id="MSForms.TextBox.Change"> + <context kind="class">TextBox</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--method::TextBox.Copy--> + <element type="method"> + <source id="MSForms.TextBox.Copy"> + <context kind="class">TextBox</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--property::TextBox.CurLine--> + <element type="property"> + <source id="MSForms.TextBox.CurLine"> + <context kind="class">TextBox</context> + <name>CurLine</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.CurTargetX {ReadOnly}--> + <element type="property"> + <source id="MSForms.TextBox.CurTargetX"> + <context kind="class">TextBox</context> + <name>CurTargetX</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.CurTargetY {ReadOnly}--> + <element type="property"> + <source id="MSForms.TextBox.CurTargetY"> + <context kind="class">TextBox</context> + <name>CurTargetY</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.CurX--> + <element type="property"> + <source id="MSForms.TextBox.CurX"> + <context kind="class">TextBox</context> + <name>CurX</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.CurY--> + <element type="property"> + <source id="MSForms.TextBox.CurY"> + <context kind="class">TextBox</context> + <name>CurY</name> + <type>Integer</type> + </source> + </element> + <!--method::TextBox.Cut--> + <element type="method"> + <source id="MSForms.TextBox.Cut"> + <context kind="class">TextBox</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--method::TextBox.DblClick--> + <element type="method"> + <source id="MSForms.TextBox.DblClick"> + <context kind="class">TextBox</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextBox.DisplayStyle {ReadOnly}--> + <element type="property"> + <source id="MSForms.TextBox.DisplayStyle"> + <context kind="class">TextBox</context> + <name>DisplayStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.DragBehavior--> + <element type="property"> + <source id="MSForms.TextBox.DragBehavior"> + <context kind="class">TextBox</context> + <name>DragBehavior</name> + <type>Integer</type> + </source> + </element> + <!--method::TextBox.DropButtonClick--> + <element type="method"> + <source id="MSForms.TextBox.DropButtonClick"> + <context kind="class">TextBox</context> + <name>DropButtonClick</name> + <type>void</type> + </source> + </element> + <!--property::TextBox.DropButtonStyle--> + <element type="property"> + <source id="MSForms.TextBox.DropButtonStyle"> + <context kind="class">TextBox</context> + <name>DropButtonStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.Enabled--> + <element type="property"> + <source id="MSForms.TextBox.Enabled"> + <context kind="class">TextBox</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.EnterFieldBehavior--> + <element type="property"> + <source id="MSForms.TextBox.EnterFieldBehavior"> + <context kind="class">TextBox</context> + <name>EnterFieldBehavior</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.EnterKeyBehavior--> + <element type="property"> + <source id="MSForms.TextBox.EnterKeyBehavior"> + <context kind="class">TextBox</context> + <name>EnterKeyBehavior</name> + <type>boolean</type> + </source> + </element> + <!--method::TextBox.Error--> + <element type="method"> + <source id="MSForms.TextBox.Error"> + <context kind="class">TextBox</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextBox.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.TextBox.Font"> + <context kind="class">TextBox</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::TextBox.FontBold--> + <element type="property"> + <source id="MSForms.TextBox.FontBold"> + <context kind="class">TextBox</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.FontItalic--> + <element type="property"> + <source id="MSForms.TextBox.FontItalic"> + <context kind="class">TextBox</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.FontName--> + <element type="property"> + <source id="MSForms.TextBox.FontName"> + <context kind="class">TextBox</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::TextBox.FontSize--> + <element type="property"> + <source id="MSForms.TextBox.FontSize"> + <context kind="class">TextBox</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::TextBox.FontStrikethru--> + <element type="property"> + <source id="MSForms.TextBox.FontStrikethru"> + <context kind="class">TextBox</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.FontUnderline--> + <element type="property"> + <source id="MSForms.TextBox.FontUnderline"> + <context kind="class">TextBox</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.FontWeight--> + <element type="property"> + <source id="MSForms.TextBox.FontWeight"> + <context kind="class">TextBox</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::TextBox.ForeColor--> + <element type="property"> + <source id="MSForms.TextBox.ForeColor"> + <context kind="class">TextBox</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.HideSelection--> + <element type="property"> + <source id="MSForms.TextBox.HideSelection"> + <context kind="class">TextBox</context> + <name>HideSelection</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.IMEMode--> + <element type="property"> + <source id="MSForms.TextBox.IMEMode"> + <context kind="class">TextBox</context> + <name>IMEMode</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.IntegralHeight--> + <element type="property"> + <source id="MSForms.TextBox.IntegralHeight"> + <context kind="class">TextBox</context> + <name>IntegralHeight</name> + <type>boolean</type> + </source> + </element> + <!--method::TextBox.KeyDown--> + <element type="method"> + <source id="MSForms.TextBox.KeyDown"> + <context kind="class">TextBox</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextBox.KeyPress--> + <element type="method"> + <source id="MSForms.TextBox.KeyPress"> + <context kind="class">TextBox</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextBox.KeyUp--> + <element type="method"> + <source id="MSForms.TextBox.KeyUp"> + <context kind="class">TextBox</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextBox.LineCount {ReadOnly}--> + <element type="property"> + <source id="MSForms.TextBox.LineCount"> + <context kind="class">TextBox</context> + <name>LineCount</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.Locked--> + <element type="property"> + <source id="MSForms.TextBox.Locked"> + <context kind="class">TextBox</context> + <name>Locked</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.MaxLength--> + <element type="property"> + <source id="MSForms.TextBox.MaxLength"> + <context kind="class">TextBox</context> + <name>MaxLength</name> + <type>Integer</type> + </source> + </element> + <!--method::TextBox.MouseDown--> + <element type="method"> + <source id="MSForms.TextBox.MouseDown"> + <context kind="class">TextBox</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextBox.MouseIcon--> + <element type="property"> + <source id="MSForms.TextBox.MouseIcon"> + <context kind="class">TextBox</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::TextBox.MouseMove--> + <element type="method"> + <source id="MSForms.TextBox.MouseMove"> + <context kind="class">TextBox</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextBox.MousePointer--> + <element type="property"> + <source id="MSForms.TextBox.MousePointer"> + <context kind="class">TextBox</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::TextBox.MouseUp--> + <element type="method"> + <source id="MSForms.TextBox.MouseUp"> + <context kind="class">TextBox</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextBox.MultiLine--> + <element type="property"> + <source id="MSForms.TextBox.MultiLine"> + <context kind="class">TextBox</context> + <name>MultiLine</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.PasswordChar--> + <element type="property"> + <source id="MSForms.TextBox.PasswordChar"> + <context kind="class">TextBox</context> + <name>PasswordChar</name> + <type>String</type> + </source> + </element> + <!--method::TextBox.Paste--> + <element type="method"> + <source id="MSForms.TextBox.Paste"> + <context kind="class">TextBox</context> + <name>Paste</name> + <type>void</type> + </source> + </element> + <!--property::TextBox.ScrollBars--> + <element type="property"> + <source id="MSForms.TextBox.ScrollBars"> + <context kind="class">TextBox</context> + <name>ScrollBars</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.SelectionMargin--> + <element type="property"> + <source id="MSForms.TextBox.SelectionMargin"> + <context kind="class">TextBox</context> + <name>SelectionMargin</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.SelLength--> + <element type="property"> + <source id="MSForms.TextBox.SelLength"> + <context kind="class">TextBox</context> + <name>SelLength</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.SelStart--> + <element type="property"> + <source id="MSForms.TextBox.SelStart"> + <context kind="class">TextBox</context> + <name>SelStart</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.SelText--> + <element type="property"> + <source id="MSForms.TextBox.SelText"> + <context kind="class">TextBox</context> + <name>SelText</name> + <type>String</type> + </source> + </element> + <!--property::TextBox.ShowDropButtonWhen--> + <element type="property"> + <source id="MSForms.TextBox.ShowDropButtonWhen"> + <context kind="class">TextBox</context> + <name>ShowDropButtonWhen</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.SpecialEffect--> + <element type="property"> + <source id="MSForms.TextBox.SpecialEffect"> + <context kind="class">TextBox</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.TabKeyBehavior--> + <element type="property"> + <source id="MSForms.TextBox.TabKeyBehavior"> + <context kind="class">TextBox</context> + <name>TabKeyBehavior</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.Text--> + <element type="property"> + <source id="MSForms.TextBox.Text"> + <context kind="class">TextBox</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--property::TextBox.TextAlign--> + <element type="property"> + <source id="MSForms.TextBox.TextAlign"> + <context kind="class">TextBox</context> + <name>TextAlign</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.TextLength {ReadOnly}--> + <element type="property"> + <source id="MSForms.TextBox.TextLength"> + <context kind="class">TextBox</context> + <name>TextLength</name> + <type>Integer</type> + </source> + </element> + <!--property::TextBox.Valid {ReadOnly}--> + <element type="property"> + <source id="MSForms.TextBox.Valid"> + <context kind="class">TextBox</context> + <name>Valid</name> + <type>boolean</type> + </source> + </element> + <!--property::TextBox.Value {Default}--> + <element type="property"> + <source id="MSForms.TextBox.Value"> + <context kind="class">TextBox</context> + <name default="true">Value</name> + <type>Variant</type> + </source> + </element> + <!--property::TextBox.WordWrap--> + <element type="property"> + <source id="MSForms.TextBox.WordWrap"> + <context kind="class">TextBox</context> + <name>WordWrap</name> + <type>boolean</type> + </source> + </element> + <!--Class::ToggleButton--> + <element type="class"> + <source id="MSForms.ToggleButton"> + <name>ToggleButton</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ToggleButton.Accelerator--> + <element type="property"> + <source id="MSForms.ToggleButton.Accelerator"> + <context kind="class">ToggleButton</context> + <name>Accelerator</name> + <type>String</type> + </source> + </element> + <!--property::ToggleButton.Alignment--> + <element type="property"> + <source id="MSForms.ToggleButton.Alignment"> + <context kind="class">ToggleButton</context> + <name>Alignment</name> + <type>Integer</type> + </source> + </element> + <!--property::ToggleButton.AutoSize--> + <element type="property"> + <source id="MSForms.ToggleButton.AutoSize"> + <context kind="class">ToggleButton</context> + <name>AutoSize</name> + <type>boolean</type> + </source> + </element> + <!--property::ToggleButton.BackColor--> + <element type="property"> + <source id="MSForms.ToggleButton.BackColor"> + <context kind="class">ToggleButton</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--property::ToggleButton.BackStyle--> + <element type="property"> + <source id="MSForms.ToggleButton.BackStyle"> + <context kind="class">ToggleButton</context> + <name>BackStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::ToggleButton.BeforeDragOver--> + <element type="method"> + <source id="MSForms.ToggleButton.BeforeDragOver"> + <context kind="class">ToggleButton</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>DragState</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ToggleButton.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.ToggleButton.BeforeDropOrPaste"> + <context kind="class">ToggleButton</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ToggleButton.BordersSuppress--> + <element type="property"> + <source id="MSForms.ToggleButton.BordersSuppress"> + <context kind="class">ToggleButton</context> + <name>BordersSuppress</name> + <type>boolean</type> + </source> + </element> + <!--property::ToggleButton.Caption--> + <element type="property"> + <source id="MSForms.ToggleButton.Caption"> + <context kind="class">ToggleButton</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::ToggleButton.Change--> + <element type="method"> + <source id="MSForms.ToggleButton.Change"> + <context kind="class">ToggleButton</context> + <name>Change</name> + <type>void</type> + </source> + </element> + <!--method::ToggleButton.Click--> + <element type="method"> + <source id="MSForms.ToggleButton.Click"> + <context kind="class">ToggleButton</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--method::ToggleButton.DblClick--> + <element type="method"> + <source id="MSForms.ToggleButton.DblClick"> + <context kind="class">ToggleButton</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ToggleButton.DisplayStyle {ReadOnly}--> + <element type="property"> + <source id="MSForms.ToggleButton.DisplayStyle"> + <context kind="class">ToggleButton</context> + <name>DisplayStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::ToggleButton.Enabled--> + <element type="property"> + <source id="MSForms.ToggleButton.Enabled"> + <context kind="class">ToggleButton</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::ToggleButton.Error--> + <element type="method"> + <source id="MSForms.ToggleButton.Error"> + <context kind="class">ToggleButton</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ToggleButton.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.ToggleButton.Font"> + <context kind="class">ToggleButton</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::ToggleButton.FontBold--> + <element type="property"> + <source id="MSForms.ToggleButton.FontBold"> + <context kind="class">ToggleButton</context> + <name>FontBold</name> + <type>boolean</type> + </source> + </element> + <!--property::ToggleButton.FontItalic--> + <element type="property"> + <source id="MSForms.ToggleButton.FontItalic"> + <context kind="class">ToggleButton</context> + <name>FontItalic</name> + <type>boolean</type> + </source> + </element> + <!--property::ToggleButton.FontName--> + <element type="property"> + <source id="MSForms.ToggleButton.FontName"> + <context kind="class">ToggleButton</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::ToggleButton.FontSize--> + <element type="property"> + <source id="MSForms.ToggleButton.FontSize"> + <context kind="class">ToggleButton</context> + <name>FontSize</name> + <type>VT_CY</type> + </source> + </element> + <!--property::ToggleButton.FontStrikethru--> + <element type="property"> + <source id="MSForms.ToggleButton.FontStrikethru"> + <context kind="class">ToggleButton</context> + <name>FontStrikethru</name> + <type>boolean</type> + </source> + </element> + <!--property::ToggleButton.FontUnderline--> + <element type="property"> + <source id="MSForms.ToggleButton.FontUnderline"> + <context kind="class">ToggleButton</context> + <name>FontUnderline</name> + <type>boolean</type> + </source> + </element> + <!--property::ToggleButton.FontWeight--> + <element type="property"> + <source id="MSForms.ToggleButton.FontWeight"> + <context kind="class">ToggleButton</context> + <name>FontWeight</name> + <type>short</type> + </source> + </element> + <!--property::ToggleButton.ForeColor--> + <element type="property"> + <source id="MSForms.ToggleButton.ForeColor"> + <context kind="class">ToggleButton</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--property::ToggleButton.GroupName--> + <element type="property"> + <source id="MSForms.ToggleButton.GroupName"> + <context kind="class">ToggleButton</context> + <name>GroupName</name> + <type>String</type> + </source> + </element> + <!--method::ToggleButton.KeyDown--> + <element type="method"> + <source id="MSForms.ToggleButton.KeyDown"> + <context kind="class">ToggleButton</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ToggleButton.KeyPress--> + <element type="method"> + <source id="MSForms.ToggleButton.KeyPress"> + <context kind="class">ToggleButton</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ToggleButton.KeyUp--> + <element type="method"> + <source id="MSForms.ToggleButton.KeyUp"> + <context kind="class">ToggleButton</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ToggleButton.Locked--> + <element type="property"> + <source id="MSForms.ToggleButton.Locked"> + <context kind="class">ToggleButton</context> + <name>Locked</name> + <type>boolean</type> + </source> + </element> + <!--method::ToggleButton.MouseDown--> + <element type="method"> + <source id="MSForms.ToggleButton.MouseDown"> + <context kind="class">ToggleButton</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ToggleButton.MouseIcon--> + <element type="property"> + <source id="MSForms.ToggleButton.MouseIcon"> + <context kind="class">ToggleButton</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::ToggleButton.MouseMove--> + <element type="method"> + <source id="MSForms.ToggleButton.MouseMove"> + <context kind="class">ToggleButton</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ToggleButton.MousePointer--> + <element type="property"> + <source id="MSForms.ToggleButton.MousePointer"> + <context kind="class">ToggleButton</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::ToggleButton.MouseUp--> + <element type="method"> + <source id="MSForms.ToggleButton.MouseUp"> + <context kind="class">ToggleButton</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ToggleButton.MultiSelect--> + <element type="property"> + <source id="MSForms.ToggleButton.MultiSelect"> + <context kind="class">ToggleButton</context> + <name>MultiSelect</name> + <type>Integer</type> + </source> + </element> + <!--property::ToggleButton.Picture--> + <element type="property"> + <source id="MSForms.ToggleButton.Picture"> + <context kind="class">ToggleButton</context> + <name>Picture</name> + <type>Picture</type> + </source> + </element> + <!--property::ToggleButton.PicturePosition--> + <element type="property"> + <source id="MSForms.ToggleButton.PicturePosition"> + <context kind="class">ToggleButton</context> + <name>PicturePosition</name> + <type>Integer</type> + </source> + </element> + <!--property::ToggleButton.SpecialEffect--> + <element type="property"> + <source id="MSForms.ToggleButton.SpecialEffect"> + <context kind="class">ToggleButton</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::ToggleButton.TextAlign--> + <element type="property"> + <source id="MSForms.ToggleButton.TextAlign"> + <context kind="class">ToggleButton</context> + <name>TextAlign</name> + <type>Integer</type> + </source> + </element> + <!--property::ToggleButton.TripleState--> + <element type="property"> + <source id="MSForms.ToggleButton.TripleState"> + <context kind="class">ToggleButton</context> + <name>TripleState</name> + <type>boolean</type> + </source> + </element> + <!--property::ToggleButton.Valid {ReadOnly}--> + <element type="property"> + <source id="MSForms.ToggleButton.Valid"> + <context kind="class">ToggleButton</context> + <name>Valid</name> + <type>boolean</type> + </source> + </element> + <!--property::ToggleButton.Value {Default}--> + <element type="property"> + <source id="MSForms.ToggleButton.Value"> + <context kind="class">ToggleButton</context> + <name default="true">Value</name> + <type>Variant</type> + </source> + </element> + <!--property::ToggleButton.WordWrap--> + <element type="property"> + <source id="MSForms.ToggleButton.WordWrap"> + <context kind="class">ToggleButton</context> + <name>WordWrap</name> + <type>boolean</type> + </source> + </element> + <!--Class::UserForm--> + <element type="class"> + <source id="MSForms.UserForm"> + <name>UserForm</name> + </source> + <destination designation="identity" /> + </element> + <!--property::UserForm.ActiveControl {ReadOnly}--> + <element type="property"> + <source id="MSForms.UserForm.ActiveControl"> + <context kind="class">UserForm</context> + <name>ActiveControl</name> + <type>Control</type> + </source> + </element> + <!--method::UserForm.AddControl--> + <element type="method"> + <source id="MSForms.UserForm.AddControl"> + <context kind="class">UserForm</context> + <name>AddControl</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::UserForm.BackColor--> + <element type="property"> + <source id="MSForms.UserForm.BackColor"> + <context kind="class">UserForm</context> + <name>BackColor</name> + <type>Integer</type> + </source> + </element> + <!--method::UserForm.BeforeDragOver--> + <element type="method"> + <source id="MSForms.UserForm.BeforeDragOver"> + <context kind="class">UserForm</context> + <name>BeforeDragOver</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>Integer</type> + <name>State</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::UserForm.BeforeDropOrPaste--> + <element type="method"> + <source id="MSForms.UserForm.BeforeDropOrPaste"> + <context kind="class">UserForm</context> + <name>BeforeDropOrPaste</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Action</name> + </parameter> + <parameter> + <type>DataObject</type> + <name>Data</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + <parameter> + <type>ReturnEffect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::UserForm.BorderColor--> + <element type="property"> + <source id="MSForms.UserForm.BorderColor"> + <context kind="class">UserForm</context> + <name>BorderColor</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.BorderStyle--> + <element type="property"> + <source id="MSForms.UserForm.BorderStyle"> + <context kind="class">UserForm</context> + <name>BorderStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.CanPaste {ReadOnly}--> + <element type="property"> + <source id="MSForms.UserForm.CanPaste"> + <context kind="class">UserForm</context> + <name>CanPaste</name> + <type>boolean</type> + </source> + </element> + <!--property::UserForm.CanRedo {ReadOnly}--> + <element type="property"> + <source id="MSForms.UserForm.CanRedo"> + <context kind="class">UserForm</context> + <name>CanRedo</name> + <type>boolean</type> + </source> + </element> + <!--property::UserForm.CanUndo {ReadOnly}--> + <element type="property"> + <source id="MSForms.UserForm.CanUndo"> + <context kind="class">UserForm</context> + <name>CanUndo</name> + <type>boolean</type> + </source> + </element> + <!--property::UserForm.Caption--> + <element type="property"> + <source id="MSForms.UserForm.Caption"> + <context kind="class">UserForm</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::UserForm.Click--> + <element type="method"> + <source id="MSForms.UserForm.Click"> + <context kind="class">UserForm</context> + <name>Click</name> + <type>void</type> + </source> + </element> + <!--property::UserForm.Controls {Default} {ReadOnly}--> + <element type="property"> + <source id="MSForms.UserForm.Controls"> + <context kind="class">UserForm</context> + <name default="true">Controls</name> + <type>Controls</type> + </source> + </element> + <!--method::UserForm.Copy--> + <element type="method"> + <source id="MSForms.UserForm.Copy"> + <context kind="class">UserForm</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--method::UserForm.Cut--> + <element type="method"> + <source id="MSForms.UserForm.Cut"> + <context kind="class">UserForm</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--property::UserForm.Cycle--> + <element type="property"> + <source id="MSForms.UserForm.Cycle"> + <context kind="class">UserForm</context> + <name>Cycle</name> + <type>Integer</type> + </source> + </element> + <!--method::UserForm.DblClick--> + <element type="method"> + <source id="MSForms.UserForm.DblClick"> + <context kind="class">UserForm</context> + <name>DblClick</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnBoolean</type> + <name>Cancel</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::UserForm.DesignMode--> + <element type="property"> + <source id="MSForms.UserForm.DesignMode"> + <context kind="class">UserForm</context> + <name>DesignMode</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.DrawBuffer--> + <element type="property"> + <source id="MSForms.UserForm.DrawBuffer"> + <context kind="class">UserForm</context> + <name>DrawBuffer</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.Enabled--> + <element type="property"> + <source id="MSForms.UserForm.Enabled"> + <context kind="class">UserForm</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::UserForm.Error--> + <element type="method"> + <source id="MSForms.UserForm.Error"> + <context kind="class">UserForm</context> + <name>Error</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Number</name> + </parameter> + <parameter> + <type>ReturnString</type> + <name>Description</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SCode</name> + </parameter> + <parameter> + <type>String</type> + <name>Source</name> + </parameter> + <parameter> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>HelpContext</name> + </parameter> + <parameter> + <type>ReturnBoolean</type> + <name>CancelDisplay</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::UserForm.Font {ReadOnly}--> + <element type="property"> + <source id="MSForms.UserForm.Font"> + <context kind="class">UserForm</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::UserForm.ForeColor--> + <element type="property"> + <source id="MSForms.UserForm.ForeColor"> + <context kind="class">UserForm</context> + <name>ForeColor</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.GridX--> + <element type="property"> + <source id="MSForms.UserForm.GridX"> + <context kind="class">UserForm</context> + <name>GridX</name> + <type>Single</type> + </source> + </element> + <!--property::UserForm.GridY--> + <element type="property"> + <source id="MSForms.UserForm.GridY"> + <context kind="class">UserForm</context> + <name>GridY</name> + <type>Single</type> + </source> + </element> + <!--property::UserForm.InsideHeight {ReadOnly}--> + <element type="property"> + <source id="MSForms.UserForm.InsideHeight"> + <context kind="class">UserForm</context> + <name>InsideHeight</name> + <type>Single</type> + </source> + </element> + <!--property::UserForm.InsideWidth {ReadOnly}--> + <element type="property"> + <source id="MSForms.UserForm.InsideWidth"> + <context kind="class">UserForm</context> + <name>InsideWidth</name> + <type>Single</type> + </source> + </element> + <!--property::UserForm.KeepScrollBarsVisible--> + <element type="property"> + <source id="MSForms.UserForm.KeepScrollBarsVisible"> + <context kind="class">UserForm</context> + <name>KeepScrollBarsVisible</name> + <type>Integer</type> + </source> + </element> + <!--method::UserForm.KeyDown--> + <element type="method"> + <source id="MSForms.UserForm.KeyDown"> + <context kind="class">UserForm</context> + <name>KeyDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::UserForm.KeyPress--> + <element type="method"> + <source id="MSForms.UserForm.KeyPress"> + <context kind="class">UserForm</context> + <name>KeyPress</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyAscii</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::UserForm.KeyUp--> + <element type="method"> + <source id="MSForms.UserForm.KeyUp"> + <context kind="class">UserForm</context> + <name>KeyUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ReturnInteger</type> + <name>KeyCode</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::UserForm.Layout--> + <element type="method"> + <source id="MSForms.UserForm.Layout"> + <context kind="class">UserForm</context> + <name>Layout</name> + <type>void</type> + </source> + </element> + <!--method::UserForm.MouseDown--> + <element type="method"> + <source id="MSForms.UserForm.MouseDown"> + <context kind="class">UserForm</context> + <name>MouseDown</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::UserForm.MouseIcon--> + <element type="property"> + <source id="MSForms.UserForm.MouseIcon"> + <context kind="class">UserForm</context> + <name>MouseIcon</name> + <type>Picture</type> + </source> + </element> + <!--method::UserForm.MouseMove--> + <element type="method"> + <source id="MSForms.UserForm.MouseMove"> + <context kind="class">UserForm</context> + <name>MouseMove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::UserForm.MousePointer--> + <element type="property"> + <source id="MSForms.UserForm.MousePointer"> + <context kind="class">UserForm</context> + <name>MousePointer</name> + <type>Integer</type> + </source> + </element> + <!--method::UserForm.MouseUp--> + <element type="method"> + <source id="MSForms.UserForm.MouseUp"> + <context kind="class">UserForm</context> + <name>MouseUp</name> + <type>void</type> + <parameter-list> + <parameter> + <type>short</type> + <name>Button</name> + </parameter> + <parameter> + <type>short</type> + <name>Shift</name> + </parameter> + <parameter> + <type>Single</type> + <name>X</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::UserForm.Paste--> + <element type="method"> + <source id="MSForms.UserForm.Paste"> + <context kind="class">UserForm</context> + <name>Paste</name> + <type>void</type> + </source> + </element> + <!--property::UserForm.Picture--> + <element type="property"> + <source id="MSForms.UserForm.Picture"> + <context kind="class">UserForm</context> + <name>Picture</name> + <type>Picture</type> + </source> + </element> + <!--property::UserForm.PictureAlignment--> + <element type="property"> + <source id="MSForms.UserForm.PictureAlignment"> + <context kind="class">UserForm</context> + <name>PictureAlignment</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.PictureSizeMode--> + <element type="property"> + <source id="MSForms.UserForm.PictureSizeMode"> + <context kind="class">UserForm</context> + <name>PictureSizeMode</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.PictureTiling--> + <element type="property"> + <source id="MSForms.UserForm.PictureTiling"> + <context kind="class">UserForm</context> + <name>PictureTiling</name> + <type>boolean</type> + </source> + </element> + <!--method::UserForm.RedoAction--> + <element type="method"> + <source id="MSForms.UserForm.RedoAction"> + <context kind="class">UserForm</context> + <name>RedoAction</name> + <type>void</type> + </source> + </element> + <!--method::UserForm.RemoveControl--> + <element type="method"> + <source id="MSForms.UserForm.RemoveControl"> + <context kind="class">UserForm</context> + <name>RemoveControl</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Control</type> + <name>Control</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::UserForm.Repaint--> + <element type="method"> + <source id="MSForms.UserForm.Repaint"> + <context kind="class">UserForm</context> + <name>Repaint</name> + <type>void</type> + </source> + </element> + <!--method::UserForm.Scroll--> + <element type="method"> + <source id="MSForms.UserForm.Scroll"> + <context kind="class">UserForm</context> + <name>Scroll</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>xAction</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>yAction</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::UserForm.ScrollBars--> + <element type="property"> + <source id="MSForms.UserForm.ScrollBars"> + <context kind="class">UserForm</context> + <name>ScrollBars</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.ScrollHeight--> + <element type="property"> + <source id="MSForms.UserForm.ScrollHeight"> + <context kind="class">UserForm</context> + <name>ScrollHeight</name> + <type>Single</type> + </source> + </element> + <!--property::UserForm.ScrollLeft--> + <element type="property"> + <source id="MSForms.UserForm.ScrollLeft"> + <context kind="class">UserForm</context> + <name>ScrollLeft</name> + <type>Single</type> + </source> + </element> + <!--property::UserForm.ScrollTop--> + <element type="property"> + <source id="MSForms.UserForm.ScrollTop"> + <context kind="class">UserForm</context> + <name>ScrollTop</name> + <type>Single</type> + </source> + </element> + <!--property::UserForm.ScrollWidth--> + <element type="property"> + <source id="MSForms.UserForm.ScrollWidth"> + <context kind="class">UserForm</context> + <name>ScrollWidth</name> + <type>Single</type> + </source> + </element> + <!--property::UserForm.Selected {ReadOnly}--> + <element type="property"> + <source id="MSForms.UserForm.Selected"> + <context kind="class">UserForm</context> + <name>Selected</name> + <type>Controls</type> + </source> + </element> + <!--method::UserForm.SetDefaultTabOrder--> + <element type="method"> + <source id="MSForms.UserForm.SetDefaultTabOrder"> + <context kind="class">UserForm</context> + <name>SetDefaultTabOrder</name> + <type>void</type> + </source> + </element> + <!--property::UserForm.ShowGridDots--> + <element type="property"> + <source id="MSForms.UserForm.ShowGridDots"> + <context kind="class">UserForm</context> + <name>ShowGridDots</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.ShowToolbox--> + <element type="property"> + <source id="MSForms.UserForm.ShowToolbox"> + <context kind="class">UserForm</context> + <name>ShowToolbox</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.SnapToGrid--> + <element type="property"> + <source id="MSForms.UserForm.SnapToGrid"> + <context kind="class">UserForm</context> + <name>SnapToGrid</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.SpecialEffect--> + <element type="property"> + <source id="MSForms.UserForm.SpecialEffect"> + <context kind="class">UserForm</context> + <name>SpecialEffect</name> + <type>Integer</type> + </source> + </element> + <!--method::UserForm.UndoAction--> + <element type="method"> + <source id="MSForms.UserForm.UndoAction"> + <context kind="class">UserForm</context> + <name>UndoAction</name> + <type>void</type> + </source> + </element> + <!--property::UserForm.VerticalScrollBarSide--> + <element type="property"> + <source id="MSForms.UserForm.VerticalScrollBarSide"> + <context kind="class">UserForm</context> + <name>VerticalScrollBarSide</name> + <type>Integer</type> + </source> + </element> + <!--property::UserForm.Zoom--> + <element type="property"> + <source id="MSForms.UserForm.Zoom"> + <context kind="class">UserForm</context> + <name>Zoom</name> + <type>short</type> + </source> + </element> +</api> diff --git a/oovbaapi/genconstidl/powerpoint.api b/oovbaapi/genconstidl/powerpoint.api new file mode 100644 index 000000000000..bd81f3ee6b1d --- /dev/null +++ b/oovbaapi/genconstidl/powerpoint.api @@ -0,0 +1,48008 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- ===================================================================== + + OpenOffice.org - a multi-platform office productivity suite + + $RCSfile: powerpoint.api,v $ + + $Revision: 1.2 $ + + last change: $Author: vg $ $Date: 2007-12-07 11:18:47 $ + + The Contents of this file are made available subject to + the terms of GNU Lesser General Public License Version 2.1. + + + GNU Lesser General Public License Version 2.1 + ============================================= + Copyright 2005 by Sun Microsystems, Inc. + 901 San Antonio Road, Palo Alto, CA 94303, USA + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License version 2.1, as published by the Free Software Foundation. + + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, + MA 02111-1307 USA + +====================================================================== --> + +<!-- *** Do not edit, this file will be generated *** --> +<!DOCTYPE api SYSTEM "ApiSymbols.dtd"> +<api library-identifier="Microsoft PowerPoint 11.0 Object Library" library-name="PowerPoint" library-minorversion="8" library-majorversion="2" author="Sun Microsystems" date-created="20050331"> + <!--Class::AnswerWizard--> + <element type="class"> + <source id="Office.AnswerWizard"> + <name>AnswerWizard</name> + </source> + <destination designation="identity" /> + </element> + <!--property::AnswerWizard.Application {ReadOnly}--> + <element type="property"> + <source id="Office.AnswerWizard.Application"> + <context kind="class">AnswerWizard</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::AnswerWizard.ClearFileList--> + <element type="method"> + <source id="Office.AnswerWizard.ClearFileList"> + <context kind="class">AnswerWizard</context> + <name>ClearFileList</name> + <type>void</type> + </source> + </element> + <!--property::AnswerWizard.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.AnswerWizard.Creator"> + <context kind="class">AnswerWizard</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::AnswerWizard.Files {ReadOnly}--> + <element type="property"> + <source id="Office.AnswerWizard.Files"> + <context kind="class">AnswerWizard</context> + <name>Files</name> + <type>AnswerWizardFiles</type> + </source> + </element> + <!--property::AnswerWizard.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.AnswerWizard.Parent"> + <context kind="class">AnswerWizard</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::AnswerWizard.ResetFileList--> + <element type="method"> + <source id="Office.AnswerWizard.ResetFileList"> + <context kind="class">AnswerWizard</context> + <name>ResetFileList</name> + <type>void</type> + </source> + </element> + <!--Class::AnswerWizardFiles--> + <element type="class"> + <source id="Office.AnswerWizardFiles"> + <name>AnswerWizardFiles</name> + </source> + <destination designation="identity" /> + </element> + <!--method::AnswerWizardFiles.Add--> + <element type="method"> + <source id="Office.AnswerWizardFiles.Add"> + <context kind="class">AnswerWizardFiles</context> + <name>Add</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::AnswerWizardFiles.Application {ReadOnly}--> + <element type="property"> + <source id="Office.AnswerWizardFiles.Application"> + <context kind="class">AnswerWizardFiles</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::AnswerWizardFiles.Count {ReadOnly}--> + <element type="property"> + <source id="Office.AnswerWizardFiles.Count"> + <context kind="class">AnswerWizardFiles</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::AnswerWizardFiles.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.AnswerWizardFiles.Creator"> + <context kind="class">AnswerWizardFiles</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::AnswerWizardFiles.Delete--> + <element type="method"> + <source id="Office.AnswerWizardFiles.Delete"> + <context kind="class">AnswerWizardFiles</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::AnswerWizardFiles.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.AnswerWizardFiles.Item"> + <context kind="class">AnswerWizardFiles</context> + <name default="true">Item</name> + <type>String</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::AnswerWizardFiles.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.AnswerWizardFiles.Parent"> + <context kind="class">AnswerWizardFiles</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Assistant--> + <element type="class"> + <source id="Office.Assistant"> + <name>Assistant</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Assistant.ActivateWizard--> + <element type="method"> + <source id="Office.Assistant.ActivateWizard"> + <context kind="class">Assistant</context> + <name>ActivateWizard</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>WizardID</name> + </parameter> + <parameter> + <type>Integer</type> + <name>act</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Animation</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Assistant.Animation--> + <element type="property"> + <source id="Office.Assistant.Animation"> + <context kind="class">Assistant</context> + <name>Animation</name> + <type>Integer</type> + </source> + </element> + <!--property::Assistant.Application {ReadOnly}--> + <element type="property"> + <source id="Office.Assistant.Application"> + <context kind="class">Assistant</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Assistant.AssistWithAlerts--> + <element type="property"> + <source id="Office.Assistant.AssistWithAlerts"> + <context kind="class">Assistant</context> + <name>AssistWithAlerts</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.AssistWithHelp--> + <element type="property"> + <source id="Office.Assistant.AssistWithHelp"> + <context kind="class">Assistant</context> + <name>AssistWithHelp</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.AssistWithWizards--> + <element type="property"> + <source id="Office.Assistant.AssistWithWizards"> + <context kind="class">Assistant</context> + <name>AssistWithWizards</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.BalloonError {ReadOnly}--> + <element type="property"> + <source id="Office.Assistant.BalloonError"> + <context kind="class">Assistant</context> + <name>BalloonError</name> + <type>Integer</type> + </source> + </element> + <!--property::Assistant.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.Assistant.Creator"> + <context kind="class">Assistant</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::Assistant.DoAlert--> + <element type="method"> + <source id="Office.Assistant.DoAlert"> + <context kind="class">Assistant</context> + <name>DoAlert</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrAlertTitle</name> + </parameter> + <parameter> + <type>String</type> + <name>bstrAlertText</name> + </parameter> + <parameter> + <type>Integer</type> + <name>alb</name> + </parameter> + <parameter> + <type>Integer</type> + <name>alc</name> + </parameter> + <parameter> + <type>Integer</type> + <name>ald</name> + </parameter> + <parameter> + <type>Integer</type> + <name>alq</name> + </parameter> + <parameter> + <type>boolean</type> + <name>varfSysAlert</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Assistant.EndWizard--> + <element type="method"> + <source id="Office.Assistant.EndWizard"> + <context kind="class">Assistant</context> + <name>EndWizard</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>WizardID</name> + </parameter> + <parameter> + <type>boolean</type> + <name>varfSuccess</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Animation</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Assistant.FeatureTips--> + <element type="property"> + <source id="Office.Assistant.FeatureTips"> + <context kind="class">Assistant</context> + <name>FeatureTips</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.FileName--> + <element type="property"> + <source id="Office.Assistant.FileName"> + <context kind="class">Assistant</context> + <name>FileName</name> + <type>String</type> + </source> + </element> + <!--property::Assistant.GuessHelp--> + <element type="property"> + <source id="Office.Assistant.GuessHelp"> + <context kind="class">Assistant</context> + <name>GuessHelp</name> + <type>boolean</type> + </source> + </element> + <!--method::Assistant.Help--> + <element type="method"> + <source id="Office.Assistant.Help"> + <context kind="class">Assistant</context> + <name>Help</name> + <type>void</type> + </source> + </element> + <!--property::Assistant.HighPriorityTips--> + <element type="property"> + <source id="Office.Assistant.HighPriorityTips"> + <context kind="class">Assistant</context> + <name>HighPriorityTips</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.Assistant.Item"> + <context kind="class">Assistant</context> + <name default="true">Item</name> + <type>String</type> + </source> + </element> + <!--property::Assistant.KeyboardShortcutTips--> + <element type="property"> + <source id="Office.Assistant.KeyboardShortcutTips"> + <context kind="class">Assistant</context> + <name>KeyboardShortcutTips</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.Left--> + <element type="property"> + <source id="Office.Assistant.Left"> + <context kind="class">Assistant</context> + <name>Left</name> + <type>Integer</type> + </source> + </element> + <!--property::Assistant.MouseTips--> + <element type="property"> + <source id="Office.Assistant.MouseTips"> + <context kind="class">Assistant</context> + <name>MouseTips</name> + <type>boolean</type> + </source> + </element> + <!--method::Assistant.Move--> + <element type="method"> + <source id="Office.Assistant.Move"> + <context kind="class">Assistant</context> + <name>Move</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>xLeft</name> + </parameter> + <parameter> + <type>Integer</type> + <name>yTop</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Assistant.MoveWhenInTheWay--> + <element type="property"> + <source id="Office.Assistant.MoveWhenInTheWay"> + <context kind="class">Assistant</context> + <name>MoveWhenInTheWay</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.Name {ReadOnly}--> + <element type="property"> + <source id="Office.Assistant.Name"> + <context kind="class">Assistant</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Assistant.NewBalloon {ReadOnly}--> + <element type="property"> + <source id="Office.Assistant.NewBalloon"> + <context kind="class">Assistant</context> + <name>NewBalloon</name> + <type>Balloon</type> + </source> + </element> + <!--property::Assistant.On--> + <element type="property"> + <source id="Office.Assistant.On"> + <context kind="class">Assistant</context> + <name>On</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.Assistant.Parent"> + <context kind="class">Assistant</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Assistant.Reduced--> + <element type="property"> + <source id="Office.Assistant.Reduced"> + <context kind="class">Assistant</context> + <name>Reduced</name> + <type>boolean</type> + </source> + </element> + <!--method::Assistant.ResetTips--> + <element type="method"> + <source id="Office.Assistant.ResetTips"> + <context kind="class">Assistant</context> + <name>ResetTips</name> + <type>void</type> + </source> + </element> + <!--property::Assistant.SearchWhenProgramming--> + <element type="property"> + <source id="Office.Assistant.SearchWhenProgramming"> + <context kind="class">Assistant</context> + <name>SearchWhenProgramming</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.Sounds--> + <element type="property"> + <source id="Office.Assistant.Sounds"> + <context kind="class">Assistant</context> + <name>Sounds</name> + <type>boolean</type> + </source> + </element> + <!--method::Assistant.StartWizard--> + <element type="method"> + <source id="Office.Assistant.StartWizard"> + <context kind="class">Assistant</context> + <name>StartWizard</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>boolean</type> + <name>On</name> + </parameter> + <parameter> + <type>String</type> + <name>Callback</name> + </parameter> + <parameter> + <type>Integer</type> + <name>PrivateX</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Animation</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>CustomTeaser</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Top</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Left</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Bottom</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Right</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Assistant.TipOfDay--> + <element type="property"> + <source id="Office.Assistant.TipOfDay"> + <context kind="class">Assistant</context> + <name>TipOfDay</name> + <type>boolean</type> + </source> + </element> + <!--property::Assistant.Top--> + <element type="property"> + <source id="Office.Assistant.Top"> + <context kind="class">Assistant</context> + <name>Top</name> + <type>Integer</type> + </source> + </element> + <!--property::Assistant.Visible--> + <element type="property"> + <source id="Office.Assistant.Visible"> + <context kind="class">Assistant</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--Class::Balloon--> + <element type="class"> + <source id="Office.Balloon"> + <name>Balloon</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Balloon.Animation--> + <element type="property"> + <source id="Office.Balloon.Animation"> + <context kind="class">Balloon</context> + <name>Animation</name> + <type>Integer</type> + </source> + </element> + <!--property::Balloon.Application {ReadOnly}--> + <element type="property"> + <source id="Office.Balloon.Application"> + <context kind="class">Balloon</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Balloon.BalloonType--> + <element type="property"> + <source id="Office.Balloon.BalloonType"> + <context kind="class">Balloon</context> + <name>BalloonType</name> + <type>Integer</type> + </source> + </element> + <!--property::Balloon.Button--> + <element type="property"> + <source id="Office.Balloon.Button"> + <context kind="class">Balloon</context> + <name>Button</name> + <type>Integer</type> + </source> + </element> + <!--property::Balloon.Callback--> + <element type="property"> + <source id="Office.Balloon.Callback"> + <context kind="class">Balloon</context> + <name>Callback</name> + <type>String</type> + </source> + </element> + <!--property::Balloon.Checkboxes {ReadOnly}--> + <element type="property"> + <source id="Office.Balloon.Checkboxes"> + <context kind="class">Balloon</context> + <name>Checkboxes</name> + <type>Object</type> + </source> + </element> + <!--method::Balloon.Close--> + <element type="method"> + <source id="Office.Balloon.Close"> + <context kind="class">Balloon</context> + <name>Close</name> + <type>void</type> + </source> + </element> + <!--property::Balloon.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.Balloon.Creator"> + <context kind="class">Balloon</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::Balloon.Heading--> + <element type="property"> + <source id="Office.Balloon.Heading"> + <context kind="class">Balloon</context> + <name>Heading</name> + <type>String</type> + </source> + </element> + <!--property::Balloon.Icon--> + <element type="property"> + <source id="Office.Balloon.Icon"> + <context kind="class">Balloon</context> + <name>Icon</name> + <type>Integer</type> + </source> + </element> + <!--property::Balloon.Labels {ReadOnly}--> + <element type="property"> + <source id="Office.Balloon.Labels"> + <context kind="class">Balloon</context> + <name>Labels</name> + <type>Object</type> + </source> + </element> + <!--property::Balloon.Mode--> + <element type="property"> + <source id="Office.Balloon.Mode"> + <context kind="class">Balloon</context> + <name>Mode</name> + <type>Integer</type> + </source> + </element> + <!--property::Balloon.Name {ReadOnly}--> + <element type="property"> + <source id="Office.Balloon.Name"> + <context kind="class">Balloon</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Balloon.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.Balloon.Parent"> + <context kind="class">Balloon</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Balloon.Private--> + <element type="property"> + <source id="Office.Balloon.Private"> + <context kind="class">Balloon</context> + <name>Private</name> + <type>Integer</type> + </source> + </element> + <!--method::Balloon.SetAvoidRectangle--> + <element type="method"> + <source id="Office.Balloon.SetAvoidRectangle"> + <context kind="class">Balloon</context> + <name>SetAvoidRectangle</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Left</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Top</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Right</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Bottom</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Balloon.Show--> + <element type="method"> + <source id="Office.Balloon.Show"> + <context kind="class">Balloon</context> + <name>Show</name> + <type>Integer</type> + </source> + </element> + <!--property::Balloon.Text--> + <element type="property"> + <source id="Office.Balloon.Text"> + <context kind="class">Balloon</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--Class::BalloonCheckbox--> + <element type="class"> + <source id="Office.BalloonCheckbox"> + <name>BalloonCheckbox</name> + </source> + <destination designation="identity" /> + </element> + <!--property::BalloonCheckbox.Application {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckbox.Application"> + <context kind="class">BalloonCheckbox</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::BalloonCheckbox.Checked--> + <element type="property"> + <source id="Office.BalloonCheckbox.Checked"> + <context kind="class">BalloonCheckbox</context> + <name>Checked</name> + <type>boolean</type> + </source> + </element> + <!--property::BalloonCheckbox.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckbox.Creator"> + <context kind="class">BalloonCheckbox</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::BalloonCheckbox.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckbox.Item"> + <context kind="class">BalloonCheckbox</context> + <name default="true">Item</name> + <type>String</type> + </source> + </element> + <!--property::BalloonCheckbox.Name {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckbox.Name"> + <context kind="class">BalloonCheckbox</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::BalloonCheckbox.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckbox.Parent"> + <context kind="class">BalloonCheckbox</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::BalloonCheckbox.Text--> + <element type="property"> + <source id="Office.BalloonCheckbox.Text"> + <context kind="class">BalloonCheckbox</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--Class::BalloonCheckboxes--> + <element type="class"> + <source id="Office.BalloonCheckboxes"> + <name>BalloonCheckboxes</name> + </source> + <destination designation="identity" /> + </element> + <!--property::BalloonCheckboxes.Application {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckboxes.Application"> + <context kind="class">BalloonCheckboxes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::BalloonCheckboxes.Count--> + <element type="property"> + <source id="Office.BalloonCheckboxes.Count"> + <context kind="class">BalloonCheckboxes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::BalloonCheckboxes.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckboxes.Creator"> + <context kind="class">BalloonCheckboxes</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::BalloonCheckboxes.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckboxes.Item"> + <context kind="class">BalloonCheckboxes</context> + <name default="true">Item</name> + <type>BalloonCheckboxe</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::BalloonCheckboxes.Name {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckboxes.Name"> + <context kind="class">BalloonCheckboxes</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::BalloonCheckboxes.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonCheckboxes.Parent"> + <context kind="class">BalloonCheckboxes</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::BalloonLabel--> + <element type="class"> + <source id="Office.BalloonLabel"> + <name>BalloonLabel</name> + </source> + <destination designation="identity" /> + </element> + <!--property::BalloonLabel.Application {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabel.Application"> + <context kind="class">BalloonLabel</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::BalloonLabel.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabel.Creator"> + <context kind="class">BalloonLabel</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::BalloonLabel.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabel.Item"> + <context kind="class">BalloonLabel</context> + <name default="true">Item</name> + <type>String</type> + </source> + </element> + <!--property::BalloonLabel.Name {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabel.Name"> + <context kind="class">BalloonLabel</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::BalloonLabel.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabel.Parent"> + <context kind="class">BalloonLabel</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::BalloonLabel.Text--> + <element type="property"> + <source id="Office.BalloonLabel.Text"> + <context kind="class">BalloonLabel</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--Class::BalloonLabels--> + <element type="class"> + <source id="Office.BalloonLabels"> + <name>BalloonLabels</name> + </source> + <destination designation="identity" /> + </element> + <!--property::BalloonLabels.Application {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabels.Application"> + <context kind="class">BalloonLabels</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::BalloonLabels.Count--> + <element type="property"> + <source id="Office.BalloonLabels.Count"> + <context kind="class">BalloonLabels</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::BalloonLabels.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabels.Creator"> + <context kind="class">BalloonLabels</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::BalloonLabels.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabels.Item"> + <context kind="class">BalloonLabels</context> + <name default="true">Item</name> + <type>BalloonLabel</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::BalloonLabels.Name {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabels.Name"> + <context kind="class">BalloonLabels</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::BalloonLabels.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.BalloonLabels.Parent"> + <context kind="class">BalloonLabels</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::COMAddIn--> + <element type="class"> + <source id="Office.COMAddIn"> + <name>COMAddIn</name> + </source> + <destination designation="identity" /> + </element> + <!--property::COMAddIn.Application {ReadOnly}--> + <element type="property"> + <source id="Office.COMAddIn.Application"> + <context kind="class">COMAddIn</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::COMAddIn.Connect--> + <element type="property"> + <source id="Office.COMAddIn.Connect"> + <context kind="class">COMAddIn</context> + <name>Connect</name> + <type>boolean</type> + </source> + </element> + <!--property::COMAddIn.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.COMAddIn.Creator"> + <context kind="class">COMAddIn</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::COMAddIn.Description {Default}--> + <element type="property"> + <source id="Office.COMAddIn.Description"> + <context kind="class">COMAddIn</context> + <name default="true">Description</name> + <type>String</type> + </source> + </element> + <!--property::COMAddIn.Guid {ReadOnly}--> + <element type="property"> + <source id="Office.COMAddIn.Guid"> + <context kind="class">COMAddIn</context> + <name>Guid</name> + <type>String</type> + </source> + </element> + <!--property::COMAddIn.Object--> + <element type="property"> + <source id="Office.COMAddIn.Object"> + <context kind="class">COMAddIn</context> + <name>Object</name> + <type>Object</type> + </source> + </element> + <!--property::COMAddIn.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.COMAddIn.Parent"> + <context kind="class">COMAddIn</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::COMAddIn.ProgId {ReadOnly}--> + <element type="property"> + <source id="Office.COMAddIn.ProgId"> + <context kind="class">COMAddIn</context> + <name>ProgId</name> + <type>String</type> + </source> + </element> + <!--Class::COMAddIns--> + <element type="class"> + <source id="Office.COMAddIns"> + <name>COMAddIns</name> + </source> + <destination designation="identity" /> + </element> + <!--property::COMAddIns.Application {ReadOnly}--> + <element type="property"> + <source id="Office.COMAddIns.Application"> + <context kind="class">COMAddIns</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::COMAddIns.Count {ReadOnly}--> + <element type="property"> + <source id="Office.COMAddIns.Count"> + <context kind="class">COMAddIns</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::COMAddIns.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.COMAddIns.Creator"> + <context kind="class">COMAddIns</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::COMAddIns.Item {Default}--> + <element type="method"> + <source id="Office.COMAddIns.Item"> + <context kind="class">COMAddIns</context> + <name default="true">Item</name> + <type>COMAddIn</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::COMAddIns.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.COMAddIns.Parent"> + <context kind="class">COMAddIns</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::COMAddIns.SetAppModal--> + <element type="method"> + <source id="Office.COMAddIns.SetAppModal"> + <context kind="class">COMAddIns</context> + <name>SetAppModal</name> + <type>void</type> + <parameter-list> + <parameter> + <type>boolean</type> + <name>varfModal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::COMAddIns.Update--> + <element type="method"> + <source id="Office.COMAddIns.Update"> + <context kind="class">COMAddIns</context> + <name>Update</name> + <type>void</type> + </source> + </element> + <!--Class::CommandBar--> + <element type="class"> + <source id="Office.CommandBar"> + <name>CommandBar</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CommandBar.accChild {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accChild"> + <context kind="class">CommandBar</context> + <name>accChild</name> + <type>Object</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.accChildCount {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accChildCount"> + <context kind="class">CommandBar</context> + <name>accChildCount</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBar.accDefaultAction {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accDefaultAction"> + <context kind="class">CommandBar</context> + <name>accDefaultAction</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.accDescription {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accDescription"> + <context kind="class">CommandBar</context> + <name>accDescription</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBar.accDoDefaultAction--> + <element type="method"> + <source id="Office.CommandBar.accDoDefaultAction"> + <context kind="class">CommandBar</context> + <name>accDoDefaultAction</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.accFocus {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accFocus"> + <context kind="class">CommandBar</context> + <name>accFocus</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBar.accHelp {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accHelp"> + <context kind="class">CommandBar</context> + <name>accHelp</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.accHelpTopic {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accHelpTopic"> + <context kind="class">CommandBar</context> + <name>accHelpTopic</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String[]</type> + <name>pszHelpFile</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBar.accHitTest--> + <element type="method"> + <source id="Office.CommandBar.accHitTest"> + <context kind="class">CommandBar</context> + <name>accHitTest</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>xLeft</name> + </parameter> + <parameter> + <type>Integer</type> + <name>yTop</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.accKeyboardShortcut {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accKeyboardShortcut"> + <context kind="class">CommandBar</context> + <name>accKeyboardShortcut</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBar.accLocation--> + <element type="method"> + <source id="Office.CommandBar.accLocation"> + <context kind="class">CommandBar</context> + <name>accLocation</name> + <type>void</type> + <parameter-list> + <parameter> + <type>int[]</type> + <name>pxLeft</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pyTop</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcxWidth</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcyHeight</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.accName--> + <element type="property"> + <source id="Office.CommandBar.accName"> + <context kind="class">CommandBar</context> + <name>accName</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBar.accNavigate--> + <element type="method"> + <source id="Office.CommandBar.accNavigate"> + <context kind="class">CommandBar</context> + <name>accNavigate</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>navDir</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varStart</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.accParent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accParent"> + <context kind="class">CommandBar</context> + <name>accParent</name> + <type>Object</type> + </source> + </element> + <!--property::CommandBar.accRole {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accRole"> + <context kind="class">CommandBar</context> + <name>accRole</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBar.accSelect--> + <element type="method"> + <source id="Office.CommandBar.accSelect"> + <context kind="class">CommandBar</context> + <name>accSelect</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>flagsSelect</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.accSelection {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accSelection"> + <context kind="class">CommandBar</context> + <name>accSelection</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBar.accState {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.accState"> + <context kind="class">CommandBar</context> + <name>accState</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.accValue--> + <element type="property"> + <source id="Office.CommandBar.accValue"> + <context kind="class">CommandBar</context> + <name>accValue</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.AdaptiveMenu--> + <element type="property"> + <source id="Office.CommandBar.AdaptiveMenu"> + <context kind="class">CommandBar</context> + <name>AdaptiveMenu</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBar.Application {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.Application"> + <context kind="class">CommandBar</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CommandBar.BuiltIn {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.BuiltIn"> + <context kind="class">CommandBar</context> + <name>BuiltIn</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBar.Context--> + <element type="property"> + <source id="Office.CommandBar.Context"> + <context kind="class">CommandBar</context> + <name>Context</name> + <type>String</type> + </source> + </element> + <!--property::CommandBar.Controls {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.Controls"> + <context kind="class">CommandBar</context> + <name>Controls</name> + <type>CommandBarControls</type> + </source> + </element> + <!--property::CommandBar.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.Creator"> + <context kind="class">CommandBar</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBar.Delete--> + <element type="method"> + <source id="Office.CommandBar.Delete"> + <context kind="class">CommandBar</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::CommandBar.Enabled--> + <element type="property"> + <source id="Office.CommandBar.Enabled"> + <context kind="class">CommandBar</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::CommandBar.FindControl--> + <element type="method"> + <source id="Office.CommandBar.FindControl"> + <context kind="class">CommandBar</context> + <name>FindControl</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Type</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Id</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Tag</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Visible</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Recursive</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.Height--> + <element type="property"> + <source id="Office.CommandBar.Height"> + <context kind="class">CommandBar</context> + <name>Height</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBar.Id {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.Id"> + <context kind="class">CommandBar</context> + <name>Id</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBar.Index {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.Index"> + <context kind="class">CommandBar</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBar.InstanceId {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.InstanceId"> + <context kind="class">CommandBar</context> + <name>InstanceId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBar.Left--> + <element type="property"> + <source id="Office.CommandBar.Left"> + <context kind="class">CommandBar</context> + <name>Left</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBar.Name--> + <element type="property"> + <source id="Office.CommandBar.Name"> + <context kind="class">CommandBar</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::CommandBar.NameLocal--> + <element type="property"> + <source id="Office.CommandBar.NameLocal"> + <context kind="class">CommandBar</context> + <name>NameLocal</name> + <type>String</type> + </source> + </element> + <!--property::CommandBar.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.Parent"> + <context kind="class">CommandBar</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::CommandBar.Position--> + <element type="property"> + <source id="Office.CommandBar.Position"> + <context kind="class">CommandBar</context> + <name>Position</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBar.Protection--> + <element type="property"> + <source id="Office.CommandBar.Protection"> + <context kind="class">CommandBar</context> + <name>Protection</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBar.Reset--> + <element type="method"> + <source id="Office.CommandBar.Reset"> + <context kind="class">CommandBar</context> + <name>Reset</name> + <type>void</type> + </source> + </element> + <!--property::CommandBar.RowIndex--> + <element type="property"> + <source id="Office.CommandBar.RowIndex"> + <context kind="class">CommandBar</context> + <name>RowIndex</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBar.ShowPopup--> + <element type="method"> + <source id="Office.CommandBar.ShowPopup"> + <context kind="class">CommandBar</context> + <name>ShowPopup</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>x</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBar.Top--> + <element type="property"> + <source id="Office.CommandBar.Top"> + <context kind="class">CommandBar</context> + <name>Top</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBar.Type {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBar.Type"> + <context kind="class">CommandBar</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBar.Visible--> + <element type="property"> + <source id="Office.CommandBar.Visible"> + <context kind="class">CommandBar</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBar.Width--> + <element type="property"> + <source id="Office.CommandBar.Width"> + <context kind="class">CommandBar</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::CommandBarButton--> + <element type="class"> + <source id="Office.CommandBarButton"> + <name>CommandBarButton</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CommandBarButton.accChild {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accChild"> + <context kind="class">CommandBarButton</context> + <name>accChild</name> + <type>Object</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.accChildCount {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accChildCount"> + <context kind="class">CommandBarButton</context> + <name>accChildCount</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.accDefaultAction {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accDefaultAction"> + <context kind="class">CommandBarButton</context> + <name>accDefaultAction</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.accDescription {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accDescription"> + <context kind="class">CommandBarButton</context> + <name>accDescription</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarButton.accDoDefaultAction--> + <element type="method"> + <source id="Office.CommandBarButton.accDoDefaultAction"> + <context kind="class">CommandBarButton</context> + <name>accDoDefaultAction</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.accFocus {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accFocus"> + <context kind="class">CommandBarButton</context> + <name>accFocus</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBarButton.accHelp {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accHelp"> + <context kind="class">CommandBarButton</context> + <name>accHelp</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.accHelpTopic {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accHelpTopic"> + <context kind="class">CommandBarButton</context> + <name>accHelpTopic</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String[]</type> + <name>pszHelpFile</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarButton.accHitTest--> + <element type="method"> + <source id="Office.CommandBarButton.accHitTest"> + <context kind="class">CommandBarButton</context> + <name>accHitTest</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>xLeft</name> + </parameter> + <parameter> + <type>Integer</type> + <name>yTop</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.accKeyboardShortcut {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accKeyboardShortcut"> + <context kind="class">CommandBarButton</context> + <name>accKeyboardShortcut</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarButton.accLocation--> + <element type="method"> + <source id="Office.CommandBarButton.accLocation"> + <context kind="class">CommandBarButton</context> + <name>accLocation</name> + <type>void</type> + <parameter-list> + <parameter> + <type>int[]</type> + <name>pxLeft</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pyTop</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcxWidth</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcyHeight</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.accName--> + <element type="property"> + <source id="Office.CommandBarButton.accName"> + <context kind="class">CommandBarButton</context> + <name>accName</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarButton.accNavigate--> + <element type="method"> + <source id="Office.CommandBarButton.accNavigate"> + <context kind="class">CommandBarButton</context> + <name>accNavigate</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>navDir</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varStart</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.accParent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accParent"> + <context kind="class">CommandBarButton</context> + <name>accParent</name> + <type>Object</type> + </source> + </element> + <!--property::CommandBarButton.accRole {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accRole"> + <context kind="class">CommandBarButton</context> + <name>accRole</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarButton.accSelect--> + <element type="method"> + <source id="Office.CommandBarButton.accSelect"> + <context kind="class">CommandBarButton</context> + <name>accSelect</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>flagsSelect</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.accSelection {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accSelection"> + <context kind="class">CommandBarButton</context> + <name>accSelection</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBarButton.accState {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.accState"> + <context kind="class">CommandBarButton</context> + <name>accState</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.accValue--> + <element type="property"> + <source id="Office.CommandBarButton.accValue"> + <context kind="class">CommandBarButton</context> + <name>accValue</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.Application {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.Application"> + <context kind="class">CommandBarButton</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CommandBarButton.BeginGroup--> + <element type="property"> + <source id="Office.CommandBarButton.BeginGroup"> + <context kind="class">CommandBarButton</context> + <name>BeginGroup</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarButton.BuiltIn {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.BuiltIn"> + <context kind="class">CommandBarButton</context> + <name>BuiltIn</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarButton.BuiltInFace--> + <element type="property"> + <source id="Office.CommandBarButton.BuiltInFace"> + <context kind="class">CommandBarButton</context> + <name>BuiltInFace</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarButton.Caption--> + <element type="property"> + <source id="Office.CommandBarButton.Caption"> + <context kind="class">CommandBarButton</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::CommandBarButton.Click--> + <element type="method"> + <source id="Office.CommandBarButton.Click"> + <context kind="class">CommandBarButton</context> + <name>Click</name> + <type>void</type> + <parameter-list> + <parameter> + <type>CommandBarButton</type> + <name>Ctrl</name> + </parameter> + <parameter> + <type>boolean[]</type> + <name>CancelDefault</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.Control {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.Control"> + <context kind="class">CommandBarButton</context> + <name>Control</name> + <type>Object</type> + </source> + </element> + <!--method::CommandBarButton.Copy--> + <element type="method"> + <source id="Office.CommandBarButton.Copy"> + <context kind="class">CommandBarButton</context> + <name>Copy</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Bar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Before</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarButton.CopyFace--> + <element type="method"> + <source id="Office.CommandBarButton.CopyFace"> + <context kind="class">CommandBarButton</context> + <name>CopyFace</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarButton.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.Creator"> + <context kind="class">CommandBarButton</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarButton.Delete--> + <element type="method"> + <source id="Office.CommandBarButton.Delete"> + <context kind="class">CommandBarButton</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Temporary</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.DescriptionText--> + <element type="property"> + <source id="Office.CommandBarButton.DescriptionText"> + <context kind="class">CommandBarButton</context> + <name>DescriptionText</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarButton.Enabled--> + <element type="property"> + <source id="Office.CommandBarButton.Enabled"> + <context kind="class">CommandBarButton</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::CommandBarButton.Execute--> + <element type="method"> + <source id="Office.CommandBarButton.Execute"> + <context kind="class">CommandBarButton</context> + <name>Execute</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarButton.FaceId--> + <element type="property"> + <source id="Office.CommandBarButton.FaceId"> + <context kind="class">CommandBarButton</context> + <name>FaceId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.Height--> + <element type="property"> + <source id="Office.CommandBarButton.Height"> + <context kind="class">CommandBarButton</context> + <name>Height</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.HelpContextId--> + <element type="property"> + <source id="Office.CommandBarButton.HelpContextId"> + <context kind="class">CommandBarButton</context> + <name>HelpContextId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.HelpFile--> + <element type="property"> + <source id="Office.CommandBarButton.HelpFile"> + <context kind="class">CommandBarButton</context> + <name>HelpFile</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarButton.HyperlinkType--> + <element type="property"> + <source id="Office.CommandBarButton.HyperlinkType"> + <context kind="class">CommandBarButton</context> + <name>HyperlinkType</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.Id {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.Id"> + <context kind="class">CommandBarButton</context> + <name>Id</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.Index {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.Index"> + <context kind="class">CommandBarButton</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.InstanceId {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.InstanceId"> + <context kind="class">CommandBarButton</context> + <name>InstanceId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.IsPriorityDropped {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.IsPriorityDropped"> + <context kind="class">CommandBarButton</context> + <name>IsPriorityDropped</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarButton.Left {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.Left"> + <context kind="class">CommandBarButton</context> + <name>Left</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.Mask--> + <element type="property"> + <source id="Office.CommandBarButton.Mask"> + <context kind="class">CommandBarButton</context> + <name>Mask</name> + <type>IPictureDisp</type> + </source> + </element> + <!--method::CommandBarButton.Move--> + <element type="method"> + <source id="Office.CommandBarButton.Move"> + <context kind="class">CommandBarButton</context> + <name>Move</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Bar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Before</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarButton.OLEUsage--> + <element type="property"> + <source id="Office.CommandBarButton.OLEUsage"> + <context kind="class">CommandBarButton</context> + <name>OLEUsage</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.OnAction--> + <element type="property"> + <source id="Office.CommandBarButton.OnAction"> + <context kind="class">CommandBarButton</context> + <name>OnAction</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarButton.Parameter--> + <element type="property"> + <source id="Office.CommandBarButton.Parameter"> + <context kind="class">CommandBarButton</context> + <name>Parameter</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarButton.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.Parent"> + <context kind="class">CommandBarButton</context> + <name>Parent</name> + <type>CommandBar</type> + </source> + </element> + <!--method::CommandBarButton.PasteFace--> + <element type="method"> + <source id="Office.CommandBarButton.PasteFace"> + <context kind="class">CommandBarButton</context> + <name>PasteFace</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarButton.Picture--> + <element type="property"> + <source id="Office.CommandBarButton.Picture"> + <context kind="class">CommandBarButton</context> + <name>Picture</name> + <type>IPictureDisp</type> + </source> + </element> + <!--property::CommandBarButton.Priority--> + <element type="property"> + <source id="Office.CommandBarButton.Priority"> + <context kind="class">CommandBarButton</context> + <name>Priority</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarButton.Reserved1--> + <element type="method"> + <source id="Office.CommandBarButton.Reserved1"> + <context kind="class">CommandBarButton</context> + <name>Reserved1</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarButton.Reserved2--> + <element type="method"> + <source id="Office.CommandBarButton.Reserved2"> + <context kind="class">CommandBarButton</context> + <name>Reserved2</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarButton.Reserved3--> + <element type="method"> + <source id="Office.CommandBarButton.Reserved3"> + <context kind="class">CommandBarButton</context> + <name>Reserved3</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarButton.Reserved4--> + <element type="method"> + <source id="Office.CommandBarButton.Reserved4"> + <context kind="class">CommandBarButton</context> + <name>Reserved4</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarButton.Reserved5--> + <element type="method"> + <source id="Office.CommandBarButton.Reserved5"> + <context kind="class">CommandBarButton</context> + <name>Reserved5</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarButton.Reserved6--> + <element type="method"> + <source id="Office.CommandBarButton.Reserved6"> + <context kind="class">CommandBarButton</context> + <name>Reserved6</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarButton.Reserved7--> + <element type="method"> + <source id="Office.CommandBarButton.Reserved7"> + <context kind="class">CommandBarButton</context> + <name>Reserved7</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarButton.Reset--> + <element type="method"> + <source id="Office.CommandBarButton.Reset"> + <context kind="class">CommandBarButton</context> + <name>Reset</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarButton.SetFocus--> + <element type="method"> + <source id="Office.CommandBarButton.SetFocus"> + <context kind="class">CommandBarButton</context> + <name>SetFocus</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarButton.ShortcutText--> + <element type="property"> + <source id="Office.CommandBarButton.ShortcutText"> + <context kind="class">CommandBarButton</context> + <name>ShortcutText</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarButton.State--> + <element type="property"> + <source id="Office.CommandBarButton.State"> + <context kind="class">CommandBarButton</context> + <name>State</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.Style--> + <element type="property"> + <source id="Office.CommandBarButton.Style"> + <context kind="class">CommandBarButton</context> + <name>Style</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.Tag--> + <element type="property"> + <source id="Office.CommandBarButton.Tag"> + <context kind="class">CommandBarButton</context> + <name>Tag</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarButton.TooltipText--> + <element type="property"> + <source id="Office.CommandBarButton.TooltipText"> + <context kind="class">CommandBarButton</context> + <name>TooltipText</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarButton.Top {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.Top"> + <context kind="class">CommandBarButton</context> + <name>Top</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.Type {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarButton.Type"> + <context kind="class">CommandBarButton</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarButton.Visible--> + <element type="property"> + <source id="Office.CommandBarButton.Visible"> + <context kind="class">CommandBarButton</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarButton.Width--> + <element type="property"> + <source id="Office.CommandBarButton.Width"> + <context kind="class">CommandBarButton</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::CommandBarComboBox--> + <element type="class"> + <source id="Office.CommandBarComboBox"> + <name>CommandBarComboBox</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CommandBarComboBox.accChild {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accChild"> + <context kind="class">CommandBarComboBox</context> + <name>accChild</name> + <type>Object</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.accChildCount {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accChildCount"> + <context kind="class">CommandBarComboBox</context> + <name>accChildCount</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.accDefaultAction {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accDefaultAction"> + <context kind="class">CommandBarComboBox</context> + <name>accDefaultAction</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.accDescription {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accDescription"> + <context kind="class">CommandBarComboBox</context> + <name>accDescription</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarComboBox.accDoDefaultAction--> + <element type="method"> + <source id="Office.CommandBarComboBox.accDoDefaultAction"> + <context kind="class">CommandBarComboBox</context> + <name>accDoDefaultAction</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.accFocus {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accFocus"> + <context kind="class">CommandBarComboBox</context> + <name>accFocus</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBarComboBox.accHelp {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accHelp"> + <context kind="class">CommandBarComboBox</context> + <name>accHelp</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.accHelpTopic {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accHelpTopic"> + <context kind="class">CommandBarComboBox</context> + <name>accHelpTopic</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String[]</type> + <name>pszHelpFile</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarComboBox.accHitTest--> + <element type="method"> + <source id="Office.CommandBarComboBox.accHitTest"> + <context kind="class">CommandBarComboBox</context> + <name>accHitTest</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>xLeft</name> + </parameter> + <parameter> + <type>Integer</type> + <name>yTop</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.accKeyboardShortcut {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accKeyboardShortcut"> + <context kind="class">CommandBarComboBox</context> + <name>accKeyboardShortcut</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarComboBox.accLocation--> + <element type="method"> + <source id="Office.CommandBarComboBox.accLocation"> + <context kind="class">CommandBarComboBox</context> + <name>accLocation</name> + <type>void</type> + <parameter-list> + <parameter> + <type>int[]</type> + <name>pxLeft</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pyTop</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcxWidth</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcyHeight</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.accName--> + <element type="property"> + <source id="Office.CommandBarComboBox.accName"> + <context kind="class">CommandBarComboBox</context> + <name>accName</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarComboBox.accNavigate--> + <element type="method"> + <source id="Office.CommandBarComboBox.accNavigate"> + <context kind="class">CommandBarComboBox</context> + <name>accNavigate</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>navDir</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varStart</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.accParent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accParent"> + <context kind="class">CommandBarComboBox</context> + <name>accParent</name> + <type>Object</type> + </source> + </element> + <!--property::CommandBarComboBox.accRole {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accRole"> + <context kind="class">CommandBarComboBox</context> + <name>accRole</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarComboBox.accSelect--> + <element type="method"> + <source id="Office.CommandBarComboBox.accSelect"> + <context kind="class">CommandBarComboBox</context> + <name>accSelect</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>flagsSelect</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.accSelection {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accSelection"> + <context kind="class">CommandBarComboBox</context> + <name>accSelection</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBarComboBox.accState {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.accState"> + <context kind="class">CommandBarComboBox</context> + <name>accState</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.accValue--> + <element type="property"> + <source id="Office.CommandBarComboBox.accValue"> + <context kind="class">CommandBarComboBox</context> + <name>accValue</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarComboBox.AddItem--> + <element type="method"> + <source id="Office.CommandBarComboBox.AddItem"> + <context kind="class">CommandBarComboBox</context> + <name>AddItem</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Text</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.Application {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.Application"> + <context kind="class">CommandBarComboBox</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CommandBarComboBox.BeginGroup--> + <element type="property"> + <source id="Office.CommandBarComboBox.BeginGroup"> + <context kind="class">CommandBarComboBox</context> + <name>BeginGroup</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarComboBox.BuiltIn {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.BuiltIn"> + <context kind="class">CommandBarComboBox</context> + <name>BuiltIn</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarComboBox.Caption--> + <element type="property"> + <source id="Office.CommandBarComboBox.Caption"> + <context kind="class">CommandBarComboBox</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--method::CommandBarComboBox.Change--> + <element type="method"> + <source id="Office.CommandBarComboBox.Change"> + <context kind="class">CommandBarComboBox</context> + <name>Change</name> + <type>void</type> + <parameter-list> + <parameter> + <type>CommandBarComboBox</type> + <name>Ctrl</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarComboBox.Clear--> + <element type="method"> + <source id="Office.CommandBarComboBox.Clear"> + <context kind="class">CommandBarComboBox</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarComboBox.Control {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.Control"> + <context kind="class">CommandBarComboBox</context> + <name>Control</name> + <type>Object</type> + </source> + </element> + <!--method::CommandBarComboBox.Copy--> + <element type="method"> + <source id="Office.CommandBarComboBox.Copy"> + <context kind="class">CommandBarComboBox</context> + <name>Copy</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Bar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Before</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.Creator"> + <context kind="class">CommandBarComboBox</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarComboBox.Delete--> + <element type="method"> + <source id="Office.CommandBarComboBox.Delete"> + <context kind="class">CommandBarComboBox</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Temporary</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.DescriptionText--> + <element type="property"> + <source id="Office.CommandBarComboBox.DescriptionText"> + <context kind="class">CommandBarComboBox</context> + <name>DescriptionText</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarComboBox.DropDownLines--> + <element type="property"> + <source id="Office.CommandBarComboBox.DropDownLines"> + <context kind="class">CommandBarComboBox</context> + <name>DropDownLines</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.DropDownWidth--> + <element type="property"> + <source id="Office.CommandBarComboBox.DropDownWidth"> + <context kind="class">CommandBarComboBox</context> + <name>DropDownWidth</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.Enabled--> + <element type="property"> + <source id="Office.CommandBarComboBox.Enabled"> + <context kind="class">CommandBarComboBox</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::CommandBarComboBox.Execute--> + <element type="method"> + <source id="Office.CommandBarComboBox.Execute"> + <context kind="class">CommandBarComboBox</context> + <name>Execute</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarComboBox.Height--> + <element type="property"> + <source id="Office.CommandBarComboBox.Height"> + <context kind="class">CommandBarComboBox</context> + <name>Height</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.HelpContextId--> + <element type="property"> + <source id="Office.CommandBarComboBox.HelpContextId"> + <context kind="class">CommandBarComboBox</context> + <name>HelpContextId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.HelpFile--> + <element type="property"> + <source id="Office.CommandBarComboBox.HelpFile"> + <context kind="class">CommandBarComboBox</context> + <name>HelpFile</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarComboBox.Id {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.Id"> + <context kind="class">CommandBarComboBox</context> + <name>Id</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.Index {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.Index"> + <context kind="class">CommandBarComboBox</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.InstanceId {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.InstanceId"> + <context kind="class">CommandBarComboBox</context> + <name>InstanceId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.IsPriorityDropped {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.IsPriorityDropped"> + <context kind="class">CommandBarComboBox</context> + <name>IsPriorityDropped</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarComboBox.Left {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.Left"> + <context kind="class">CommandBarComboBox</context> + <name>Left</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.List--> + <element type="property"> + <source id="Office.CommandBarComboBox.List"> + <context kind="class">CommandBarComboBox</context> + <name>List</name> + <type>String</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.ListCount {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.ListCount"> + <context kind="class">CommandBarComboBox</context> + <name>ListCount</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.ListHeaderCount--> + <element type="property"> + <source id="Office.CommandBarComboBox.ListHeaderCount"> + <context kind="class">CommandBarComboBox</context> + <name>ListHeaderCount</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.ListIndex--> + <element type="property"> + <source id="Office.CommandBarComboBox.ListIndex"> + <context kind="class">CommandBarComboBox</context> + <name>ListIndex</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarComboBox.Move--> + <element type="method"> + <source id="Office.CommandBarComboBox.Move"> + <context kind="class">CommandBarComboBox</context> + <name>Move</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Bar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Before</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarComboBox.OLEUsage--> + <element type="property"> + <source id="Office.CommandBarComboBox.OLEUsage"> + <context kind="class">CommandBarComboBox</context> + <name>OLEUsage</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.OnAction--> + <element type="property"> + <source id="Office.CommandBarComboBox.OnAction"> + <context kind="class">CommandBarComboBox</context> + <name>OnAction</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarComboBox.Parameter--> + <element type="property"> + <source id="Office.CommandBarComboBox.Parameter"> + <context kind="class">CommandBarComboBox</context> + <name>Parameter</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarComboBox.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.Parent"> + <context kind="class">CommandBarComboBox</context> + <name>Parent</name> + <type>CommandBar</type> + </source> + </element> + <!--property::CommandBarComboBox.Priority--> + <element type="property"> + <source id="Office.CommandBarComboBox.Priority"> + <context kind="class">CommandBarComboBox</context> + <name>Priority</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarComboBox.RemoveItem--> + <element type="method"> + <source id="Office.CommandBarComboBox.RemoveItem"> + <context kind="class">CommandBarComboBox</context> + <name>RemoveItem</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarComboBox.Reserved1--> + <element type="method"> + <source id="Office.CommandBarComboBox.Reserved1"> + <context kind="class">CommandBarComboBox</context> + <name>Reserved1</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarComboBox.Reserved2--> + <element type="method"> + <source id="Office.CommandBarComboBox.Reserved2"> + <context kind="class">CommandBarComboBox</context> + <name>Reserved2</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarComboBox.Reserved3--> + <element type="method"> + <source id="Office.CommandBarComboBox.Reserved3"> + <context kind="class">CommandBarComboBox</context> + <name>Reserved3</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarComboBox.Reserved4--> + <element type="method"> + <source id="Office.CommandBarComboBox.Reserved4"> + <context kind="class">CommandBarComboBox</context> + <name>Reserved4</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarComboBox.Reserved5--> + <element type="method"> + <source id="Office.CommandBarComboBox.Reserved5"> + <context kind="class">CommandBarComboBox</context> + <name>Reserved5</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarComboBox.Reserved6--> + <element type="method"> + <source id="Office.CommandBarComboBox.Reserved6"> + <context kind="class">CommandBarComboBox</context> + <name>Reserved6</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarComboBox.Reserved7--> + <element type="method"> + <source id="Office.CommandBarComboBox.Reserved7"> + <context kind="class">CommandBarComboBox</context> + <name>Reserved7</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarComboBox.Reset--> + <element type="method"> + <source id="Office.CommandBarComboBox.Reset"> + <context kind="class">CommandBarComboBox</context> + <name>Reset</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarComboBox.SetFocus--> + <element type="method"> + <source id="Office.CommandBarComboBox.SetFocus"> + <context kind="class">CommandBarComboBox</context> + <name>SetFocus</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarComboBox.Style--> + <element type="property"> + <source id="Office.CommandBarComboBox.Style"> + <context kind="class">CommandBarComboBox</context> + <name>Style</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.Tag--> + <element type="property"> + <source id="Office.CommandBarComboBox.Tag"> + <context kind="class">CommandBarComboBox</context> + <name>Tag</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarComboBox.Text--> + <element type="property"> + <source id="Office.CommandBarComboBox.Text"> + <context kind="class">CommandBarComboBox</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarComboBox.TooltipText--> + <element type="property"> + <source id="Office.CommandBarComboBox.TooltipText"> + <context kind="class">CommandBarComboBox</context> + <name>TooltipText</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarComboBox.Top {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.Top"> + <context kind="class">CommandBarComboBox</context> + <name>Top</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.Type {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarComboBox.Type"> + <context kind="class">CommandBarComboBox</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarComboBox.Visible--> + <element type="property"> + <source id="Office.CommandBarComboBox.Visible"> + <context kind="class">CommandBarComboBox</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarComboBox.Width--> + <element type="property"> + <source id="Office.CommandBarComboBox.Width"> + <context kind="class">CommandBarComboBox</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::CommandBarControl--> + <element type="class"> + <source id="Office.CommandBarControl"> + <name>CommandBarControl</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CommandBarControl.accChild {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accChild"> + <context kind="class">CommandBarControl</context> + <name>accChild</name> + <type>Object</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.accChildCount {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accChildCount"> + <context kind="class">CommandBarControl</context> + <name>accChildCount</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControl.accDefaultAction {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accDefaultAction"> + <context kind="class">CommandBarControl</context> + <name>accDefaultAction</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.accDescription {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accDescription"> + <context kind="class">CommandBarControl</context> + <name>accDescription</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarControl.accDoDefaultAction--> + <element type="method"> + <source id="Office.CommandBarControl.accDoDefaultAction"> + <context kind="class">CommandBarControl</context> + <name>accDoDefaultAction</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.accFocus {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accFocus"> + <context kind="class">CommandBarControl</context> + <name>accFocus</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBarControl.accHelp {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accHelp"> + <context kind="class">CommandBarControl</context> + <name>accHelp</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.accHelpTopic {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accHelpTopic"> + <context kind="class">CommandBarControl</context> + <name>accHelpTopic</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String[]</type> + <name>pszHelpFile</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarControl.accHitTest--> + <element type="method"> + <source id="Office.CommandBarControl.accHitTest"> + <context kind="class">CommandBarControl</context> + <name>accHitTest</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>xLeft</name> + </parameter> + <parameter> + <type>Integer</type> + <name>yTop</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.accKeyboardShortcut {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accKeyboardShortcut"> + <context kind="class">CommandBarControl</context> + <name>accKeyboardShortcut</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarControl.accLocation--> + <element type="method"> + <source id="Office.CommandBarControl.accLocation"> + <context kind="class">CommandBarControl</context> + <name>accLocation</name> + <type>void</type> + <parameter-list> + <parameter> + <type>int[]</type> + <name>pxLeft</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pyTop</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcxWidth</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcyHeight</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.accName--> + <element type="property"> + <source id="Office.CommandBarControl.accName"> + <context kind="class">CommandBarControl</context> + <name>accName</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarControl.accNavigate--> + <element type="method"> + <source id="Office.CommandBarControl.accNavigate"> + <context kind="class">CommandBarControl</context> + <name>accNavigate</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>navDir</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varStart</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.accParent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accParent"> + <context kind="class">CommandBarControl</context> + <name>accParent</name> + <type>Object</type> + </source> + </element> + <!--property::CommandBarControl.accRole {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accRole"> + <context kind="class">CommandBarControl</context> + <name>accRole</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarControl.accSelect--> + <element type="method"> + <source id="Office.CommandBarControl.accSelect"> + <context kind="class">CommandBarControl</context> + <name>accSelect</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>flagsSelect</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.accSelection {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accSelection"> + <context kind="class">CommandBarControl</context> + <name>accSelection</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBarControl.accState {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.accState"> + <context kind="class">CommandBarControl</context> + <name>accState</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.accValue--> + <element type="property"> + <source id="Office.CommandBarControl.accValue"> + <context kind="class">CommandBarControl</context> + <name>accValue</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.Application {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.Application"> + <context kind="class">CommandBarControl</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CommandBarControl.BeginGroup--> + <element type="property"> + <source id="Office.CommandBarControl.BeginGroup"> + <context kind="class">CommandBarControl</context> + <name>BeginGroup</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarControl.BuiltIn {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.BuiltIn"> + <context kind="class">CommandBarControl</context> + <name>BuiltIn</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarControl.Caption--> + <element type="property"> + <source id="Office.CommandBarControl.Caption"> + <context kind="class">CommandBarControl</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarControl.Control {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.Control"> + <context kind="class">CommandBarControl</context> + <name>Control</name> + <type>Object</type> + </source> + </element> + <!--method::CommandBarControl.Copy--> + <element type="method"> + <source id="Office.CommandBarControl.Copy"> + <context kind="class">CommandBarControl</context> + <name>Copy</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Bar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Before</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.Creator"> + <context kind="class">CommandBarControl</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarControl.Delete--> + <element type="method"> + <source id="Office.CommandBarControl.Delete"> + <context kind="class">CommandBarControl</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Temporary</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.DescriptionText--> + <element type="property"> + <source id="Office.CommandBarControl.DescriptionText"> + <context kind="class">CommandBarControl</context> + <name>DescriptionText</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarControl.Enabled--> + <element type="property"> + <source id="Office.CommandBarControl.Enabled"> + <context kind="class">CommandBarControl</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::CommandBarControl.Execute--> + <element type="method"> + <source id="Office.CommandBarControl.Execute"> + <context kind="class">CommandBarControl</context> + <name>Execute</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarControl.Height--> + <element type="property"> + <source id="Office.CommandBarControl.Height"> + <context kind="class">CommandBarControl</context> + <name>Height</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControl.HelpContextId--> + <element type="property"> + <source id="Office.CommandBarControl.HelpContextId"> + <context kind="class">CommandBarControl</context> + <name>HelpContextId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControl.HelpFile--> + <element type="property"> + <source id="Office.CommandBarControl.HelpFile"> + <context kind="class">CommandBarControl</context> + <name>HelpFile</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarControl.Id {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.Id"> + <context kind="class">CommandBarControl</context> + <name>Id</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControl.Index {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.Index"> + <context kind="class">CommandBarControl</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControl.InstanceId {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.InstanceId"> + <context kind="class">CommandBarControl</context> + <name>InstanceId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControl.IsPriorityDropped {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.IsPriorityDropped"> + <context kind="class">CommandBarControl</context> + <name>IsPriorityDropped</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarControl.Left {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.Left"> + <context kind="class">CommandBarControl</context> + <name>Left</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarControl.Move--> + <element type="method"> + <source id="Office.CommandBarControl.Move"> + <context kind="class">CommandBarControl</context> + <name>Move</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Bar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Before</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControl.OLEUsage--> + <element type="property"> + <source id="Office.CommandBarControl.OLEUsage"> + <context kind="class">CommandBarControl</context> + <name>OLEUsage</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControl.OnAction--> + <element type="property"> + <source id="Office.CommandBarControl.OnAction"> + <context kind="class">CommandBarControl</context> + <name>OnAction</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarControl.Parameter--> + <element type="property"> + <source id="Office.CommandBarControl.Parameter"> + <context kind="class">CommandBarControl</context> + <name>Parameter</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarControl.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.Parent"> + <context kind="class">CommandBarControl</context> + <name>Parent</name> + <type>CommandBar</type> + </source> + </element> + <!--property::CommandBarControl.Priority--> + <element type="property"> + <source id="Office.CommandBarControl.Priority"> + <context kind="class">CommandBarControl</context> + <name>Priority</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarControl.Reserved1--> + <element type="method"> + <source id="Office.CommandBarControl.Reserved1"> + <context kind="class">CommandBarControl</context> + <name>Reserved1</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarControl.Reserved2--> + <element type="method"> + <source id="Office.CommandBarControl.Reserved2"> + <context kind="class">CommandBarControl</context> + <name>Reserved2</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarControl.Reserved3--> + <element type="method"> + <source id="Office.CommandBarControl.Reserved3"> + <context kind="class">CommandBarControl</context> + <name>Reserved3</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarControl.Reserved4--> + <element type="method"> + <source id="Office.CommandBarControl.Reserved4"> + <context kind="class">CommandBarControl</context> + <name>Reserved4</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarControl.Reserved5--> + <element type="method"> + <source id="Office.CommandBarControl.Reserved5"> + <context kind="class">CommandBarControl</context> + <name>Reserved5</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarControl.Reserved6--> + <element type="method"> + <source id="Office.CommandBarControl.Reserved6"> + <context kind="class">CommandBarControl</context> + <name>Reserved6</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarControl.Reserved7--> + <element type="method"> + <source id="Office.CommandBarControl.Reserved7"> + <context kind="class">CommandBarControl</context> + <name>Reserved7</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarControl.Reset--> + <element type="method"> + <source id="Office.CommandBarControl.Reset"> + <context kind="class">CommandBarControl</context> + <name>Reset</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarControl.SetFocus--> + <element type="method"> + <source id="Office.CommandBarControl.SetFocus"> + <context kind="class">CommandBarControl</context> + <name>SetFocus</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarControl.Tag--> + <element type="property"> + <source id="Office.CommandBarControl.Tag"> + <context kind="class">CommandBarControl</context> + <name>Tag</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarControl.TooltipText--> + <element type="property"> + <source id="Office.CommandBarControl.TooltipText"> + <context kind="class">CommandBarControl</context> + <name>TooltipText</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarControl.Top {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.Top"> + <context kind="class">CommandBarControl</context> + <name>Top</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControl.Type {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControl.Type"> + <context kind="class">CommandBarControl</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControl.Visible--> + <element type="property"> + <source id="Office.CommandBarControl.Visible"> + <context kind="class">CommandBarControl</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarControl.Width--> + <element type="property"> + <source id="Office.CommandBarControl.Width"> + <context kind="class">CommandBarControl</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::CommandBarControls--> + <element type="class"> + <source id="Office.CommandBarControls"> + <name>CommandBarControls</name> + </source> + <destination designation="identity" /> + </element> + <!--method::CommandBarControls.Add--> + <element type="method"> + <source id="Office.CommandBarControls.Add"> + <context kind="class">CommandBarControls</context> + <name>Add</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Type</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Id</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Parameter</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Before</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Temporary</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControls.Application {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControls.Application"> + <context kind="class">CommandBarControls</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CommandBarControls.Count {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControls.Count"> + <context kind="class">CommandBarControls</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControls.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControls.Creator"> + <context kind="class">CommandBarControls</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarControls.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControls.Item"> + <context kind="class">CommandBarControls</context> + <name default="true">Item</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarControls.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarControls.Parent"> + <context kind="class">CommandBarControls</context> + <name>Parent</name> + <type>CommandBar</type> + </source> + </element> + <!--Class::CommandBarPopup--> + <element type="class"> + <source id="Office.CommandBarPopup"> + <name>CommandBarPopup</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CommandBarPopup.accChild {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accChild"> + <context kind="class">CommandBarPopup</context> + <name>accChild</name> + <type>Object</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.accChildCount {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accChildCount"> + <context kind="class">CommandBarPopup</context> + <name>accChildCount</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.accDefaultAction {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accDefaultAction"> + <context kind="class">CommandBarPopup</context> + <name>accDefaultAction</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.accDescription {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accDescription"> + <context kind="class">CommandBarPopup</context> + <name>accDescription</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarPopup.accDoDefaultAction--> + <element type="method"> + <source id="Office.CommandBarPopup.accDoDefaultAction"> + <context kind="class">CommandBarPopup</context> + <name>accDoDefaultAction</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.accFocus {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accFocus"> + <context kind="class">CommandBarPopup</context> + <name>accFocus</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBarPopup.accHelp {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accHelp"> + <context kind="class">CommandBarPopup</context> + <name>accHelp</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.accHelpTopic {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accHelpTopic"> + <context kind="class">CommandBarPopup</context> + <name>accHelpTopic</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String[]</type> + <name>pszHelpFile</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarPopup.accHitTest--> + <element type="method"> + <source id="Office.CommandBarPopup.accHitTest"> + <context kind="class">CommandBarPopup</context> + <name>accHitTest</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>xLeft</name> + </parameter> + <parameter> + <type>Integer</type> + <name>yTop</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.accKeyboardShortcut {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accKeyboardShortcut"> + <context kind="class">CommandBarPopup</context> + <name>accKeyboardShortcut</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarPopup.accLocation--> + <element type="method"> + <source id="Office.CommandBarPopup.accLocation"> + <context kind="class">CommandBarPopup</context> + <name>accLocation</name> + <type>void</type> + <parameter-list> + <parameter> + <type>int[]</type> + <name>pxLeft</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pyTop</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcxWidth</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcyHeight</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.accName--> + <element type="property"> + <source id="Office.CommandBarPopup.accName"> + <context kind="class">CommandBarPopup</context> + <name>accName</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarPopup.accNavigate--> + <element type="method"> + <source id="Office.CommandBarPopup.accNavigate"> + <context kind="class">CommandBarPopup</context> + <name>accNavigate</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>navDir</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varStart</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.accParent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accParent"> + <context kind="class">CommandBarPopup</context> + <name>accParent</name> + <type>Object</type> + </source> + </element> + <!--property::CommandBarPopup.accRole {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accRole"> + <context kind="class">CommandBarPopup</context> + <name>accRole</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBarPopup.accSelect--> + <element type="method"> + <source id="Office.CommandBarPopup.accSelect"> + <context kind="class">CommandBarPopup</context> + <name>accSelect</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>flagsSelect</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.accSelection {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accSelection"> + <context kind="class">CommandBarPopup</context> + <name>accSelection</name> + <type>Variant</type> + </source> + </element> + <!--property::CommandBarPopup.accState {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.accState"> + <context kind="class">CommandBarPopup</context> + <name>accState</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.accValue--> + <element type="property"> + <source id="Office.CommandBarPopup.accValue"> + <context kind="class">CommandBarPopup</context> + <name>accValue</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.Application {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Application"> + <context kind="class">CommandBarPopup</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CommandBarPopup.BeginGroup--> + <element type="property"> + <source id="Office.CommandBarPopup.BeginGroup"> + <context kind="class">CommandBarPopup</context> + <name>BeginGroup</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarPopup.BuiltIn {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.BuiltIn"> + <context kind="class">CommandBarPopup</context> + <name>BuiltIn</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarPopup.Caption--> + <element type="property"> + <source id="Office.CommandBarPopup.Caption"> + <context kind="class">CommandBarPopup</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarPopup.CommandBar {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.CommandBar"> + <context kind="class">CommandBarPopup</context> + <name>CommandBar</name> + <type>CommandBar</type> + </source> + </element> + <!--property::CommandBarPopup.Control {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Control"> + <context kind="class">CommandBarPopup</context> + <name>Control</name> + <type>Object</type> + </source> + </element> + <!--property::CommandBarPopup.Controls {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Controls"> + <context kind="class">CommandBarPopup</context> + <name>Controls</name> + <type>CommandBarControls</type> + </source> + </element> + <!--method::CommandBarPopup.Copy--> + <element type="method"> + <source id="Office.CommandBarPopup.Copy"> + <context kind="class">CommandBarPopup</context> + <name>Copy</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Bar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Before</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Creator"> + <context kind="class">CommandBarPopup</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarPopup.Delete--> + <element type="method"> + <source id="Office.CommandBarPopup.Delete"> + <context kind="class">CommandBarPopup</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Temporary</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.DescriptionText--> + <element type="property"> + <source id="Office.CommandBarPopup.DescriptionText"> + <context kind="class">CommandBarPopup</context> + <name>DescriptionText</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarPopup.Enabled--> + <element type="property"> + <source id="Office.CommandBarPopup.Enabled"> + <context kind="class">CommandBarPopup</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--method::CommandBarPopup.Execute--> + <element type="method"> + <source id="Office.CommandBarPopup.Execute"> + <context kind="class">CommandBarPopup</context> + <name>Execute</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarPopup.Height--> + <element type="property"> + <source id="Office.CommandBarPopup.Height"> + <context kind="class">CommandBarPopup</context> + <name>Height</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.HelpContextId--> + <element type="property"> + <source id="Office.CommandBarPopup.HelpContextId"> + <context kind="class">CommandBarPopup</context> + <name>HelpContextId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.HelpFile--> + <element type="property"> + <source id="Office.CommandBarPopup.HelpFile"> + <context kind="class">CommandBarPopup</context> + <name>HelpFile</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarPopup.Id {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Id"> + <context kind="class">CommandBarPopup</context> + <name>Id</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.Index {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Index"> + <context kind="class">CommandBarPopup</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.InstanceId {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.InstanceId"> + <context kind="class">CommandBarPopup</context> + <name>InstanceId</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.IsPriorityDropped {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.IsPriorityDropped"> + <context kind="class">CommandBarPopup</context> + <name>IsPriorityDropped</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarPopup.Left {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Left"> + <context kind="class">CommandBarPopup</context> + <name>Left</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarPopup.Move--> + <element type="method"> + <source id="Office.CommandBarPopup.Move"> + <context kind="class">CommandBarPopup</context> + <name>Move</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Bar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Before</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBarPopup.OLEMenuGroup--> + <element type="property"> + <source id="Office.CommandBarPopup.OLEMenuGroup"> + <context kind="class">CommandBarPopup</context> + <name>OLEMenuGroup</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.OLEUsage--> + <element type="property"> + <source id="Office.CommandBarPopup.OLEUsage"> + <context kind="class">CommandBarPopup</context> + <name>OLEUsage</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.OnAction--> + <element type="property"> + <source id="Office.CommandBarPopup.OnAction"> + <context kind="class">CommandBarPopup</context> + <name>OnAction</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarPopup.Parameter--> + <element type="property"> + <source id="Office.CommandBarPopup.Parameter"> + <context kind="class">CommandBarPopup</context> + <name>Parameter</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarPopup.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Parent"> + <context kind="class">CommandBarPopup</context> + <name>Parent</name> + <type>CommandBar</type> + </source> + </element> + <!--property::CommandBarPopup.Priority--> + <element type="property"> + <source id="Office.CommandBarPopup.Priority"> + <context kind="class">CommandBarPopup</context> + <name>Priority</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBarPopup.Reserved1--> + <element type="method"> + <source id="Office.CommandBarPopup.Reserved1"> + <context kind="class">CommandBarPopup</context> + <name>Reserved1</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarPopup.Reserved2--> + <element type="method"> + <source id="Office.CommandBarPopup.Reserved2"> + <context kind="class">CommandBarPopup</context> + <name>Reserved2</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarPopup.Reserved3--> + <element type="method"> + <source id="Office.CommandBarPopup.Reserved3"> + <context kind="class">CommandBarPopup</context> + <name>Reserved3</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarPopup.Reserved4--> + <element type="method"> + <source id="Office.CommandBarPopup.Reserved4"> + <context kind="class">CommandBarPopup</context> + <name>Reserved4</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarPopup.Reserved5--> + <element type="method"> + <source id="Office.CommandBarPopup.Reserved5"> + <context kind="class">CommandBarPopup</context> + <name>Reserved5</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarPopup.Reserved6--> + <element type="method"> + <source id="Office.CommandBarPopup.Reserved6"> + <context kind="class">CommandBarPopup</context> + <name>Reserved6</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarPopup.Reserved7--> + <element type="method"> + <source id="Office.CommandBarPopup.Reserved7"> + <context kind="class">CommandBarPopup</context> + <name>Reserved7</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarPopup.Reset--> + <element type="method"> + <source id="Office.CommandBarPopup.Reset"> + <context kind="class">CommandBarPopup</context> + <name>Reset</name> + <type>void</type> + </source> + </element> + <!--method::CommandBarPopup.SetFocus--> + <element type="method"> + <source id="Office.CommandBarPopup.SetFocus"> + <context kind="class">CommandBarPopup</context> + <name>SetFocus</name> + <type>void</type> + </source> + </element> + <!--property::CommandBarPopup.Tag--> + <element type="property"> + <source id="Office.CommandBarPopup.Tag"> + <context kind="class">CommandBarPopup</context> + <name>Tag</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarPopup.TooltipText--> + <element type="property"> + <source id="Office.CommandBarPopup.TooltipText"> + <context kind="class">CommandBarPopup</context> + <name>TooltipText</name> + <type>String</type> + </source> + </element> + <!--property::CommandBarPopup.Top {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Top"> + <context kind="class">CommandBarPopup</context> + <name>Top</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.Type {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBarPopup.Type"> + <context kind="class">CommandBarPopup</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBarPopup.Visible--> + <element type="property"> + <source id="Office.CommandBarPopup.Visible"> + <context kind="class">CommandBarPopup</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBarPopup.Width--> + <element type="property"> + <source id="Office.CommandBarPopup.Width"> + <context kind="class">CommandBarPopup</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::CommandBars--> + <element type="class"> + <source id="Office.CommandBars"> + <name>CommandBars</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CommandBars.ActionControl {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBars.ActionControl"> + <context kind="class">CommandBars</context> + <name>ActionControl</name> + <type>CommandBarControl</type> + </source> + </element> + <!--property::CommandBars.ActiveMenuBar {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBars.ActiveMenuBar"> + <context kind="class">CommandBars</context> + <name>ActiveMenuBar</name> + <type>CommandBar</type> + </source> + </element> + <!--property::CommandBars.AdaptiveMenus--> + <element type="property"> + <source id="Office.CommandBars.AdaptiveMenus"> + <context kind="class">CommandBars</context> + <name>AdaptiveMenus</name> + <type>boolean</type> + </source> + </element> + <!--method::CommandBars.Add--> + <element type="method"> + <source id="Office.CommandBars.Add"> + <context kind="class">CommandBars</context> + <name>Add</name> + <type>CommandBar</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Name</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Position</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>MenuBar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Temporary</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBars.AddEx--> + <element type="method"> + <source id="Office.CommandBars.AddEx"> + <context kind="class">CommandBars</context> + <name>AddEx</name> + <type>CommandBar</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>TbidOrName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Position</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>MenuBar</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Temporary</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>TbtrProtection</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBars.Application {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBars.Application"> + <context kind="class">CommandBars</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CommandBars.Count {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBars.Count"> + <context kind="class">CommandBars</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBars.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBars.Creator"> + <context kind="class">CommandBars</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::CommandBars.DisableAskAQuestionDropdown--> + <element type="property"> + <source id="Office.CommandBars.DisableAskAQuestionDropdown"> + <context kind="class">CommandBars</context> + <name>DisableAskAQuestionDropdown</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBars.DisableCustomize--> + <element type="property"> + <source id="Office.CommandBars.DisableCustomize"> + <context kind="class">CommandBars</context> + <name>DisableCustomize</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBars.DisplayFonts--> + <element type="property"> + <source id="Office.CommandBars.DisplayFonts"> + <context kind="class">CommandBars</context> + <name>DisplayFonts</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBars.DisplayKeysInTooltips--> + <element type="property"> + <source id="Office.CommandBars.DisplayKeysInTooltips"> + <context kind="class">CommandBars</context> + <name>DisplayKeysInTooltips</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBars.DisplayTooltips--> + <element type="property"> + <source id="Office.CommandBars.DisplayTooltips"> + <context kind="class">CommandBars</context> + <name>DisplayTooltips</name> + <type>boolean</type> + </source> + </element> + <!--method::CommandBars.FindControl--> + <element type="method"> + <source id="Office.CommandBars.FindControl"> + <context kind="class">CommandBars</context> + <name>FindControl</name> + <type>CommandBarControl</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Type</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Id</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Tag</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Visible</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CommandBars.FindControls--> + <element type="method"> + <source id="Office.CommandBars.FindControls"> + <context kind="class">CommandBars</context> + <name>FindControls</name> + <type>CommandBarControls</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Type</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Id</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Tag</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Visible</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBars.IdsString {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBars.IdsString"> + <context kind="class">CommandBars</context> + <name>IdsString</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>ids</name> + </parameter> + <parameter> + <type>String[]</type> + <name>pbstrName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBars.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBars.Item"> + <context kind="class">CommandBars</context> + <name default="true">Item</name> + <type>CommandBar</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CommandBars.LargeButtons--> + <element type="property"> + <source id="Office.CommandBars.LargeButtons"> + <context kind="class">CommandBars</context> + <name>LargeButtons</name> + <type>boolean</type> + </source> + </element> + <!--property::CommandBars.MenuAnimationStyle--> + <element type="property"> + <source id="Office.CommandBars.MenuAnimationStyle"> + <context kind="class">CommandBars</context> + <name>MenuAnimationStyle</name> + <type>Integer</type> + </source> + </element> + <!--method::CommandBars.OnUpdate--> + <element type="method"> + <source id="Office.CommandBars.OnUpdate"> + <context kind="class">CommandBars</context> + <name>OnUpdate</name> + <type>void</type> + </source> + </element> + <!--property::CommandBars.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBars.Parent"> + <context kind="class">CommandBars</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::CommandBars.ReleaseFocus--> + <element type="method"> + <source id="Office.CommandBars.ReleaseFocus"> + <context kind="class">CommandBars</context> + <name>ReleaseFocus</name> + <type>void</type> + </source> + </element> + <!--property::CommandBars.TmcGetName {ReadOnly}--> + <element type="property"> + <source id="Office.CommandBars.TmcGetName"> + <context kind="class">CommandBars</context> + <name>TmcGetName</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>tmc</name> + </parameter> + <parameter> + <type>String[]</type> + <name>pbstrName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--enum::DocProperties {Enumeration}--> + <element type="enumeration"> + <source id="Office.DocProperties"> + <name>DocProperties</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::offPropertyTypeBoolean {Constant}--> + <element type="constant"> + <source id="Office.DocProperties.offPropertyTypeBoolean"> + <context kind="enumeration">DocProperties</context> + <name>offPropertyTypeBoolean</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::offPropertyTypeDate {Constant}--> + <element type="constant"> + <source id="Office.DocProperties.offPropertyTypeDate"> + <context kind="enumeration">DocProperties</context> + <name>offPropertyTypeDate</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::offPropertyTypeFloat {Constant}--> + <element type="constant"> + <source id="Office.DocProperties.offPropertyTypeFloat"> + <context kind="enumeration">DocProperties</context> + <name>offPropertyTypeFloat</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::offPropertyTypeNumber {Constant}--> + <element type="constant"> + <source id="Office.DocProperties.offPropertyTypeNumber"> + <context kind="enumeration">DocProperties</context> + <name>offPropertyTypeNumber</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::offPropertyTypeString {Constant}--> + <element type="constant"> + <source id="Office.DocProperties.offPropertyTypeString"> + <context kind="enumeration">DocProperties</context> + <name>offPropertyTypeString</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--Class::DocumentLibraryVersion--> + <element type="class"> + <source id="Office.DocumentLibraryVersion"> + <name>DocumentLibraryVersion</name> + </source> + <destination designation="identity" /> + </element> + <!--property::DocumentLibraryVersion.Application {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersion.Application"> + <context kind="class">DocumentLibraryVersion</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::DocumentLibraryVersion.Comments {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersion.Comments"> + <context kind="class">DocumentLibraryVersion</context> + <name>Comments</name> + <type>String</type> + </source> + </element> + <!--property::DocumentLibraryVersion.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersion.Creator"> + <context kind="class">DocumentLibraryVersion</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::DocumentLibraryVersion.Delete--> + <element type="method"> + <source id="Office.DocumentLibraryVersion.Delete"> + <context kind="class">DocumentLibraryVersion</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::DocumentLibraryVersion.Index {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersion.Index"> + <context kind="class">DocumentLibraryVersion</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::DocumentLibraryVersion.Modified {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersion.Modified"> + <context kind="class">DocumentLibraryVersion</context> + <name default="true">Modified</name> + <type>Variant</type> + </source> + </element> + <!--property::DocumentLibraryVersion.ModifiedBy {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersion.ModifiedBy"> + <context kind="class">DocumentLibraryVersion</context> + <name>ModifiedBy</name> + <type>String</type> + </source> + </element> + <!--method::DocumentLibraryVersion.Open--> + <element type="method"> + <source id="Office.DocumentLibraryVersion.Open"> + <context kind="class">DocumentLibraryVersion</context> + <name>Open</name> + <type>Object</type> + </source> + </element> + <!--property::DocumentLibraryVersion.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersion.Parent"> + <context kind="class">DocumentLibraryVersion</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::DocumentLibraryVersion.Restore--> + <element type="method"> + <source id="Office.DocumentLibraryVersion.Restore"> + <context kind="class">DocumentLibraryVersion</context> + <name>Restore</name> + <type>Object</type> + </source> + </element> + <!--Class::DocumentLibraryVersions--> + <element type="class"> + <source id="Office.DocumentLibraryVersions"> + <name>DocumentLibraryVersions</name> + </source> + <destination designation="identity" /> + </element> + <!--property::DocumentLibraryVersions.Application {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersions.Application"> + <context kind="class">DocumentLibraryVersions</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::DocumentLibraryVersions.Count {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersions.Count"> + <context kind="class">DocumentLibraryVersions</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::DocumentLibraryVersions.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersions.Creator"> + <context kind="class">DocumentLibraryVersions</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::DocumentLibraryVersions.IsVersioningEnabled {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersions.IsVersioningEnabled"> + <context kind="class">DocumentLibraryVersions</context> + <name>IsVersioningEnabled</name> + <type>boolean</type> + </source> + </element> + <!--property::DocumentLibraryVersions.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersions.Item"> + <context kind="class">DocumentLibraryVersions</context> + <name default="true">Item</name> + <type>DocumentLibraryVersion</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>lIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DocumentLibraryVersions.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.DocumentLibraryVersions.Parent"> + <context kind="class">DocumentLibraryVersions</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::FileDialog--> + <element type="class"> + <source id="Office.FileDialog"> + <name>FileDialog</name> + </source> + <destination designation="identity" /> + </element> + <!--property::FileDialog.AllowMultiSelect--> + <element type="property"> + <source id="Office.FileDialog.AllowMultiSelect"> + <context kind="class">FileDialog</context> + <name>AllowMultiSelect</name> + <type>boolean</type> + </source> + </element> + <!--property::FileDialog.Application {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialog.Application"> + <context kind="class">FileDialog</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::FileDialog.ButtonName--> + <element type="property"> + <source id="Office.FileDialog.ButtonName"> + <context kind="class">FileDialog</context> + <name>ButtonName</name> + <type>String</type> + </source> + </element> + <!--property::FileDialog.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialog.Creator"> + <context kind="class">FileDialog</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::FileDialog.DialogType {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialog.DialogType"> + <context kind="class">FileDialog</context> + <name>DialogType</name> + <type>Integer</type> + </source> + </element> + <!--method::FileDialog.Execute--> + <element type="method"> + <source id="Office.FileDialog.Execute"> + <context kind="class">FileDialog</context> + <name>Execute</name> + <type>void</type> + </source> + </element> + <!--property::FileDialog.FilterIndex--> + <element type="property"> + <source id="Office.FileDialog.FilterIndex"> + <context kind="class">FileDialog</context> + <name>FilterIndex</name> + <type>Integer</type> + </source> + </element> + <!--property::FileDialog.Filters {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialog.Filters"> + <context kind="class">FileDialog</context> + <name>Filters</name> + <type>FileDialogFilters</type> + </source> + </element> + <!--property::FileDialog.InitialFileName--> + <element type="property"> + <source id="Office.FileDialog.InitialFileName"> + <context kind="class">FileDialog</context> + <name>InitialFileName</name> + <type>String</type> + </source> + </element> + <!--property::FileDialog.InitialView--> + <element type="property"> + <source id="Office.FileDialog.InitialView"> + <context kind="class">FileDialog</context> + <name>InitialView</name> + <type>Integer</type> + </source> + </element> + <!--property::FileDialog.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialog.Item"> + <context kind="class">FileDialog</context> + <name default="true">Item</name> + <type>String</type> + </source> + </element> + <!--property::FileDialog.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialog.Parent"> + <context kind="class">FileDialog</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::FileDialog.SelectedItems {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialog.SelectedItems"> + <context kind="class">FileDialog</context> + <name>SelectedItems</name> + <type>FileDialogSelectedItems</type> + </source> + </element> + <!--method::FileDialog.Show--> + <element type="method"> + <source id="Office.FileDialog.Show"> + <context kind="class">FileDialog</context> + <name>Show</name> + <type>Integer</type> + </source> + </element> + <!--property::FileDialog.Title--> + <element type="property"> + <source id="Office.FileDialog.Title"> + <context kind="class">FileDialog</context> + <name>Title</name> + <type>String</type> + </source> + </element> + <!--Class::FileDialogFilter--> + <element type="class"> + <source id="Office.FileDialogFilter"> + <name>FileDialogFilter</name> + </source> + <destination designation="identity" /> + </element> + <!--property::FileDialogFilter.Application {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogFilter.Application"> + <context kind="class">FileDialogFilter</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::FileDialogFilter.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogFilter.Creator"> + <context kind="class">FileDialogFilter</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::FileDialogFilter.Description {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogFilter.Description"> + <context kind="class">FileDialogFilter</context> + <name>Description</name> + <type>String</type> + </source> + </element> + <!--property::FileDialogFilter.Extensions {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogFilter.Extensions"> + <context kind="class">FileDialogFilter</context> + <name>Extensions</name> + <type>String</type> + </source> + </element> + <!--property::FileDialogFilter.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogFilter.Parent"> + <context kind="class">FileDialogFilter</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::FileDialogFilters--> + <element type="class"> + <source id="Office.FileDialogFilters"> + <name>FileDialogFilters</name> + </source> + <destination designation="identity" /> + </element> + <!--method::FileDialogFilters.Add--> + <element type="method"> + <source id="Office.FileDialogFilters.Add"> + <context kind="class">FileDialogFilters</context> + <name>Add</name> + <type>FileDialogFilter</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Description</name> + </parameter> + <parameter> + <type>String</type> + <name>Extensions</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Position</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FileDialogFilters.Application {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogFilters.Application"> + <context kind="class">FileDialogFilters</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::FileDialogFilters.Clear--> + <element type="method"> + <source id="Office.FileDialogFilters.Clear"> + <context kind="class">FileDialogFilters</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--property::FileDialogFilters.Count {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogFilters.Count"> + <context kind="class">FileDialogFilters</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::FileDialogFilters.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogFilters.Creator"> + <context kind="class">FileDialogFilters</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::FileDialogFilters.Delete--> + <element type="method"> + <source id="Office.FileDialogFilters.Delete"> + <context kind="class">FileDialogFilters</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>filter</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::FileDialogFilters.Item {Default}--> + <element type="method"> + <source id="Office.FileDialogFilters.Item"> + <context kind="class">FileDialogFilters</context> + <name default="true">Item</name> + <type>FileDialogFilter</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FileDialogFilters.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogFilters.Parent"> + <context kind="class">FileDialogFilters</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::FileDialogSelectedItems--> + <element type="class"> + <source id="Office.FileDialogSelectedItems"> + <name>FileDialogSelectedItems</name> + </source> + <destination designation="identity" /> + </element> + <!--property::FileDialogSelectedItems.Application {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogSelectedItems.Application"> + <context kind="class">FileDialogSelectedItems</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::FileDialogSelectedItems.Count {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogSelectedItems.Count"> + <context kind="class">FileDialogSelectedItems</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::FileDialogSelectedItems.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogSelectedItems.Creator"> + <context kind="class">FileDialogSelectedItems</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::FileDialogSelectedItems.Item {Default}--> + <element type="method"> + <source id="Office.FileDialogSelectedItems.Item"> + <context kind="class">FileDialogSelectedItems</context> + <name default="true">Item</name> + <type>String</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FileDialogSelectedItems.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.FileDialogSelectedItems.Parent"> + <context kind="class">FileDialogSelectedItems</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::FileSearch--> + <element type="class"> + <source id="Office.FileSearch"> + <name>FileSearch</name> + </source> + <destination designation="identity" /> + </element> + <!--property::FileSearch.Application {ReadOnly}--> + <element type="property"> + <source id="Office.FileSearch.Application"> + <context kind="class">FileSearch</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::FileSearch.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.FileSearch.Creator"> + <context kind="class">FileSearch</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::FileSearch.Execute--> + <element type="method"> + <source id="Office.FileSearch.Execute"> + <context kind="class">FileSearch</context> + <name>Execute</name> + <type>Integer</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>SortBy</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>SortOrder</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>AlwaysAccurate</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FileSearch.FileName--> + <element type="property"> + <source id="Office.FileSearch.FileName"> + <context kind="class">FileSearch</context> + <name>FileName</name> + <type>String</type> + </source> + </element> + <!--property::FileSearch.FileType--> + <element type="property"> + <source id="Office.FileSearch.FileType"> + <context kind="class">FileSearch</context> + <name>FileType</name> + <type>Integer</type> + </source> + </element> + <!--property::FileSearch.FileTypes {ReadOnly}--> + <element type="property"> + <source id="Office.FileSearch.FileTypes"> + <context kind="class">FileSearch</context> + <name>FileTypes</name> + <type>FileTypes</type> + </source> + </element> + <!--property::FileSearch.FoundFiles {ReadOnly}--> + <element type="property"> + <source id="Office.FileSearch.FoundFiles"> + <context kind="class">FileSearch</context> + <name>FoundFiles</name> + <type>FoundFiles</type> + </source> + </element> + <!--property::FileSearch.LastModified--> + <element type="property"> + <source id="Office.FileSearch.LastModified"> + <context kind="class">FileSearch</context> + <name>LastModified</name> + <type>Integer</type> + </source> + </element> + <!--property::FileSearch.LookIn--> + <element type="property"> + <source id="Office.FileSearch.LookIn"> + <context kind="class">FileSearch</context> + <name>LookIn</name> + <type>String</type> + </source> + </element> + <!--property::FileSearch.MatchAllWordForms--> + <element type="property"> + <source id="Office.FileSearch.MatchAllWordForms"> + <context kind="class">FileSearch</context> + <name>MatchAllWordForms</name> + <type>boolean</type> + </source> + </element> + <!--property::FileSearch.MatchTextExactly--> + <element type="property"> + <source id="Office.FileSearch.MatchTextExactly"> + <context kind="class">FileSearch</context> + <name>MatchTextExactly</name> + <type>boolean</type> + </source> + </element> + <!--method::FileSearch.NewSearch--> + <element type="method"> + <source id="Office.FileSearch.NewSearch"> + <context kind="class">FileSearch</context> + <name>NewSearch</name> + <type>void</type> + </source> + </element> + <!--property::FileSearch.PropertyTests {ReadOnly}--> + <element type="property"> + <source id="Office.FileSearch.PropertyTests"> + <context kind="class">FileSearch</context> + <name>PropertyTests</name> + <type>PropertyTests</type> + </source> + </element> + <!--method::FileSearch.RefreshScopes--> + <element type="method"> + <source id="Office.FileSearch.RefreshScopes"> + <context kind="class">FileSearch</context> + <name>RefreshScopes</name> + <type>void</type> + </source> + </element> + <!--property::FileSearch.SearchFolders {ReadOnly}--> + <element type="property"> + <source id="Office.FileSearch.SearchFolders"> + <context kind="class">FileSearch</context> + <name>SearchFolders</name> + <type>SearchFolders</type> + </source> + </element> + <!--property::FileSearch.SearchScopes {ReadOnly}--> + <element type="property"> + <source id="Office.FileSearch.SearchScopes"> + <context kind="class">FileSearch</context> + <name>SearchScopes</name> + <type>SearchScopes</type> + </source> + </element> + <!--property::FileSearch.SearchSubFolders--> + <element type="property"> + <source id="Office.FileSearch.SearchSubFolders"> + <context kind="class">FileSearch</context> + <name>SearchSubFolders</name> + <type>boolean</type> + </source> + </element> + <!--property::FileSearch.TextOrProperty--> + <element type="property"> + <source id="Office.FileSearch.TextOrProperty"> + <context kind="class">FileSearch</context> + <name>TextOrProperty</name> + <type>String</type> + </source> + </element> + <!--Class::FileTypes--> + <element type="class"> + <source id="Office.FileTypes"> + <name>FileTypes</name> + </source> + <destination designation="identity" /> + </element> + <!--method::FileTypes.Add--> + <element type="method"> + <source id="Office.FileTypes.Add"> + <context kind="class">FileTypes</context> + <name>Add</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>FileType</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FileTypes.Application {ReadOnly}--> + <element type="property"> + <source id="Office.FileTypes.Application"> + <context kind="class">FileTypes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::FileTypes.Count {ReadOnly}--> + <element type="property"> + <source id="Office.FileTypes.Count"> + <context kind="class">FileTypes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::FileTypes.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.FileTypes.Creator"> + <context kind="class">FileTypes</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::FileTypes.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.FileTypes.Item"> + <context kind="class">FileTypes</context> + <name default="true">Item</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::FileTypes.Remove--> + <element type="method"> + <source id="Office.FileTypes.Remove"> + <context kind="class">FileTypes</context> + <name>Remove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::FoundFiles--> + <element type="class"> + <source id="Office.FoundFiles"> + <name>FoundFiles</name> + </source> + <destination designation="identity" /> + </element> + <!--property::FoundFiles.Application {ReadOnly}--> + <element type="property"> + <source id="Office.FoundFiles.Application"> + <context kind="class">FoundFiles</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::FoundFiles.Count {ReadOnly}--> + <element type="property"> + <source id="Office.FoundFiles.Count"> + <context kind="class">FoundFiles</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::FoundFiles.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.FoundFiles.Creator"> + <context kind="class">FoundFiles</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::FoundFiles.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.FoundFiles.Item"> + <context kind="class">FoundFiles</context> + <name default="true">Item</name> + <type>String</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::HTMLProject--> + <element type="class"> + <source id="Office.HTMLProject"> + <name>HTMLProject</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HTMLProject.Application {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProject.Application"> + <context kind="class">HTMLProject</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::HTMLProject.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProject.Creator"> + <context kind="class">HTMLProject</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::HTMLProject.HTMLProjectItems {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProject.HTMLProjectItems"> + <context kind="class">HTMLProject</context> + <name>HTMLProjectItems</name> + <type>HTMLProjectItems</type> + </source> + </element> + <!--method::HTMLProject.Open--> + <element type="method"> + <source id="Office.HTMLProject.Open"> + <context kind="class">HTMLProject</context> + <name>Open</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>OpenKind</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::HTMLProject.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProject.Parent"> + <context kind="class">HTMLProject</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::HTMLProject.RefreshDocument--> + <element type="method"> + <source id="Office.HTMLProject.RefreshDocument"> + <context kind="class">HTMLProject</context> + <name>RefreshDocument</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>boolean</type> + <name>Refresh</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::HTMLProject.RefreshProject--> + <element type="method"> + <source id="Office.HTMLProject.RefreshProject"> + <context kind="class">HTMLProject</context> + <name>RefreshProject</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>boolean</type> + <name>Refresh</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::HTMLProject.State {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProject.State"> + <context kind="class">HTMLProject</context> + <name default="true">State</name> + <type>Integer</type> + </source> + </element> + <!--Class::HTMLProjectItem--> + <element type="class"> + <source id="Office.HTMLProjectItem"> + <name>HTMLProjectItem</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HTMLProjectItem.Application {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProjectItem.Application"> + <context kind="class">HTMLProjectItem</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::HTMLProjectItem.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProjectItem.Creator"> + <context kind="class">HTMLProjectItem</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::HTMLProjectItem.IsOpen {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProjectItem.IsOpen"> + <context kind="class">HTMLProjectItem</context> + <name>IsOpen</name> + <type>boolean</type> + </source> + </element> + <!--method::HTMLProjectItem.LoadFromFile--> + <element type="method"> + <source id="Office.HTMLProjectItem.LoadFromFile"> + <context kind="class">HTMLProjectItem</context> + <name>LoadFromFile</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::HTMLProjectItem.Name {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProjectItem.Name"> + <context kind="class">HTMLProjectItem</context> + <name default="true">Name</name> + <type>String</type> + </source> + </element> + <!--method::HTMLProjectItem.Open--> + <element type="method"> + <source id="Office.HTMLProjectItem.Open"> + <context kind="class">HTMLProjectItem</context> + <name>Open</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>OpenKind</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::HTMLProjectItem.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProjectItem.Parent"> + <context kind="class">HTMLProjectItem</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::HTMLProjectItem.SaveCopyAs--> + <element type="method"> + <source id="Office.HTMLProjectItem.SaveCopyAs"> + <context kind="class">HTMLProjectItem</context> + <name>SaveCopyAs</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::HTMLProjectItem.Text--> + <element type="property"> + <source id="Office.HTMLProjectItem.Text"> + <context kind="class">HTMLProjectItem</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--Class::HTMLProjectItems--> + <element type="class"> + <source id="Office.HTMLProjectItems"> + <name>HTMLProjectItems</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HTMLProjectItems.Application {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProjectItems.Application"> + <context kind="class">HTMLProjectItems</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::HTMLProjectItems.Count {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProjectItems.Count"> + <context kind="class">HTMLProjectItems</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::HTMLProjectItems.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProjectItems.Creator"> + <context kind="class">HTMLProjectItems</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::HTMLProjectItems.Item {Default}--> + <element type="method"> + <source id="Office.HTMLProjectItems.Item"> + <context kind="class">HTMLProjectItems</context> + <name default="true">Item</name> + <type>HTMLProjectItem</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::HTMLProjectItems.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.HTMLProjectItems.Parent"> + <context kind="class">HTMLProjectItems</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::IAccessible--> + <element type="class"> + <source id="Office.IAccessible"> + <name>IAccessible</name> + </source> + <destination designation="identity" /> + </element> + <!--property::IAccessible.accChild {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accChild"> + <context kind="class">IAccessible</context> + <name>accChild</name> + <type>Object</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IAccessible.accChildCount {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accChildCount"> + <context kind="class">IAccessible</context> + <name>accChildCount</name> + <type>Integer</type> + </source> + </element> + <!--property::IAccessible.accDefaultAction {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accDefaultAction"> + <context kind="class">IAccessible</context> + <name>accDefaultAction</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IAccessible.accDescription {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accDescription"> + <context kind="class">IAccessible</context> + <name>accDescription</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::IAccessible.accDoDefaultAction--> + <element type="method"> + <source id="Office.IAccessible.accDoDefaultAction"> + <context kind="class">IAccessible</context> + <name>accDoDefaultAction</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IAccessible.accFocus {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accFocus"> + <context kind="class">IAccessible</context> + <name>accFocus</name> + <type>Variant</type> + </source> + </element> + <!--property::IAccessible.accHelp {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accHelp"> + <context kind="class">IAccessible</context> + <name>accHelp</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IAccessible.accHelpTopic {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accHelpTopic"> + <context kind="class">IAccessible</context> + <name>accHelpTopic</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String[]</type> + <name>pszHelpFile</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::IAccessible.accHitTest--> + <element type="method"> + <source id="Office.IAccessible.accHitTest"> + <context kind="class">IAccessible</context> + <name>accHitTest</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>xLeft</name> + </parameter> + <parameter> + <type>Integer</type> + <name>yTop</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IAccessible.accKeyboardShortcut {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accKeyboardShortcut"> + <context kind="class">IAccessible</context> + <name>accKeyboardShortcut</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::IAccessible.accLocation--> + <element type="method"> + <source id="Office.IAccessible.accLocation"> + <context kind="class">IAccessible</context> + <name>accLocation</name> + <type>void</type> + <parameter-list> + <parameter> + <type>int[]</type> + <name>pxLeft</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pyTop</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcxWidth</name> + </parameter> + <parameter> + <type>int[]</type> + <name>pcyHeight</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IAccessible.accName--> + <element type="property"> + <source id="Office.IAccessible.accName"> + <context kind="class">IAccessible</context> + <name>accName</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::IAccessible.accNavigate--> + <element type="method"> + <source id="Office.IAccessible.accNavigate"> + <context kind="class">IAccessible</context> + <name>accNavigate</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>navDir</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varStart</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IAccessible.accParent {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accParent"> + <context kind="class">IAccessible</context> + <name>accParent</name> + <type>Object</type> + </source> + </element> + <!--property::IAccessible.accRole {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accRole"> + <context kind="class">IAccessible</context> + <name>accRole</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::IAccessible.accSelect--> + <element type="method"> + <source id="Office.IAccessible.accSelect"> + <context kind="class">IAccessible</context> + <name>accSelect</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>flagsSelect</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IAccessible.accSelection {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accSelection"> + <context kind="class">IAccessible</context> + <name>accSelection</name> + <type>Variant</type> + </source> + </element> + <!--property::IAccessible.accState {ReadOnly}--> + <element type="property"> + <source id="Office.IAccessible.accState"> + <context kind="class">IAccessible</context> + <name>accState</name> + <type>Variant</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IAccessible.accValue--> + <element type="property"> + <source id="Office.IAccessible.accValue"> + <context kind="class">IAccessible</context> + <name>accValue</name> + <type>String</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>varChild</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ICommandBarButtonEvents--> + <element type="class"> + <source id="Office.ICommandBarButtonEvents"> + <name>ICommandBarButtonEvents</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ICommandBarButtonEvents.Click--> + <element type="method"> + <source id="Office.ICommandBarButtonEvents.Click"> + <context kind="class">ICommandBarButtonEvents</context> + <name>Click</name> + <type>void</type> + <parameter-list> + <parameter> + <type>CommandBarButton</type> + <name>Ctrl</name> + </parameter> + <parameter> + <type>boolean[]</type> + <name>CancelDefault</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ICommandBarComboBoxEvents--> + <element type="class"> + <source id="Office.ICommandBarComboBoxEvents"> + <name>ICommandBarComboBoxEvents</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ICommandBarComboBoxEvents.Change--> + <element type="method"> + <source id="Office.ICommandBarComboBoxEvents.Change"> + <context kind="class">ICommandBarComboBoxEvents</context> + <name>Change</name> + <type>void</type> + <parameter-list> + <parameter> + <type>CommandBarComboBox</type> + <name>Ctrl</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ICommandBarsEvents--> + <element type="class"> + <source id="Office.ICommandBarsEvents"> + <name>ICommandBarsEvents</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ICommandBarsEvents.OnUpdate--> + <element type="method"> + <source id="Office.ICommandBarsEvents.OnUpdate"> + <context kind="class">ICommandBarsEvents</context> + <name>OnUpdate</name> + <type>void</type> + </source> + </element> + <!--Class::IFind--> + <element type="class"> + <source id="Office.IFind"> + <name>IFind</name> + </source> + <destination designation="identity" /> + </element> + <!--property::IFind.Author--> + <element type="property"> + <source id="Office.IFind.Author"> + <context kind="class">IFind</context> + <name>Author</name> + <type>String</type> + </source> + </element> + <!--property::IFind.DateCreatedFrom--> + <element type="property"> + <source id="Office.IFind.DateCreatedFrom"> + <context kind="class">IFind</context> + <name>DateCreatedFrom</name> + <type>Variant</type> + </source> + </element> + <!--property::IFind.DateCreatedTo--> + <element type="property"> + <source id="Office.IFind.DateCreatedTo"> + <context kind="class">IFind</context> + <name>DateCreatedTo</name> + <type>Variant</type> + </source> + </element> + <!--property::IFind.DateSavedFrom--> + <element type="property"> + <source id="Office.IFind.DateSavedFrom"> + <context kind="class">IFind</context> + <name>DateSavedFrom</name> + <type>Variant</type> + </source> + </element> + <!--property::IFind.DateSavedTo--> + <element type="property"> + <source id="Office.IFind.DateSavedTo"> + <context kind="class">IFind</context> + <name>DateSavedTo</name> + <type>Variant</type> + </source> + </element> + <!--method::IFind.Delete--> + <element type="method"> + <source id="Office.IFind.Delete"> + <context kind="class">IFind</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrQueryName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::IFind.Execute--> + <element type="method"> + <source id="Office.IFind.Execute"> + <context kind="class">IFind</context> + <name>Execute</name> + <type>void</type> + </source> + </element> + <!--property::IFind.FileType--> + <element type="property"> + <source id="Office.IFind.FileType"> + <context kind="class">IFind</context> + <name>FileType</name> + <type>Integer</type> + </source> + </element> + <!--property::IFind.Keywords--> + <element type="property"> + <source id="Office.IFind.Keywords"> + <context kind="class">IFind</context> + <name>Keywords</name> + <type>String</type> + </source> + </element> + <!--property::IFind.ListBy--> + <element type="property"> + <source id="Office.IFind.ListBy"> + <context kind="class">IFind</context> + <name>ListBy</name> + <type>Integer</type> + </source> + </element> + <!--method::IFind.Load--> + <element type="method"> + <source id="Office.IFind.Load"> + <context kind="class">IFind</context> + <name>Load</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrQueryName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IFind.MatchCase--> + <element type="property"> + <source id="Office.IFind.MatchCase"> + <context kind="class">IFind</context> + <name>MatchCase</name> + <type>boolean</type> + </source> + </element> + <!--property::IFind.Name--> + <element type="property"> + <source id="Office.IFind.Name"> + <context kind="class">IFind</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::IFind.Options--> + <element type="property"> + <source id="Office.IFind.Options"> + <context kind="class">IFind</context> + <name>Options</name> + <type>Integer</type> + </source> + </element> + <!--property::IFind.PatternMatch--> + <element type="property"> + <source id="Office.IFind.PatternMatch"> + <context kind="class">IFind</context> + <name>PatternMatch</name> + <type>boolean</type> + </source> + </element> + <!--property::IFind.Results {ReadOnly}--> + <element type="property"> + <source id="Office.IFind.Results"> + <context kind="class">IFind</context> + <name>Results</name> + <type>IFoundFiles</type> + </source> + </element> + <!--method::IFind.Save--> + <element type="method"> + <source id="Office.IFind.Save"> + <context kind="class">IFind</context> + <name>Save</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrQueryName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IFind.SavedBy--> + <element type="property"> + <source id="Office.IFind.SavedBy"> + <context kind="class">IFind</context> + <name>SavedBy</name> + <type>String</type> + </source> + </element> + <!--property::IFind.SearchPath {Default}--> + <element type="property"> + <source id="Office.IFind.SearchPath"> + <context kind="class">IFind</context> + <name default="true">SearchPath</name> + <type>String</type> + </source> + </element> + <!--property::IFind.SelectedFile--> + <element type="property"> + <source id="Office.IFind.SelectedFile"> + <context kind="class">IFind</context> + <name>SelectedFile</name> + <type>Integer</type> + </source> + </element> + <!--method::IFind.Show--> + <element type="method"> + <source id="Office.IFind.Show"> + <context kind="class">IFind</context> + <name>Show</name> + <type>Integer</type> + </source> + </element> + <!--property::IFind.SortBy--> + <element type="property"> + <source id="Office.IFind.SortBy"> + <context kind="class">IFind</context> + <name>SortBy</name> + <type>Integer</type> + </source> + </element> + <!--property::IFind.SubDir--> + <element type="property"> + <source id="Office.IFind.SubDir"> + <context kind="class">IFind</context> + <name>SubDir</name> + <type>boolean</type> + </source> + </element> + <!--property::IFind.Subject--> + <element type="property"> + <source id="Office.IFind.Subject"> + <context kind="class">IFind</context> + <name>Subject</name> + <type>String</type> + </source> + </element> + <!--property::IFind.Text--> + <element type="property"> + <source id="Office.IFind.Text"> + <context kind="class">IFind</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--property::IFind.Title--> + <element type="property"> + <source id="Office.IFind.Title"> + <context kind="class">IFind</context> + <name>Title</name> + <type>String</type> + </source> + </element> + <!--property::IFind.View--> + <element type="property"> + <source id="Office.IFind.View"> + <context kind="class">IFind</context> + <name>View</name> + <type>Integer</type> + </source> + </element> + <!--Class::IFoundFiles--> + <element type="class"> + <source id="Office.IFoundFiles"> + <name>IFoundFiles</name> + </source> + <destination designation="identity" /> + </element> + <!--property::IFoundFiles.Count {ReadOnly}--> + <element type="property"> + <source id="Office.IFoundFiles.Count"> + <context kind="class">IFoundFiles</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::IFoundFiles.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.IFoundFiles.Item"> + <context kind="class">IFoundFiles</context> + <name default="true">Item</name> + <type>String</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ILicAgent--> + <element type="class"> + <source id="Office.ILicAgent"> + <name>ILicAgent</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ILicAgent.AsyncProcessCCRenewalLicenseRequest--> + <element type="method"> + <source id="Office.ILicAgent.AsyncProcessCCRenewalLicenseRequest"> + <context kind="class">ILicAgent</context> + <name>AsyncProcessCCRenewalLicenseRequest</name> + <type>void</type> + </source> + </element> + <!--method::ILicAgent.AsyncProcessCCRenewalPriceRequest--> + <element type="method"> + <source id="Office.ILicAgent.AsyncProcessCCRenewalPriceRequest"> + <context kind="class">ILicAgent</context> + <name>AsyncProcessCCRenewalPriceRequest</name> + <type>void</type> + </source> + </element> + <!--method::ILicAgent.AsyncProcessDroppedLicenseRequest--> + <element type="method"> + <source id="Office.ILicAgent.AsyncProcessDroppedLicenseRequest"> + <context kind="class">ILicAgent</context> + <name>AsyncProcessDroppedLicenseRequest</name> + <type>void</type> + </source> + </element> + <!--method::ILicAgent.AsyncProcessHandshakeRequest--> + <element type="method"> + <source id="Office.ILicAgent.AsyncProcessHandshakeRequest"> + <context kind="class">ILicAgent</context> + <name>AsyncProcessHandshakeRequest</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>bReviseCustInfo</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.AsyncProcessNewLicenseRequest--> + <element type="method"> + <source id="Office.ILicAgent.AsyncProcessNewLicenseRequest"> + <context kind="class">ILicAgent</context> + <name>AsyncProcessNewLicenseRequest</name> + <type>void</type> + </source> + </element> + <!--method::ILicAgent.AsyncProcessReissueLicenseRequest--> + <element type="method"> + <source id="Office.ILicAgent.AsyncProcessReissueLicenseRequest"> + <context kind="class">ILicAgent</context> + <name>AsyncProcessReissueLicenseRequest</name> + <type>void</type> + </source> + </element> + <!--method::ILicAgent.AsyncProcessRetailRenewalLicenseRequest--> + <element type="method"> + <source id="Office.ILicAgent.AsyncProcessRetailRenewalLicenseRequest"> + <context kind="class">ILicAgent</context> + <name>AsyncProcessRetailRenewalLicenseRequest</name> + <type>void</type> + </source> + </element> + <!--method::ILicAgent.AsyncProcessReviseCustInfoRequest--> + <element type="method"> + <source id="Office.ILicAgent.AsyncProcessReviseCustInfoRequest"> + <context kind="class">ILicAgent</context> + <name>AsyncProcessReviseCustInfoRequest</name> + <type>void</type> + </source> + </element> + <!--method::ILicAgent.CancelAsyncProcessRequest--> + <element type="method"> + <source id="Office.ILicAgent.CancelAsyncProcessRequest"> + <context kind="class">ILicAgent</context> + <name>CancelAsyncProcessRequest</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>bIsLicenseRequest</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.CheckSystemClock--> + <element type="method"> + <source id="Office.ILicAgent.CheckSystemClock"> + <context kind="class">ILicAgent</context> + <name>CheckSystemClock</name> + <type>VT_UI4</type> + </source> + </element> + <!--method::ILicAgent.DepositConfirmationId--> + <element type="method"> + <source id="Office.ILicAgent.DepositConfirmationId"> + <context kind="class">ILicAgent</context> + <name>DepositConfirmationId</name> + <type>VT_UI4</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.DisplaySSLCert--> + <element type="method"> + <source id="Office.ILicAgent.DisplaySSLCert"> + <context kind="class">ILicAgent</context> + <name>DisplaySSLCert</name> + <type>VT_UI4</type> + </source> + </element> + <!--method::ILicAgent.GenerateInstallationId--> + <element type="method"> + <source id="Office.ILicAgent.GenerateInstallationId"> + <context kind="class">ILicAgent</context> + <name>GenerateInstallationId</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetAddress1--> + <element type="method"> + <source id="Office.ILicAgent.GetAddress1"> + <context kind="class">ILicAgent</context> + <name>GetAddress1</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetAddress2--> + <element type="method"> + <source id="Office.ILicAgent.GetAddress2"> + <context kind="class">ILicAgent</context> + <name>GetAddress2</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetAsyncProcessReturnCode--> + <element type="method"> + <source id="Office.ILicAgent.GetAsyncProcessReturnCode"> + <context kind="class">ILicAgent</context> + <name>GetAsyncProcessReturnCode</name> + <type>VT_UI4</type> + </source> + </element> + <!--method::ILicAgent.GetBackendErrorMsg--> + <element type="method"> + <source id="Office.ILicAgent.GetBackendErrorMsg"> + <context kind="class">ILicAgent</context> + <name>GetBackendErrorMsg</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetBillingAddress1--> + <element type="method"> + <source id="Office.ILicAgent.GetBillingAddress1"> + <context kind="class">ILicAgent</context> + <name>GetBillingAddress1</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetBillingAddress2--> + <element type="method"> + <source id="Office.ILicAgent.GetBillingAddress2"> + <context kind="class">ILicAgent</context> + <name>GetBillingAddress2</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetBillingCity--> + <element type="method"> + <source id="Office.ILicAgent.GetBillingCity"> + <context kind="class">ILicAgent</context> + <name>GetBillingCity</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetBillingCountryCode--> + <element type="method"> + <source id="Office.ILicAgent.GetBillingCountryCode"> + <context kind="class">ILicAgent</context> + <name>GetBillingCountryCode</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetBillingFirstName--> + <element type="method"> + <source id="Office.ILicAgent.GetBillingFirstName"> + <context kind="class">ILicAgent</context> + <name>GetBillingFirstName</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetBillingLastName--> + <element type="method"> + <source id="Office.ILicAgent.GetBillingLastName"> + <context kind="class">ILicAgent</context> + <name>GetBillingLastName</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetBillingPhone--> + <element type="method"> + <source id="Office.ILicAgent.GetBillingPhone"> + <context kind="class">ILicAgent</context> + <name>GetBillingPhone</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetBillingState--> + <element type="method"> + <source id="Office.ILicAgent.GetBillingState"> + <context kind="class">ILicAgent</context> + <name>GetBillingState</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetBillingZip--> + <element type="method"> + <source id="Office.ILicAgent.GetBillingZip"> + <context kind="class">ILicAgent</context> + <name>GetBillingZip</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetCCRenewalExpiryDate--> + <element type="method"> + <source id="Office.ILicAgent.GetCCRenewalExpiryDate"> + <context kind="class">ILicAgent</context> + <name>GetCCRenewalExpiryDate</name> + <type>java.util.Date</type> + </source> + </element> + <!--method::ILicAgent.GetCity--> + <element type="method"> + <source id="Office.ILicAgent.GetCity"> + <context kind="class">ILicAgent</context> + <name>GetCity</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetCountryCode--> + <element type="method"> + <source id="Office.ILicAgent.GetCountryCode"> + <context kind="class">ILicAgent</context> + <name>GetCountryCode</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetCountryDesc--> + <element type="method"> + <source id="Office.ILicAgent.GetCountryDesc"> + <context kind="class">ILicAgent</context> + <name>GetCountryDesc</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetCreditCardCode--> + <element type="method"> + <source id="Office.ILicAgent.GetCreditCardCode"> + <context kind="class">ILicAgent</context> + <name>GetCreditCardCode</name> + <type>String</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.GetCreditCardCount--> + <element type="method"> + <source id="Office.ILicAgent.GetCreditCardCount"> + <context kind="class">ILicAgent</context> + <name>GetCreditCardCount</name> + <type>VT_UI4</type> + </source> + </element> + <!--method::ILicAgent.GetCreditCardExpiryMonth--> + <element type="method"> + <source id="Office.ILicAgent.GetCreditCardExpiryMonth"> + <context kind="class">ILicAgent</context> + <name>GetCreditCardExpiryMonth</name> + <type>VT_UI4</type> + </source> + </element> + <!--method::ILicAgent.GetCreditCardExpiryYear--> + <element type="method"> + <source id="Office.ILicAgent.GetCreditCardExpiryYear"> + <context kind="class">ILicAgent</context> + <name>GetCreditCardExpiryYear</name> + <type>VT_UI4</type> + </source> + </element> + <!--method::ILicAgent.GetCreditCardName--> + <element type="method"> + <source id="Office.ILicAgent.GetCreditCardName"> + <context kind="class">ILicAgent</context> + <name>GetCreditCardName</name> + <type>String</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.GetCreditCardNumber--> + <element type="method"> + <source id="Office.ILicAgent.GetCreditCardNumber"> + <context kind="class">ILicAgent</context> + <name>GetCreditCardNumber</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetCreditCardType--> + <element type="method"> + <source id="Office.ILicAgent.GetCreditCardType"> + <context kind="class">ILicAgent</context> + <name>GetCreditCardType</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetCurrencyDescription--> + <element type="method"> + <source id="Office.ILicAgent.GetCurrencyDescription"> + <context kind="class">ILicAgent</context> + <name>GetCurrencyDescription</name> + <type>String</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwCurrencyIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.GetCurrencyOption--> + <element type="method"> + <source id="Office.ILicAgent.GetCurrencyOption"> + <context kind="class">ILicAgent</context> + <name>GetCurrencyOption</name> + <type>VT_UI4</type> + </source> + </element> + <!--method::ILicAgent.GetCurrentExpiryDate--> + <element type="method"> + <source id="Office.ILicAgent.GetCurrentExpiryDate"> + <context kind="class">ILicAgent</context> + <name>GetCurrentExpiryDate</name> + <type>java.util.Date</type> + </source> + </element> + <!--method::ILicAgent.GetDisconnectOption--> + <element type="method"> + <source id="Office.ILicAgent.GetDisconnectOption"> + <context kind="class">ILicAgent</context> + <name>GetDisconnectOption</name> + <type>Integer</type> + </source> + </element> + <!--method::ILicAgent.GetEmail--> + <element type="method"> + <source id="Office.ILicAgent.GetEmail"> + <context kind="class">ILicAgent</context> + <name>GetEmail</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetEndOfLifeHtmlText--> + <element type="method"> + <source id="Office.ILicAgent.GetEndOfLifeHtmlText"> + <context kind="class">ILicAgent</context> + <name>GetEndOfLifeHtmlText</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetExistingExpiryDate--> + <element type="method"> + <source id="Office.ILicAgent.GetExistingExpiryDate"> + <context kind="class">ILicAgent</context> + <name>GetExistingExpiryDate</name> + <type>java.util.Date</type> + </source> + </element> + <!--method::ILicAgent.GetFirstName--> + <element type="method"> + <source id="Office.ILicAgent.GetFirstName"> + <context kind="class">ILicAgent</context> + <name>GetFirstName</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetInvoiceText--> + <element type="method"> + <source id="Office.ILicAgent.GetInvoiceText"> + <context kind="class">ILicAgent</context> + <name>GetInvoiceText</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetIsoLanguage--> + <element type="method"> + <source id="Office.ILicAgent.GetIsoLanguage"> + <context kind="class">ILicAgent</context> + <name>GetIsoLanguage</name> + <type>VT_UI4</type> + </source> + </element> + <!--method::ILicAgent.GetLastName--> + <element type="method"> + <source id="Office.ILicAgent.GetLastName"> + <context kind="class">ILicAgent</context> + <name>GetLastName</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetMSOffer--> + <element type="method"> + <source id="Office.ILicAgent.GetMSOffer"> + <context kind="class">ILicAgent</context> + <name>GetMSOffer</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetMSUpdate--> + <element type="method"> + <source id="Office.ILicAgent.GetMSUpdate"> + <context kind="class">ILicAgent</context> + <name>GetMSUpdate</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetNewExpiryDate--> + <element type="method"> + <source id="Office.ILicAgent.GetNewExpiryDate"> + <context kind="class">ILicAgent</context> + <name>GetNewExpiryDate</name> + <type>java.util.Date</type> + </source> + </element> + <!--method::ILicAgent.GetOrgName--> + <element type="method"> + <source id="Office.ILicAgent.GetOrgName"> + <context kind="class">ILicAgent</context> + <name>GetOrgName</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetOtherOffer--> + <element type="method"> + <source id="Office.ILicAgent.GetOtherOffer"> + <context kind="class">ILicAgent</context> + <name>GetOtherOffer</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetPhone--> + <element type="method"> + <source id="Office.ILicAgent.GetPhone"> + <context kind="class">ILicAgent</context> + <name>GetPhone</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetPriceItemCount--> + <element type="method"> + <source id="Office.ILicAgent.GetPriceItemCount"> + <context kind="class">ILicAgent</context> + <name>GetPriceItemCount</name> + <type>VT_UI4</type> + </source> + </element> + <!--method::ILicAgent.GetPriceItemLabel--> + <element type="method"> + <source id="Office.ILicAgent.GetPriceItemLabel"> + <context kind="class">ILicAgent</context> + <name>GetPriceItemLabel</name> + <type>String</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.GetPriceItemValue--> + <element type="method"> + <source id="Office.ILicAgent.GetPriceItemValue"> + <context kind="class">ILicAgent</context> + <name>GetPriceItemValue</name> + <type>String</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwCurrencyIndex</name> + </parameter> + <parameter> + <type>VT_UI4</type> + <name>dwIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.GetState--> + <element type="method"> + <source id="Office.ILicAgent.GetState"> + <context kind="class">ILicAgent</context> + <name>GetState</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetVATLabel--> + <element type="method"> + <source id="Office.ILicAgent.GetVATLabel"> + <context kind="class">ILicAgent</context> + <name>GetVATLabel</name> + <type>String</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrCountryCode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.GetVATNumber--> + <element type="method"> + <source id="Office.ILicAgent.GetVATNumber"> + <context kind="class">ILicAgent</context> + <name>GetVATNumber</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.GetZip--> + <element type="method"> + <source id="Office.ILicAgent.GetZip"> + <context kind="class">ILicAgent</context> + <name>GetZip</name> + <type>String</type> + </source> + </element> + <!--method::ILicAgent.Initialize--> + <element type="method"> + <source id="Office.ILicAgent.Initialize"> + <context kind="class">ILicAgent</context> + <name>Initialize</name> + <type>VT_UI4</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwBPC</name> + </parameter> + <parameter> + <type>VT_UI4</type> + <name>dwMode</name> + </parameter> + <parameter> + <type>String</type> + <name>bstrLicSource</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.IsCCRenewalCountry--> + <element type="method"> + <source id="Office.ILicAgent.IsCCRenewalCountry"> + <context kind="class">ILicAgent</context> + <name>IsCCRenewalCountry</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrCountryCode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.IsUpgradeAvailable--> + <element type="method"> + <source id="Office.ILicAgent.IsUpgradeAvailable"> + <context kind="class">ILicAgent</context> + <name>IsUpgradeAvailable</name> + <type>Integer</type> + </source> + </element> + <!--method::ILicAgent.SaveBillingInfo--> + <element type="method"> + <source id="Office.ILicAgent.SaveBillingInfo"> + <context kind="class">ILicAgent</context> + <name>SaveBillingInfo</name> + <type>VT_UI4</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>bSave</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetAddress1--> + <element type="method"> + <source id="Office.ILicAgent.SetAddress1"> + <context kind="class">ILicAgent</context> + <name>SetAddress1</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetAddress2--> + <element type="method"> + <source id="Office.ILicAgent.SetAddress2"> + <context kind="class">ILicAgent</context> + <name>SetAddress2</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetBillingAddress1--> + <element type="method"> + <source id="Office.ILicAgent.SetBillingAddress1"> + <context kind="class">ILicAgent</context> + <name>SetBillingAddress1</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetBillingAddress2--> + <element type="method"> + <source id="Office.ILicAgent.SetBillingAddress2"> + <context kind="class">ILicAgent</context> + <name>SetBillingAddress2</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetBillingCity--> + <element type="method"> + <source id="Office.ILicAgent.SetBillingCity"> + <context kind="class">ILicAgent</context> + <name>SetBillingCity</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetBillingCountryCode--> + <element type="method"> + <source id="Office.ILicAgent.SetBillingCountryCode"> + <context kind="class">ILicAgent</context> + <name>SetBillingCountryCode</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetBillingFirstName--> + <element type="method"> + <source id="Office.ILicAgent.SetBillingFirstName"> + <context kind="class">ILicAgent</context> + <name>SetBillingFirstName</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetBillingLastName--> + <element type="method"> + <source id="Office.ILicAgent.SetBillingLastName"> + <context kind="class">ILicAgent</context> + <name>SetBillingLastName</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetBillingPhone--> + <element type="method"> + <source id="Office.ILicAgent.SetBillingPhone"> + <context kind="class">ILicAgent</context> + <name>SetBillingPhone</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetBillingState--> + <element type="method"> + <source id="Office.ILicAgent.SetBillingState"> + <context kind="class">ILicAgent</context> + <name>SetBillingState</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetBillingZip--> + <element type="method"> + <source id="Office.ILicAgent.SetBillingZip"> + <context kind="class">ILicAgent</context> + <name>SetBillingZip</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetCity--> + <element type="method"> + <source id="Office.ILicAgent.SetCity"> + <context kind="class">ILicAgent</context> + <name>SetCity</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetCountryCode--> + <element type="method"> + <source id="Office.ILicAgent.SetCountryCode"> + <context kind="class">ILicAgent</context> + <name>SetCountryCode</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetCountryDesc--> + <element type="method"> + <source id="Office.ILicAgent.SetCountryDesc"> + <context kind="class">ILicAgent</context> + <name>SetCountryDesc</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetCreditCardExpiryMonth--> + <element type="method"> + <source id="Office.ILicAgent.SetCreditCardExpiryMonth"> + <context kind="class">ILicAgent</context> + <name>SetCreditCardExpiryMonth</name> + <type>void</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwCCMonth</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetCreditCardExpiryYear--> + <element type="method"> + <source id="Office.ILicAgent.SetCreditCardExpiryYear"> + <context kind="class">ILicAgent</context> + <name>SetCreditCardExpiryYear</name> + <type>void</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwCCYear</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetCreditCardNumber--> + <element type="method"> + <source id="Office.ILicAgent.SetCreditCardNumber"> + <context kind="class">ILicAgent</context> + <name>SetCreditCardNumber</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrCCNumber</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetCreditCardType--> + <element type="method"> + <source id="Office.ILicAgent.SetCreditCardType"> + <context kind="class">ILicAgent</context> + <name>SetCreditCardType</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrCCCode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetCurrencyOption--> + <element type="method"> + <source id="Office.ILicAgent.SetCurrencyOption"> + <context kind="class">ILicAgent</context> + <name>SetCurrencyOption</name> + <type>void</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwCurrencyOption</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetDisconnectOption--> + <element type="method"> + <source id="Office.ILicAgent.SetDisconnectOption"> + <context kind="class">ILicAgent</context> + <name>SetDisconnectOption</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>bNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetEmail--> + <element type="method"> + <source id="Office.ILicAgent.SetEmail"> + <context kind="class">ILicAgent</context> + <name>SetEmail</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetFirstName--> + <element type="method"> + <source id="Office.ILicAgent.SetFirstName"> + <context kind="class">ILicAgent</context> + <name>SetFirstName</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetIsoLanguage--> + <element type="method"> + <source id="Office.ILicAgent.SetIsoLanguage"> + <context kind="class">ILicAgent</context> + <name>SetIsoLanguage</name> + <type>void</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>dwNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetLastName--> + <element type="method"> + <source id="Office.ILicAgent.SetLastName"> + <context kind="class">ILicAgent</context> + <name>SetLastName</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetMSOffer--> + <element type="method"> + <source id="Office.ILicAgent.SetMSOffer"> + <context kind="class">ILicAgent</context> + <name>SetMSOffer</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetMSUpdate--> + <element type="method"> + <source id="Office.ILicAgent.SetMSUpdate"> + <context kind="class">ILicAgent</context> + <name>SetMSUpdate</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetOrgName--> + <element type="method"> + <source id="Office.ILicAgent.SetOrgName"> + <context kind="class">ILicAgent</context> + <name>SetOrgName</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetOtherOffer--> + <element type="method"> + <source id="Office.ILicAgent.SetOtherOffer"> + <context kind="class">ILicAgent</context> + <name>SetOtherOffer</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetPhone--> + <element type="method"> + <source id="Office.ILicAgent.SetPhone"> + <context kind="class">ILicAgent</context> + <name>SetPhone</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetState--> + <element type="method"> + <source id="Office.ILicAgent.SetState"> + <context kind="class">ILicAgent</context> + <name>SetState</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetVATNumber--> + <element type="method"> + <source id="Office.ILicAgent.SetVATNumber"> + <context kind="class">ILicAgent</context> + <name>SetVATNumber</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrVATNumber</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.SetZip--> + <element type="method"> + <source id="Office.ILicAgent.SetZip"> + <context kind="class">ILicAgent</context> + <name>SetZip</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrNewVal</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.VerifyCheckDigits--> + <element type="method"> + <source id="Office.ILicAgent.VerifyCheckDigits"> + <context kind="class">ILicAgent</context> + <name>VerifyCheckDigits</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrCIDIID</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicAgent.WantUpgrade--> + <element type="method"> + <source id="Office.ILicAgent.WantUpgrade"> + <context kind="class">ILicAgent</context> + <name>WantUpgrade</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>bWantUpgrade</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ILicValidator--> + <element type="class"> + <source id="Office.ILicValidator"> + <name>ILicValidator</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ILicValidator.Products {ReadOnly}--> + <element type="property"> + <source id="Office.ILicValidator.Products"> + <context kind="class">ILicValidator</context> + <name>Products</name> + <type>Variant</type> + </source> + </element> + <!--property::ILicValidator.Selection--> + <element type="property"> + <source id="Office.ILicValidator.Selection"> + <context kind="class">ILicValidator</context> + <name>Selection</name> + <type>Integer</type> + </source> + </element> + <!--Class::ILicWizExternal--> + <element type="class"> + <source id="Office.ILicWizExternal"> + <name>ILicWizExternal</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ILicWizExternal.AnimationEnabled {ReadOnly}--> + <element type="property"> + <source id="Office.ILicWizExternal.AnimationEnabled"> + <context kind="class">ILicWizExternal</context> + <name>AnimationEnabled</name> + <type>Integer</type> + </source> + </element> + <!--property::ILicWizExternal.Context {ReadOnly}--> + <element type="property"> + <source id="Office.ILicWizExternal.Context"> + <context kind="class">ILicWizExternal</context> + <name>Context</name> + <type>Integer</type> + </source> + </element> + <!--property::ILicWizExternal.CountryInfo {ReadOnly}--> + <element type="property"> + <source id="Office.ILicWizExternal.CountryInfo"> + <context kind="class">ILicWizExternal</context> + <name>CountryInfo</name> + <type>String</type> + </source> + </element> + <!--method::ILicWizExternal.DepositPidKey--> + <element type="method"> + <source id="Office.ILicWizExternal.DepositPidKey"> + <context kind="class">ILicWizExternal</context> + <name>DepositPidKey</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrKey</name> + </parameter> + <parameter> + <type>Integer</type> + <name>fMORW</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.DisableVORWReminder--> + <element type="method"> + <source id="Office.ILicWizExternal.DisableVORWReminder"> + <context kind="class">ILicWizExternal</context> + <name>DisableVORWReminder</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>BPC</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.FormatDate--> + <element type="method"> + <source id="Office.ILicWizExternal.FormatDate"> + <context kind="class">ILicWizExternal</context> + <name>FormatDate</name> + <type>String</type> + <parameter-list> + <parameter> + <type>java.util.Date</type> + <name>date</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>pFormat</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.GetConnectedState--> + <element type="method"> + <source id="Office.ILicWizExternal.GetConnectedState"> + <context kind="class">ILicWizExternal</context> + <name>GetConnectedState</name> + <type>Integer</type> + </source> + </element> + <!--method::ILicWizExternal.InternetDisconnect--> + <element type="method"> + <source id="Office.ILicWizExternal.InternetDisconnect"> + <context kind="class">ILicWizExternal</context> + <name>InternetDisconnect</name> + <type>void</type> + </source> + </element> + <!--method::ILicWizExternal.InvokeDateTimeApplet--> + <element type="method"> + <source id="Office.ILicWizExternal.InvokeDateTimeApplet"> + <context kind="class">ILicWizExternal</context> + <name>InvokeDateTimeApplet</name> + <type>void</type> + </source> + </element> + <!--property::ILicWizExternal.LicAgent {ReadOnly}--> + <element type="property"> + <source id="Office.ILicWizExternal.LicAgent"> + <context kind="class">ILicWizExternal</context> + <name>LicAgent</name> + <type>Object</type> + </source> + </element> + <!--method::ILicWizExternal.MsoAlert--> + <element type="method"> + <source id="Office.ILicWizExternal.MsoAlert"> + <context kind="class">ILicWizExternal</context> + <name>MsoAlert</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrText</name> + </parameter> + <parameter> + <type>String</type> + <name>bstrButtons</name> + </parameter> + <parameter> + <type>String</type> + <name>bstrIcon</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ILicWizExternal.OfficeOnTheWebUrl {ReadOnly}--> + <element type="property"> + <source id="Office.ILicWizExternal.OfficeOnTheWebUrl"> + <context kind="class">ILicWizExternal</context> + <name>OfficeOnTheWebUrl</name> + <type>String</type> + </source> + </element> + <!--method::ILicWizExternal.OpenInDefaultBrowser--> + <element type="method"> + <source id="Office.ILicWizExternal.OpenInDefaultBrowser"> + <context kind="class">ILicWizExternal</context> + <name>OpenInDefaultBrowser</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrUrl</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.PrintHtmlDocument--> + <element type="method"> + <source id="Office.ILicWizExternal.PrintHtmlDocument"> + <context kind="class">ILicWizExternal</context> + <name>PrintHtmlDocument</name> + <type>void</type> + <parameter-list> + <parameter> + <type>IUnknown</type> + <name>punkHtmlDoc</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.ResetPID--> + <element type="method"> + <source id="Office.ILicWizExternal.ResetPID"> + <context kind="class">ILicWizExternal</context> + <name>ResetPID</name> + <type>void</type> + </source> + </element> + <!--method::ILicWizExternal.ResignDpc--> + <element type="method"> + <source id="Office.ILicWizExternal.ResignDpc"> + <context kind="class">ILicWizExternal</context> + <name>ResignDpc</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrProductCode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.SaveReceipt--> + <element type="method"> + <source id="Office.ILicWizExternal.SaveReceipt"> + <context kind="class">ILicWizExternal</context> + <name>SaveReceipt</name> + <type>String</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrReceipt</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.SetDialogSize--> + <element type="method"> + <source id="Office.ILicWizExternal.SetDialogSize"> + <context kind="class">ILicWizExternal</context> + <name>SetDialogSize</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>dx</name> + </parameter> + <parameter> + <type>Integer</type> + <name>dy</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.ShowHelp--> + <element type="method"> + <source id="Office.ILicWizExternal.ShowHelp"> + <context kind="class">ILicWizExternal</context> + <name>ShowHelp</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>pvarId</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.SortSelectOptions--> + <element type="method"> + <source id="Office.ILicWizExternal.SortSelectOptions"> + <context kind="class">ILicWizExternal</context> + <name>SortSelectOptions</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Object</type> + <name>pdispSelect</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.Terminate--> + <element type="method"> + <source id="Office.ILicWizExternal.Terminate"> + <context kind="class">ILicWizExternal</context> + <name>Terminate</name> + <type>void</type> + </source> + </element> + <!--property::ILicWizExternal.Validator {ReadOnly}--> + <element type="property"> + <source id="Office.ILicWizExternal.Validator"> + <context kind="class">ILicWizExternal</context> + <name>Validator</name> + <type>Object</type> + </source> + </element> + <!--method::ILicWizExternal.VerifyClock--> + <element type="method"> + <source id="Office.ILicWizExternal.VerifyClock"> + <context kind="class">ILicWizExternal</context> + <name>VerifyClock</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>lMode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ILicWizExternal.WriteLog--> + <element type="method"> + <source id="Office.ILicWizExternal.WriteLog"> + <context kind="class">ILicWizExternal</context> + <name>WriteLog</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>bstrMessage</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::IMsoDiagram--> + <element type="class"> + <source id="Office.IMsoDiagram"> + <name>IMsoDiagram</name> + </source> + <destination designation="identity" /> + </element> + <!--property::IMsoDiagram.Application {ReadOnly}--> + <element type="property"> + <source id="Office.IMsoDiagram.Application"> + <context kind="class">IMsoDiagram</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::IMsoDiagram.AutoFormat--> + <element type="property"> + <source id="Office.IMsoDiagram.AutoFormat"> + <context kind="class">IMsoDiagram</context> + <name>AutoFormat</name> + <type>Integer</type> + </source> + </element> + <!--property::IMsoDiagram.AutoLayout--> + <element type="property"> + <source id="Office.IMsoDiagram.AutoLayout"> + <context kind="class">IMsoDiagram</context> + <name>AutoLayout</name> + <type>Integer</type> + </source> + </element> + <!--method::IMsoDiagram.Convert--> + <element type="method"> + <source id="Office.IMsoDiagram.Convert"> + <context kind="class">IMsoDiagram</context> + <name>Convert</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IMsoDiagram.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.IMsoDiagram.Creator"> + <context kind="class">IMsoDiagram</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::IMsoDiagram.FitText--> + <element type="method"> + <source id="Office.IMsoDiagram.FitText"> + <context kind="class">IMsoDiagram</context> + <name>FitText</name> + <type>void</type> + </source> + </element> + <!--property::IMsoDiagram.Nodes {ReadOnly}--> + <element type="property"> + <source id="Office.IMsoDiagram.Nodes"> + <context kind="class">IMsoDiagram</context> + <name>Nodes</name> + <type>DiagramNodes</type> + </source> + </element> + <!--property::IMsoDiagram.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.IMsoDiagram.Parent"> + <context kind="class">IMsoDiagram</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::IMsoDiagram.Reverse--> + <element type="property"> + <source id="Office.IMsoDiagram.Reverse"> + <context kind="class">IMsoDiagram</context> + <name>Reverse</name> + <type>Integer</type> + </source> + </element> + <!--property::IMsoDiagram.Type {ReadOnly}--> + <element type="property"> + <source id="Office.IMsoDiagram.Type"> + <context kind="class">IMsoDiagram</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::IMsoDispCagNotifySink--> + <element type="class"> + <source id="Office.IMsoDispCagNotifySink"> + <name>IMsoDispCagNotifySink</name> + </source> + <destination designation="identity" /> + </element> + <!--method::IMsoDispCagNotifySink.InsertClip--> + <element type="method"> + <source id="Office.IMsoDispCagNotifySink.InsertClip"> + <context kind="class">IMsoDispCagNotifySink</context> + <name>InsertClip</name> + <type>void</type> + <parameter-list> + <parameter> + <type>IUnknown</type> + <name>pClipMoniker</name> + </parameter> + <parameter> + <type>IUnknown</type> + <name>pItemMoniker</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::IMsoDispCagNotifySink.WindowIsClosing--> + <element type="method"> + <source id="Office.IMsoDispCagNotifySink.WindowIsClosing"> + <context kind="class">IMsoDispCagNotifySink</context> + <name>WindowIsClosing</name> + <type>void</type> + </source> + </element> + <!--Class::IMsoEServicesDialog--> + <element type="class"> + <source id="Office.IMsoEServicesDialog"> + <name>IMsoEServicesDialog</name> + </source> + <destination designation="identity" /> + </element> + <!--method::IMsoEServicesDialog.AddTrustedDomain--> + <element type="method"> + <source id="Office.IMsoEServicesDialog.AddTrustedDomain"> + <context kind="class">IMsoEServicesDialog</context> + <name>AddTrustedDomain</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Domain</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IMsoEServicesDialog.Application {ReadOnly}--> + <element type="property"> + <source id="Office.IMsoEServicesDialog.Application"> + <context kind="class">IMsoEServicesDialog</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::IMsoEServicesDialog.ApplicationName {ReadOnly}--> + <element type="property"> + <source id="Office.IMsoEServicesDialog.ApplicationName"> + <context kind="class">IMsoEServicesDialog</context> + <name>ApplicationName</name> + <type>String</type> + </source> + </element> + <!--property::IMsoEServicesDialog.ClipArt {ReadOnly}--> + <element type="property"> + <source id="Office.IMsoEServicesDialog.ClipArt"> + <context kind="class">IMsoEServicesDialog</context> + <name>ClipArt</name> + <type>Object</type> + </source> + </element> + <!--method::IMsoEServicesDialog.Close--> + <element type="method"> + <source id="Office.IMsoEServicesDialog.Close"> + <context kind="class">IMsoEServicesDialog</context> + <name>Close</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>boolean</type> + <name>ApplyWebComponentChanges</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::IMsoEServicesDialog.WebComponent {ReadOnly}--> + <element type="property"> + <source id="Office.IMsoEServicesDialog.WebComponent"> + <context kind="class">IMsoEServicesDialog</context> + <name>WebComponent</name> + <type>Object</type> + </source> + </element> + <!--Class::LanguageSettings--> + <element type="class"> + <source id="Office.LanguageSettings"> + <name>LanguageSettings</name> + </source> + <destination designation="identity" /> + </element> + <!--property::LanguageSettings.Application {ReadOnly}--> + <element type="property"> + <source id="Office.LanguageSettings.Application"> + <context kind="class">LanguageSettings</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::LanguageSettings.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.LanguageSettings.Creator"> + <context kind="class">LanguageSettings</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::LanguageSettings.LanguageID {ReadOnly}--> + <element type="property"> + <source id="Office.LanguageSettings.LanguageID"> + <context kind="class">LanguageSettings</context> + <name>LanguageID</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Id</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::LanguageSettings.LanguagePreferredForEditing {ReadOnly}--> + <element type="property"> + <source id="Office.LanguageSettings.LanguagePreferredForEditing"> + <context kind="class">LanguageSettings</context> + <name>LanguagePreferredForEditing</name> + <type>boolean</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>lid</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::LanguageSettings.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.LanguageSettings.Parent"> + <context kind="class">LanguageSettings</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--enum::MailFormat {Enumeration}--> + <element type="enumeration"> + <source id="Office.MailFormat"> + <name>MailFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::mfHTML {Constant}--> + <element type="constant"> + <source id="Office.MailFormat.mfHTML"> + <context kind="enumeration">MailFormat</context> + <name>mfHTML</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::mfPlainText {Constant}--> + <element type="constant"> + <source id="Office.MailFormat.mfPlainText"> + <context kind="enumeration">MailFormat</context> + <name>mfPlainText</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::mfRTF {Constant}--> + <element type="constant"> + <source id="Office.MailFormat.mfRTF"> + <context kind="enumeration">MailFormat</context> + <name>mfRTF</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAlertButtonType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoAlertButtonType"> + <name>MsoAlertButtonType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertButtonAbortRetryIgnore {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertButtonType.msoAlertButtonAbortRetryIgnore"> + <context kind="enumeration">MsoAlertButtonType</context> + <name>msoAlertButtonAbortRetryIgnore</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertButtonOK {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertButtonType.msoAlertButtonOK"> + <context kind="enumeration">MsoAlertButtonType</context> + <name>msoAlertButtonOK</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertButtonOKCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertButtonType.msoAlertButtonOKCancel"> + <context kind="enumeration">MsoAlertButtonType</context> + <name>msoAlertButtonOKCancel</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertButtonRetryCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertButtonType.msoAlertButtonRetryCancel"> + <context kind="enumeration">MsoAlertButtonType</context> + <name>msoAlertButtonRetryCancel</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertButtonYesAllNoCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertButtonType.msoAlertButtonYesAllNoCancel"> + <context kind="enumeration">MsoAlertButtonType</context> + <name>msoAlertButtonYesAllNoCancel</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertButtonYesNo {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertButtonType.msoAlertButtonYesNo"> + <context kind="enumeration">MsoAlertButtonType</context> + <name>msoAlertButtonYesNo</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertButtonYesNoCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertButtonType.msoAlertButtonYesNoCancel"> + <context kind="enumeration">MsoAlertButtonType</context> + <name>msoAlertButtonYesNoCancel</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAlertCancelType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoAlertCancelType"> + <name>MsoAlertCancelType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertCancelDefault {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertCancelType.msoAlertCancelDefault"> + <context kind="enumeration">MsoAlertCancelType</context> + <name>msoAlertCancelDefault</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertCancelFifth {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertCancelType.msoAlertCancelFifth"> + <context kind="enumeration">MsoAlertCancelType</context> + <name>msoAlertCancelFifth</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertCancelFirst {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertCancelType.msoAlertCancelFirst"> + <context kind="enumeration">MsoAlertCancelType</context> + <name>msoAlertCancelFirst</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertCancelFourth {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertCancelType.msoAlertCancelFourth"> + <context kind="enumeration">MsoAlertCancelType</context> + <name>msoAlertCancelFourth</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertCancelSecond {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertCancelType.msoAlertCancelSecond"> + <context kind="enumeration">MsoAlertCancelType</context> + <name>msoAlertCancelSecond</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertCancelThird {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertCancelType.msoAlertCancelThird"> + <context kind="enumeration">MsoAlertCancelType</context> + <name>msoAlertCancelThird</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAlertDefaultType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoAlertDefaultType"> + <name>MsoAlertDefaultType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertDefaultFifth {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertDefaultType.msoAlertDefaultFifth"> + <context kind="enumeration">MsoAlertDefaultType</context> + <name>msoAlertDefaultFifth</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertDefaultFirst {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertDefaultType.msoAlertDefaultFirst"> + <context kind="enumeration">MsoAlertDefaultType</context> + <name>msoAlertDefaultFirst</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertDefaultFourth {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertDefaultType.msoAlertDefaultFourth"> + <context kind="enumeration">MsoAlertDefaultType</context> + <name>msoAlertDefaultFourth</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertDefaultSecond {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertDefaultType.msoAlertDefaultSecond"> + <context kind="enumeration">MsoAlertDefaultType</context> + <name>msoAlertDefaultSecond</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertDefaultThird {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertDefaultType.msoAlertDefaultThird"> + <context kind="enumeration">MsoAlertDefaultType</context> + <name>msoAlertDefaultThird</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAlertIconType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoAlertIconType"> + <name>MsoAlertIconType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertIconCritical {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertIconType.msoAlertIconCritical"> + <context kind="enumeration">MsoAlertIconType</context> + <name>msoAlertIconCritical</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertIconInfo {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertIconType.msoAlertIconInfo"> + <context kind="enumeration">MsoAlertIconType</context> + <name>msoAlertIconInfo</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertIconNoIcon {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertIconType.msoAlertIconNoIcon"> + <context kind="enumeration">MsoAlertIconType</context> + <name>msoAlertIconNoIcon</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertIconQuery {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertIconType.msoAlertIconQuery"> + <context kind="enumeration">MsoAlertIconType</context> + <name>msoAlertIconQuery</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlertIconWarning {Constant}--> + <element type="constant"> + <source id="Office.MsoAlertIconType.msoAlertIconWarning"> + <context kind="enumeration">MsoAlertIconType</context> + <name>msoAlertIconWarning</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAlignCmd {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoAlignCmd"> + <name>MsoAlignCmd</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlignBottoms {Constant}--> + <element type="constant"> + <source id="Office.MsoAlignCmd.msoAlignBottoms"> + <context kind="enumeration">MsoAlignCmd</context> + <name>msoAlignBottoms</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlignCenters {Constant}--> + <element type="constant"> + <source id="Office.MsoAlignCmd.msoAlignCenters"> + <context kind="enumeration">MsoAlignCmd</context> + <name>msoAlignCenters</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlignLefts {Constant}--> + <element type="constant"> + <source id="Office.MsoAlignCmd.msoAlignLefts"> + <context kind="enumeration">MsoAlignCmd</context> + <name>msoAlignLefts</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlignMiddles {Constant}--> + <element type="constant"> + <source id="Office.MsoAlignCmd.msoAlignMiddles"> + <context kind="enumeration">MsoAlignCmd</context> + <name>msoAlignMiddles</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlignRights {Constant}--> + <element type="constant"> + <source id="Office.MsoAlignCmd.msoAlignRights"> + <context kind="enumeration">MsoAlignCmd</context> + <name>msoAlignRights</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAlignTops {Constant}--> + <element type="constant"> + <source id="Office.MsoAlignCmd.msoAlignTops"> + <context kind="enumeration">MsoAlignCmd</context> + <name>msoAlignTops</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimationType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoAnimationType"> + <name>MsoAnimationType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationAppear {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationAppear"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationAppear</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationBeginSpeaking {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationBeginSpeaking"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationBeginSpeaking</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationCharacterSuccessMajor {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationCharacterSuccessMajor"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationCharacterSuccessMajor</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationCheckingSomething {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationCheckingSomething"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationCheckingSomething</name> + <value>103</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationDisappear {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationDisappear"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationDisappear</name> + <value>31</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationEmptyTrash {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationEmptyTrash"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationEmptyTrash</name> + <value>116</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGestureDown {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGestureDown"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGestureDown</name> + <value>113</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGestureLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGestureLeft"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGestureLeft</name> + <value>114</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGestureRight {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGestureRight"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGestureRight</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGestureUp {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGestureUp"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGestureUp</name> + <value>115</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGetArtsy {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGetArtsy"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGetArtsy</name> + <value>100</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGetAttentionMajor {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGetAttentionMajor"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGetAttentionMajor</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGetAttentionMinor {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGetAttentionMinor"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGetAttentionMinor</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGetTechy {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGetTechy"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGetTechy</name> + <value>101</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGetWizardy {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGetWizardy"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGetWizardy</name> + <value>102</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGoodbye {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGoodbye"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGoodbye</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationGreeting {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationGreeting"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationGreeting</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationIdle {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationIdle"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationIdle</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationListensToComputer {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationListensToComputer"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationListensToComputer</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationLookDown {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationLookDown"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationLookDown</name> + <value>104</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationLookDownLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationLookDownLeft"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationLookDownLeft</name> + <value>105</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationLookDownRight {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationLookDownRight"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationLookDownRight</name> + <value>106</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationLookLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationLookLeft"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationLookLeft</name> + <value>107</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationLookRight {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationLookRight"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationLookRight</name> + <value>108</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationLookUp {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationLookUp"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationLookUp</name> + <value>109</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationLookUpLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationLookUpLeft"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationLookUpLeft</name> + <value>110</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationLookUpRight {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationLookUpRight"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationLookUpRight</name> + <value>111</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationPrinting {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationPrinting"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationPrinting</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationRestPose {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationRestPose"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationRestPose</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationSaving {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationSaving"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationSaving</name> + <value>112</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationSearching {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationSearching"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationSearching</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationSendingMail {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationSendingMail"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationSendingMail</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationThinking {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationThinking"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationThinking</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationWorkingAtSomething {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationWorkingAtSomething"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationWorkingAtSomething</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimationWritingNotingSomething {Constant}--> + <element type="constant"> + <source id="Office.MsoAnimationType.msoAnimationWritingNotingSomething"> + <context kind="enumeration">MsoAnimationType</context> + <name>msoAnimationWritingNotingSomething</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAppLanguageID {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoAppLanguageID"> + <name>MsoAppLanguageID</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDExeMode {Constant}--> + <element type="constant"> + <source id="Office.MsoAppLanguageID.msoLanguageIDExeMode"> + <context kind="enumeration">MsoAppLanguageID</context> + <name>msoLanguageIDExeMode</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDHelp {Constant}--> + <element type="constant"> + <source id="Office.MsoAppLanguageID.msoLanguageIDHelp"> + <context kind="enumeration">MsoAppLanguageID</context> + <name>msoLanguageIDHelp</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDInstall {Constant}--> + <element type="constant"> + <source id="Office.MsoAppLanguageID.msoLanguageIDInstall"> + <context kind="enumeration">MsoAppLanguageID</context> + <name>msoLanguageIDInstall</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDUI {Constant}--> + <element type="constant"> + <source id="Office.MsoAppLanguageID.msoLanguageIDUI"> + <context kind="enumeration">MsoAppLanguageID</context> + <name>msoLanguageIDUI</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDUIPrevious {Constant}--> + <element type="constant"> + <source id="Office.MsoAppLanguageID.msoLanguageIDUIPrevious"> + <context kind="enumeration">MsoAppLanguageID</context> + <name>msoLanguageIDUIPrevious</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoArrowheadLength {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoArrowheadLength"> + <name>MsoArrowheadLength</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadLengthMedium {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadLength.msoArrowheadLengthMedium"> + <context kind="enumeration">MsoArrowheadLength</context> + <name>msoArrowheadLengthMedium</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadLengthMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadLength.msoArrowheadLengthMixed"> + <context kind="enumeration">MsoArrowheadLength</context> + <name>msoArrowheadLengthMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadLong {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadLength.msoArrowheadLong"> + <context kind="enumeration">MsoArrowheadLength</context> + <name>msoArrowheadLong</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadShort {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadLength.msoArrowheadShort"> + <context kind="enumeration">MsoArrowheadLength</context> + <name>msoArrowheadShort</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoArrowheadStyle {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoArrowheadStyle"> + <name>MsoArrowheadStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadDiamond {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadStyle.msoArrowheadDiamond"> + <context kind="enumeration">MsoArrowheadStyle</context> + <name>msoArrowheadDiamond</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadNone {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadStyle.msoArrowheadNone"> + <context kind="enumeration">MsoArrowheadStyle</context> + <name>msoArrowheadNone</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadOpen {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadStyle.msoArrowheadOpen"> + <context kind="enumeration">MsoArrowheadStyle</context> + <name>msoArrowheadOpen</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadOval {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadStyle.msoArrowheadOval"> + <context kind="enumeration">MsoArrowheadStyle</context> + <name>msoArrowheadOval</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadStealth {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadStyle.msoArrowheadStealth"> + <context kind="enumeration">MsoArrowheadStyle</context> + <name>msoArrowheadStealth</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadStyleMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadStyle.msoArrowheadStyleMixed"> + <context kind="enumeration">MsoArrowheadStyle</context> + <name>msoArrowheadStyleMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadTriangle {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadStyle.msoArrowheadTriangle"> + <context kind="enumeration">MsoArrowheadStyle</context> + <name>msoArrowheadTriangle</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoArrowheadWidth {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoArrowheadWidth"> + <name>MsoArrowheadWidth</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadNarrow {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadWidth.msoArrowheadNarrow"> + <context kind="enumeration">MsoArrowheadWidth</context> + <name>msoArrowheadNarrow</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadWide {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadWidth.msoArrowheadWide"> + <context kind="enumeration">MsoArrowheadWidth</context> + <name>msoArrowheadWide</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadWidthMedium {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadWidth.msoArrowheadWidthMedium"> + <context kind="enumeration">MsoArrowheadWidth</context> + <name>msoArrowheadWidthMedium</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoArrowheadWidthMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoArrowheadWidth.msoArrowheadWidthMixed"> + <context kind="enumeration">MsoArrowheadWidth</context> + <name>msoArrowheadWidthMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAutomationSecurity {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoAutomationSecurity"> + <name>MsoAutomationSecurity</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAutomationSecurityByUI {Constant}--> + <element type="constant"> + <source id="Office.MsoAutomationSecurity.msoAutomationSecurityByUI"> + <context kind="enumeration">MsoAutomationSecurity</context> + <name>msoAutomationSecurityByUI</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAutomationSecurityForceDisable {Constant}--> + <element type="constant"> + <source id="Office.MsoAutomationSecurity.msoAutomationSecurityForceDisable"> + <context kind="enumeration">MsoAutomationSecurity</context> + <name>msoAutomationSecurityForceDisable</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAutomationSecurityLow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutomationSecurity.msoAutomationSecurityLow"> + <context kind="enumeration">MsoAutomationSecurity</context> + <name>msoAutomationSecurityLow</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAutoShapeType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoAutoShapeType"> + <name>MsoAutoShapeType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShape16pointStar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShape16pointStar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShape16pointStar</name> + <value>94</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShape24pointStar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShape24pointStar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShape24pointStar</name> + <value>95</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShape32pointStar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShape32pointStar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShape32pointStar</name> + <value>96</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShape4pointStar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShape4pointStar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShape4pointStar</name> + <value>91</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShape5pointStar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShape5pointStar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShape5pointStar</name> + <value>92</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShape8pointStar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShape8pointStar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShape8pointStar</name> + <value>93</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonBackorPrevious {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonBackorPrevious"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonBackorPrevious</name> + <value>129</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonBeginning {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonBeginning"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonBeginning</name> + <value>131</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonCustom {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonCustom"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonCustom</name> + <value>125</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonDocument {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonDocument"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonDocument</name> + <value>134</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonEnd {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonEnd"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonEnd</name> + <value>132</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonForwardorNext {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonForwardorNext"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonForwardorNext</name> + <value>130</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonHelp {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonHelp"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonHelp</name> + <value>127</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonHome {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonHome"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonHome</name> + <value>126</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonInformation {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonInformation"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonInformation</name> + <value>128</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonMovie {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonMovie"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonMovie</name> + <value>136</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonReturn {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonReturn"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonReturn</name> + <value>133</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeActionButtonSound {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeActionButtonSound"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeActionButtonSound</name> + <value>135</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeArc {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeArc"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeArc</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeBalloon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeBalloon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeBalloon</name> + <value>137</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeBentArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeBentArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeBentArrow</name> + <value>41</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeBentUpArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeBentUpArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeBentUpArrow</name> + <value>44</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeBevel {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeBevel"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeBevel</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeBlockArc {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeBlockArc"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeBlockArc</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCan {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCan"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCan</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeChevron {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeChevron"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeChevron</name> + <value>52</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCircularArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCircularArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCircularArrow</name> + <value>60</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCloudCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCloudCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCloudCallout</name> + <value>108</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCross {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCross"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCross</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCube {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCube"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCube</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCurvedDownArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCurvedDownArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCurvedDownArrow</name> + <value>48</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCurvedDownRibbon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCurvedDownRibbon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCurvedDownRibbon</name> + <value>100</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCurvedLeftArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCurvedLeftArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCurvedLeftArrow</name> + <value>46</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCurvedRightArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCurvedRightArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCurvedRightArrow</name> + <value>45</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCurvedUpArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCurvedUpArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCurvedUpArrow</name> + <value>47</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeCurvedUpRibbon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeCurvedUpRibbon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeCurvedUpRibbon</name> + <value>99</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeDiamond {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeDiamond"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeDiamond</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeDonut {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeDonut"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeDonut</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeDoubleBrace {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeDoubleBrace"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeDoubleBrace</name> + <value>27</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeDoubleBracket {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeDoubleBracket"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeDoubleBracket</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeDoubleWave {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeDoubleWave"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeDoubleWave</name> + <value>104</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeDownArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeDownArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeDownArrow</name> + <value>36</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeDownArrowCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeDownArrowCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeDownArrowCallout</name> + <value>56</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeDownRibbon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeDownRibbon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeDownRibbon</name> + <value>98</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeExplosion1 {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeExplosion1"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeExplosion1</name> + <value>89</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeExplosion2 {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeExplosion2"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeExplosion2</name> + <value>90</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartAlternateProcess {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartAlternateProcess"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartAlternateProcess</name> + <value>62</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartCard {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartCard"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartCard</name> + <value>75</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartCollate {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartCollate"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartCollate</name> + <value>79</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartConnector {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartConnector"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartConnector</name> + <value>73</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartData {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartData"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartData</name> + <value>64</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartDecision {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartDecision"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartDecision</name> + <value>63</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartDelay {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartDelay"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartDelay</name> + <value>84</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartDirectAccessStorage {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartDirectAccessStorage"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartDirectAccessStorage</name> + <value>87</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartDisplay {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartDisplay"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartDisplay</name> + <value>88</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartDocument {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartDocument"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartDocument</name> + <value>67</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartExtract {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartExtract"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartExtract</name> + <value>81</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartInternalStorage {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartInternalStorage"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartInternalStorage</name> + <value>66</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartMagneticDisk {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartMagneticDisk"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartMagneticDisk</name> + <value>86</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartManualInput {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartManualInput"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartManualInput</name> + <value>71</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartManualOperation {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartManualOperation"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartManualOperation</name> + <value>72</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartMerge {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartMerge"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartMerge</name> + <value>82</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartMultidocument {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartMultidocument"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartMultidocument</name> + <value>68</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartOffpageConnector {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartOffpageConnector"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartOffpageConnector</name> + <value>74</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartOr {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartOr"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartOr</name> + <value>78</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartPredefinedProcess {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartPredefinedProcess"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartPredefinedProcess</name> + <value>65</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartPreparation {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartPreparation"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartPreparation</name> + <value>70</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartProcess {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartProcess"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartProcess</name> + <value>61</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartPunchedTape {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartPunchedTape"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartPunchedTape</name> + <value>76</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartSequentialAccessStorage {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartSequentialAccessStorage"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartSequentialAccessStorage</name> + <value>85</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartSort {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartSort"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartSort</name> + <value>80</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartStoredData {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartStoredData"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartStoredData</name> + <value>83</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartSummingJunction {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartSummingJunction"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartSummingJunction</name> + <value>77</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFlowchartTerminator {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFlowchartTerminator"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFlowchartTerminator</name> + <value>69</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeFoldedCorner {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeFoldedCorner"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeFoldedCorner</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeHeart {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeHeart"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeHeart</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeHexagon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeHexagon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeHexagon</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeHorizontalScroll {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeHorizontalScroll"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeHorizontalScroll</name> + <value>102</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeIsoscelesTriangle {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeIsoscelesTriangle"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeIsoscelesTriangle</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLeftArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLeftArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLeftArrow</name> + <value>34</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLeftArrowCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLeftArrowCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLeftArrowCallout</name> + <value>54</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLeftBrace {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLeftBrace"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLeftBrace</name> + <value>31</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLeftBracket {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLeftBracket"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLeftBracket</name> + <value>29</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLeftRightArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLeftRightArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLeftRightArrow</name> + <value>37</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLeftRightArrowCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLeftRightArrowCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLeftRightArrowCallout</name> + <value>57</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLeftRightUpArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLeftRightUpArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLeftRightUpArrow</name> + <value>40</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLeftUpArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLeftUpArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLeftUpArrow</name> + <value>43</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLightningBolt {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLightningBolt"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLightningBolt</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout1 {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout1"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout1</name> + <value>109</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout1AccentBar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout1AccentBar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout1AccentBar</name> + <value>113</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout1BorderandAccentBar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout1BorderandAccentBar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout1BorderandAccentBar</name> + <value>121</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout1NoBorder {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout1NoBorder"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout1NoBorder</name> + <value>117</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout2 {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout2"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout2</name> + <value>110</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout2AccentBar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout2AccentBar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout2AccentBar</name> + <value>114</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout2BorderandAccentBar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout2BorderandAccentBar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout2BorderandAccentBar</name> + <value>122</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout2NoBorder {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout2NoBorder"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout2NoBorder</name> + <value>118</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout3 {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout3"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout3</name> + <value>111</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout3AccentBar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout3AccentBar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout3AccentBar</name> + <value>115</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout3BorderandAccentBar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout3BorderandAccentBar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout3BorderandAccentBar</name> + <value>123</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout3NoBorder {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout3NoBorder"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout3NoBorder</name> + <value>119</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout4 {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout4"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout4</name> + <value>112</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout4AccentBar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout4AccentBar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout4AccentBar</name> + <value>116</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout4BorderandAccentBar {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout4BorderandAccentBar"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout4BorderandAccentBar</name> + <value>124</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeLineCallout4NoBorder {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeLineCallout4NoBorder"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeLineCallout4NoBorder</name> + <value>120</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeMixed"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeMoon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeMoon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeMoon</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeNoSymbol {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeNoSymbol"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeNoSymbol</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeNotchedRightArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeNotchedRightArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeNotchedRightArrow</name> + <value>50</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeNotPrimitive {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeNotPrimitive"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeNotPrimitive</name> + <value>138</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeOctagon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeOctagon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeOctagon</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeOval {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeOval"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeOval</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeOvalCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeOvalCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeOvalCallout</name> + <value>107</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeParallelogram {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeParallelogram"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeParallelogram</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapePentagon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapePentagon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapePentagon</name> + <value>51</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapePlaque {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapePlaque"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapePlaque</name> + <value>28</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeQuadArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeQuadArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeQuadArrow</name> + <value>39</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeQuadArrowCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeQuadArrowCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeQuadArrowCallout</name> + <value>59</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRectangle {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRectangle"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRectangle</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRectangularCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRectangularCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRectangularCallout</name> + <value>105</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRegularPentagon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRegularPentagon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRegularPentagon</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRightArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRightArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRightArrow</name> + <value>33</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRightArrowCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRightArrowCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRightArrowCallout</name> + <value>53</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRightBrace {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRightBrace"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRightBrace</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRightBracket {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRightBracket"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRightBracket</name> + <value>30</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRightTriangle {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRightTriangle"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRightTriangle</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRoundedRectangle {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRoundedRectangle"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRoundedRectangle</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeRoundedRectangularCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeRoundedRectangularCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeRoundedRectangularCallout</name> + <value>106</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeSmileyFace {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeSmileyFace"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeSmileyFace</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeStripedRightArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeStripedRightArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeStripedRightArrow</name> + <value>49</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeSun {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeSun"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeSun</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeTrapezoid {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeTrapezoid"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeTrapezoid</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeUpArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeUpArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeUpArrow</name> + <value>35</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeUpArrowCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeUpArrowCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeUpArrowCallout</name> + <value>55</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeUpDownArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeUpDownArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeUpDownArrow</name> + <value>38</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeUpDownArrowCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeUpDownArrowCallout"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeUpDownArrowCallout</name> + <value>58</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeUpRibbon {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeUpRibbon"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeUpRibbon</name> + <value>97</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeUTurnArrow {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeUTurnArrow"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeUTurnArrow</name> + <value>42</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeVerticalScroll {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeVerticalScroll"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeVerticalScroll</name> + <value>101</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeWave {Constant}--> + <element type="constant"> + <source id="Office.MsoAutoShapeType.msoShapeWave"> + <context kind="enumeration">MsoAutoShapeType</context> + <name>msoShapeWave</name> + <value>103</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoBalloonButtonType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoBalloonButtonType"> + <name>MsoBalloonButtonType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonAbort {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonAbort"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonAbort</name> + <value>-8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonBack {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonBack"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonBack</name> + <value>-5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonCancel"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonCancel</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonClose {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonClose"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonClose</name> + <value>-12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonIgnore {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonIgnore"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonIgnore</name> + <value>-9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonNext {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonNext"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonNext</name> + <value>-6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonNo {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonNo"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonNo</name> + <value>-4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonNull {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonNull"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonNull</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonOK {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonOK"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonOK</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonOptions {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonOptions"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonOptions</name> + <value>-14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonRetry {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonRetry"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonRetry</name> + <value>-7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonSearch {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonSearch"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonSearch</name> + <value>-10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonSnooze {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonSnooze"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonSnooze</name> + <value>-11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonTips {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonTips"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonTips</name> + <value>-13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonYes {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonYes"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonYes</name> + <value>-3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonButtonYesToAll {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonButtonType.msoBalloonButtonYesToAll"> + <context kind="enumeration">MsoBalloonButtonType</context> + <name>msoBalloonButtonYesToAll</name> + <value>-15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoBalloonErrorType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoBalloonErrorType"> + <name>MsoBalloonErrorType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorBadCharacter {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorBadCharacter"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorBadCharacter</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorBadPictureRef {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorBadPictureRef"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorBadPictureRef</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorBadReference {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorBadReference"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorBadReference</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorButtonlessModal {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorButtonlessModal"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorButtonlessModal</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorButtonModeless {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorButtonModeless"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorButtonModeless</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorCharNotTopmostForModal {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorCharNotTopmostForModal"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorCharNotTopmostForModal</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorCOMFailure {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorCOMFailure"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorCOMFailure</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorNone {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorNone"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorOther {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorOther"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorOther</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorOutOfMemory {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorOutOfMemory"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorOutOfMemory</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorTooBig {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorTooBig"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorTooBig</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonErrorTooManyControls {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonErrorType.msoBalloonErrorTooManyControls"> + <context kind="enumeration">MsoBalloonErrorType</context> + <name>msoBalloonErrorTooManyControls</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoBalloonType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoBalloonType"> + <name>MsoBalloonType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonTypeBullets {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonType.msoBalloonTypeBullets"> + <context kind="enumeration">MsoBalloonType</context> + <name>msoBalloonTypeBullets</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonTypeButtons {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonType.msoBalloonTypeButtons"> + <context kind="enumeration">MsoBalloonType</context> + <name>msoBalloonTypeButtons</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBalloonTypeNumbers {Constant}--> + <element type="constant"> + <source id="Office.MsoBalloonType.msoBalloonTypeNumbers"> + <context kind="enumeration">MsoBalloonType</context> + <name>msoBalloonTypeNumbers</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoBarPosition {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoBarPosition"> + <name>MsoBarPosition</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarBottom {Constant}--> + <element type="constant"> + <source id="Office.MsoBarPosition.msoBarBottom"> + <context kind="enumeration">MsoBarPosition</context> + <name>msoBarBottom</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarFloating {Constant}--> + <element type="constant"> + <source id="Office.MsoBarPosition.msoBarFloating"> + <context kind="enumeration">MsoBarPosition</context> + <name>msoBarFloating</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoBarPosition.msoBarLeft"> + <context kind="enumeration">MsoBarPosition</context> + <name>msoBarLeft</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarMenuBar {Constant}--> + <element type="constant"> + <source id="Office.MsoBarPosition.msoBarMenuBar"> + <context kind="enumeration">MsoBarPosition</context> + <name>msoBarMenuBar</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarPopup {Constant}--> + <element type="constant"> + <source id="Office.MsoBarPosition.msoBarPopup"> + <context kind="enumeration">MsoBarPosition</context> + <name>msoBarPopup</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarRight {Constant}--> + <element type="constant"> + <source id="Office.MsoBarPosition.msoBarRight"> + <context kind="enumeration">MsoBarPosition</context> + <name>msoBarRight</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarTop {Constant}--> + <element type="constant"> + <source id="Office.MsoBarPosition.msoBarTop"> + <context kind="enumeration">MsoBarPosition</context> + <name>msoBarTop</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoBarProtection {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoBarProtection"> + <name>MsoBarProtection</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarNoChangeDock {Constant}--> + <element type="constant"> + <source id="Office.MsoBarProtection.msoBarNoChangeDock"> + <context kind="enumeration">MsoBarProtection</context> + <name>msoBarNoChangeDock</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarNoChangeVisible {Constant}--> + <element type="constant"> + <source id="Office.MsoBarProtection.msoBarNoChangeVisible"> + <context kind="enumeration">MsoBarProtection</context> + <name>msoBarNoChangeVisible</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarNoCustomize {Constant}--> + <element type="constant"> + <source id="Office.MsoBarProtection.msoBarNoCustomize"> + <context kind="enumeration">MsoBarProtection</context> + <name>msoBarNoCustomize</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarNoHorizontalDock {Constant}--> + <element type="constant"> + <source id="Office.MsoBarProtection.msoBarNoHorizontalDock"> + <context kind="enumeration">MsoBarProtection</context> + <name>msoBarNoHorizontalDock</name> + <value>64</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarNoMove {Constant}--> + <element type="constant"> + <source id="Office.MsoBarProtection.msoBarNoMove"> + <context kind="enumeration">MsoBarProtection</context> + <name>msoBarNoMove</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarNoProtection {Constant}--> + <element type="constant"> + <source id="Office.MsoBarProtection.msoBarNoProtection"> + <context kind="enumeration">MsoBarProtection</context> + <name>msoBarNoProtection</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarNoResize {Constant}--> + <element type="constant"> + <source id="Office.MsoBarProtection.msoBarNoResize"> + <context kind="enumeration">MsoBarProtection</context> + <name>msoBarNoResize</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarNoVerticalDock {Constant}--> + <element type="constant"> + <source id="Office.MsoBarProtection.msoBarNoVerticalDock"> + <context kind="enumeration">MsoBarProtection</context> + <name>msoBarNoVerticalDock</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoBarRow {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoBarRow"> + <name>MsoBarRow</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarRowFirst {Constant}--> + <element type="constant"> + <source id="Office.MsoBarRow.msoBarRowFirst"> + <context kind="enumeration">MsoBarRow</context> + <name>msoBarRowFirst</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarRowLast {Constant}--> + <element type="constant"> + <source id="Office.MsoBarRow.msoBarRowLast"> + <context kind="enumeration">MsoBarRow</context> + <name>msoBarRowLast</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoBarType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoBarType"> + <name>MsoBarType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarTypeMenuBar {Constant}--> + <element type="constant"> + <source id="Office.MsoBarType.msoBarTypeMenuBar"> + <context kind="enumeration">MsoBarType</context> + <name>msoBarTypeMenuBar</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarTypeNormal {Constant}--> + <element type="constant"> + <source id="Office.MsoBarType.msoBarTypeNormal"> + <context kind="enumeration">MsoBarType</context> + <name>msoBarTypeNormal</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBarTypePopup {Constant}--> + <element type="constant"> + <source id="Office.MsoBarType.msoBarTypePopup"> + <context kind="enumeration">MsoBarType</context> + <name>msoBarTypePopup</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoBlackWhiteMode {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoBlackWhiteMode"> + <name>MsoBlackWhiteMode</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteAutomatic {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteAutomatic"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteAutomatic</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteBlack {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteBlack"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteBlack</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteBlackTextAndLine {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteBlackTextAndLine"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteBlackTextAndLine</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteDontShow {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteDontShow"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteDontShow</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteGrayOutline {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteGrayOutline"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteGrayOutline</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteGrayScale {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteGrayScale"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteGrayScale</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteHighContrast {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteHighContrast"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteHighContrast</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteInverseGrayScale {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteInverseGrayScale"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteInverseGrayScale</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteLightGrayScale {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteLightGrayScale"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteLightGrayScale</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteMixed"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBlackWhiteWhite {Constant}--> + <element type="constant"> + <source id="Office.MsoBlackWhiteMode.msoBlackWhiteWhite"> + <context kind="enumeration">MsoBlackWhiteMode</context> + <name>msoBlackWhiteWhite</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoButtonSetType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoButtonSetType"> + <name>MsoButtonSetType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetAbortRetryIgnore {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetAbortRetryIgnore"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetAbortRetryIgnore</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetBackClose {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetBackClose"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetBackClose</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetBackNextClose {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetBackNextClose"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetBackNextClose</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetBackNextSnooze {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetBackNextSnooze"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetBackNextSnooze</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetCancel"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetCancel</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetNextClose {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetNextClose"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetNextClose</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetNone {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetNone"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetOK {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetOK"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetOK</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetOkCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetOkCancel"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetOkCancel</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetRetryCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetRetryCancel"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetRetryCancel</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetSearchClose {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetSearchClose"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetSearchClose</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetTipsOptionsClose {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetTipsOptionsClose"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetTipsOptionsClose</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetYesAllNoCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetYesAllNoCancel"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetYesAllNoCancel</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetYesNo {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetYesNo"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetYesNo</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonSetYesNoCancel {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonSetType.msoButtonSetYesNoCancel"> + <context kind="enumeration">MsoButtonSetType</context> + <name>msoButtonSetYesNoCancel</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoButtonState {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoButtonState"> + <name>MsoButtonState</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonDown {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonState.msoButtonDown"> + <context kind="enumeration">MsoButtonState</context> + <name>msoButtonDown</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonState.msoButtonMixed"> + <context kind="enumeration">MsoButtonState</context> + <name>msoButtonMixed</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonUp {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonState.msoButtonUp"> + <context kind="enumeration">MsoButtonState</context> + <name>msoButtonUp</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoButtonStyle {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoButtonStyle"> + <name>MsoButtonStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonAutomatic {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyle.msoButtonAutomatic"> + <context kind="enumeration">MsoButtonStyle</context> + <name>msoButtonAutomatic</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonCaption {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyle.msoButtonCaption"> + <context kind="enumeration">MsoButtonStyle</context> + <name>msoButtonCaption</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonIcon {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyle.msoButtonIcon"> + <context kind="enumeration">MsoButtonStyle</context> + <name>msoButtonIcon</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonIconAndCaption {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyle.msoButtonIconAndCaption"> + <context kind="enumeration">MsoButtonStyle</context> + <name>msoButtonIconAndCaption</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonIconAndCaptionBelow {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyle.msoButtonIconAndCaptionBelow"> + <context kind="enumeration">MsoButtonStyle</context> + <name>msoButtonIconAndCaptionBelow</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonIconAndWrapCaption {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyle.msoButtonIconAndWrapCaption"> + <context kind="enumeration">MsoButtonStyle</context> + <name>msoButtonIconAndWrapCaption</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonIconAndWrapCaptionBelow {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyle.msoButtonIconAndWrapCaptionBelow"> + <context kind="enumeration">MsoButtonStyle</context> + <name>msoButtonIconAndWrapCaptionBelow</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonWrapCaption {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyle.msoButtonWrapCaption"> + <context kind="enumeration">MsoButtonStyle</context> + <name>msoButtonWrapCaption</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoButtonStyleHidden {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoButtonStyleHidden"> + <name>MsoButtonStyleHidden</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonTextBelow {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyleHidden.msoButtonTextBelow"> + <context kind="enumeration">MsoButtonStyleHidden</context> + <name>msoButtonTextBelow</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoButtonWrapText {Constant}--> + <element type="constant"> + <source id="Office.MsoButtonStyleHidden.msoButtonWrapText"> + <context kind="enumeration">MsoButtonStyleHidden</context> + <name>msoButtonWrapText</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoCalloutAngleType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoCalloutAngleType"> + <name>MsoCalloutAngleType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutAngle30 {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutAngleType.msoCalloutAngle30"> + <context kind="enumeration">MsoCalloutAngleType</context> + <name>msoCalloutAngle30</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutAngle45 {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutAngleType.msoCalloutAngle45"> + <context kind="enumeration">MsoCalloutAngleType</context> + <name>msoCalloutAngle45</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutAngle60 {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutAngleType.msoCalloutAngle60"> + <context kind="enumeration">MsoCalloutAngleType</context> + <name>msoCalloutAngle60</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutAngle90 {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutAngleType.msoCalloutAngle90"> + <context kind="enumeration">MsoCalloutAngleType</context> + <name>msoCalloutAngle90</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutAngleAutomatic {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutAngleType.msoCalloutAngleAutomatic"> + <context kind="enumeration">MsoCalloutAngleType</context> + <name>msoCalloutAngleAutomatic</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutAngleMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutAngleType.msoCalloutAngleMixed"> + <context kind="enumeration">MsoCalloutAngleType</context> + <name>msoCalloutAngleMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoCalloutDropType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoCalloutDropType"> + <name>MsoCalloutDropType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutDropBottom {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutDropType.msoCalloutDropBottom"> + <context kind="enumeration">MsoCalloutDropType</context> + <name>msoCalloutDropBottom</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutDropCenter {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutDropType.msoCalloutDropCenter"> + <context kind="enumeration">MsoCalloutDropType</context> + <name>msoCalloutDropCenter</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutDropCustom {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutDropType.msoCalloutDropCustom"> + <context kind="enumeration">MsoCalloutDropType</context> + <name>msoCalloutDropCustom</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutDropMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutDropType.msoCalloutDropMixed"> + <context kind="enumeration">MsoCalloutDropType</context> + <name>msoCalloutDropMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutDropTop {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutDropType.msoCalloutDropTop"> + <context kind="enumeration">MsoCalloutDropType</context> + <name>msoCalloutDropTop</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoCalloutType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoCalloutType"> + <name>MsoCalloutType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutFour {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutType.msoCalloutFour"> + <context kind="enumeration">MsoCalloutType</context> + <name>msoCalloutFour</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutType.msoCalloutMixed"> + <context kind="enumeration">MsoCalloutType</context> + <name>msoCalloutMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutOne {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutType.msoCalloutOne"> + <context kind="enumeration">MsoCalloutType</context> + <name>msoCalloutOne</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutThree {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutType.msoCalloutThree"> + <context kind="enumeration">MsoCalloutType</context> + <name>msoCalloutThree</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCalloutTwo {Constant}--> + <element type="constant"> + <source id="Office.MsoCalloutType.msoCalloutTwo"> + <context kind="enumeration">MsoCalloutType</context> + <name>msoCalloutTwo</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoCharacterSet {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoCharacterSet"> + <name>MsoCharacterSet</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetArabic {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetArabic"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetArabic</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetCyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetCyrillic"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetCyrillic</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetEnglishWesternEuropeanOtherLatinScript {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetEnglishWesternEuropeanOtherLatinScript"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetEnglishWesternEuropeanOtherLatinScript</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetGreek {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetGreek"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetGreek</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetHebrew {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetHebrew"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetHebrew</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetJapanese {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetJapanese"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetJapanese</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetKorean {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetKorean"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetKorean</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetMultilingualUnicode {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetMultilingualUnicode"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetMultilingualUnicode</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetSimplifiedChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetSimplifiedChinese"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetSimplifiedChinese</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetThai {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetThai"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetThai</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetTraditionalChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetTraditionalChinese"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetTraditionalChinese</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCharacterSetVietnamese {Constant}--> + <element type="constant"> + <source id="Office.MsoCharacterSet.msoCharacterSetVietnamese"> + <context kind="enumeration">MsoCharacterSet</context> + <name>msoCharacterSetVietnamese</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoColorType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoColorType"> + <name>MsoColorType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoColorTypeCMS {Constant}--> + <element type="constant"> + <source id="Office.MsoColorType.msoColorTypeCMS"> + <context kind="enumeration">MsoColorType</context> + <name>msoColorTypeCMS</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoColorTypeCMYK {Constant}--> + <element type="constant"> + <source id="Office.MsoColorType.msoColorTypeCMYK"> + <context kind="enumeration">MsoColorType</context> + <name>msoColorTypeCMYK</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoColorTypeInk {Constant}--> + <element type="constant"> + <source id="Office.MsoColorType.msoColorTypeInk"> + <context kind="enumeration">MsoColorType</context> + <name>msoColorTypeInk</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoColorTypeMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoColorType.msoColorTypeMixed"> + <context kind="enumeration">MsoColorType</context> + <name>msoColorTypeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoColorTypeRGB {Constant}--> + <element type="constant"> + <source id="Office.MsoColorType.msoColorTypeRGB"> + <context kind="enumeration">MsoColorType</context> + <name>msoColorTypeRGB</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoColorTypeScheme {Constant}--> + <element type="constant"> + <source id="Office.MsoColorType.msoColorTypeScheme"> + <context kind="enumeration">MsoColorType</context> + <name>msoColorTypeScheme</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoComboStyle {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoComboStyle"> + <name>MsoComboStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoComboLabel {Constant}--> + <element type="constant"> + <source id="Office.MsoComboStyle.msoComboLabel"> + <context kind="enumeration">MsoComboStyle</context> + <name>msoComboLabel</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoComboNormal {Constant}--> + <element type="constant"> + <source id="Office.MsoComboStyle.msoComboNormal"> + <context kind="enumeration">MsoComboStyle</context> + <name>msoComboNormal</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoCommandBarButtonHyperlinkType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoCommandBarButtonHyperlinkType"> + <name>MsoCommandBarButtonHyperlinkType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCommandBarButtonHyperlinkInsertPicture {Constant}--> + <element type="constant"> + <source id="Office.MsoCommandBarButtonHyperlinkType.msoCommandBarButtonHyperlinkInsertPicture"> + <context kind="enumeration">MsoCommandBarButtonHyperlinkType</context> + <name>msoCommandBarButtonHyperlinkInsertPicture</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCommandBarButtonHyperlinkNone {Constant}--> + <element type="constant"> + <source id="Office.MsoCommandBarButtonHyperlinkType.msoCommandBarButtonHyperlinkNone"> + <context kind="enumeration">MsoCommandBarButtonHyperlinkType</context> + <name>msoCommandBarButtonHyperlinkNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCommandBarButtonHyperlinkOpen {Constant}--> + <element type="constant"> + <source id="Office.MsoCommandBarButtonHyperlinkType.msoCommandBarButtonHyperlinkOpen"> + <context kind="enumeration">MsoCommandBarButtonHyperlinkType</context> + <name>msoCommandBarButtonHyperlinkOpen</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoCondition {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoCondition"> + <name>MsoCondition</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionAnyNumberBetween {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionAnyNumberBetween"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionAnyNumberBetween</name> + <value>34</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionAnytime {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionAnytime"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionAnytime</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionAnytimeBetween {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionAnytimeBetween"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionAnytimeBetween</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionAtLeast {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionAtLeast"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionAtLeast</name> + <value>36</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionAtMost {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionAtMost"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionAtMost</name> + <value>35</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionBeginsWith {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionBeginsWith"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionBeginsWith</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionDoesNotEqual {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionDoesNotEqual"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionDoesNotEqual</name> + <value>33</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEndsWith {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEndsWith"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEndsWith</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEquals {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEquals"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEquals</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEqualsCompleted {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEqualsCompleted"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEqualsCompleted</name> + <value>66</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEqualsDeferred {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEqualsDeferred"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEqualsDeferred</name> + <value>68</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEqualsHigh {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEqualsHigh"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEqualsHigh</name> + <value>60</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEqualsInProgress {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEqualsInProgress"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEqualsInProgress</name> + <value>65</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEqualsLow {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEqualsLow"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEqualsLow</name> + <value>58</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEqualsNormal {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEqualsNormal"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEqualsNormal</name> + <value>59</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEqualsNotStarted {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEqualsNotStarted"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEqualsNotStarted</name> + <value>64</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionEqualsWaitingForSomeoneElse {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionEqualsWaitingForSomeoneElse"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionEqualsWaitingForSomeoneElse</name> + <value>67</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeAllFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeAllFiles"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeAllFiles</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeBinders {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeBinders"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeBinders</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeCalendarItem {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeCalendarItem"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeCalendarItem</name> + <value>45</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeContactItem {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeContactItem"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeContactItem</name> + <value>46</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeDatabases {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeDatabases"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeDatabases</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeDataConnectionFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeDataConnectionFiles"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeDataConnectionFiles</name> + <value>51</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeDesignerFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeDesignerFiles"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeDesignerFiles</name> + <value>56</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeDocumentImagingFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeDocumentImagingFiles"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeDocumentImagingFiles</name> + <value>54</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeExcelWorkbooks {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeExcelWorkbooks"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeExcelWorkbooks</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeJournalItem {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeJournalItem"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeJournalItem</name> + <value>48</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeMailItem {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeMailItem"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeMailItem</name> + <value>44</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeNoteItem {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeNoteItem"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeNoteItem</name> + <value>47</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeOfficeFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeOfficeFiles"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeOfficeFiles</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeOutlookItems {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeOutlookItems"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeOutlookItems</name> + <value>43</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypePhotoDrawFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypePhotoDrawFiles"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypePhotoDrawFiles</name> + <value>50</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypePowerPointPresentations {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypePowerPointPresentations"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypePowerPointPresentations</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeProjectFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeProjectFiles"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeProjectFiles</name> + <value>53</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypePublisherFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypePublisherFiles"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypePublisherFiles</name> + <value>52</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeTaskItem {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeTaskItem"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeTaskItem</name> + <value>49</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeTemplates {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeTemplates"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeTemplates</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeVisioFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeVisioFiles"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeVisioFiles</name> + <value>55</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeWebPages {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeWebPages"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeWebPages</name> + <value>57</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFileTypeWordDocuments {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFileTypeWordDocuments"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFileTypeWordDocuments</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionFreeText {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionFreeText"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionFreeText</name> + <value>42</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionIncludes {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionIncludes"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionIncludes</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionIncludesFormsOf {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionIncludesFormsOf"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionIncludesFormsOf</name> + <value>41</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionIncludesNearEachOther {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionIncludesNearEachOther"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionIncludesNearEachOther</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionIncludesPhrase {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionIncludesPhrase"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionIncludesPhrase</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionInTheLast {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionInTheLast"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionInTheLast</name> + <value>31</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionInTheNext {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionInTheNext"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionInTheNext</name> + <value>30</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionIsExactly {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionIsExactly"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionIsExactly</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionIsNo {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionIsNo"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionIsNo</name> + <value>40</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionIsNot {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionIsNot"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionIsNot</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionIsYes {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionIsYes"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionIsYes</name> + <value>39</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionLastMonth {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionLastMonth"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionLastMonth</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionLastWeek {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionLastWeek"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionLastWeek</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionLessThan {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionLessThan"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionLessThan</name> + <value>38</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionMoreThan {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionMoreThan"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionMoreThan</name> + <value>37</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNextMonth {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNextMonth"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNextMonth</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNextWeek {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNextWeek"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNextWeek</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNotEqualToCompleted {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNotEqualToCompleted"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNotEqualToCompleted</name> + <value>71</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNotEqualToDeferred {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNotEqualToDeferred"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNotEqualToDeferred</name> + <value>73</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNotEqualToHigh {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNotEqualToHigh"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNotEqualToHigh</name> + <value>63</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNotEqualToInProgress {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNotEqualToInProgress"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNotEqualToInProgress</name> + <value>70</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNotEqualToLow {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNotEqualToLow"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNotEqualToLow</name> + <value>61</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNotEqualToNormal {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNotEqualToNormal"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNotEqualToNormal</name> + <value>62</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNotEqualToNotStarted {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNotEqualToNotStarted"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNotEqualToNotStarted</name> + <value>69</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionNotEqualToWaitingForSomeoneElse {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionNotEqualToWaitingForSomeoneElse"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionNotEqualToWaitingForSomeoneElse</name> + <value>72</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionOn {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionOn"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionOn</name> + <value>27</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionOnOrAfter {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionOnOrAfter"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionOnOrAfter</name> + <value>28</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionOnOrBefore {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionOnOrBefore"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionOnOrBefore</name> + <value>29</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionThisMonth {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionThisMonth"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionThisMonth</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionThisWeek {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionThisWeek"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionThisWeek</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionToday {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionToday"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionToday</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionTomorrow {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionTomorrow"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionTomorrow</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConditionYesterday {Constant}--> + <element type="constant"> + <source id="Office.MsoCondition.msoConditionYesterday"> + <context kind="enumeration">MsoCondition</context> + <name>msoConditionYesterday</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoConnector {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoConnector"> + <name>MsoConnector</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConnectorAnd {Constant}--> + <element type="constant"> + <source id="Office.MsoConnector.msoConnectorAnd"> + <context kind="enumeration">MsoConnector</context> + <name>msoConnectorAnd</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConnectorOr {Constant}--> + <element type="constant"> + <source id="Office.MsoConnector.msoConnectorOr"> + <context kind="enumeration">MsoConnector</context> + <name>msoConnectorOr</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoConnectorType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoConnectorType"> + <name>MsoConnectorType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConnectorCurve {Constant}--> + <element type="constant"> + <source id="Office.MsoConnectorType.msoConnectorCurve"> + <context kind="enumeration">MsoConnectorType</context> + <name>msoConnectorCurve</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConnectorElbow {Constant}--> + <element type="constant"> + <source id="Office.MsoConnectorType.msoConnectorElbow"> + <context kind="enumeration">MsoConnectorType</context> + <name>msoConnectorElbow</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConnectorStraight {Constant}--> + <element type="constant"> + <source id="Office.MsoConnectorType.msoConnectorStraight"> + <context kind="enumeration">MsoConnectorType</context> + <name>msoConnectorStraight</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoConnectorTypeMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoConnectorType.msoConnectorTypeMixed"> + <context kind="enumeration">MsoConnectorType</context> + <name>msoConnectorTypeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoControlOLEUsage {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoControlOLEUsage"> + <name>MsoControlOLEUsage</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlOLEUsageBoth {Constant}--> + <element type="constant"> + <source id="Office.MsoControlOLEUsage.msoControlOLEUsageBoth"> + <context kind="enumeration">MsoControlOLEUsage</context> + <name>msoControlOLEUsageBoth</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlOLEUsageClient {Constant}--> + <element type="constant"> + <source id="Office.MsoControlOLEUsage.msoControlOLEUsageClient"> + <context kind="enumeration">MsoControlOLEUsage</context> + <name>msoControlOLEUsageClient</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlOLEUsageNeither {Constant}--> + <element type="constant"> + <source id="Office.MsoControlOLEUsage.msoControlOLEUsageNeither"> + <context kind="enumeration">MsoControlOLEUsage</context> + <name>msoControlOLEUsageNeither</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlOLEUsageServer {Constant}--> + <element type="constant"> + <source id="Office.MsoControlOLEUsage.msoControlOLEUsageServer"> + <context kind="enumeration">MsoControlOLEUsage</context> + <name>msoControlOLEUsageServer</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoControlType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoControlType"> + <name>MsoControlType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlActiveX {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlActiveX"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlActiveX</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlAutoCompleteCombo {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlAutoCompleteCombo"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlAutoCompleteCombo</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlButton {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlButton"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlButton</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlButtonDropdown {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlButtonDropdown"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlButtonDropdown</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlButtonPopup {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlButtonPopup"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlButtonPopup</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlComboBox {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlComboBox"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlComboBox</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlCustom {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlCustom"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlCustom</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlDropdown {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlDropdown"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlDropdown</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlEdit {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlEdit"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlEdit</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlExpandingGrid {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlExpandingGrid"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlExpandingGrid</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlGauge {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlGauge"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlGauge</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlGenericDropdown {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlGenericDropdown"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlGenericDropdown</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlGraphicCombo {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlGraphicCombo"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlGraphicCombo</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlGraphicDropdown {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlGraphicDropdown"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlGraphicDropdown</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlGraphicPopup {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlGraphicPopup"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlGraphicPopup</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlGrid {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlGrid"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlGrid</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlLabel {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlLabel"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlLabel</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlLabelEx {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlLabelEx"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlLabelEx</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlOCXDropdown {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlOCXDropdown"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlOCXDropdown</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlPane {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlPane"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlPane</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlPopup {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlPopup"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlPopup</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlSpinner {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlSpinner"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlSpinner</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlSplitButtonMRUPopup {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlSplitButtonMRUPopup"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlSplitButtonMRUPopup</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlSplitButtonPopup {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlSplitButtonPopup"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlSplitButtonPopup</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlSplitDropdown {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlSplitDropdown"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlSplitDropdown</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlSplitExpandingGrid {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlSplitExpandingGrid"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlSplitExpandingGrid</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoControlWorkPane {Constant}--> + <element type="constant"> + <source id="Office.MsoControlType.msoControlWorkPane"> + <context kind="enumeration">MsoControlType</context> + <name>msoControlWorkPane</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--Class::MsoDebugOptions--> + <element type="class"> + <source id="Office.MsoDebugOptions"> + <name>MsoDebugOptions</name> + </source> + <destination designation="identity" /> + </element> + <!--property::MsoDebugOptions.Application {ReadOnly}--> + <element type="property"> + <source id="Office.MsoDebugOptions.Application"> + <context kind="class">MsoDebugOptions</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::MsoDebugOptions.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.MsoDebugOptions.Creator"> + <context kind="class">MsoDebugOptions</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::MsoDebugOptions.FeatureReports--> + <element type="property"> + <source id="Office.MsoDebugOptions.FeatureReports"> + <context kind="class">MsoDebugOptions</context> + <name>FeatureReports</name> + <type>Integer</type> + </source> + </element> + <!--property::MsoDebugOptions.OutputToDebugger--> + <element type="property"> + <source id="Office.MsoDebugOptions.OutputToDebugger"> + <context kind="class">MsoDebugOptions</context> + <name>OutputToDebugger</name> + <type>boolean</type> + </source> + </element> + <!--property::MsoDebugOptions.OutputToFile--> + <element type="property"> + <source id="Office.MsoDebugOptions.OutputToFile"> + <context kind="class">MsoDebugOptions</context> + <name>OutputToFile</name> + <type>boolean</type> + </source> + </element> + <!--property::MsoDebugOptions.OutputToMessageBox--> + <element type="property"> + <source id="Office.MsoDebugOptions.OutputToMessageBox"> + <context kind="class">MsoDebugOptions</context> + <name>OutputToMessageBox</name> + <type>boolean</type> + </source> + </element> + <!--enum::MsoDiagramNodeType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoDiagramNodeType"> + <name>MsoDiagramNodeType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagramAssistant {Constant}--> + <element type="constant"> + <source id="Office.MsoDiagramNodeType.msoDiagramAssistant"> + <context kind="enumeration">MsoDiagramNodeType</context> + <name>msoDiagramAssistant</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagramNode {Constant}--> + <element type="constant"> + <source id="Office.MsoDiagramNodeType.msoDiagramNode"> + <context kind="enumeration">MsoDiagramNodeType</context> + <name>msoDiagramNode</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoDiagramType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoDiagramType"> + <name>MsoDiagramType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagramCycle {Constant}--> + <element type="constant"> + <source id="Office.MsoDiagramType.msoDiagramCycle"> + <context kind="enumeration">MsoDiagramType</context> + <name>msoDiagramCycle</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagramMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoDiagramType.msoDiagramMixed"> + <context kind="enumeration">MsoDiagramType</context> + <name>msoDiagramMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagramOrgChart {Constant}--> + <element type="constant"> + <source id="Office.MsoDiagramType.msoDiagramOrgChart"> + <context kind="enumeration">MsoDiagramType</context> + <name>msoDiagramOrgChart</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagramPyramid {Constant}--> + <element type="constant"> + <source id="Office.MsoDiagramType.msoDiagramPyramid"> + <context kind="enumeration">MsoDiagramType</context> + <name>msoDiagramPyramid</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagramRadial {Constant}--> + <element type="constant"> + <source id="Office.MsoDiagramType.msoDiagramRadial"> + <context kind="enumeration">MsoDiagramType</context> + <name>msoDiagramRadial</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagramTarget {Constant}--> + <element type="constant"> + <source id="Office.MsoDiagramType.msoDiagramTarget"> + <context kind="enumeration">MsoDiagramType</context> + <name>msoDiagramTarget</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagramVenn {Constant}--> + <element type="constant"> + <source id="Office.MsoDiagramType.msoDiagramVenn"> + <context kind="enumeration">MsoDiagramType</context> + <name>msoDiagramVenn</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoDistributeCmd {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoDistributeCmd"> + <name>MsoDistributeCmd</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDistributeHorizontally {Constant}--> + <element type="constant"> + <source id="Office.MsoDistributeCmd.msoDistributeHorizontally"> + <context kind="enumeration">MsoDistributeCmd</context> + <name>msoDistributeHorizontally</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDistributeVertically {Constant}--> + <element type="constant"> + <source id="Office.MsoDistributeCmd.msoDistributeVertically"> + <context kind="enumeration">MsoDistributeCmd</context> + <name>msoDistributeVertically</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoDocProperties {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoDocProperties"> + <name>MsoDocProperties</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPropertyTypeBoolean {Constant}--> + <element type="constant"> + <source id="Office.MsoDocProperties.msoPropertyTypeBoolean"> + <context kind="enumeration">MsoDocProperties</context> + <name>msoPropertyTypeBoolean</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPropertyTypeDate {Constant}--> + <element type="constant"> + <source id="Office.MsoDocProperties.msoPropertyTypeDate"> + <context kind="enumeration">MsoDocProperties</context> + <name>msoPropertyTypeDate</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPropertyTypeFloat {Constant}--> + <element type="constant"> + <source id="Office.MsoDocProperties.msoPropertyTypeFloat"> + <context kind="enumeration">MsoDocProperties</context> + <name>msoPropertyTypeFloat</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPropertyTypeNumber {Constant}--> + <element type="constant"> + <source id="Office.MsoDocProperties.msoPropertyTypeNumber"> + <context kind="enumeration">MsoDocProperties</context> + <name>msoPropertyTypeNumber</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPropertyTypeString {Constant}--> + <element type="constant"> + <source id="Office.MsoDocProperties.msoPropertyTypeString"> + <context kind="enumeration">MsoDocProperties</context> + <name>msoPropertyTypeString</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoEditingType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoEditingType"> + <name>MsoEditingType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEditingAuto {Constant}--> + <element type="constant"> + <source id="Office.MsoEditingType.msoEditingAuto"> + <context kind="enumeration">MsoEditingType</context> + <name>msoEditingAuto</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEditingCorner {Constant}--> + <element type="constant"> + <source id="Office.MsoEditingType.msoEditingCorner"> + <context kind="enumeration">MsoEditingType</context> + <name>msoEditingCorner</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEditingSmooth {Constant}--> + <element type="constant"> + <source id="Office.MsoEditingType.msoEditingSmooth"> + <context kind="enumeration">MsoEditingType</context> + <name>msoEditingSmooth</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEditingSymmetric {Constant}--> + <element type="constant"> + <source id="Office.MsoEditingType.msoEditingSymmetric"> + <context kind="enumeration">MsoEditingType</context> + <name>msoEditingSymmetric</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoEncoding {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoEncoding"> + <name>MsoEncoding</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingArabic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingArabic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingArabic</name> + <value>1256</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingArabicASMO {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingArabicASMO"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingArabicASMO</name> + <value>708</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingArabicAutoDetect {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingArabicAutoDetect"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingArabicAutoDetect</name> + <value>51256</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingArabicTransparentASMO {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingArabicTransparentASMO"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingArabicTransparentASMO</name> + <value>720</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingAutoDetect {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingAutoDetect"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingAutoDetect</name> + <value>50001</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingBaltic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingBaltic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingBaltic</name> + <value>1257</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingCentralEuropean {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingCentralEuropean"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingCentralEuropean</name> + <value>1250</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingCyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingCyrillic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingCyrillic</name> + <value>1251</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingCyrillicAutoDetect {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingCyrillicAutoDetect"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingCyrillicAutoDetect</name> + <value>51251</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICArabic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICArabic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICArabic</name> + <value>20420</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICDenmarkNorway {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICDenmarkNorway"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICDenmarkNorway</name> + <value>20277</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICFinlandSweden {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICFinlandSweden"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICFinlandSweden</name> + <value>20278</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICFrance {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICFrance"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICFrance</name> + <value>20297</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICGermany {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICGermany"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICGermany</name> + <value>20273</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICGreek {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICGreek"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICGreek</name> + <value>20423</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICGreekModern {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICGreekModern"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICGreekModern</name> + <value>875</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICHebrew {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICHebrew"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICHebrew</name> + <value>20424</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICIcelandic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICIcelandic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICIcelandic</name> + <value>20871</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICInternational {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICInternational"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICInternational</name> + <value>500</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICItaly {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICItaly"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICItaly</name> + <value>20280</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICJapaneseKatakanaExtended {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICJapaneseKatakanaExtended"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICJapaneseKatakanaExtended</name> + <value>20290</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICJapaneseKatakanaExtendedAndJapanese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICJapaneseKatakanaExtendedAndJapanese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICJapaneseKatakanaExtendedAndJapanese</name> + <value>50930</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICJapaneseLatinExtendedAndJapanese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICJapaneseLatinExtendedAndJapanese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICJapaneseLatinExtendedAndJapanese</name> + <value>50939</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICKoreanExtended {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICKoreanExtended"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICKoreanExtended</name> + <value>20833</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICKoreanExtendedAndKorean {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICKoreanExtendedAndKorean"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICKoreanExtendedAndKorean</name> + <value>50933</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICLatinAmericaSpain {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICLatinAmericaSpain"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICLatinAmericaSpain</name> + <value>20284</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICMultilingualROECELatin2 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICMultilingualROECELatin2"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICMultilingualROECELatin2</name> + <value>870</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICRussian {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICRussian"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICRussian</name> + <value>20880</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICSerbianBulgarian {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICSerbianBulgarian"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICSerbianBulgarian</name> + <value>21025</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICSimplifiedChineseExtendedAndSimplifiedChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICSimplifiedChineseExtendedAndSimplifiedChinese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICSimplifiedChineseExtendedAndSimplifiedChinese</name> + <value>50935</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICThai {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICThai"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICThai</name> + <value>20838</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICTurkish {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICTurkish"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICTurkish</name> + <value>20905</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICTurkishLatin5 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICTurkishLatin5"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICTurkishLatin5</name> + <value>1026</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICUnitedKingdom {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICUnitedKingdom"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICUnitedKingdom</name> + <value>20285</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICUSCanada {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICUSCanada"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICUSCanada</name> + <value>37</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICUSCanadaAndJapanese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICUSCanadaAndJapanese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICUSCanadaAndJapanese</name> + <value>50931</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEBCDICUSCanadaAndTraditionalChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEBCDICUSCanadaAndTraditionalChinese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEBCDICUSCanadaAndTraditionalChinese</name> + <value>50937</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEUCChineseSimplifiedChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEUCChineseSimplifiedChinese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEUCChineseSimplifiedChinese</name> + <value>51936</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEUCJapanese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEUCJapanese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEUCJapanese</name> + <value>51932</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEUCKorean {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEUCKorean"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEUCKorean</name> + <value>51949</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEUCTaiwaneseTraditionalChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEUCTaiwaneseTraditionalChinese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEUCTaiwaneseTraditionalChinese</name> + <value>51950</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingEuropa3 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingEuropa3"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingEuropa3</name> + <value>29001</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingExtAlphaLowercase {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingExtAlphaLowercase"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingExtAlphaLowercase</name> + <value>21027</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingGreek {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingGreek"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingGreek</name> + <value>1253</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingGreekAutoDetect {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingGreekAutoDetect"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingGreekAutoDetect</name> + <value>51253</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingHebrew {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingHebrew"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingHebrew</name> + <value>1255</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingHZGBSimplifiedChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingHZGBSimplifiedChinese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingHZGBSimplifiedChinese</name> + <value>52936</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingIA5German {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingIA5German"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingIA5German</name> + <value>20106</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingIA5IRV {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingIA5IRV"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingIA5IRV</name> + <value>20105</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingIA5Norwegian {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingIA5Norwegian"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingIA5Norwegian</name> + <value>20108</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingIA5Swedish {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingIA5Swedish"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingIA5Swedish</name> + <value>20107</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIIAssamese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIIAssamese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIIAssamese</name> + <value>57006</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIIBengali {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIIBengali"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIIBengali</name> + <value>57003</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIIDevanagari {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIIDevanagari"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIIDevanagari</name> + <value>57002</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIIGujarati {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIIGujarati"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIIGujarati</name> + <value>57010</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIIKannada {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIIKannada"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIIKannada</name> + <value>57008</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIIMalayalam {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIIMalayalam"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIIMalayalam</name> + <value>57009</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIIOriya {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIIOriya"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIIOriya</name> + <value>57007</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIIPunjabi {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIIPunjabi"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIIPunjabi</name> + <value>57011</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIITamil {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIITamil"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIITamil</name> + <value>57004</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISCIITelugu {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISCIITelugu"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISCIITelugu</name> + <value>57005</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO2022CNSimplifiedChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO2022CNSimplifiedChinese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO2022CNSimplifiedChinese</name> + <value>50229</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO2022CNTraditionalChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO2022CNTraditionalChinese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO2022CNTraditionalChinese</name> + <value>50227</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO2022JPJISX02011989 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO2022JPJISX02011989"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO2022JPJISX02011989</name> + <value>50222</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO2022JPJISX02021984 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO2022JPJISX02021984"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO2022JPJISX02021984</name> + <value>50221</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO2022JPNoHalfwidthKatakana {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO2022JPNoHalfwidthKatakana"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO2022JPNoHalfwidthKatakana</name> + <value>50220</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO2022KR {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO2022KR"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO2022KR</name> + <value>50225</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO6937NonSpacingAccent {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO6937NonSpacingAccent"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO6937NonSpacingAccent</name> + <value>20269</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO885915Latin9 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO885915Latin9"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO885915Latin9</name> + <value>28605</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88591Latin1 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88591Latin1"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88591Latin1</name> + <value>28591</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88592CentralEurope {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88592CentralEurope"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88592CentralEurope</name> + <value>28592</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88593Latin3 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88593Latin3"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88593Latin3</name> + <value>28593</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88594Baltic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88594Baltic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88594Baltic</name> + <value>28594</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88595Cyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88595Cyrillic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88595Cyrillic</name> + <value>28595</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88596Arabic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88596Arabic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88596Arabic</name> + <value>28596</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88597Greek {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88597Greek"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88597Greek</name> + <value>28597</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88598Hebrew {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88598Hebrew"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88598Hebrew</name> + <value>28598</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88598HebrewLogical {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88598HebrewLogical"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88598HebrewLogical</name> + <value>38598</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingISO88599Turkish {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingISO88599Turkish"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingISO88599Turkish</name> + <value>28599</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingJapaneseAutoDetect {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingJapaneseAutoDetect"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingJapaneseAutoDetect</name> + <value>50932</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingJapaneseShiftJIS {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingJapaneseShiftJIS"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingJapaneseShiftJIS</name> + <value>932</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingKOI8R {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingKOI8R"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingKOI8R</name> + <value>20866</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingKOI8U {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingKOI8U"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingKOI8U</name> + <value>21866</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingKorean {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingKorean"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingKorean</name> + <value>949</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingKoreanAutoDetect {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingKoreanAutoDetect"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingKoreanAutoDetect</name> + <value>50949</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingKoreanJohab {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingKoreanJohab"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingKoreanJohab</name> + <value>1361</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacArabic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacArabic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacArabic</name> + <value>10004</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacCroatia {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacCroatia"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacCroatia</name> + <value>10082</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacCyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacCyrillic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacCyrillic</name> + <value>10007</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacGreek1 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacGreek1"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacGreek1</name> + <value>10006</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacHebrew {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacHebrew"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacHebrew</name> + <value>10005</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacIcelandic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacIcelandic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacIcelandic</name> + <value>10079</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacJapanese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacJapanese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacJapanese</name> + <value>10001</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacKorean {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacKorean"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacKorean</name> + <value>10003</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacLatin2 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacLatin2"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacLatin2</name> + <value>10029</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacRoman {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacRoman"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacRoman</name> + <value>10000</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacRomania {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacRomania"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacRomania</name> + <value>10010</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacSimplifiedChineseGB2312 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacSimplifiedChineseGB2312"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacSimplifiedChineseGB2312</name> + <value>10008</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacTraditionalChineseBig5 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacTraditionalChineseBig5"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacTraditionalChineseBig5</name> + <value>10002</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacTurkish {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacTurkish"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacTurkish</name> + <value>10081</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingMacUkraine {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingMacUkraine"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingMacUkraine</name> + <value>10017</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMArabic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMArabic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMArabic</name> + <value>864</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMBaltic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMBaltic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMBaltic</name> + <value>775</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMCanadianFrench {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMCanadianFrench"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMCanadianFrench</name> + <value>863</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMCyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMCyrillic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMCyrillic</name> + <value>855</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMCyrillicII {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMCyrillicII"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMCyrillicII</name> + <value>866</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMGreek437G {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMGreek437G"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMGreek437G</name> + <value>737</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMHebrew {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMHebrew"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMHebrew</name> + <value>862</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMIcelandic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMIcelandic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMIcelandic</name> + <value>861</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMModernGreek {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMModernGreek"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMModernGreek</name> + <value>869</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMMultilingualLatinI {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMMultilingualLatinI"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMMultilingualLatinI</name> + <value>850</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMMultilingualLatinII {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMMultilingualLatinII"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMMultilingualLatinII</name> + <value>852</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMNordic {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMNordic"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMNordic</name> + <value>865</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMPortuguese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMPortuguese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMPortuguese</name> + <value>860</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMTurkish {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMTurkish"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMTurkish</name> + <value>857</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingOEMUnitedStates {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingOEMUnitedStates"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingOEMUnitedStates</name> + <value>437</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingSimplifiedChineseAutoDetect {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingSimplifiedChineseAutoDetect"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingSimplifiedChineseAutoDetect</name> + <value>50936</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingSimplifiedChineseGB18030 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingSimplifiedChineseGB18030"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingSimplifiedChineseGB18030</name> + <value>54936</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingSimplifiedChineseGBK {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingSimplifiedChineseGBK"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingSimplifiedChineseGBK</name> + <value>936</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingT61 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingT61"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingT61</name> + <value>20261</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingTaiwanCNS {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingTaiwanCNS"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingTaiwanCNS</name> + <value>20000</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingTaiwanEten {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingTaiwanEten"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingTaiwanEten</name> + <value>20002</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingTaiwanIBM5550 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingTaiwanIBM5550"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingTaiwanIBM5550</name> + <value>20003</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingTaiwanTCA {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingTaiwanTCA"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingTaiwanTCA</name> + <value>20001</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingTaiwanTeleText {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingTaiwanTeleText"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingTaiwanTeleText</name> + <value>20004</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingTaiwanWang {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingTaiwanWang"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingTaiwanWang</name> + <value>20005</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingThai {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingThai"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingThai</name> + <value>874</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingTraditionalChineseAutoDetect {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingTraditionalChineseAutoDetect"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingTraditionalChineseAutoDetect</name> + <value>50950</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingTraditionalChineseBig5 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingTraditionalChineseBig5"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingTraditionalChineseBig5</name> + <value>950</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingTurkish {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingTurkish"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingTurkish</name> + <value>1254</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingUnicodeBigEndian {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingUnicodeBigEndian"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingUnicodeBigEndian</name> + <value>1201</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingUnicodeLittleEndian {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingUnicodeLittleEndian"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingUnicodeLittleEndian</name> + <value>1200</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingUSASCII {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingUSASCII"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingUSASCII</name> + <value>20127</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingUTF7 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingUTF7"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingUTF7</name> + <value>65000</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingUTF8 {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingUTF8"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingUTF8</name> + <value>65001</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingVietnamese {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingVietnamese"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingVietnamese</name> + <value>1258</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEncodingWestern {Constant}--> + <element type="constant"> + <source id="Office.MsoEncoding.msoEncodingWestern"> + <context kind="enumeration">MsoEncoding</context> + <name>msoEncodingWestern</name> + <value>1252</value> + </source> + <destination designation="identity" /> + </element> + <!--Class::MsoEnvelope--> + <element type="class"> + <source id="Office.MsoEnvelope"> + <name>MsoEnvelope</name> + </source> + <destination designation="identity" /> + </element> + <!--property::MsoEnvelope.CommandBars {ReadOnly}--> + <element type="property"> + <source id="Office.MsoEnvelope.CommandBars"> + <context kind="class">MsoEnvelope</context> + <name>CommandBars</name> + <type>Object</type> + </source> + </element> + <!--method::MsoEnvelope.EnvelopeHide--> + <element type="method"> + <source id="Office.MsoEnvelope.EnvelopeHide"> + <context kind="class">MsoEnvelope</context> + <name>EnvelopeHide</name> + <type>void</type> + </source> + </element> + <!--method::MsoEnvelope.EnvelopeShow--> + <element type="method"> + <source id="Office.MsoEnvelope.EnvelopeShow"> + <context kind="class">MsoEnvelope</context> + <name>EnvelopeShow</name> + <type>void</type> + </source> + </element> + <!--property::MsoEnvelope.Introduction--> + <element type="property"> + <source id="Office.MsoEnvelope.Introduction"> + <context kind="class">MsoEnvelope</context> + <name>Introduction</name> + <type>String</type> + </source> + </element> + <!--property::MsoEnvelope.Item {ReadOnly}--> + <element type="property"> + <source id="Office.MsoEnvelope.Item"> + <context kind="class">MsoEnvelope</context> + <name>Item</name> + <type>Object</type> + </source> + </element> + <!--property::MsoEnvelope.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.MsoEnvelope.Parent"> + <context kind="class">MsoEnvelope</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--enum::MsoExtraInfoMethod {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoExtraInfoMethod"> + <name>MsoExtraInfoMethod</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMethodGet {Constant}--> + <element type="constant"> + <source id="Office.MsoExtraInfoMethod.msoMethodGet"> + <context kind="enumeration">MsoExtraInfoMethod</context> + <name>msoMethodGet</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMethodPost {Constant}--> + <element type="constant"> + <source id="Office.MsoExtraInfoMethod.msoMethodPost"> + <context kind="enumeration">MsoExtraInfoMethod</context> + <name>msoMethodPost</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoExtrusionColorType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoExtrusionColorType"> + <name>MsoExtrusionColorType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionColorAutomatic {Constant}--> + <element type="constant"> + <source id="Office.MsoExtrusionColorType.msoExtrusionColorAutomatic"> + <context kind="enumeration">MsoExtrusionColorType</context> + <name>msoExtrusionColorAutomatic</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionColorCustom {Constant}--> + <element type="constant"> + <source id="Office.MsoExtrusionColorType.msoExtrusionColorCustom"> + <context kind="enumeration">MsoExtrusionColorType</context> + <name>msoExtrusionColorCustom</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionColorTypeMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoExtrusionColorType.msoExtrusionColorTypeMixed"> + <context kind="enumeration">MsoExtrusionColorType</context> + <name>msoExtrusionColorTypeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFarEastLineBreakLanguageID {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFarEastLineBreakLanguageID"> + <name>MsoFarEastLineBreakLanguageID</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFarEastLineBreakLanguageJapanese {Constant}--> + <element type="constant"> + <source id="Office.MsoFarEastLineBreakLanguageID.MsoFarEastLineBreakLanguageJapanese"> + <context kind="enumeration">MsoFarEastLineBreakLanguageID</context> + <name>MsoFarEastLineBreakLanguageJapanese</name> + <value>1041</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFarEastLineBreakLanguageKorean {Constant}--> + <element type="constant"> + <source id="Office.MsoFarEastLineBreakLanguageID.MsoFarEastLineBreakLanguageKorean"> + <context kind="enumeration">MsoFarEastLineBreakLanguageID</context> + <name>MsoFarEastLineBreakLanguageKorean</name> + <value>1042</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFarEastLineBreakLanguageSimplifiedChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoFarEastLineBreakLanguageID.MsoFarEastLineBreakLanguageSimplifiedChinese"> + <context kind="enumeration">MsoFarEastLineBreakLanguageID</context> + <name>MsoFarEastLineBreakLanguageSimplifiedChinese</name> + <value>2052</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFarEastLineBreakLanguageTraditionalChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoFarEastLineBreakLanguageID.MsoFarEastLineBreakLanguageTraditionalChinese"> + <context kind="enumeration">MsoFarEastLineBreakLanguageID</context> + <name>MsoFarEastLineBreakLanguageTraditionalChinese</name> + <value>1028</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFeatureInstall {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFeatureInstall"> + <name>MsoFeatureInstall</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFeatureInstallNone {Constant}--> + <element type="constant"> + <source id="Office.MsoFeatureInstall.msoFeatureInstallNone"> + <context kind="enumeration">MsoFeatureInstall</context> + <name>msoFeatureInstallNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFeatureInstallOnDemand {Constant}--> + <element type="constant"> + <source id="Office.MsoFeatureInstall.msoFeatureInstallOnDemand"> + <context kind="enumeration">MsoFeatureInstall</context> + <name>msoFeatureInstallOnDemand</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFeatureInstallOnDemandWithUI {Constant}--> + <element type="constant"> + <source id="Office.MsoFeatureInstall.msoFeatureInstallOnDemandWithUI"> + <context kind="enumeration">MsoFeatureInstall</context> + <name>msoFeatureInstallOnDemandWithUI</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFileDialogType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFileDialogType"> + <name>MsoFileDialogType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogFilePicker {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogType.msoFileDialogFilePicker"> + <context kind="enumeration">MsoFileDialogType</context> + <name>msoFileDialogFilePicker</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogFolderPicker {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogType.msoFileDialogFolderPicker"> + <context kind="enumeration">MsoFileDialogType</context> + <name>msoFileDialogFolderPicker</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogOpen {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogType.msoFileDialogOpen"> + <context kind="enumeration">MsoFileDialogType</context> + <name>msoFileDialogOpen</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogSaveAs {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogType.msoFileDialogSaveAs"> + <context kind="enumeration">MsoFileDialogType</context> + <name>msoFileDialogSaveAs</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFileDialogView {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFileDialogView"> + <name>MsoFileDialogView</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogViewDetails {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogView.msoFileDialogViewDetails"> + <context kind="enumeration">MsoFileDialogView</context> + <name>msoFileDialogViewDetails</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogViewLargeIcons {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogView.msoFileDialogViewLargeIcons"> + <context kind="enumeration">MsoFileDialogView</context> + <name>msoFileDialogViewLargeIcons</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogViewList {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogView.msoFileDialogViewList"> + <context kind="enumeration">MsoFileDialogView</context> + <name>msoFileDialogViewList</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogViewPreview {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogView.msoFileDialogViewPreview"> + <context kind="enumeration">MsoFileDialogView</context> + <name>msoFileDialogViewPreview</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogViewProperties {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogView.msoFileDialogViewProperties"> + <context kind="enumeration">MsoFileDialogView</context> + <name>msoFileDialogViewProperties</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogViewSmallIcons {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogView.msoFileDialogViewSmallIcons"> + <context kind="enumeration">MsoFileDialogView</context> + <name>msoFileDialogViewSmallIcons</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogViewThumbnail {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogView.msoFileDialogViewThumbnail"> + <context kind="enumeration">MsoFileDialogView</context> + <name>msoFileDialogViewThumbnail</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogViewTiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogView.msoFileDialogViewTiles"> + <context kind="enumeration">MsoFileDialogView</context> + <name>msoFileDialogViewTiles</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileDialogViewWebView {Constant}--> + <element type="constant"> + <source id="Office.MsoFileDialogView.msoFileDialogViewWebView"> + <context kind="enumeration">MsoFileDialogView</context> + <name>msoFileDialogViewWebView</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFileFindListBy {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFileFindListBy"> + <name>MsoFileFindListBy</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoListbyName {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindListBy.msoListbyName"> + <context kind="enumeration">MsoFileFindListBy</context> + <name>msoListbyName</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoListbyTitle {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindListBy.msoListbyTitle"> + <context kind="enumeration">MsoFileFindListBy</context> + <name>msoListbyTitle</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFileFindOptions {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFileFindOptions"> + <name>MsoFileFindOptions</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOptionsAdd {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindOptions.msoOptionsAdd"> + <context kind="enumeration">MsoFileFindOptions</context> + <name>msoOptionsAdd</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOptionsNew {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindOptions.msoOptionsNew"> + <context kind="enumeration">MsoFileFindOptions</context> + <name>msoOptionsNew</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOptionsWithin {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindOptions.msoOptionsWithin"> + <context kind="enumeration">MsoFileFindOptions</context> + <name>msoOptionsWithin</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFileFindSortBy {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFileFindSortBy"> + <name>MsoFileFindSortBy</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileFindSortbyAuthor {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindSortBy.msoFileFindSortbyAuthor"> + <context kind="enumeration">MsoFileFindSortBy</context> + <name>msoFileFindSortbyAuthor</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileFindSortbyDateCreated {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindSortBy.msoFileFindSortbyDateCreated"> + <context kind="enumeration">MsoFileFindSortBy</context> + <name>msoFileFindSortbyDateCreated</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileFindSortbyDateSaved {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindSortBy.msoFileFindSortbyDateSaved"> + <context kind="enumeration">MsoFileFindSortBy</context> + <name>msoFileFindSortbyDateSaved</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileFindSortbyFileName {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindSortBy.msoFileFindSortbyFileName"> + <context kind="enumeration">MsoFileFindSortBy</context> + <name>msoFileFindSortbyFileName</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileFindSortbyLastSavedBy {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindSortBy.msoFileFindSortbyLastSavedBy"> + <context kind="enumeration">MsoFileFindSortBy</context> + <name>msoFileFindSortbyLastSavedBy</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileFindSortbySize {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindSortBy.msoFileFindSortbySize"> + <context kind="enumeration">MsoFileFindSortBy</context> + <name>msoFileFindSortbySize</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileFindSortbyTitle {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindSortBy.msoFileFindSortbyTitle"> + <context kind="enumeration">MsoFileFindSortBy</context> + <name>msoFileFindSortbyTitle</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFileFindView {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFileFindView"> + <name>MsoFileFindView</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoViewFileInfo {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindView.msoViewFileInfo"> + <context kind="enumeration">MsoFileFindView</context> + <name>msoViewFileInfo</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoViewPreview {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindView.msoViewPreview"> + <context kind="enumeration">MsoFileFindView</context> + <name>msoViewPreview</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoViewSummaryInfo {Constant}--> + <element type="constant"> + <source id="Office.MsoFileFindView.msoViewSummaryInfo"> + <context kind="enumeration">MsoFileFindView</context> + <name>msoViewSummaryInfo</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFileNewAction {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFileNewAction"> + <name>MsoFileNewAction</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCreateNewFile {Constant}--> + <element type="constant"> + <source id="Office.MsoFileNewAction.msoCreateNewFile"> + <context kind="enumeration">MsoFileNewAction</context> + <name>msoCreateNewFile</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEditFile {Constant}--> + <element type="constant"> + <source id="Office.MsoFileNewAction.msoEditFile"> + <context kind="enumeration">MsoFileNewAction</context> + <name>msoEditFile</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOpenFile {Constant}--> + <element type="constant"> + <source id="Office.MsoFileNewAction.msoOpenFile"> + <context kind="enumeration">MsoFileNewAction</context> + <name>msoOpenFile</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFileNewSection {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFileNewSection"> + <name>MsoFileNewSection</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBottomSection {Constant}--> + <element type="constant"> + <source id="Office.MsoFileNewSection.msoBottomSection"> + <context kind="enumeration">MsoFileNewSection</context> + <name>msoBottomSection</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoNew {Constant}--> + <element type="constant"> + <source id="Office.MsoFileNewSection.msoNew"> + <context kind="enumeration">MsoFileNewSection</context> + <name>msoNew</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoNewfromExistingFile {Constant}--> + <element type="constant"> + <source id="Office.MsoFileNewSection.msoNewfromExistingFile"> + <context kind="enumeration">MsoFileNewSection</context> + <name>msoNewfromExistingFile</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoNewfromTemplate {Constant}--> + <element type="constant"> + <source id="Office.MsoFileNewSection.msoNewfromTemplate"> + <context kind="enumeration">MsoFileNewSection</context> + <name>msoNewfromTemplate</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOpenDocument {Constant}--> + <element type="constant"> + <source id="Office.MsoFileNewSection.msoOpenDocument"> + <context kind="enumeration">MsoFileNewSection</context> + <name>msoOpenDocument</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFileType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFileType"> + <name>MsoFileType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeAllFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeAllFiles"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeAllFiles</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeBinders {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeBinders"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeBinders</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeCalendarItem {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeCalendarItem"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeCalendarItem</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeContactItem {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeContactItem"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeContactItem</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeDatabases {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeDatabases"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeDatabases</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeDataConnectionFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeDataConnectionFiles"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeDataConnectionFiles</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeDesignerFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeDesignerFiles"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeDesignerFiles</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeDocumentImagingFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeDocumentImagingFiles"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeDocumentImagingFiles</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeExcelWorkbooks {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeExcelWorkbooks"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeExcelWorkbooks</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeJournalItem {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeJournalItem"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeJournalItem</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeMailItem {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeMailItem"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeMailItem</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeNoteItem {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeNoteItem"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeNoteItem</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeOfficeFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeOfficeFiles"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeOfficeFiles</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeOutlookItems {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeOutlookItems"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeOutlookItems</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypePhotoDrawFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypePhotoDrawFiles"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypePhotoDrawFiles</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypePowerPointPresentations {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypePowerPointPresentations"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypePowerPointPresentations</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeProjectFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeProjectFiles"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeProjectFiles</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypePublisherFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypePublisherFiles"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypePublisherFiles</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeTaskItem {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeTaskItem"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeTaskItem</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeTemplates {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeTemplates"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeTemplates</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeVisioFiles {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeVisioFiles"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeVisioFiles</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeWebPages {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeWebPages"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeWebPages</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFileTypeWordDocuments {Constant}--> + <element type="constant"> + <source id="Office.MsoFileType.msoFileTypeWordDocuments"> + <context kind="enumeration">MsoFileType</context> + <name>msoFileTypeWordDocuments</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFillType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFillType"> + <name>MsoFillType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFillBackground {Constant}--> + <element type="constant"> + <source id="Office.MsoFillType.msoFillBackground"> + <context kind="enumeration">MsoFillType</context> + <name>msoFillBackground</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFillGradient {Constant}--> + <element type="constant"> + <source id="Office.MsoFillType.msoFillGradient"> + <context kind="enumeration">MsoFillType</context> + <name>msoFillGradient</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFillMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoFillType.msoFillMixed"> + <context kind="enumeration">MsoFillType</context> + <name>msoFillMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFillPatterned {Constant}--> + <element type="constant"> + <source id="Office.MsoFillType.msoFillPatterned"> + <context kind="enumeration">MsoFillType</context> + <name>msoFillPatterned</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFillPicture {Constant}--> + <element type="constant"> + <source id="Office.MsoFillType.msoFillPicture"> + <context kind="enumeration">MsoFillType</context> + <name>msoFillPicture</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFillSolid {Constant}--> + <element type="constant"> + <source id="Office.MsoFillType.msoFillSolid"> + <context kind="enumeration">MsoFillType</context> + <name>msoFillSolid</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFillTextured {Constant}--> + <element type="constant"> + <source id="Office.MsoFillType.msoFillTextured"> + <context kind="enumeration">MsoFillType</context> + <name>msoFillTextured</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFilterComparison {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFilterComparison"> + <name>MsoFilterComparison</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonContains {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonContains"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonContains</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonEqual {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonEqual"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonEqual</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonGreaterThan {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonGreaterThan"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonGreaterThan</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonGreaterThanEqual {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonGreaterThanEqual"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonGreaterThanEqual</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonIsBlank {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonIsBlank"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonIsBlank</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonIsNotBlank {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonIsNotBlank"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonIsNotBlank</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonLessThan {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonLessThan"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonLessThan</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonLessThanEqual {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonLessThanEqual"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonLessThanEqual</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonNotContains {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonNotContains"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonNotContains</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterComparisonNotEqual {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterComparison.msoFilterComparisonNotEqual"> + <context kind="enumeration">MsoFilterComparison</context> + <name>msoFilterComparisonNotEqual</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFilterConjunction {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFilterConjunction"> + <name>MsoFilterConjunction</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterConjunctionAnd {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterConjunction.msoFilterConjunctionAnd"> + <context kind="enumeration">MsoFilterConjunction</context> + <name>msoFilterConjunctionAnd</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFilterConjunctionOr {Constant}--> + <element type="constant"> + <source id="Office.MsoFilterConjunction.msoFilterConjunctionOr"> + <context kind="enumeration">MsoFilterConjunction</context> + <name>msoFilterConjunctionOr</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoFlipCmd {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoFlipCmd"> + <name>MsoFlipCmd</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFlipHorizontal {Constant}--> + <element type="constant"> + <source id="Office.MsoFlipCmd.msoFlipHorizontal"> + <context kind="enumeration">MsoFlipCmd</context> + <name>msoFlipHorizontal</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFlipVertical {Constant}--> + <element type="constant"> + <source id="Office.MsoFlipCmd.msoFlipVertical"> + <context kind="enumeration">MsoFlipCmd</context> + <name>msoFlipVertical</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoGradientColorType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoGradientColorType"> + <name>MsoGradientColorType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientColorMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientColorType.msoGradientColorMixed"> + <context kind="enumeration">MsoGradientColorType</context> + <name>msoGradientColorMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientOneColor {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientColorType.msoGradientOneColor"> + <context kind="enumeration">MsoGradientColorType</context> + <name>msoGradientOneColor</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientPresetColors {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientColorType.msoGradientPresetColors"> + <context kind="enumeration">MsoGradientColorType</context> + <name>msoGradientPresetColors</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientTwoColors {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientColorType.msoGradientTwoColors"> + <context kind="enumeration">MsoGradientColorType</context> + <name>msoGradientTwoColors</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoGradientStyle {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoGradientStyle"> + <name>MsoGradientStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientDiagonalDown {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientStyle.msoGradientDiagonalDown"> + <context kind="enumeration">MsoGradientStyle</context> + <name>msoGradientDiagonalDown</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientDiagonalUp {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientStyle.msoGradientDiagonalUp"> + <context kind="enumeration">MsoGradientStyle</context> + <name>msoGradientDiagonalUp</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientFromCenter {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientStyle.msoGradientFromCenter"> + <context kind="enumeration">MsoGradientStyle</context> + <name>msoGradientFromCenter</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientFromCorner {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientStyle.msoGradientFromCorner"> + <context kind="enumeration">MsoGradientStyle</context> + <name>msoGradientFromCorner</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientFromTitle {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientStyle.msoGradientFromTitle"> + <context kind="enumeration">MsoGradientStyle</context> + <name>msoGradientFromTitle</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientHorizontal {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientStyle.msoGradientHorizontal"> + <context kind="enumeration">MsoGradientStyle</context> + <name>msoGradientHorizontal</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientStyle.msoGradientMixed"> + <context kind="enumeration">MsoGradientStyle</context> + <name>msoGradientMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientVertical {Constant}--> + <element type="constant"> + <source id="Office.MsoGradientStyle.msoGradientVertical"> + <context kind="enumeration">MsoGradientStyle</context> + <name>msoGradientVertical</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoHorizontalAnchor {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoHorizontalAnchor"> + <name>MsoHorizontalAnchor</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnchorCenter {Constant}--> + <element type="constant"> + <source id="Office.MsoHorizontalAnchor.msoAnchorCenter"> + <context kind="enumeration">MsoHorizontalAnchor</context> + <name>msoAnchorCenter</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnchorNone {Constant}--> + <element type="constant"> + <source id="Office.MsoHorizontalAnchor.msoAnchorNone"> + <context kind="enumeration">MsoHorizontalAnchor</context> + <name>msoAnchorNone</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoHorizontalAnchorMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoHorizontalAnchor.msoHorizontalAnchorMixed"> + <context kind="enumeration">MsoHorizontalAnchor</context> + <name>msoHorizontalAnchorMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoHTMLProjectOpen {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoHTMLProjectOpen"> + <name>MsoHTMLProjectOpen</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoHTMLProjectOpenSourceView {Constant}--> + <element type="constant"> + <source id="Office.MsoHTMLProjectOpen.msoHTMLProjectOpenSourceView"> + <context kind="enumeration">MsoHTMLProjectOpen</context> + <name>msoHTMLProjectOpenSourceView</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoHTMLProjectOpenTextView {Constant}--> + <element type="constant"> + <source id="Office.MsoHTMLProjectOpen.msoHTMLProjectOpenTextView"> + <context kind="enumeration">MsoHTMLProjectOpen</context> + <name>msoHTMLProjectOpenTextView</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoHTMLProjectState {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoHTMLProjectState"> + <name>MsoHTMLProjectState</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoHTMLProjectStateDocumentLocked {Constant}--> + <element type="constant"> + <source id="Office.MsoHTMLProjectState.msoHTMLProjectStateDocumentLocked"> + <context kind="enumeration">MsoHTMLProjectState</context> + <name>msoHTMLProjectStateDocumentLocked</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoHTMLProjectStateDocumentProjectUnlocked {Constant}--> + <element type="constant"> + <source id="Office.MsoHTMLProjectState.msoHTMLProjectStateDocumentProjectUnlocked"> + <context kind="enumeration">MsoHTMLProjectState</context> + <name>msoHTMLProjectStateDocumentProjectUnlocked</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoHTMLProjectStateProjectLocked {Constant}--> + <element type="constant"> + <source id="Office.MsoHTMLProjectState.msoHTMLProjectStateProjectLocked"> + <context kind="enumeration">MsoHTMLProjectState</context> + <name>msoHTMLProjectStateProjectLocked</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoHyperlinkType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoHyperlinkType"> + <name>MsoHyperlinkType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoHyperlinkInlineShape {Constant}--> + <element type="constant"> + <source id="Office.MsoHyperlinkType.msoHyperlinkInlineShape"> + <context kind="enumeration">MsoHyperlinkType</context> + <name>msoHyperlinkInlineShape</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoHyperlinkRange {Constant}--> + <element type="constant"> + <source id="Office.MsoHyperlinkType.msoHyperlinkRange"> + <context kind="enumeration">MsoHyperlinkType</context> + <name>msoHyperlinkRange</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoHyperlinkShape {Constant}--> + <element type="constant"> + <source id="Office.MsoHyperlinkType.msoHyperlinkShape"> + <context kind="enumeration">MsoHyperlinkType</context> + <name>msoHyperlinkShape</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoIconType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoIconType"> + <name>MsoIconType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoIconAlert {Constant}--> + <element type="constant"> + <source id="Office.MsoIconType.msoIconAlert"> + <context kind="enumeration">MsoIconType</context> + <name>msoIconAlert</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoIconAlertCritical {Constant}--> + <element type="constant"> + <source id="Office.MsoIconType.msoIconAlertCritical"> + <context kind="enumeration">MsoIconType</context> + <name>msoIconAlertCritical</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoIconAlertInfo {Constant}--> + <element type="constant"> + <source id="Office.MsoIconType.msoIconAlertInfo"> + <context kind="enumeration">MsoIconType</context> + <name>msoIconAlertInfo</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoIconAlertQuery {Constant}--> + <element type="constant"> + <source id="Office.MsoIconType.msoIconAlertQuery"> + <context kind="enumeration">MsoIconType</context> + <name>msoIconAlertQuery</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoIconAlertWarning {Constant}--> + <element type="constant"> + <source id="Office.MsoIconType.msoIconAlertWarning"> + <context kind="enumeration">MsoIconType</context> + <name>msoIconAlertWarning</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoIconNone {Constant}--> + <element type="constant"> + <source id="Office.MsoIconType.msoIconNone"> + <context kind="enumeration">MsoIconType</context> + <name>msoIconNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoIconTip {Constant}--> + <element type="constant"> + <source id="Office.MsoIconType.msoIconTip"> + <context kind="enumeration">MsoIconType</context> + <name>msoIconTip</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoLanguageID {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoLanguageID"> + <name>MsoLanguageID</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDAfrikaans {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDAfrikaans"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDAfrikaans</name> + <value>1078</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDAlbanian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDAlbanian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDAlbanian</name> + <value>1052</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDAmharic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDAmharic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDAmharic</name> + <value>1118</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabic</name> + <value>1025</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicAlgeria {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicAlgeria"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicAlgeria</name> + <value>5121</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicBahrain {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicBahrain"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicBahrain</name> + <value>15361</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicEgypt {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicEgypt"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicEgypt</name> + <value>3073</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicIraq {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicIraq"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicIraq</name> + <value>2049</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicJordan {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicJordan"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicJordan</name> + <value>11265</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicKuwait {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicKuwait"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicKuwait</name> + <value>13313</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicLebanon {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicLebanon"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicLebanon</name> + <value>12289</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicLibya {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicLibya"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicLibya</name> + <value>4097</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicMorocco {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicMorocco"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicMorocco</name> + <value>6145</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicOman {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicOman"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicOman</name> + <value>8193</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicQatar {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicQatar"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicQatar</name> + <value>16385</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicSyria {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicSyria"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicSyria</name> + <value>10241</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicTunisia {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicTunisia"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicTunisia</name> + <value>7169</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicUAE {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicUAE"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicUAE</name> + <value>14337</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArabicYemen {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArabicYemen"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArabicYemen</name> + <value>9217</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDArmenian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDArmenian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDArmenian</name> + <value>1067</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDAssamese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDAssamese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDAssamese</name> + <value>1101</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDAzeriCyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDAzeriCyrillic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDAzeriCyrillic</name> + <value>2092</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDAzeriLatin {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDAzeriLatin"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDAzeriLatin</name> + <value>1068</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBasque {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBasque"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBasque</name> + <value>1069</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBelgianDutch {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBelgianDutch"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBelgianDutch</name> + <value>2067</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBelgianFrench {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBelgianFrench"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBelgianFrench</name> + <value>2060</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBengali {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBengali"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBengali</name> + <value>1093</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBosnian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBosnian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBosnian</name> + <value>4122</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBosnianBosniaHerzegovinaCyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBosnianBosniaHerzegovinaCyrillic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBosnianBosniaHerzegovinaCyrillic</name> + <value>8218</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBosnianBosniaHerzegovinaLatin {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBosnianBosniaHerzegovinaLatin"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBosnianBosniaHerzegovinaLatin</name> + <value>5146</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBrazilianPortuguese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBrazilianPortuguese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBrazilianPortuguese</name> + <value>1046</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBulgarian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBulgarian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBulgarian</name> + <value>1026</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDBurmese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDBurmese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDBurmese</name> + <value>1109</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDByelorussian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDByelorussian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDByelorussian</name> + <value>1059</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDCatalan {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDCatalan"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDCatalan</name> + <value>1027</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDCherokee {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDCherokee"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDCherokee</name> + <value>1116</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDChineseHongKongSAR {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDChineseHongKongSAR"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDChineseHongKongSAR</name> + <value>3076</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDChineseMacaoSAR {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDChineseMacaoSAR"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDChineseMacaoSAR</name> + <value>5124</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDChineseSingapore {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDChineseSingapore"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDChineseSingapore</name> + <value>4100</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDCroatian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDCroatian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDCroatian</name> + <value>1050</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDCzech {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDCzech"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDCzech</name> + <value>1029</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDDanish {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDDanish"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDDanish</name> + <value>1030</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDDivehi {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDDivehi"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDDivehi</name> + <value>1125</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDDutch {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDDutch"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDDutch</name> + <value>1043</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDDzongkhaBhutan {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDDzongkhaBhutan"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDDzongkhaBhutan</name> + <value>2129</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEdo {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEdo"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEdo</name> + <value>1126</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishAUS {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishAUS"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishAUS</name> + <value>3081</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishBelize {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishBelize"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishBelize</name> + <value>10249</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishCanadian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishCanadian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishCanadian</name> + <value>4105</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishCaribbean {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishCaribbean"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishCaribbean</name> + <value>9225</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishIndonesia {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishIndonesia"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishIndonesia</name> + <value>14345</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishIreland {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishIreland"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishIreland</name> + <value>6153</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishJamaica {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishJamaica"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishJamaica</name> + <value>8201</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishNewZealand {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishNewZealand"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishNewZealand</name> + <value>5129</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishPhilippines {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishPhilippines"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishPhilippines</name> + <value>13321</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishSouthAfrica {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishSouthAfrica"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishSouthAfrica</name> + <value>7177</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishTrinidadTobago {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishTrinidadTobago"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishTrinidadTobago</name> + <value>11273</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishUK {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishUK"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishUK</name> + <value>2057</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishUS {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishUS"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishUS</name> + <value>1033</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishZimbabwe {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEnglishZimbabwe"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEnglishZimbabwe</name> + <value>12297</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEstonian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDEstonian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDEstonian</name> + <value>1061</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFaeroese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFaeroese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFaeroese</name> + <value>1080</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFarsi {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFarsi"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFarsi</name> + <value>1065</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFilipino {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFilipino"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFilipino</name> + <value>1124</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFinnish {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFinnish"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFinnish</name> + <value>1035</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrench {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrench"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrench</name> + <value>1036</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchCameroon {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchCameroon"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchCameroon</name> + <value>11276</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchCanadian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchCanadian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchCanadian</name> + <value>3084</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchCotedIvoire {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchCotedIvoire"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchCotedIvoire</name> + <value>12300</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchHaiti {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchHaiti"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchHaiti</name> + <value>15372</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchLuxembourg {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchLuxembourg"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchLuxembourg</name> + <value>5132</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchMali {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchMali"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchMali</name> + <value>13324</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchMonaco {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchMonaco"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchMonaco</name> + <value>6156</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchMorocco {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchMorocco"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchMorocco</name> + <value>14348</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchReunion {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchReunion"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchReunion</name> + <value>8204</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchSenegal {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchSenegal"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchSenegal</name> + <value>10252</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchWestIndies {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchWestIndies"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchWestIndies</name> + <value>7180</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrenchZaire {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrenchZaire"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrenchZaire</name> + <value>9228</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFrisianNetherlands {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFrisianNetherlands"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFrisianNetherlands</name> + <value>1122</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDFulfulde {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDFulfulde"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDFulfulde</name> + <value>1127</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGaelicIreland {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGaelicIreland"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGaelicIreland</name> + <value>2108</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGaelicScotland {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGaelicScotland"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGaelicScotland</name> + <value>1084</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGalician {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGalician"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGalician</name> + <value>1110</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGeorgian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGeorgian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGeorgian</name> + <value>1079</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGerman {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGerman"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGerman</name> + <value>1031</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGermanAustria {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGermanAustria"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGermanAustria</name> + <value>3079</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGermanLiechtenstein {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGermanLiechtenstein"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGermanLiechtenstein</name> + <value>5127</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGermanLuxembourg {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGermanLuxembourg"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGermanLuxembourg</name> + <value>4103</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGreek {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGreek"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGreek</name> + <value>1032</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGuarani {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGuarani"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGuarani</name> + <value>1140</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDGujarati {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDGujarati"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDGujarati</name> + <value>1095</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDHausa {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDHausa"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDHausa</name> + <value>1128</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDHawaiian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDHawaiian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDHawaiian</name> + <value>1141</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDHebrew {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDHebrew"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDHebrew</name> + <value>1037</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDHindi {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDHindi"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDHindi</name> + <value>1081</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDHungarian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDHungarian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDHungarian</name> + <value>1038</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDIbibio {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDIbibio"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDIbibio</name> + <value>1129</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDIcelandic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDIcelandic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDIcelandic</name> + <value>1039</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDIgbo {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDIgbo"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDIgbo</name> + <value>1136</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDIndonesian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDIndonesian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDIndonesian</name> + <value>1057</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDInuktitut {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDInuktitut"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDInuktitut</name> + <value>1117</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDItalian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDItalian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDItalian</name> + <value>1040</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDJapanese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDJapanese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDJapanese</name> + <value>1041</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKannada {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKannada"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKannada</name> + <value>1099</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKanuri {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKanuri"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKanuri</name> + <value>1137</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKashmiri {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKashmiri"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKashmiri</name> + <value>1120</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKashmiriDevanagari {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKashmiriDevanagari"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKashmiriDevanagari</name> + <value>2144</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKazakh {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKazakh"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKazakh</name> + <value>1087</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKhmer {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKhmer"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKhmer</name> + <value>1107</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKirghiz {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKirghiz"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKirghiz</name> + <value>1088</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKonkani {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKonkani"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKonkani</name> + <value>1111</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKorean {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKorean"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKorean</name> + <value>1042</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDKyrgyz {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDKyrgyz"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDKyrgyz</name> + <value>1088</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDLao {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDLao"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDLao</name> + <value>1108</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDLatin {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDLatin"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDLatin</name> + <value>1142</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDLatvian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDLatvian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDLatvian</name> + <value>1062</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDLithuanian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDLithuanian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDLithuanian</name> + <value>1063</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMacedonian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMacedonian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMacedonian</name> + <value>1071</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMalayalam {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMalayalam"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMalayalam</name> + <value>1100</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMalayBruneiDarussalam {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMalayBruneiDarussalam"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMalayBruneiDarussalam</name> + <value>2110</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMalaysian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMalaysian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMalaysian</name> + <value>1086</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMaltese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMaltese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMaltese</name> + <value>1082</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDManipuri {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDManipuri"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDManipuri</name> + <value>1112</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMaori {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMaori"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMaori</name> + <value>1153</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMarathi {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMarathi"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMarathi</name> + <value>1102</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMexicanSpanish {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMexicanSpanish"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMexicanSpanish</name> + <value>2058</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMixed"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDMongolian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDMongolian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDMongolian</name> + <value>1104</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDNepali {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDNepali"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDNepali</name> + <value>1121</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDNone {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDNone"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDNoProofing {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDNoProofing"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDNoProofing</name> + <value>1024</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDNorwegianBokmol {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDNorwegianBokmol"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDNorwegianBokmol</name> + <value>1044</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDNorwegianNynorsk {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDNorwegianNynorsk"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDNorwegianNynorsk</name> + <value>2068</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDOriya {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDOriya"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDOriya</name> + <value>1096</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDOromo {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDOromo"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDOromo</name> + <value>1138</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDPashto {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDPashto"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDPashto</name> + <value>1123</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDPolish {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDPolish"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDPolish</name> + <value>1045</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDPortuguese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDPortuguese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDPortuguese</name> + <value>2070</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDPunjabi {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDPunjabi"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDPunjabi</name> + <value>1094</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDQuechuaBolivia {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDQuechuaBolivia"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDQuechuaBolivia</name> + <value>1131</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDQuechuaEcuador {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDQuechuaEcuador"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDQuechuaEcuador</name> + <value>2155</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDQuechuaPeru {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDQuechuaPeru"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDQuechuaPeru</name> + <value>3179</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDRhaetoRomanic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDRhaetoRomanic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDRhaetoRomanic</name> + <value>1047</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDRomanian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDRomanian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDRomanian</name> + <value>1048</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDRomanianMoldova {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDRomanianMoldova"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDRomanianMoldova</name> + <value>2072</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDRussian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDRussian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDRussian</name> + <value>1049</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDRussianMoldova {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDRussianMoldova"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDRussianMoldova</name> + <value>2073</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSamiLappish {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSamiLappish"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSamiLappish</name> + <value>1083</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSanskrit {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSanskrit"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSanskrit</name> + <value>1103</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSepedi {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSepedi"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSepedi</name> + <value>1132</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSerbianBosniaHerzegovinaCyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSerbianBosniaHerzegovinaCyrillic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSerbianBosniaHerzegovinaCyrillic</name> + <value>7194</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSerbianBosniaHerzegovinaLatin {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSerbianBosniaHerzegovinaLatin"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSerbianBosniaHerzegovinaLatin</name> + <value>6170</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSerbianCyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSerbianCyrillic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSerbianCyrillic</name> + <value>3098</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSerbianLatin {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSerbianLatin"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSerbianLatin</name> + <value>2074</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSesotho {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSesotho"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSesotho</name> + <value>1072</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSimplifiedChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSimplifiedChinese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSimplifiedChinese</name> + <value>2052</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSindhi {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSindhi"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSindhi</name> + <value>1113</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSindhiPakistan {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSindhiPakistan"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSindhiPakistan</name> + <value>2137</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSinhalese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSinhalese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSinhalese</name> + <value>1115</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSlovak {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSlovak"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSlovak</name> + <value>1051</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSlovenian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSlovenian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSlovenian</name> + <value>1060</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSomali {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSomali"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSomali</name> + <value>1143</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSorbian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSorbian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSorbian</name> + <value>1070</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanish {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanish"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanish</name> + <value>1034</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishArgentina {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishArgentina"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishArgentina</name> + <value>11274</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishBolivia {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishBolivia"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishBolivia</name> + <value>16394</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishChile {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishChile"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishChile</name> + <value>13322</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishColombia {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishColombia"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishColombia</name> + <value>9226</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishCostaRica {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishCostaRica"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishCostaRica</name> + <value>5130</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishDominicanRepublic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishDominicanRepublic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishDominicanRepublic</name> + <value>7178</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishEcuador {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishEcuador"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishEcuador</name> + <value>12298</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishElSalvador {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishElSalvador"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishElSalvador</name> + <value>17418</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishGuatemala {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishGuatemala"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishGuatemala</name> + <value>4106</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishHonduras {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishHonduras"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishHonduras</name> + <value>18442</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishModernSort {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishModernSort"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishModernSort</name> + <value>3082</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishNicaragua {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishNicaragua"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishNicaragua</name> + <value>19466</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishPanama {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishPanama"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishPanama</name> + <value>6154</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishParaguay {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishParaguay"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishParaguay</name> + <value>15370</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishPeru {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishPeru"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishPeru</name> + <value>10250</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishPuertoRico {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishPuertoRico"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishPuertoRico</name> + <value>20490</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishUruguay {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishUruguay"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishUruguay</name> + <value>14346</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSpanishVenezuela {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSpanishVenezuela"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSpanishVenezuela</name> + <value>8202</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSutu {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSutu"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSutu</name> + <value>1072</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSwahili {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSwahili"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSwahili</name> + <value>1089</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSwedish {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSwedish"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSwedish</name> + <value>1053</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSwedishFinland {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSwedishFinland"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSwedishFinland</name> + <value>2077</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSwissFrench {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSwissFrench"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSwissFrench</name> + <value>4108</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSwissGerman {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSwissGerman"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSwissGerman</name> + <value>2055</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSwissItalian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSwissItalian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSwissItalian</name> + <value>2064</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDSyriac {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDSyriac"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDSyriac</name> + <value>1114</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTajik {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTajik"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTajik</name> + <value>1064</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTamazight {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTamazight"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTamazight</name> + <value>1119</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTamazightLatin {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTamazightLatin"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTamazightLatin</name> + <value>2143</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTamil {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTamil"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTamil</name> + <value>1097</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTatar {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTatar"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTatar</name> + <value>1092</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTelugu {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTelugu"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTelugu</name> + <value>1098</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDThai {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDThai"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDThai</name> + <value>1054</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTibetan {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTibetan"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTibetan</name> + <value>1105</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTigrignaEritrea {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTigrignaEritrea"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTigrignaEritrea</name> + <value>2163</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTigrignaEthiopic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTigrignaEthiopic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTigrignaEthiopic</name> + <value>1139</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTraditionalChinese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTraditionalChinese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTraditionalChinese</name> + <value>1028</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTsonga {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTsonga"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTsonga</name> + <value>1073</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTswana {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTswana"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTswana</name> + <value>1074</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTurkish {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTurkish"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTurkish</name> + <value>1055</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDTurkmen {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDTurkmen"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDTurkmen</name> + <value>1090</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDUkrainian {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDUkrainian"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDUkrainian</name> + <value>1058</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDUrdu {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDUrdu"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDUrdu</name> + <value>1056</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDUzbekCyrillic {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDUzbekCyrillic"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDUzbekCyrillic</name> + <value>2115</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDUzbekLatin {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDUzbekLatin"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDUzbekLatin</name> + <value>1091</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDVenda {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDVenda"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDVenda</name> + <value>1075</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDVietnamese {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDVietnamese"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDVietnamese</name> + <value>1066</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDWelsh {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDWelsh"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDWelsh</name> + <value>1106</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDXhosa {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDXhosa"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDXhosa</name> + <value>1076</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDYi {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDYi"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDYi</name> + <value>1144</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDYiddish {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDYiddish"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDYiddish</name> + <value>1085</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDYoruba {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDYoruba"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDYoruba</name> + <value>1130</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDZulu {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageID.msoLanguageIDZulu"> + <context kind="enumeration">MsoLanguageID</context> + <name>msoLanguageIDZulu</name> + <value>1077</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoLanguageIDHidden {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoLanguageIDHidden"> + <name>MsoLanguageIDHidden</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDChineseHongKong {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageIDHidden.msoLanguageIDChineseHongKong"> + <context kind="enumeration">MsoLanguageIDHidden</context> + <name>msoLanguageIDChineseHongKong</name> + <value>3076</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDChineseMacao {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageIDHidden.msoLanguageIDChineseMacao"> + <context kind="enumeration">MsoLanguageIDHidden</context> + <name>msoLanguageIDChineseMacao</name> + <value>5124</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLanguageIDEnglishTrinidad {Constant}--> + <element type="constant"> + <source id="Office.MsoLanguageIDHidden.msoLanguageIDEnglishTrinidad"> + <context kind="enumeration">MsoLanguageIDHidden</context> + <name>msoLanguageIDEnglishTrinidad</name> + <value>11273</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoLastModified {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoLastModified"> + <name>MsoLastModified</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLastModifiedAnyTime {Constant}--> + <element type="constant"> + <source id="Office.MsoLastModified.msoLastModifiedAnyTime"> + <context kind="enumeration">MsoLastModified</context> + <name>msoLastModifiedAnyTime</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLastModifiedLastMonth {Constant}--> + <element type="constant"> + <source id="Office.MsoLastModified.msoLastModifiedLastMonth"> + <context kind="enumeration">MsoLastModified</context> + <name>msoLastModifiedLastMonth</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLastModifiedLastWeek {Constant}--> + <element type="constant"> + <source id="Office.MsoLastModified.msoLastModifiedLastWeek"> + <context kind="enumeration">MsoLastModified</context> + <name>msoLastModifiedLastWeek</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLastModifiedThisMonth {Constant}--> + <element type="constant"> + <source id="Office.MsoLastModified.msoLastModifiedThisMonth"> + <context kind="enumeration">MsoLastModified</context> + <name>msoLastModifiedThisMonth</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLastModifiedThisWeek {Constant}--> + <element type="constant"> + <source id="Office.MsoLastModified.msoLastModifiedThisWeek"> + <context kind="enumeration">MsoLastModified</context> + <name>msoLastModifiedThisWeek</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLastModifiedToday {Constant}--> + <element type="constant"> + <source id="Office.MsoLastModified.msoLastModifiedToday"> + <context kind="enumeration">MsoLastModified</context> + <name>msoLastModifiedToday</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLastModifiedYesterday {Constant}--> + <element type="constant"> + <source id="Office.MsoLastModified.msoLastModifiedYesterday"> + <context kind="enumeration">MsoLastModified</context> + <name>msoLastModifiedYesterday</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoLineDashStyle {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoLineDashStyle"> + <name>MsoLineDashStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineDash {Constant}--> + <element type="constant"> + <source id="Office.MsoLineDashStyle.msoLineDash"> + <context kind="enumeration">MsoLineDashStyle</context> + <name>msoLineDash</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineDashDot {Constant}--> + <element type="constant"> + <source id="Office.MsoLineDashStyle.msoLineDashDot"> + <context kind="enumeration">MsoLineDashStyle</context> + <name>msoLineDashDot</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineDashDotDot {Constant}--> + <element type="constant"> + <source id="Office.MsoLineDashStyle.msoLineDashDotDot"> + <context kind="enumeration">MsoLineDashStyle</context> + <name>msoLineDashDotDot</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineDashStyleMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoLineDashStyle.msoLineDashStyleMixed"> + <context kind="enumeration">MsoLineDashStyle</context> + <name>msoLineDashStyleMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineLongDash {Constant}--> + <element type="constant"> + <source id="Office.MsoLineDashStyle.msoLineLongDash"> + <context kind="enumeration">MsoLineDashStyle</context> + <name>msoLineLongDash</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineLongDashDot {Constant}--> + <element type="constant"> + <source id="Office.MsoLineDashStyle.msoLineLongDashDot"> + <context kind="enumeration">MsoLineDashStyle</context> + <name>msoLineLongDashDot</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineRoundDot {Constant}--> + <element type="constant"> + <source id="Office.MsoLineDashStyle.msoLineRoundDot"> + <context kind="enumeration">MsoLineDashStyle</context> + <name>msoLineRoundDot</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineSolid {Constant}--> + <element type="constant"> + <source id="Office.MsoLineDashStyle.msoLineSolid"> + <context kind="enumeration">MsoLineDashStyle</context> + <name>msoLineSolid</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineSquareDot {Constant}--> + <element type="constant"> + <source id="Office.MsoLineDashStyle.msoLineSquareDot"> + <context kind="enumeration">MsoLineDashStyle</context> + <name>msoLineSquareDot</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoLineStyle {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoLineStyle"> + <name>MsoLineStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineSingle {Constant}--> + <element type="constant"> + <source id="Office.MsoLineStyle.msoLineSingle"> + <context kind="enumeration">MsoLineStyle</context> + <name>msoLineSingle</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineStyleMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoLineStyle.msoLineStyleMixed"> + <context kind="enumeration">MsoLineStyle</context> + <name>msoLineStyleMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineThickBetweenThin {Constant}--> + <element type="constant"> + <source id="Office.MsoLineStyle.msoLineThickBetweenThin"> + <context kind="enumeration">MsoLineStyle</context> + <name>msoLineThickBetweenThin</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineThickThin {Constant}--> + <element type="constant"> + <source id="Office.MsoLineStyle.msoLineThickThin"> + <context kind="enumeration">MsoLineStyle</context> + <name>msoLineThickThin</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineThinThick {Constant}--> + <element type="constant"> + <source id="Office.MsoLineStyle.msoLineThinThick"> + <context kind="enumeration">MsoLineStyle</context> + <name>msoLineThinThick</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLineThinThin {Constant}--> + <element type="constant"> + <source id="Office.MsoLineStyle.msoLineThinThin"> + <context kind="enumeration">MsoLineStyle</context> + <name>msoLineThinThin</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoMenuAnimation {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoMenuAnimation"> + <name>MsoMenuAnimation</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMenuAnimationNone {Constant}--> + <element type="constant"> + <source id="Office.MsoMenuAnimation.msoMenuAnimationNone"> + <context kind="enumeration">MsoMenuAnimation</context> + <name>msoMenuAnimationNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMenuAnimationRandom {Constant}--> + <element type="constant"> + <source id="Office.MsoMenuAnimation.msoMenuAnimationRandom"> + <context kind="enumeration">MsoMenuAnimation</context> + <name>msoMenuAnimationRandom</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMenuAnimationSlide {Constant}--> + <element type="constant"> + <source id="Office.MsoMenuAnimation.msoMenuAnimationSlide"> + <context kind="enumeration">MsoMenuAnimation</context> + <name>msoMenuAnimationSlide</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMenuAnimationUnfold {Constant}--> + <element type="constant"> + <source id="Office.MsoMenuAnimation.msoMenuAnimationUnfold"> + <context kind="enumeration">MsoMenuAnimation</context> + <name>msoMenuAnimationUnfold</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoMixedType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoMixedType"> + <name>MsoMixedType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoIntegerMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoMixedType.msoIntegerMixed"> + <context kind="enumeration">MsoMixedType</context> + <name>msoIntegerMixed</name> + <value>32768</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSingleMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoMixedType.msoSingleMixed"> + <context kind="enumeration">MsoMixedType</context> + <name>msoSingleMixed</name> + <value>-2147483648</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoModeType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoModeType"> + <name>MsoModeType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoModeAutoDown {Constant}--> + <element type="constant"> + <source id="Office.MsoModeType.msoModeAutoDown"> + <context kind="enumeration">MsoModeType</context> + <name>msoModeAutoDown</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoModeModal {Constant}--> + <element type="constant"> + <source id="Office.MsoModeType.msoModeModal"> + <context kind="enumeration">MsoModeType</context> + <name>msoModeModal</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoModeModeless {Constant}--> + <element type="constant"> + <source id="Office.MsoModeType.msoModeModeless"> + <context kind="enumeration">MsoModeType</context> + <name>msoModeModeless</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoMoveRow {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoMoveRow"> + <name>MsoMoveRow</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMoveRowFirst {Constant}--> + <element type="constant"> + <source id="Office.MsoMoveRow.msoMoveRowFirst"> + <context kind="enumeration">MsoMoveRow</context> + <name>msoMoveRowFirst</name> + <value>-4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMoveRowNbr {Constant}--> + <element type="constant"> + <source id="Office.MsoMoveRow.msoMoveRowNbr"> + <context kind="enumeration">MsoMoveRow</context> + <name>msoMoveRowNbr</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMoveRowNext {Constant}--> + <element type="constant"> + <source id="Office.MsoMoveRow.msoMoveRowNext"> + <context kind="enumeration">MsoMoveRow</context> + <name>msoMoveRowNext</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMoveRowPrev {Constant}--> + <element type="constant"> + <source id="Office.MsoMoveRow.msoMoveRowPrev"> + <context kind="enumeration">MsoMoveRow</context> + <name>msoMoveRowPrev</name> + <value>-3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoOLEMenuGroup {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoOLEMenuGroup"> + <name>MsoOLEMenuGroup</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOLEMenuGroupContainer {Constant}--> + <element type="constant"> + <source id="Office.MsoOLEMenuGroup.msoOLEMenuGroupContainer"> + <context kind="enumeration">MsoOLEMenuGroup</context> + <name>msoOLEMenuGroupContainer</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOLEMenuGroupEdit {Constant}--> + <element type="constant"> + <source id="Office.MsoOLEMenuGroup.msoOLEMenuGroupEdit"> + <context kind="enumeration">MsoOLEMenuGroup</context> + <name>msoOLEMenuGroupEdit</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOLEMenuGroupFile {Constant}--> + <element type="constant"> + <source id="Office.MsoOLEMenuGroup.msoOLEMenuGroupFile"> + <context kind="enumeration">MsoOLEMenuGroup</context> + <name>msoOLEMenuGroupFile</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOLEMenuGroupHelp {Constant}--> + <element type="constant"> + <source id="Office.MsoOLEMenuGroup.msoOLEMenuGroupHelp"> + <context kind="enumeration">MsoOLEMenuGroup</context> + <name>msoOLEMenuGroupHelp</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOLEMenuGroupNone {Constant}--> + <element type="constant"> + <source id="Office.MsoOLEMenuGroup.msoOLEMenuGroupNone"> + <context kind="enumeration">MsoOLEMenuGroup</context> + <name>msoOLEMenuGroupNone</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOLEMenuGroupObject {Constant}--> + <element type="constant"> + <source id="Office.MsoOLEMenuGroup.msoOLEMenuGroupObject"> + <context kind="enumeration">MsoOLEMenuGroup</context> + <name>msoOLEMenuGroupObject</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOLEMenuGroupWindow {Constant}--> + <element type="constant"> + <source id="Office.MsoOLEMenuGroup.msoOLEMenuGroupWindow"> + <context kind="enumeration">MsoOLEMenuGroup</context> + <name>msoOLEMenuGroupWindow</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoOrgChartLayoutType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoOrgChartLayoutType"> + <name>MsoOrgChartLayoutType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrgChartLayoutBothHanging {Constant}--> + <element type="constant"> + <source id="Office.MsoOrgChartLayoutType.msoOrgChartLayoutBothHanging"> + <context kind="enumeration">MsoOrgChartLayoutType</context> + <name>msoOrgChartLayoutBothHanging</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrgChartLayoutLeftHanging {Constant}--> + <element type="constant"> + <source id="Office.MsoOrgChartLayoutType.msoOrgChartLayoutLeftHanging"> + <context kind="enumeration">MsoOrgChartLayoutType</context> + <name>msoOrgChartLayoutLeftHanging</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrgChartLayoutMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoOrgChartLayoutType.msoOrgChartLayoutMixed"> + <context kind="enumeration">MsoOrgChartLayoutType</context> + <name>msoOrgChartLayoutMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrgChartLayoutRightHanging {Constant}--> + <element type="constant"> + <source id="Office.MsoOrgChartLayoutType.msoOrgChartLayoutRightHanging"> + <context kind="enumeration">MsoOrgChartLayoutType</context> + <name>msoOrgChartLayoutRightHanging</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrgChartLayoutStandard {Constant}--> + <element type="constant"> + <source id="Office.MsoOrgChartLayoutType.msoOrgChartLayoutStandard"> + <context kind="enumeration">MsoOrgChartLayoutType</context> + <name>msoOrgChartLayoutStandard</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoOrgChartOrientation {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoOrgChartOrientation"> + <name>MsoOrgChartOrientation</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrgChartOrientationMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoOrgChartOrientation.msoOrgChartOrientationMixed"> + <context kind="enumeration">MsoOrgChartOrientation</context> + <name>msoOrgChartOrientationMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrgChartOrientationVertical {Constant}--> + <element type="constant"> + <source id="Office.MsoOrgChartOrientation.msoOrgChartOrientationVertical"> + <context kind="enumeration">MsoOrgChartOrientation</context> + <name>msoOrgChartOrientationVertical</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoOrientation {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoOrientation"> + <name>MsoOrientation</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrientationHorizontal {Constant}--> + <element type="constant"> + <source id="Office.MsoOrientation.msoOrientationHorizontal"> + <context kind="enumeration">MsoOrientation</context> + <name>msoOrientationHorizontal</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrientationMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoOrientation.msoOrientationMixed"> + <context kind="enumeration">MsoOrientation</context> + <name>msoOrientationMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOrientationVertical {Constant}--> + <element type="constant"> + <source id="Office.MsoOrientation.msoOrientationVertical"> + <context kind="enumeration">MsoOrientation</context> + <name>msoOrientationVertical</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPatternType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPatternType"> + <name>MsoPatternType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern10Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern10Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern10Percent</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern20Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern20Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern20Percent</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern25Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern25Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern25Percent</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern30Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern30Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern30Percent</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern40Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern40Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern40Percent</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern50Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern50Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern50Percent</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern5Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern5Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern5Percent</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern60Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern60Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern60Percent</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern70Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern70Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern70Percent</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern75Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern75Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern75Percent</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern80Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern80Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern80Percent</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPattern90Percent {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPattern90Percent"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPattern90Percent</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDarkDownwardDiagonal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDarkDownwardDiagonal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDarkDownwardDiagonal</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDarkHorizontal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDarkHorizontal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDarkHorizontal</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDarkUpwardDiagonal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDarkUpwardDiagonal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDarkUpwardDiagonal</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDarkVertical {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDarkVertical"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDarkVertical</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDashedDownwardDiagonal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDashedDownwardDiagonal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDashedDownwardDiagonal</name> + <value>28</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDashedHorizontal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDashedHorizontal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDashedHorizontal</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDashedUpwardDiagonal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDashedUpwardDiagonal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDashedUpwardDiagonal</name> + <value>27</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDashedVertical {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDashedVertical"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDashedVertical</name> + <value>31</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDiagonalBrick {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDiagonalBrick"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDiagonalBrick</name> + <value>40</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDivot {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDivot"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDivot</name> + <value>46</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDottedDiamond {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDottedDiamond"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDottedDiamond</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternDottedGrid {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternDottedGrid"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternDottedGrid</name> + <value>45</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternHorizontalBrick {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternHorizontalBrick"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternHorizontalBrick</name> + <value>35</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternLargeCheckerBoard {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternLargeCheckerBoard"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternLargeCheckerBoard</name> + <value>36</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternLargeConfetti {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternLargeConfetti"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternLargeConfetti</name> + <value>33</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternLargeGrid {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternLargeGrid"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternLargeGrid</name> + <value>34</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternLightDownwardDiagonal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternLightDownwardDiagonal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternLightDownwardDiagonal</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternLightHorizontal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternLightHorizontal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternLightHorizontal</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternLightUpwardDiagonal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternLightUpwardDiagonal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternLightUpwardDiagonal</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternLightVertical {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternLightVertical"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternLightVertical</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternMixed"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternNarrowHorizontal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternNarrowHorizontal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternNarrowHorizontal</name> + <value>30</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternNarrowVertical {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternNarrowVertical"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternNarrowVertical</name> + <value>29</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternOutlinedDiamond {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternOutlinedDiamond"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternOutlinedDiamond</name> + <value>41</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternPlaid {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternPlaid"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternPlaid</name> + <value>42</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternShingle {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternShingle"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternShingle</name> + <value>47</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternSmallCheckerBoard {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternSmallCheckerBoard"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternSmallCheckerBoard</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternSmallConfetti {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternSmallConfetti"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternSmallConfetti</name> + <value>37</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternSmallGrid {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternSmallGrid"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternSmallGrid</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternSolidDiamond {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternSolidDiamond"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternSolidDiamond</name> + <value>39</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternSphere {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternSphere"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternSphere</name> + <value>43</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternTrellis {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternTrellis"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternTrellis</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternWave {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternWave"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternWave</name> + <value>48</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternWeave {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternWeave"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternWeave</name> + <value>44</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternWideDownwardDiagonal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternWideDownwardDiagonal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternWideDownwardDiagonal</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternWideUpwardDiagonal {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternWideUpwardDiagonal"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternWideUpwardDiagonal</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPatternZigZag {Constant}--> + <element type="constant"> + <source id="Office.MsoPatternType.msoPatternZigZag"> + <context kind="enumeration">MsoPatternType</context> + <name>msoPatternZigZag</name> + <value>38</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPermission {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPermission"> + <name>MsoPermission</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPermissionChange {Constant}--> + <element type="constant"> + <source id="Office.MsoPermission.msoPermissionChange"> + <context kind="enumeration">MsoPermission</context> + <name>msoPermissionChange</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPermissionEdit {Constant}--> + <element type="constant"> + <source id="Office.MsoPermission.msoPermissionEdit"> + <context kind="enumeration">MsoPermission</context> + <name>msoPermissionEdit</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPermissionExtract {Constant}--> + <element type="constant"> + <source id="Office.MsoPermission.msoPermissionExtract"> + <context kind="enumeration">MsoPermission</context> + <name>msoPermissionExtract</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPermissionFullControl {Constant}--> + <element type="constant"> + <source id="Office.MsoPermission.msoPermissionFullControl"> + <context kind="enumeration">MsoPermission</context> + <name>msoPermissionFullControl</name> + <value>64</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPermissionObjModel {Constant}--> + <element type="constant"> + <source id="Office.MsoPermission.msoPermissionObjModel"> + <context kind="enumeration">MsoPermission</context> + <name>msoPermissionObjModel</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPermissionPrint {Constant}--> + <element type="constant"> + <source id="Office.MsoPermission.msoPermissionPrint"> + <context kind="enumeration">MsoPermission</context> + <name>msoPermissionPrint</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPermissionRead {Constant}--> + <element type="constant"> + <source id="Office.MsoPermission.msoPermissionRead"> + <context kind="enumeration">MsoPermission</context> + <name>msoPermissionRead</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPermissionSave {Constant}--> + <element type="constant"> + <source id="Office.MsoPermission.msoPermissionSave"> + <context kind="enumeration">MsoPermission</context> + <name>msoPermissionSave</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPermissionView {Constant}--> + <element type="constant"> + <source id="Office.MsoPermission.msoPermissionView"> + <context kind="enumeration">MsoPermission</context> + <name>msoPermissionView</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPictureColorType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPictureColorType"> + <name>MsoPictureColorType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPictureAutomatic {Constant}--> + <element type="constant"> + <source id="Office.MsoPictureColorType.msoPictureAutomatic"> + <context kind="enumeration">MsoPictureColorType</context> + <name>msoPictureAutomatic</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPictureBlackAndWhite {Constant}--> + <element type="constant"> + <source id="Office.MsoPictureColorType.msoPictureBlackAndWhite"> + <context kind="enumeration">MsoPictureColorType</context> + <name>msoPictureBlackAndWhite</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPictureGrayscale {Constant}--> + <element type="constant"> + <source id="Office.MsoPictureColorType.msoPictureGrayscale"> + <context kind="enumeration">MsoPictureColorType</context> + <name>msoPictureGrayscale</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPictureMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPictureColorType.msoPictureMixed"> + <context kind="enumeration">MsoPictureColorType</context> + <name>msoPictureMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPictureWatermark {Constant}--> + <element type="constant"> + <source id="Office.MsoPictureColorType.msoPictureWatermark"> + <context kind="enumeration">MsoPictureColorType</context> + <name>msoPictureWatermark</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPresetExtrusionDirection {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPresetExtrusionDirection"> + <name>MsoPresetExtrusionDirection</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionBottom {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoExtrusionBottom"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoExtrusionBottom</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionBottomLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoExtrusionBottomLeft"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoExtrusionBottomLeft</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionBottomRight {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoExtrusionBottomRight"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoExtrusionBottomRight</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoExtrusionLeft"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoExtrusionLeft</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionNone {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoExtrusionNone"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoExtrusionNone</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionRight {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoExtrusionRight"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoExtrusionRight</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionTop {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoExtrusionTop"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoExtrusionTop</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionTopLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoExtrusionTopLeft"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoExtrusionTopLeft</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoExtrusionTopRight {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoExtrusionTopRight"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoExtrusionTopRight</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPresetExtrusionDirectionMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetExtrusionDirection.msoPresetExtrusionDirectionMixed"> + <context kind="enumeration">MsoPresetExtrusionDirection</context> + <name>msoPresetExtrusionDirectionMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPresetGradientType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPresetGradientType"> + <name>MsoPresetGradientType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientBrass {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientBrass"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientBrass</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientCalmWater {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientCalmWater"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientCalmWater</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientChrome {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientChrome"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientChrome</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientChromeII {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientChromeII"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientChromeII</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientDaybreak {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientDaybreak"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientDaybreak</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientDesert {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientDesert"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientDesert</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientEarlySunset {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientEarlySunset"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientEarlySunset</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientFire {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientFire"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientFire</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientFog {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientFog"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientFog</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientGold {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientGold"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientGold</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientGoldII {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientGoldII"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientGoldII</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientHorizon {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientHorizon"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientHorizon</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientLateSunset {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientLateSunset"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientLateSunset</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientMahogany {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientMahogany"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientMahogany</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientMoss {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientMoss"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientMoss</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientNightfall {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientNightfall"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientNightfall</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientOcean {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientOcean"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientOcean</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientParchment {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientParchment"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientParchment</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientPeacock {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientPeacock"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientPeacock</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientRainbow {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientRainbow"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientRainbow</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientRainbowII {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientRainbowII"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientRainbowII</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientSapphire {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientSapphire"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientSapphire</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientSilver {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientSilver"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientSilver</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGradientWheat {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoGradientWheat"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoGradientWheat</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPresetGradientMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetGradientType.msoPresetGradientMixed"> + <context kind="enumeration">MsoPresetGradientType</context> + <name>msoPresetGradientMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPresetLightingDirection {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPresetLightingDirection"> + <name>MsoPresetLightingDirection</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingBottom {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoLightingBottom"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoLightingBottom</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingBottomLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoLightingBottomLeft"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoLightingBottomLeft</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingBottomRight {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoLightingBottomRight"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoLightingBottomRight</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoLightingLeft"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoLightingLeft</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingNone {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoLightingNone"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoLightingNone</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingRight {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoLightingRight"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoLightingRight</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingTop {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoLightingTop"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoLightingTop</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingTopLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoLightingTopLeft"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoLightingTopLeft</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingTopRight {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoLightingTopRight"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoLightingTopRight</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPresetLightingDirectionMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingDirection.msoPresetLightingDirectionMixed"> + <context kind="enumeration">MsoPresetLightingDirection</context> + <name>msoPresetLightingDirectionMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPresetLightingSoftness {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPresetLightingSoftness"> + <name>MsoPresetLightingSoftness</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingBright {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingSoftness.msoLightingBright"> + <context kind="enumeration">MsoPresetLightingSoftness</context> + <name>msoLightingBright</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingDim {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingSoftness.msoLightingDim"> + <context kind="enumeration">MsoPresetLightingSoftness</context> + <name>msoLightingDim</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLightingNormal {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingSoftness.msoLightingNormal"> + <context kind="enumeration">MsoPresetLightingSoftness</context> + <name>msoLightingNormal</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPresetLightingSoftnessMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetLightingSoftness.msoPresetLightingSoftnessMixed"> + <context kind="enumeration">MsoPresetLightingSoftness</context> + <name>msoPresetLightingSoftnessMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPresetMaterial {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPresetMaterial"> + <name>MsoPresetMaterial</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMaterialMatte {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetMaterial.msoMaterialMatte"> + <context kind="enumeration">MsoPresetMaterial</context> + <name>msoMaterialMatte</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMaterialMetal {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetMaterial.msoMaterialMetal"> + <context kind="enumeration">MsoPresetMaterial</context> + <name>msoMaterialMetal</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMaterialPlastic {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetMaterial.msoMaterialPlastic"> + <context kind="enumeration">MsoPresetMaterial</context> + <name>msoMaterialPlastic</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMaterialWireFrame {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetMaterial.msoMaterialWireFrame"> + <context kind="enumeration">MsoPresetMaterial</context> + <name>msoMaterialWireFrame</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPresetMaterialMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetMaterial.msoPresetMaterialMixed"> + <context kind="enumeration">MsoPresetMaterial</context> + <name>msoPresetMaterialMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPresetTextEffect {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPresetTextEffect"> + <name>MsoPresetTextEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect1 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect1"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect1</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect10 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect10"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect10</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect11 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect11"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect11</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect12 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect12"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect12</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect13 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect13"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect13</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect14 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect14"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect14</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect15 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect15"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect15</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect16 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect16"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect16</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect17 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect17"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect17</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect18 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect18"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect18</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect19 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect19"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect19</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect2 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect2"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect2</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect20 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect20"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect20</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect21 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect21"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect21</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect22 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect22"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect22</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect23 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect23"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect23</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect24 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect24"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect24</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect25 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect25"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect25</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect26 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect26"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect26</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect27 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect27"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect27</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect28 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect28"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect28</name> + <value>27</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect29 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect29"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect29</name> + <value>28</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect3 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect3"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect3</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect30 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect30"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect30</name> + <value>29</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect4 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect4"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect4</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect5 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect5"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect5</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect6 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect6"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect6</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect7 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect7"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect7</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect8 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect8"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect8</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect9 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffect9"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffect9</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffect.msoTextEffectMixed"> + <context kind="enumeration">MsoPresetTextEffect</context> + <name>msoTextEffectMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPresetTextEffectShape {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPresetTextEffectShape"> + <name>MsoPresetTextEffectShape</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeArchDownCurve {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeArchDownCurve"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeArchDownCurve</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeArchDownPour {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeArchDownPour"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeArchDownPour</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeArchUpCurve {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeArchUpCurve"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeArchUpCurve</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeArchUpPour {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeArchUpPour"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeArchUpPour</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeButtonCurve {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeButtonCurve"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeButtonCurve</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeButtonPour {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeButtonPour"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeButtonPour</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeCanDown {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeCanDown"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeCanDown</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeCanUp {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeCanUp"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeCanUp</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeCascadeDown {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeCascadeDown"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeCascadeDown</name> + <value>40</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeCascadeUp {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeCascadeUp"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeCascadeUp</name> + <value>39</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeChevronDown {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeChevronDown"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeChevronDown</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeChevronUp {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeChevronUp"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeChevronUp</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeCircleCurve {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeCircleCurve"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeCircleCurve</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeCirclePour {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeCirclePour"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeCirclePour</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeCurveDown {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeCurveDown"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeCurveDown</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeCurveUp {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeCurveUp"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeCurveUp</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeDeflate {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeDeflate"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeDeflate</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeDeflateBottom {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeDeflateBottom"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeDeflateBottom</name> + <value>28</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeDeflateInflate {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeDeflateInflate"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeDeflateInflate</name> + <value>31</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeDeflateInflateDeflate {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeDeflateInflateDeflate"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeDeflateInflateDeflate</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeDeflateTop {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeDeflateTop"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeDeflateTop</name> + <value>30</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeDoubleWave1 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeDoubleWave1"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeDoubleWave1</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeDoubleWave2 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeDoubleWave2"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeDoubleWave2</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeFadeDown {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeFadeDown"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeFadeDown</name> + <value>36</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeFadeLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeFadeLeft"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeFadeLeft</name> + <value>34</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeFadeRight {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeFadeRight"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeFadeRight</name> + <value>33</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeFadeUp {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeFadeUp"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeFadeUp</name> + <value>35</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeInflate {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeInflate"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeInflate</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeInflateBottom {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeInflateBottom"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeInflateBottom</name> + <value>27</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeInflateTop {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeInflateTop"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeInflateTop</name> + <value>29</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeMixed"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapePlainText {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapePlainText"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapePlainText</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeRingInside {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeRingInside"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeRingInside</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeRingOutside {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeRingOutside"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeRingOutside</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeSlantDown {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeSlantDown"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeSlantDown</name> + <value>38</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeSlantUp {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeSlantUp"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeSlantUp</name> + <value>37</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeStop {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeStop"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeStop</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeTriangleDown {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeTriangleDown"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeTriangleDown</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeTriangleUp {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeTriangleUp"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeTriangleUp</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeWave1 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeWave1"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeWave1</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectShapeWave2 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTextEffectShape.msoTextEffectShapeWave2"> + <context kind="enumeration">MsoPresetTextEffectShape</context> + <name>msoTextEffectShapeWave2</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPresetTexture {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPresetTexture"> + <name>MsoPresetTexture</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPresetTextureMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoPresetTextureMixed"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoPresetTextureMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureBlueTissuePaper {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureBlueTissuePaper"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureBlueTissuePaper</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureBouquet {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureBouquet"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureBouquet</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureBrownMarble {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureBrownMarble"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureBrownMarble</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureCanvas {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureCanvas"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureCanvas</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureCork {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureCork"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureCork</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureDenim {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureDenim"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureDenim</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureFishFossil {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureFishFossil"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureFishFossil</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureGranite {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureGranite"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureGranite</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureGreenMarble {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureGreenMarble"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureGreenMarble</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureMediumWood {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureMediumWood"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureMediumWood</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureNewsprint {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureNewsprint"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureNewsprint</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureOak {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureOak"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureOak</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTexturePaperBag {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTexturePaperBag"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTexturePaperBag</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTexturePapyrus {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTexturePapyrus"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTexturePapyrus</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureParchment {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureParchment"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureParchment</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTexturePinkTissuePaper {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTexturePinkTissuePaper"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTexturePinkTissuePaper</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTexturePurpleMesh {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTexturePurpleMesh"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTexturePurpleMesh</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureRecycledPaper {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureRecycledPaper"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureRecycledPaper</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureSand {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureSand"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureSand</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureStationery {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureStationery"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureStationery</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureWalnut {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureWalnut"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureWalnut</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureWaterDroplets {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureWaterDroplets"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureWaterDroplets</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureWhiteMarble {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureWhiteMarble"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureWhiteMarble</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureWovenMat {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetTexture.msoTextureWovenMat"> + <context kind="enumeration">MsoPresetTexture</context> + <name>msoTextureWovenMat</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoPresetThreeDFormat {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoPresetThreeDFormat"> + <name>MsoPresetThreeDFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPresetThreeDFormatMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoPresetThreeDFormatMixed"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoPresetThreeDFormatMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD1 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD1"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD1</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD10 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD10"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD10</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD11 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD11"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD11</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD12 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD12"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD12</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD13 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD13"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD13</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD14 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD14"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD14</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD15 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD15"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD15</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD16 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD16"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD16</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD17 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD17"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD17</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD18 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD18"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD18</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD19 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD19"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD19</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD2 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD2"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD2</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD20 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD20"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD20</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD3 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD3"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD3</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD4 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD4"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD4</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD5 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD5"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD5</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD6 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD6"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD6</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD7 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD7"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD7</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD8 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD8"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD8</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoThreeD9 {Constant}--> + <element type="constant"> + <source id="Office.MsoPresetThreeDFormat.msoThreeD9"> + <context kind="enumeration">MsoPresetThreeDFormat</context> + <name>msoThreeD9</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoRelativeNodePosition {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoRelativeNodePosition"> + <name>MsoRelativeNodePosition</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAfterLastSibling {Constant}--> + <element type="constant"> + <source id="Office.MsoRelativeNodePosition.msoAfterLastSibling"> + <context kind="enumeration">MsoRelativeNodePosition</context> + <name>msoAfterLastSibling</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAfterNode {Constant}--> + <element type="constant"> + <source id="Office.MsoRelativeNodePosition.msoAfterNode"> + <context kind="enumeration">MsoRelativeNodePosition</context> + <name>msoAfterNode</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBeforeFirstSibling {Constant}--> + <element type="constant"> + <source id="Office.MsoRelativeNodePosition.msoBeforeFirstSibling"> + <context kind="enumeration">MsoRelativeNodePosition</context> + <name>msoBeforeFirstSibling</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBeforeNode {Constant}--> + <element type="constant"> + <source id="Office.MsoRelativeNodePosition.msoBeforeNode"> + <context kind="enumeration">MsoRelativeNodePosition</context> + <name>msoBeforeNode</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoScaleFrom {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoScaleFrom"> + <name>MsoScaleFrom</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScaleFromBottomRight {Constant}--> + <element type="constant"> + <source id="Office.MsoScaleFrom.msoScaleFromBottomRight"> + <context kind="enumeration">MsoScaleFrom</context> + <name>msoScaleFromBottomRight</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScaleFromMiddle {Constant}--> + <element type="constant"> + <source id="Office.MsoScaleFrom.msoScaleFromMiddle"> + <context kind="enumeration">MsoScaleFrom</context> + <name>msoScaleFromMiddle</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScaleFromTopLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoScaleFrom.msoScaleFromTopLeft"> + <context kind="enumeration">MsoScaleFrom</context> + <name>msoScaleFromTopLeft</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoScreenSize {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoScreenSize"> + <name>MsoScreenSize</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize1024x768 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize1024x768"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize1024x768</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize1152x882 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize1152x882"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize1152x882</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize1152x900 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize1152x900"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize1152x900</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize1280x1024 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize1280x1024"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize1280x1024</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize1600x1200 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize1600x1200"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize1600x1200</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize1800x1440 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize1800x1440"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize1800x1440</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize1920x1200 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize1920x1200"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize1920x1200</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize544x376 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize544x376"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize544x376</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize640x480 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize640x480"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize640x480</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize720x512 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize720x512"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize720x512</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScreenSize800x600 {Constant}--> + <element type="constant"> + <source id="Office.MsoScreenSize.msoScreenSize800x600"> + <context kind="enumeration">MsoScreenSize</context> + <name>msoScreenSize800x600</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoScriptLanguage {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoScriptLanguage"> + <name>MsoScriptLanguage</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScriptLanguageASP {Constant}--> + <element type="constant"> + <source id="Office.MsoScriptLanguage.msoScriptLanguageASP"> + <context kind="enumeration">MsoScriptLanguage</context> + <name>msoScriptLanguageASP</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScriptLanguageJava {Constant}--> + <element type="constant"> + <source id="Office.MsoScriptLanguage.msoScriptLanguageJava"> + <context kind="enumeration">MsoScriptLanguage</context> + <name>msoScriptLanguageJava</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScriptLanguageOther {Constant}--> + <element type="constant"> + <source id="Office.MsoScriptLanguage.msoScriptLanguageOther"> + <context kind="enumeration">MsoScriptLanguage</context> + <name>msoScriptLanguageOther</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScriptLanguageVisualBasic {Constant}--> + <element type="constant"> + <source id="Office.MsoScriptLanguage.msoScriptLanguageVisualBasic"> + <context kind="enumeration">MsoScriptLanguage</context> + <name>msoScriptLanguageVisualBasic</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoScriptLocation {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoScriptLocation"> + <name>MsoScriptLocation</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScriptLocationInBody {Constant}--> + <element type="constant"> + <source id="Office.MsoScriptLocation.msoScriptLocationInBody"> + <context kind="enumeration">MsoScriptLocation</context> + <name>msoScriptLocationInBody</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScriptLocationInHead {Constant}--> + <element type="constant"> + <source id="Office.MsoScriptLocation.msoScriptLocationInHead"> + <context kind="enumeration">MsoScriptLocation</context> + <name>msoScriptLocationInHead</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSearchIn {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSearchIn"> + <name>MsoSearchIn</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSearchInCustom {Constant}--> + <element type="constant"> + <source id="Office.MsoSearchIn.msoSearchInCustom"> + <context kind="enumeration">MsoSearchIn</context> + <name>msoSearchInCustom</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSearchInMyComputer {Constant}--> + <element type="constant"> + <source id="Office.MsoSearchIn.msoSearchInMyComputer"> + <context kind="enumeration">MsoSearchIn</context> + <name>msoSearchInMyComputer</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSearchInMyNetworkPlaces {Constant}--> + <element type="constant"> + <source id="Office.MsoSearchIn.msoSearchInMyNetworkPlaces"> + <context kind="enumeration">MsoSearchIn</context> + <name>msoSearchInMyNetworkPlaces</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSearchInOutlook {Constant}--> + <element type="constant"> + <source id="Office.MsoSearchIn.msoSearchInOutlook"> + <context kind="enumeration">MsoSearchIn</context> + <name>msoSearchInOutlook</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSegmentType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSegmentType"> + <name>MsoSegmentType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSegmentCurve {Constant}--> + <element type="constant"> + <source id="Office.MsoSegmentType.msoSegmentCurve"> + <context kind="enumeration">MsoSegmentType</context> + <name>msoSegmentCurve</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSegmentLine {Constant}--> + <element type="constant"> + <source id="Office.MsoSegmentType.msoSegmentLine"> + <context kind="enumeration">MsoSegmentType</context> + <name>msoSegmentLine</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoShadowType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoShadowType"> + <name>MsoShadowType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow1 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow1"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow1</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow10 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow10"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow10</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow11 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow11"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow11</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow12 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow12"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow12</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow13 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow13"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow13</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow14 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow14"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow14</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow15 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow15"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow15</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow16 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow16"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow16</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow17 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow17"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow17</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow18 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow18"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow18</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow19 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow19"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow19</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow2 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow2"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow2</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow20 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow20"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow20</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow3 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow3"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow3</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow4 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow4"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow4</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow5 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow5"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow5</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow6 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow6"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow6</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow7 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow7"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow7</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow8 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow8"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow8</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadow9 {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadow9"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadow9</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShadowMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoShadowType.msoShadowMixed"> + <context kind="enumeration">MsoShadowType</context> + <name>msoShadowMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoShapeType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoShapeType"> + <name>MsoShapeType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAutoShape {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoAutoShape"> + <context kind="enumeration">MsoShapeType</context> + <name>msoAutoShape</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCallout {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoCallout"> + <context kind="enumeration">MsoShapeType</context> + <name>msoCallout</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCanvas {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoCanvas"> + <context kind="enumeration">MsoShapeType</context> + <name>msoCanvas</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoChart {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoChart"> + <context kind="enumeration">MsoShapeType</context> + <name>msoChart</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoComment {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoComment"> + <context kind="enumeration">MsoShapeType</context> + <name>msoComment</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoDiagram {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoDiagram"> + <context kind="enumeration">MsoShapeType</context> + <name>msoDiagram</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoEmbeddedOLEObject {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoEmbeddedOLEObject"> + <context kind="enumeration">MsoShapeType</context> + <name>msoEmbeddedOLEObject</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFormControl {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoFormControl"> + <context kind="enumeration">MsoShapeType</context> + <name>msoFormControl</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFreeform {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoFreeform"> + <context kind="enumeration">MsoShapeType</context> + <name>msoFreeform</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoGroup {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoGroup"> + <context kind="enumeration">MsoShapeType</context> + <name>msoGroup</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoInk {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoInk"> + <context kind="enumeration">MsoShapeType</context> + <name>msoInk</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoInkComment {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoInkComment"> + <context kind="enumeration">MsoShapeType</context> + <name>msoInkComment</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLine {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoLine"> + <context kind="enumeration">MsoShapeType</context> + <name>msoLine</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLinkedOLEObject {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoLinkedOLEObject"> + <context kind="enumeration">MsoShapeType</context> + <name>msoLinkedOLEObject</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoLinkedPicture {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoLinkedPicture"> + <context kind="enumeration">MsoShapeType</context> + <name>msoLinkedPicture</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoMedia {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoMedia"> + <context kind="enumeration">MsoShapeType</context> + <name>msoMedia</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoOLEControlObject {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoOLEControlObject"> + <context kind="enumeration">MsoShapeType</context> + <name>msoOLEControlObject</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPicture {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoPicture"> + <context kind="enumeration">MsoShapeType</context> + <name>msoPicture</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoPlaceholder {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoPlaceholder"> + <context kind="enumeration">MsoShapeType</context> + <name>msoPlaceholder</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoScriptAnchor {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoScriptAnchor"> + <context kind="enumeration">MsoShapeType</context> + <name>msoScriptAnchor</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoShapeTypeMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoShapeTypeMixed"> + <context kind="enumeration">MsoShapeType</context> + <name>msoShapeTypeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTable {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoTable"> + <context kind="enumeration">MsoShapeType</context> + <name>msoTable</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextBox {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoTextBox"> + <context kind="enumeration">MsoShapeType</context> + <name>msoTextBox</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffect {Constant}--> + <element type="constant"> + <source id="Office.MsoShapeType.msoTextEffect"> + <context kind="enumeration">MsoShapeType</context> + <name>msoTextEffect</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSharedWorkspaceTaskPriority {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSharedWorkspaceTaskPriority"> + <name>MsoSharedWorkspaceTaskPriority</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSharedWorkspaceTaskPriorityHigh {Constant}--> + <element type="constant"> + <source id="Office.MsoSharedWorkspaceTaskPriority.msoSharedWorkspaceTaskPriorityHigh"> + <context kind="enumeration">MsoSharedWorkspaceTaskPriority</context> + <name>msoSharedWorkspaceTaskPriorityHigh</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSharedWorkspaceTaskPriorityLow {Constant}--> + <element type="constant"> + <source id="Office.MsoSharedWorkspaceTaskPriority.msoSharedWorkspaceTaskPriorityLow"> + <context kind="enumeration">MsoSharedWorkspaceTaskPriority</context> + <name>msoSharedWorkspaceTaskPriorityLow</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSharedWorkspaceTaskPriorityNormal {Constant}--> + <element type="constant"> + <source id="Office.MsoSharedWorkspaceTaskPriority.msoSharedWorkspaceTaskPriorityNormal"> + <context kind="enumeration">MsoSharedWorkspaceTaskPriority</context> + <name>msoSharedWorkspaceTaskPriorityNormal</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSharedWorkspaceTaskStatus {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSharedWorkspaceTaskStatus"> + <name>MsoSharedWorkspaceTaskStatus</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSharedWorkspaceTaskStatusCompleted {Constant}--> + <element type="constant"> + <source id="Office.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusCompleted"> + <context kind="enumeration">MsoSharedWorkspaceTaskStatus</context> + <name>msoSharedWorkspaceTaskStatusCompleted</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSharedWorkspaceTaskStatusDeferred {Constant}--> + <element type="constant"> + <source id="Office.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusDeferred"> + <context kind="enumeration">MsoSharedWorkspaceTaskStatus</context> + <name>msoSharedWorkspaceTaskStatusDeferred</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSharedWorkspaceTaskStatusInProgress {Constant}--> + <element type="constant"> + <source id="Office.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusInProgress"> + <context kind="enumeration">MsoSharedWorkspaceTaskStatus</context> + <name>msoSharedWorkspaceTaskStatusInProgress</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSharedWorkspaceTaskStatusNotStarted {Constant}--> + <element type="constant"> + <source id="Office.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusNotStarted"> + <context kind="enumeration">MsoSharedWorkspaceTaskStatus</context> + <name>msoSharedWorkspaceTaskStatusNotStarted</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSharedWorkspaceTaskStatusWaiting {Constant}--> + <element type="constant"> + <source id="Office.MsoSharedWorkspaceTaskStatus.msoSharedWorkspaceTaskStatusWaiting"> + <context kind="enumeration">MsoSharedWorkspaceTaskStatus</context> + <name>msoSharedWorkspaceTaskStatusWaiting</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSortBy {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSortBy"> + <name>MsoSortBy</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSortByFileName {Constant}--> + <element type="constant"> + <source id="Office.MsoSortBy.msoSortByFileName"> + <context kind="enumeration">MsoSortBy</context> + <name>msoSortByFileName</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSortByFileType {Constant}--> + <element type="constant"> + <source id="Office.MsoSortBy.msoSortByFileType"> + <context kind="enumeration">MsoSortBy</context> + <name>msoSortByFileType</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSortByLastModified {Constant}--> + <element type="constant"> + <source id="Office.MsoSortBy.msoSortByLastModified"> + <context kind="enumeration">MsoSortBy</context> + <name>msoSortByLastModified</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSortByNone {Constant}--> + <element type="constant"> + <source id="Office.MsoSortBy.msoSortByNone"> + <context kind="enumeration">MsoSortBy</context> + <name>msoSortByNone</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSortBySize {Constant}--> + <element type="constant"> + <source id="Office.MsoSortBy.msoSortBySize"> + <context kind="enumeration">MsoSortBy</context> + <name>msoSortBySize</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSortOrder {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSortOrder"> + <name>MsoSortOrder</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSortOrderAscending {Constant}--> + <element type="constant"> + <source id="Office.MsoSortOrder.msoSortOrderAscending"> + <context kind="enumeration">MsoSortOrder</context> + <name>msoSortOrderAscending</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSortOrderDescending {Constant}--> + <element type="constant"> + <source id="Office.MsoSortOrder.msoSortOrderDescending"> + <context kind="enumeration">MsoSortOrder</context> + <name>msoSortOrderDescending</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSyncAvailableType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSyncAvailableType"> + <name>MsoSyncAvailableType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncAvailableAnywhere {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncAvailableType.msoSyncAvailableAnywhere"> + <context kind="enumeration">MsoSyncAvailableType</context> + <name>msoSyncAvailableAnywhere</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncAvailableNone {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncAvailableType.msoSyncAvailableNone"> + <context kind="enumeration">MsoSyncAvailableType</context> + <name>msoSyncAvailableNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncAvailableOffline {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncAvailableType.msoSyncAvailableOffline"> + <context kind="enumeration">MsoSyncAvailableType</context> + <name>msoSyncAvailableOffline</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSyncCompareType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSyncCompareType"> + <name>MsoSyncCompareType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncCompareAndMerge {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncCompareType.msoSyncCompareAndMerge"> + <context kind="enumeration">MsoSyncCompareType</context> + <name>msoSyncCompareAndMerge</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncCompareSideBySide {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncCompareType.msoSyncCompareSideBySide"> + <context kind="enumeration">MsoSyncCompareType</context> + <name>msoSyncCompareSideBySide</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSyncConflictResolutionType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSyncConflictResolutionType"> + <name>MsoSyncConflictResolutionType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncConflictClientWins {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncConflictResolutionType.msoSyncConflictClientWins"> + <context kind="enumeration">MsoSyncConflictResolutionType</context> + <name>msoSyncConflictClientWins</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncConflictMerge {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncConflictResolutionType.msoSyncConflictMerge"> + <context kind="enumeration">MsoSyncConflictResolutionType</context> + <name>msoSyncConflictMerge</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncConflictServerWins {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncConflictResolutionType.msoSyncConflictServerWins"> + <context kind="enumeration">MsoSyncConflictResolutionType</context> + <name>msoSyncConflictServerWins</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSyncErrorType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSyncErrorType"> + <name>MsoSyncErrorType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorCouldNotCompare {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorCouldNotCompare"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorCouldNotCompare</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorCouldNotConnect {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorCouldNotConnect"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorCouldNotConnect</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorCouldNotOpen {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorCouldNotOpen"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorCouldNotOpen</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorCouldNotResolve {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorCouldNotResolve"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorCouldNotResolve</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorCouldNotUpdate {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorCouldNotUpdate"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorCouldNotUpdate</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorFileInUse {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorFileInUse"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorFileInUse</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorFileNotFound {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorFileNotFound"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorFileNotFound</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorFileTooLarge {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorFileTooLarge"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorFileTooLarge</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorNone {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorNone"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorNoNetwork {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorNoNetwork"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorNoNetwork</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorOutOfSpace {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorOutOfSpace"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorOutOfSpace</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorUnauthorizedUser {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorUnauthorizedUser"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorUnauthorizedUser</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorUnknown {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorUnknown"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorUnknown</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorUnknownDownload {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorUnknownDownload"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorUnknownDownload</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorUnknownUpload {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorUnknownUpload"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorUnknownUpload</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorVirusDownload {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorVirusDownload"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorVirusDownload</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncErrorVirusUpload {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncErrorType.msoSyncErrorVirusUpload"> + <context kind="enumeration">MsoSyncErrorType</context> + <name>msoSyncErrorVirusUpload</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSyncEventType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSyncEventType"> + <name>MsoSyncEventType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncEventDownloadFailed {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncEventType.msoSyncEventDownloadFailed"> + <context kind="enumeration">MsoSyncEventType</context> + <name>msoSyncEventDownloadFailed</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncEventDownloadInitiated {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncEventType.msoSyncEventDownloadInitiated"> + <context kind="enumeration">MsoSyncEventType</context> + <name>msoSyncEventDownloadInitiated</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncEventDownloadNoChange {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncEventType.msoSyncEventDownloadNoChange"> + <context kind="enumeration">MsoSyncEventType</context> + <name>msoSyncEventDownloadNoChange</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncEventDownloadSucceeded {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncEventType.msoSyncEventDownloadSucceeded"> + <context kind="enumeration">MsoSyncEventType</context> + <name>msoSyncEventDownloadSucceeded</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncEventOffline {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncEventType.msoSyncEventOffline"> + <context kind="enumeration">MsoSyncEventType</context> + <name>msoSyncEventOffline</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncEventUploadFailed {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncEventType.msoSyncEventUploadFailed"> + <context kind="enumeration">MsoSyncEventType</context> + <name>msoSyncEventUploadFailed</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncEventUploadInitiated {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncEventType.msoSyncEventUploadInitiated"> + <context kind="enumeration">MsoSyncEventType</context> + <name>msoSyncEventUploadInitiated</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncEventUploadSucceeded {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncEventType.msoSyncEventUploadSucceeded"> + <context kind="enumeration">MsoSyncEventType</context> + <name>msoSyncEventUploadSucceeded</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSyncStatusType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSyncStatusType"> + <name>MsoSyncStatusType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncStatusConflict {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncStatusType.msoSyncStatusConflict"> + <context kind="enumeration">MsoSyncStatusType</context> + <name>msoSyncStatusConflict</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncStatusError {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncStatusType.msoSyncStatusError"> + <context kind="enumeration">MsoSyncStatusType</context> + <name>msoSyncStatusError</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncStatusLatest {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncStatusType.msoSyncStatusLatest"> + <context kind="enumeration">MsoSyncStatusType</context> + <name>msoSyncStatusLatest</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncStatusLocalChanges {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncStatusType.msoSyncStatusLocalChanges"> + <context kind="enumeration">MsoSyncStatusType</context> + <name>msoSyncStatusLocalChanges</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncStatusNewerAvailable {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncStatusType.msoSyncStatusNewerAvailable"> + <context kind="enumeration">MsoSyncStatusType</context> + <name>msoSyncStatusNewerAvailable</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncStatusNoSharedWorkspace {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncStatusType.msoSyncStatusNoSharedWorkspace"> + <context kind="enumeration">MsoSyncStatusType</context> + <name>msoSyncStatusNoSharedWorkspace</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncStatusSuspended {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncStatusType.msoSyncStatusSuspended"> + <context kind="enumeration">MsoSyncStatusType</context> + <name>msoSyncStatusSuspended</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoSyncVersionType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoSyncVersionType"> + <name>MsoSyncVersionType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncVersionLastViewed {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncVersionType.msoSyncVersionLastViewed"> + <context kind="enumeration">MsoSyncVersionType</context> + <name>msoSyncVersionLastViewed</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSyncVersionServer {Constant}--> + <element type="constant"> + <source id="Office.MsoSyncVersionType.msoSyncVersionServer"> + <context kind="enumeration">MsoSyncVersionType</context> + <name>msoSyncVersionServer</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoTargetBrowser {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoTargetBrowser"> + <name>MsoTargetBrowser</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTargetBrowserIE4 {Constant}--> + <element type="constant"> + <source id="Office.MsoTargetBrowser.msoTargetBrowserIE4"> + <context kind="enumeration">MsoTargetBrowser</context> + <name>msoTargetBrowserIE4</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTargetBrowserIE5 {Constant}--> + <element type="constant"> + <source id="Office.MsoTargetBrowser.msoTargetBrowserIE5"> + <context kind="enumeration">MsoTargetBrowser</context> + <name>msoTargetBrowserIE5</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTargetBrowserIE6 {Constant}--> + <element type="constant"> + <source id="Office.MsoTargetBrowser.msoTargetBrowserIE6"> + <context kind="enumeration">MsoTargetBrowser</context> + <name>msoTargetBrowserIE6</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTargetBrowserV3 {Constant}--> + <element type="constant"> + <source id="Office.MsoTargetBrowser.msoTargetBrowserV3"> + <context kind="enumeration">MsoTargetBrowser</context> + <name>msoTargetBrowserV3</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTargetBrowserV4 {Constant}--> + <element type="constant"> + <source id="Office.MsoTargetBrowser.msoTargetBrowserV4"> + <context kind="enumeration">MsoTargetBrowser</context> + <name>msoTargetBrowserV4</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoTextEffectAlignment {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoTextEffectAlignment"> + <name>MsoTextEffectAlignment</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectAlignmentCentered {Constant}--> + <element type="constant"> + <source id="Office.MsoTextEffectAlignment.msoTextEffectAlignmentCentered"> + <context kind="enumeration">MsoTextEffectAlignment</context> + <name>msoTextEffectAlignmentCentered</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectAlignmentLeft {Constant}--> + <element type="constant"> + <source id="Office.MsoTextEffectAlignment.msoTextEffectAlignmentLeft"> + <context kind="enumeration">MsoTextEffectAlignment</context> + <name>msoTextEffectAlignmentLeft</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectAlignmentLetterJustify {Constant}--> + <element type="constant"> + <source id="Office.MsoTextEffectAlignment.msoTextEffectAlignmentLetterJustify"> + <context kind="enumeration">MsoTextEffectAlignment</context> + <name>msoTextEffectAlignmentLetterJustify</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectAlignmentMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoTextEffectAlignment.msoTextEffectAlignmentMixed"> + <context kind="enumeration">MsoTextEffectAlignment</context> + <name>msoTextEffectAlignmentMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectAlignmentRight {Constant}--> + <element type="constant"> + <source id="Office.MsoTextEffectAlignment.msoTextEffectAlignmentRight"> + <context kind="enumeration">MsoTextEffectAlignment</context> + <name>msoTextEffectAlignmentRight</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectAlignmentStretchJustify {Constant}--> + <element type="constant"> + <source id="Office.MsoTextEffectAlignment.msoTextEffectAlignmentStretchJustify"> + <context kind="enumeration">MsoTextEffectAlignment</context> + <name>msoTextEffectAlignmentStretchJustify</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextEffectAlignmentWordJustify {Constant}--> + <element type="constant"> + <source id="Office.MsoTextEffectAlignment.msoTextEffectAlignmentWordJustify"> + <context kind="enumeration">MsoTextEffectAlignment</context> + <name>msoTextEffectAlignmentWordJustify</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoTextOrientation {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoTextOrientation"> + <name>MsoTextOrientation</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextOrientationDownward {Constant}--> + <element type="constant"> + <source id="Office.MsoTextOrientation.msoTextOrientationDownward"> + <context kind="enumeration">MsoTextOrientation</context> + <name>msoTextOrientationDownward</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextOrientationHorizontal {Constant}--> + <element type="constant"> + <source id="Office.MsoTextOrientation.msoTextOrientationHorizontal"> + <context kind="enumeration">MsoTextOrientation</context> + <name>msoTextOrientationHorizontal</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextOrientationHorizontalRotatedFarEast {Constant}--> + <element type="constant"> + <source id="Office.MsoTextOrientation.msoTextOrientationHorizontalRotatedFarEast"> + <context kind="enumeration">MsoTextOrientation</context> + <name>msoTextOrientationHorizontalRotatedFarEast</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextOrientationMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoTextOrientation.msoTextOrientationMixed"> + <context kind="enumeration">MsoTextOrientation</context> + <name>msoTextOrientationMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextOrientationUpward {Constant}--> + <element type="constant"> + <source id="Office.MsoTextOrientation.msoTextOrientationUpward"> + <context kind="enumeration">MsoTextOrientation</context> + <name>msoTextOrientationUpward</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextOrientationVertical {Constant}--> + <element type="constant"> + <source id="Office.MsoTextOrientation.msoTextOrientationVertical"> + <context kind="enumeration">MsoTextOrientation</context> + <name>msoTextOrientationVertical</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextOrientationVerticalFarEast {Constant}--> + <element type="constant"> + <source id="Office.MsoTextOrientation.msoTextOrientationVerticalFarEast"> + <context kind="enumeration">MsoTextOrientation</context> + <name>msoTextOrientationVerticalFarEast</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoTextureType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoTextureType"> + <name>MsoTextureType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTexturePreset {Constant}--> + <element type="constant"> + <source id="Office.MsoTextureType.msoTexturePreset"> + <context kind="enumeration">MsoTextureType</context> + <name>msoTexturePreset</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureTypeMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoTextureType.msoTextureTypeMixed"> + <context kind="enumeration">MsoTextureType</context> + <name>msoTextureTypeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTextureUserDefined {Constant}--> + <element type="constant"> + <source id="Office.MsoTextureType.msoTextureUserDefined"> + <context kind="enumeration">MsoTextureType</context> + <name>msoTextureUserDefined</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoTriState {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoTriState"> + <name>MsoTriState</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoCTrue {Constant}--> + <element type="constant"> + <source id="Office.MsoTriState.msoCTrue"> + <context kind="enumeration">MsoTriState</context> + <name>msoCTrue</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoFalse {Constant}--> + <element type="constant"> + <source id="Office.MsoTriState.msoFalse"> + <context kind="enumeration">MsoTriState</context> + <name>msoFalse</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTriStateMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoTriState.msoTriStateMixed"> + <context kind="enumeration">MsoTriState</context> + <name>msoTriStateMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTriStateToggle {Constant}--> + <element type="constant"> + <source id="Office.MsoTriState.msoTriStateToggle"> + <context kind="enumeration">MsoTriState</context> + <name>msoTriStateToggle</name> + <value>-3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoTrue {Constant}--> + <element type="constant"> + <source id="Office.MsoTriState.msoTrue"> + <context kind="enumeration">MsoTriState</context> + <name>msoTrue</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoVerticalAnchor {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoVerticalAnchor"> + <name>MsoVerticalAnchor</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnchorBottom {Constant}--> + <element type="constant"> + <source id="Office.MsoVerticalAnchor.msoAnchorBottom"> + <context kind="enumeration">MsoVerticalAnchor</context> + <name>msoAnchorBottom</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnchorBottomBaseLine {Constant}--> + <element type="constant"> + <source id="Office.MsoVerticalAnchor.msoAnchorBottomBaseLine"> + <context kind="enumeration">MsoVerticalAnchor</context> + <name>msoAnchorBottomBaseLine</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnchorMiddle {Constant}--> + <element type="constant"> + <source id="Office.MsoVerticalAnchor.msoAnchorMiddle"> + <context kind="enumeration">MsoVerticalAnchor</context> + <name>msoAnchorMiddle</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnchorTop {Constant}--> + <element type="constant"> + <source id="Office.MsoVerticalAnchor.msoAnchorTop"> + <context kind="enumeration">MsoVerticalAnchor</context> + <name>msoAnchorTop</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnchorTopBaseline {Constant}--> + <element type="constant"> + <source id="Office.MsoVerticalAnchor.msoAnchorTopBaseline"> + <context kind="enumeration">MsoVerticalAnchor</context> + <name>msoAnchorTopBaseline</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoVerticalAnchorMixed {Constant}--> + <element type="constant"> + <source id="Office.MsoVerticalAnchor.msoVerticalAnchorMixed"> + <context kind="enumeration">MsoVerticalAnchor</context> + <name>msoVerticalAnchorMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoWizardActType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoWizardActType"> + <name>MsoWizardActType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoWizardActActive {Constant}--> + <element type="constant"> + <source id="Office.MsoWizardActType.msoWizardActActive"> + <context kind="enumeration">MsoWizardActType</context> + <name>msoWizardActActive</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoWizardActInactive {Constant}--> + <element type="constant"> + <source id="Office.MsoWizardActType.msoWizardActInactive"> + <context kind="enumeration">MsoWizardActType</context> + <name>msoWizardActInactive</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoWizardActResume {Constant}--> + <element type="constant"> + <source id="Office.MsoWizardActType.msoWizardActResume"> + <context kind="enumeration">MsoWizardActType</context> + <name>msoWizardActResume</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoWizardActSuspend {Constant}--> + <element type="constant"> + <source id="Office.MsoWizardActType.msoWizardActSuspend"> + <context kind="enumeration">MsoWizardActType</context> + <name>msoWizardActSuspend</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoWizardMsgType {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoWizardMsgType"> + <name>MsoWizardMsgType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoWizardMsgLocalStateOff {Constant}--> + <element type="constant"> + <source id="Office.MsoWizardMsgType.msoWizardMsgLocalStateOff"> + <context kind="enumeration">MsoWizardMsgType</context> + <name>msoWizardMsgLocalStateOff</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoWizardMsgLocalStateOn {Constant}--> + <element type="constant"> + <source id="Office.MsoWizardMsgType.msoWizardMsgLocalStateOn"> + <context kind="enumeration">MsoWizardMsgType</context> + <name>msoWizardMsgLocalStateOn</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoWizardMsgResuming {Constant}--> + <element type="constant"> + <source id="Office.MsoWizardMsgType.msoWizardMsgResuming"> + <context kind="enumeration">MsoWizardMsgType</context> + <name>msoWizardMsgResuming</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoWizardMsgShowHelp {Constant}--> + <element type="constant"> + <source id="Office.MsoWizardMsgType.msoWizardMsgShowHelp"> + <context kind="enumeration">MsoWizardMsgType</context> + <name>msoWizardMsgShowHelp</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoWizardMsgSuspending {Constant}--> + <element type="constant"> + <source id="Office.MsoWizardMsgType.msoWizardMsgSuspending"> + <context kind="enumeration">MsoWizardMsgType</context> + <name>msoWizardMsgSuspending</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoZOrderCmd {Enumeration}--> + <element type="enumeration"> + <source id="Office.MsoZOrderCmd"> + <name>MsoZOrderCmd</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBringForward {Constant}--> + <element type="constant"> + <source id="Office.MsoZOrderCmd.msoBringForward"> + <context kind="enumeration">MsoZOrderCmd</context> + <name>msoBringForward</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBringInFrontOfText {Constant}--> + <element type="constant"> + <source id="Office.MsoZOrderCmd.msoBringInFrontOfText"> + <context kind="enumeration">MsoZOrderCmd</context> + <name>msoBringInFrontOfText</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoBringToFront {Constant}--> + <element type="constant"> + <source id="Office.MsoZOrderCmd.msoBringToFront"> + <context kind="enumeration">MsoZOrderCmd</context> + <name>msoBringToFront</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSendBackward {Constant}--> + <element type="constant"> + <source id="Office.MsoZOrderCmd.msoSendBackward"> + <context kind="enumeration">MsoZOrderCmd</context> + <name>msoSendBackward</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSendBehindText {Constant}--> + <element type="constant"> + <source id="Office.MsoZOrderCmd.msoSendBehindText"> + <context kind="enumeration">MsoZOrderCmd</context> + <name>msoSendBehindText</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoSendToBack {Constant}--> + <element type="constant"> + <source id="Office.MsoZOrderCmd.msoSendToBack"> + <context kind="enumeration">MsoZOrderCmd</context> + <name>msoSendToBack</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--Class::NewFile--> + <element type="class"> + <source id="Office.NewFile"> + <name>NewFile</name> + </source> + <destination designation="identity" /> + </element> + <!--method::NewFile.Add--> + <element type="method"> + <source id="Office.NewFile.Add"> + <context kind="class">NewFile</context> + <name>Add</name> + <type>boolean</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Section</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>DisplayName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Action</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::NewFile.Application {ReadOnly}--> + <element type="property"> + <source id="Office.NewFile.Application"> + <context kind="class">NewFile</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::NewFile.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.NewFile.Creator"> + <context kind="class">NewFile</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::NewFile.Remove--> + <element type="method"> + <source id="Office.NewFile.Remove"> + <context kind="class">NewFile</context> + <name>Remove</name> + <type>boolean</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Section</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>DisplayName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Action</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ODSOColumn--> + <element type="class"> + <source id="Office.ODSOColumn"> + <name>ODSOColumn</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ODSOColumn.Application {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumn.Application"> + <context kind="class">ODSOColumn</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ODSOColumn.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumn.Creator"> + <context kind="class">ODSOColumn</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::ODSOColumn.Index {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumn.Index"> + <context kind="class">ODSOColumn</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::ODSOColumn.Name {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumn.Name"> + <context kind="class">ODSOColumn</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::ODSOColumn.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumn.Parent"> + <context kind="class">ODSOColumn</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ODSOColumn.Value {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumn.Value"> + <context kind="class">ODSOColumn</context> + <name>Value</name> + <type>String</type> + </source> + </element> + <!--Class::ODSOColumns--> + <element type="class"> + <source id="Office.ODSOColumns"> + <name>ODSOColumns</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ODSOColumns.Application {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumns.Application"> + <context kind="class">ODSOColumns</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ODSOColumns.Count {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumns.Count"> + <context kind="class">ODSOColumns</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::ODSOColumns.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumns.Creator"> + <context kind="class">ODSOColumns</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::ODSOColumns.Item--> + <element type="method"> + <source id="Office.ODSOColumns.Item"> + <context kind="class">ODSOColumns</context> + <name>Item</name> + <type>ODSOColumn</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>varIndex</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ODSOColumns.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOColumns.Parent"> + <context kind="class">ODSOColumns</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::ODSOFilter--> + <element type="class"> + <source id="Office.ODSOFilter"> + <name>ODSOFilter</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ODSOFilter.Application {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOFilter.Application"> + <context kind="class">ODSOFilter</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ODSOFilter.Column--> + <element type="property"> + <source id="Office.ODSOFilter.Column"> + <context kind="class">ODSOFilter</context> + <name>Column</name> + <type>String</type> + </source> + </element> + <!--property::ODSOFilter.CompareTo--> + <element type="property"> + <source id="Office.ODSOFilter.CompareTo"> + <context kind="class">ODSOFilter</context> + <name>CompareTo</name> + <type>String</type> + </source> + </element> + <!--property::ODSOFilter.Comparison--> + <element type="property"> + <source id="Office.ODSOFilter.Comparison"> + <context kind="class">ODSOFilter</context> + <name>Comparison</name> + <type>Integer</type> + </source> + </element> + <!--property::ODSOFilter.Conjunction--> + <element type="property"> + <source id="Office.ODSOFilter.Conjunction"> + <context kind="class">ODSOFilter</context> + <name>Conjunction</name> + <type>Integer</type> + </source> + </element> + <!--property::ODSOFilter.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOFilter.Creator"> + <context kind="class">ODSOFilter</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::ODSOFilter.Index {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOFilter.Index"> + <context kind="class">ODSOFilter</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--property::ODSOFilter.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOFilter.Parent"> + <context kind="class">ODSOFilter</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::ODSOFilters--> + <element type="class"> + <source id="Office.ODSOFilters"> + <name>ODSOFilters</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ODSOFilters.Add--> + <element type="method"> + <source id="Office.ODSOFilters.Add"> + <context kind="class">ODSOFilters</context> + <name>Add</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Column</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Comparison</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Conjunction</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>bstrCompareTo</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>DeferUpdate</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ODSOFilters.Application {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOFilters.Application"> + <context kind="class">ODSOFilters</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ODSOFilters.Count {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOFilters.Count"> + <context kind="class">ODSOFilters</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::ODSOFilters.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOFilters.Creator"> + <context kind="class">ODSOFilters</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::ODSOFilters.Delete--> + <element type="method"> + <source id="Office.ODSOFilters.Delete"> + <context kind="class">ODSOFilters</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>DeferUpdate</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ODSOFilters.Item--> + <element type="method"> + <source id="Office.ODSOFilters.Item"> + <context kind="class">ODSOFilters</context> + <name>Item</name> + <type>ODSOFilter</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ODSOFilters.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.ODSOFilters.Parent"> + <context kind="class">ODSOFilters</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::OfficeDataSourceObject--> + <element type="class"> + <source id="Office.OfficeDataSourceObject"> + <name>OfficeDataSourceObject</name> + </source> + <destination designation="identity" /> + </element> + <!--method::OfficeDataSourceObject.ApplyFilter--> + <element type="method"> + <source id="Office.OfficeDataSourceObject.ApplyFilter"> + <context kind="class">OfficeDataSourceObject</context> + <name>ApplyFilter</name> + <type>void</type> + </source> + </element> + <!--property::OfficeDataSourceObject.Columns {ReadOnly}--> + <element type="property"> + <source id="Office.OfficeDataSourceObject.Columns"> + <context kind="class">OfficeDataSourceObject</context> + <name>Columns</name> + <type>Object</type> + </source> + </element> + <!--property::OfficeDataSourceObject.ConnectString--> + <element type="property"> + <source id="Office.OfficeDataSourceObject.ConnectString"> + <context kind="class">OfficeDataSourceObject</context> + <name>ConnectString</name> + <type>String</type> + </source> + </element> + <!--property::OfficeDataSourceObject.DataSource--> + <element type="property"> + <source id="Office.OfficeDataSourceObject.DataSource"> + <context kind="class">OfficeDataSourceObject</context> + <name>DataSource</name> + <type>String</type> + </source> + </element> + <!--property::OfficeDataSourceObject.Filters {ReadOnly}--> + <element type="property"> + <source id="Office.OfficeDataSourceObject.Filters"> + <context kind="class">OfficeDataSourceObject</context> + <name>Filters</name> + <type>Object</type> + </source> + </element> + <!--method::OfficeDataSourceObject.Move--> + <element type="method"> + <source id="Office.OfficeDataSourceObject.Move"> + <context kind="class">OfficeDataSourceObject</context> + <name>Move</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>MsoMoveRow</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>RowNbr</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::OfficeDataSourceObject.Open--> + <element type="method"> + <source id="Office.OfficeDataSourceObject.Open"> + <context kind="class">OfficeDataSourceObject</context> + <name>Open</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>String</type> + <name>bstrSrc</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>bstrConnect</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>bstrTable</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>fOpenExclusive</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>fNeverPrompt</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OfficeDataSourceObject.RowCount {ReadOnly}--> + <element type="property"> + <source id="Office.OfficeDataSourceObject.RowCount"> + <context kind="class">OfficeDataSourceObject</context> + <name>RowCount</name> + <type>Integer</type> + </source> + </element> + <!--method::OfficeDataSourceObject.SetSortOrder--> + <element type="method"> + <source id="Office.OfficeDataSourceObject.SetSortOrder"> + <context kind="class">OfficeDataSourceObject</context> + <name>SetSortOrder</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>SortField1</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>SortAscending1</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>SortField2</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>SortAscending2</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>SortField3</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>SortAscending3</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OfficeDataSourceObject.Table--> + <element type="property"> + <source id="Office.OfficeDataSourceObject.Table"> + <context kind="class">OfficeDataSourceObject</context> + <name>Table</name> + <type>String</type> + </source> + </element> + <!--Class::Permission--> + <element type="class"> + <source id="Office.Permission"> + <name>Permission</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Permission.Add--> + <element type="method"> + <source id="Office.Permission.Add"> + <context kind="class">Permission</context> + <name>Add</name> + <type>UserPermission</type> + <parameter-list> + <parameter> + <type>String</type> + <name>UserId</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Permission</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>ExpirationDate</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Permission.Application {ReadOnly}--> + <element type="property"> + <source id="Office.Permission.Application"> + <context kind="class">Permission</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Permission.ApplyPolicy--> + <element type="method"> + <source id="Office.Permission.ApplyPolicy"> + <context kind="class">Permission</context> + <name>ApplyPolicy</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Permission.Count {ReadOnly}--> + <element type="property"> + <source id="Office.Permission.Count"> + <context kind="class">Permission</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::Permission.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.Permission.Creator"> + <context kind="class">Permission</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::Permission.DocumentAuthor--> + <element type="property"> + <source id="Office.Permission.DocumentAuthor"> + <context kind="class">Permission</context> + <name>DocumentAuthor</name> + <type>String</type> + </source> + </element> + <!--property::Permission.Enabled--> + <element type="property"> + <source id="Office.Permission.Enabled"> + <context kind="class">Permission</context> + <name>Enabled</name> + <type>boolean</type> + </source> + </element> + <!--property::Permission.EnableTrustedBrowser--> + <element type="property"> + <source id="Office.Permission.EnableTrustedBrowser"> + <context kind="class">Permission</context> + <name>EnableTrustedBrowser</name> + <type>boolean</type> + </source> + </element> + <!--property::Permission.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.Permission.Item"> + <context kind="class">Permission</context> + <name default="true">Item</name> + <type>UserPermission</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Permission.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.Permission.Parent"> + <context kind="class">Permission</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Permission.PermissionFromPolicy {ReadOnly}--> + <element type="property"> + <source id="Office.Permission.PermissionFromPolicy"> + <context kind="class">Permission</context> + <name>PermissionFromPolicy</name> + <type>boolean</type> + </source> + </element> + <!--property::Permission.PolicyDescription {ReadOnly}--> + <element type="property"> + <source id="Office.Permission.PolicyDescription"> + <context kind="class">Permission</context> + <name>PolicyDescription</name> + <type>String</type> + </source> + </element> + <!--property::Permission.PolicyName {ReadOnly}--> + <element type="property"> + <source id="Office.Permission.PolicyName"> + <context kind="class">Permission</context> + <name>PolicyName</name> + <type>String</type> + </source> + </element> + <!--method::Permission.RemoveAll--> + <element type="method"> + <source id="Office.Permission.RemoveAll"> + <context kind="class">Permission</context> + <name>RemoveAll</name> + <type>void</type> + </source> + </element> + <!--property::Permission.RequestPermissionURL--> + <element type="property"> + <source id="Office.Permission.RequestPermissionURL"> + <context kind="class">Permission</context> + <name>RequestPermissionURL</name> + <type>String</type> + </source> + </element> + <!--property::Permission.StoreLicenses--> + <element type="property"> + <source id="Office.Permission.StoreLicenses"> + <context kind="class">Permission</context> + <name>StoreLicenses</name> + <type>boolean</type> + </source> + </element> + <!--Class::PropertyTest--> + <element type="class"> + <source id="Office.PropertyTest"> + <name>PropertyTest</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PropertyTest.Application {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTest.Application"> + <context kind="class">PropertyTest</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PropertyTest.Condition {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTest.Condition"> + <context kind="class">PropertyTest</context> + <name>Condition</name> + <type>Integer</type> + </source> + </element> + <!--property::PropertyTest.Connector {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTest.Connector"> + <context kind="class">PropertyTest</context> + <name>Connector</name> + <type>Integer</type> + </source> + </element> + <!--property::PropertyTest.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTest.Creator"> + <context kind="class">PropertyTest</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::PropertyTest.Name {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTest.Name"> + <context kind="class">PropertyTest</context> + <name default="true">Name</name> + <type>String</type> + </source> + </element> + <!--property::PropertyTest.SecondValue {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTest.SecondValue"> + <context kind="class">PropertyTest</context> + <name>SecondValue</name> + <type>Variant</type> + </source> + </element> + <!--property::PropertyTest.Value {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTest.Value"> + <context kind="class">PropertyTest</context> + <name>Value</name> + <type>Variant</type> + </source> + </element> + <!--Class::PropertyTests--> + <element type="class"> + <source id="Office.PropertyTests"> + <name>PropertyTests</name> + </source> + <destination designation="identity" /> + </element> + <!--method::PropertyTests.Add--> + <element type="method"> + <source id="Office.PropertyTests.Add"> + <context kind="class">PropertyTests</context> + <name>Add</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Name</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Condition</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Value</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>SecondValue</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Connector</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::PropertyTests.Application {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTests.Application"> + <context kind="class">PropertyTests</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PropertyTests.Count {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTests.Count"> + <context kind="class">PropertyTests</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::PropertyTests.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTests.Creator"> + <context kind="class">PropertyTests</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::PropertyTests.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.PropertyTests.Item"> + <context kind="class">PropertyTests</context> + <name default="true">Item</name> + <type>PropertyTest</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::PropertyTests.Remove--> + <element type="method"> + <source id="Office.PropertyTests.Remove"> + <context kind="class">PropertyTests</context> + <name>Remove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ScopeFolder--> + <element type="class"> + <source id="Office.ScopeFolder"> + <name>ScopeFolder</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ScopeFolder.AddToSearchFolders--> + <element type="method"> + <source id="Office.ScopeFolder.AddToSearchFolders"> + <context kind="class">ScopeFolder</context> + <name>AddToSearchFolders</name> + <type>void</type> + </source> + </element> + <!--property::ScopeFolder.Application {ReadOnly}--> + <element type="property"> + <source id="Office.ScopeFolder.Application"> + <context kind="class">ScopeFolder</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ScopeFolder.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.ScopeFolder.Creator"> + <context kind="class">ScopeFolder</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::ScopeFolder.Name {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.ScopeFolder.Name"> + <context kind="class">ScopeFolder</context> + <name default="true">Name</name> + <type>String</type> + </source> + </element> + <!--property::ScopeFolder.Path {ReadOnly}--> + <element type="property"> + <source id="Office.ScopeFolder.Path"> + <context kind="class">ScopeFolder</context> + <name>Path</name> + <type>String</type> + </source> + </element> + <!--property::ScopeFolder.ScopeFolders {ReadOnly}--> + <element type="property"> + <source id="Office.ScopeFolder.ScopeFolders"> + <context kind="class">ScopeFolder</context> + <name>ScopeFolders</name> + <type>ScopeFolders</type> + </source> + </element> + <!--Class::ScopeFolders--> + <element type="class"> + <source id="Office.ScopeFolders"> + <name>ScopeFolders</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ScopeFolders.Application {ReadOnly}--> + <element type="property"> + <source id="Office.ScopeFolders.Application"> + <context kind="class">ScopeFolders</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ScopeFolders.Count {ReadOnly}--> + <element type="property"> + <source id="Office.ScopeFolders.Count"> + <context kind="class">ScopeFolders</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::ScopeFolders.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.ScopeFolders.Creator"> + <context kind="class">ScopeFolders</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::ScopeFolders.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.ScopeFolders.Item"> + <context kind="class">ScopeFolders</context> + <name default="true">Item</name> + <type>ScopeFolder</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::Script--> + <element type="class"> + <source id="Office.Script"> + <name>Script</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Script.Application {ReadOnly}--> + <element type="property"> + <source id="Office.Script.Application"> + <context kind="class">Script</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Script.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.Script.Creator"> + <context kind="class">Script</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::Script.Delete--> + <element type="method"> + <source id="Office.Script.Delete"> + <context kind="class">Script</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Script.Extended--> + <element type="property"> + <source id="Office.Script.Extended"> + <context kind="class">Script</context> + <name>Extended</name> + <type>String</type> + </source> + </element> + <!--property::Script.Id--> + <element type="property"> + <source id="Office.Script.Id"> + <context kind="class">Script</context> + <name>Id</name> + <type>String</type> + </source> + </element> + <!--property::Script.Language--> + <element type="property"> + <source id="Office.Script.Language"> + <context kind="class">Script</context> + <name>Language</name> + <type>Integer</type> + </source> + </element> + <!--property::Script.Location {ReadOnly}--> + <element type="property"> + <source id="Office.Script.Location"> + <context kind="class">Script</context> + <name>Location</name> + <type>Integer</type> + </source> + </element> + <!--property::Script.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.Script.Parent"> + <context kind="class">Script</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Script.ScriptText {Default}--> + <element type="property"> + <source id="Office.Script.ScriptText"> + <context kind="class">Script</context> + <name default="true">ScriptText</name> + <type>String</type> + </source> + </element> + <!--property::Script.Shape {ReadOnly}--> + <element type="property"> + <source id="Office.Script.Shape"> + <context kind="class">Script</context> + <name>Shape</name> + <type>Object</type> + </source> + </element> + <!--Class::Scripts--> + <element type="class"> + <source id="Office.Scripts"> + <name>Scripts</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Scripts.Add--> + <element type="method"> + <source id="Office.Scripts.Add"> + <context kind="class">Scripts</context> + <name>Add</name> + <type>Script</type> + <parameter-list> + <parameter optional="true"> + <type>Object</type> + <name>Anchor</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Location</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Language</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>Id</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>Extended</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>ScriptText</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Scripts.Application {ReadOnly}--> + <element type="property"> + <source id="Office.Scripts.Application"> + <context kind="class">Scripts</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Scripts.Count {ReadOnly}--> + <element type="property"> + <source id="Office.Scripts.Count"> + <context kind="class">Scripts</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::Scripts.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.Scripts.Creator"> + <context kind="class">Scripts</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::Scripts.Delete--> + <element type="method"> + <source id="Office.Scripts.Delete"> + <context kind="class">Scripts</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--method::Scripts.Item {Default}--> + <element type="method"> + <source id="Office.Scripts.Item"> + <context kind="class">Scripts</context> + <name default="true">Item</name> + <type>Script</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Scripts.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.Scripts.Parent"> + <context kind="class">Scripts</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SearchFolders--> + <element type="class"> + <source id="Office.SearchFolders"> + <name>SearchFolders</name> + </source> + <destination designation="identity" /> + </element> + <!--method::SearchFolders.Add--> + <element type="method"> + <source id="Office.SearchFolders.Add"> + <context kind="class">SearchFolders</context> + <name>Add</name> + <type>void</type> + <parameter-list> + <parameter> + <type>ScopeFolder</type> + <name>ScopeFolder</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SearchFolders.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SearchFolders.Application"> + <context kind="class">SearchFolders</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SearchFolders.Count {ReadOnly}--> + <element type="property"> + <source id="Office.SearchFolders.Count"> + <context kind="class">SearchFolders</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::SearchFolders.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SearchFolders.Creator"> + <context kind="class">SearchFolders</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::SearchFolders.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SearchFolders.Item"> + <context kind="class">SearchFolders</context> + <name default="true">Item</name> + <type>ScopeFolder</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SearchFolders.Remove--> + <element type="method"> + <source id="Office.SearchFolders.Remove"> + <context kind="class">SearchFolders</context> + <name>Remove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::SearchScope--> + <element type="class"> + <source id="Office.SearchScope"> + <name>SearchScope</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SearchScope.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SearchScope.Application"> + <context kind="class">SearchScope</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SearchScope.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SearchScope.Creator"> + <context kind="class">SearchScope</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::SearchScope.ScopeFolder {ReadOnly}--> + <element type="property"> + <source id="Office.SearchScope.ScopeFolder"> + <context kind="class">SearchScope</context> + <name>ScopeFolder</name> + <type>ScopeFolder</type> + </source> + </element> + <!--property::SearchScope.Type {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SearchScope.Type"> + <context kind="class">SearchScope</context> + <name default="true">Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::SearchScopes--> + <element type="class"> + <source id="Office.SearchScopes"> + <name>SearchScopes</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SearchScopes.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SearchScopes.Application"> + <context kind="class">SearchScopes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SearchScopes.Count {ReadOnly}--> + <element type="property"> + <source id="Office.SearchScopes.Count"> + <context kind="class">SearchScopes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::SearchScopes.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SearchScopes.Creator"> + <context kind="class">SearchScopes</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::SearchScopes.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SearchScopes.Item"> + <context kind="class">SearchScopes</context> + <name default="true">Item</name> + <type>SearchScope</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shapes.Background {ReadOnly}--> + <element type="property"> + <source id="Office.Shapes.Background"> + <context kind="class">Shapes</context> + <name>Background</name> + <type>Shape</type> + </source> + </element> + <!--property::Shapes.Default {ReadOnly}--> + <element type="property"> + <source id="Office.Shapes.Default"> + <context kind="class">Shapes</context> + <name>Default</name> + <type>Shape</type> + </source> + </element> + <!--Class::SharedWorkspace--> + <element type="class"> + <source id="Office.SharedWorkspace"> + <name>SharedWorkspace</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SharedWorkspace.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.Application"> + <context kind="class">SharedWorkspace</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspace.Connected {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.Connected"> + <context kind="class">SharedWorkspace</context> + <name>Connected</name> + <type>boolean</type> + </source> + </element> + <!--method::SharedWorkspace.CreateNew--> + <element type="method"> + <source id="Office.SharedWorkspace.CreateNew"> + <context kind="class">SharedWorkspace</context> + <name>CreateNew</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>URL</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Name</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspace.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.Creator"> + <context kind="class">SharedWorkspace</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::SharedWorkspace.Delete--> + <element type="method"> + <source id="Office.SharedWorkspace.Delete"> + <context kind="class">SharedWorkspace</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--method::SharedWorkspace.Disconnect--> + <element type="method"> + <source id="Office.SharedWorkspace.Disconnect"> + <context kind="class">SharedWorkspace</context> + <name>Disconnect</name> + <type>void</type> + </source> + </element> + <!--property::SharedWorkspace.Files {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.Files"> + <context kind="class">SharedWorkspace</context> + <name>Files</name> + <type>SharedWorkspaceFiles</type> + </source> + </element> + <!--property::SharedWorkspace.Folders {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.Folders"> + <context kind="class">SharedWorkspace</context> + <name>Folders</name> + <type>SharedWorkspaceFolders</type> + </source> + </element> + <!--property::SharedWorkspace.LastRefreshed {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.LastRefreshed"> + <context kind="class">SharedWorkspace</context> + <name>LastRefreshed</name> + <type>Variant</type> + </source> + </element> + <!--property::SharedWorkspace.Links {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.Links"> + <context kind="class">SharedWorkspace</context> + <name>Links</name> + <type>SharedWorkspaceLinks</type> + </source> + </element> + <!--property::SharedWorkspace.Members {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.Members"> + <context kind="class">SharedWorkspace</context> + <name>Members</name> + <type>SharedWorkspaceMembers</type> + </source> + </element> + <!--property::SharedWorkspace.Name {Default}--> + <element type="property"> + <source id="Office.SharedWorkspace.Name"> + <context kind="class">SharedWorkspace</context> + <name default="true">Name</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspace.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.Parent"> + <context kind="class">SharedWorkspace</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::SharedWorkspace.Refresh--> + <element type="method"> + <source id="Office.SharedWorkspace.Refresh"> + <context kind="class">SharedWorkspace</context> + <name>Refresh</name> + <type>void</type> + </source> + </element> + <!--method::SharedWorkspace.RemoveDocument--> + <element type="method"> + <source id="Office.SharedWorkspace.RemoveDocument"> + <context kind="class">SharedWorkspace</context> + <name>RemoveDocument</name> + <type>void</type> + </source> + </element> + <!--property::SharedWorkspace.SourceURL--> + <element type="property"> + <source id="Office.SharedWorkspace.SourceURL"> + <context kind="class">SharedWorkspace</context> + <name>SourceURL</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspace.Tasks {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.Tasks"> + <context kind="class">SharedWorkspace</context> + <name>Tasks</name> + <type>SharedWorkspaceTasks</type> + </source> + </element> + <!--property::SharedWorkspace.URL {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspace.URL"> + <context kind="class">SharedWorkspace</context> + <name>URL</name> + <type>String</type> + </source> + </element> + <!--Class::SharedWorkspaceFile--> + <element type="class"> + <source id="Office.SharedWorkspaceFile"> + <name>SharedWorkspaceFile</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SharedWorkspaceFile.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFile.Application"> + <context kind="class">SharedWorkspaceFile</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceFile.CreatedBy {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFile.CreatedBy"> + <context kind="class">SharedWorkspaceFile</context> + <name>CreatedBy</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceFile.CreatedDate {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFile.CreatedDate"> + <context kind="class">SharedWorkspaceFile</context> + <name>CreatedDate</name> + <type>Variant</type> + </source> + </element> + <!--property::SharedWorkspaceFile.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFile.Creator"> + <context kind="class">SharedWorkspaceFile</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::SharedWorkspaceFile.Delete--> + <element type="method"> + <source id="Office.SharedWorkspaceFile.Delete"> + <context kind="class">SharedWorkspaceFile</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::SharedWorkspaceFile.ModifiedBy {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFile.ModifiedBy"> + <context kind="class">SharedWorkspaceFile</context> + <name>ModifiedBy</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceFile.ModifiedDate {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFile.ModifiedDate"> + <context kind="class">SharedWorkspaceFile</context> + <name>ModifiedDate</name> + <type>Variant</type> + </source> + </element> + <!--property::SharedWorkspaceFile.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFile.Parent"> + <context kind="class">SharedWorkspaceFile</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::SharedWorkspaceFile.URL {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFile.URL"> + <context kind="class">SharedWorkspaceFile</context> + <name default="true">URL</name> + <type>String</type> + </source> + </element> + <!--Class::SharedWorkspaceFiles--> + <element type="class"> + <source id="Office.SharedWorkspaceFiles"> + <name>SharedWorkspaceFiles</name> + </source> + <destination designation="identity" /> + </element> + <!--method::SharedWorkspaceFiles.Add--> + <element type="method"> + <source id="Office.SharedWorkspaceFiles.Add"> + <context kind="class">SharedWorkspaceFiles</context> + <name>Add</name> + <type>SharedWorkspaceFile</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>ParentFolder</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>OverwriteIfFileAlreadyExists</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>KeepInSync</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceFiles.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFiles.Application"> + <context kind="class">SharedWorkspaceFiles</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceFiles.Count {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFiles.Count"> + <context kind="class">SharedWorkspaceFiles</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceFiles.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFiles.Creator"> + <context kind="class">SharedWorkspaceFiles</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceFiles.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFiles.Item"> + <context kind="class">SharedWorkspaceFiles</context> + <name default="true">Item</name> + <type>SharedWorkspaceFile</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceFiles.ItemCountExceeded {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFiles.ItemCountExceeded"> + <context kind="class">SharedWorkspaceFiles</context> + <name>ItemCountExceeded</name> + <type>boolean</type> + </source> + </element> + <!--property::SharedWorkspaceFiles.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFiles.Parent"> + <context kind="class">SharedWorkspaceFiles</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SharedWorkspaceFolder--> + <element type="class"> + <source id="Office.SharedWorkspaceFolder"> + <name>SharedWorkspaceFolder</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SharedWorkspaceFolder.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolder.Application"> + <context kind="class">SharedWorkspaceFolder</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceFolder.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolder.Creator"> + <context kind="class">SharedWorkspaceFolder</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::SharedWorkspaceFolder.Delete--> + <element type="method"> + <source id="Office.SharedWorkspaceFolder.Delete"> + <context kind="class">SharedWorkspaceFolder</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>DeleteEventIfFolderContainsFiles</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceFolder.FolderName {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolder.FolderName"> + <context kind="class">SharedWorkspaceFolder</context> + <name default="true">FolderName</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceFolder.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolder.Parent"> + <context kind="class">SharedWorkspaceFolder</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SharedWorkspaceFolders--> + <element type="class"> + <source id="Office.SharedWorkspaceFolders"> + <name>SharedWorkspaceFolders</name> + </source> + <destination designation="identity" /> + </element> + <!--method::SharedWorkspaceFolders.Add--> + <element type="method"> + <source id="Office.SharedWorkspaceFolders.Add"> + <context kind="class">SharedWorkspaceFolders</context> + <name>Add</name> + <type>SharedWorkspaceFolder</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FolderName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>ParentFolder</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceFolders.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolders.Application"> + <context kind="class">SharedWorkspaceFolders</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceFolders.Count {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolders.Count"> + <context kind="class">SharedWorkspaceFolders</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceFolders.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolders.Creator"> + <context kind="class">SharedWorkspaceFolders</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceFolders.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolders.Item"> + <context kind="class">SharedWorkspaceFolders</context> + <name default="true">Item</name> + <type>SharedWorkspaceFolder</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceFolders.ItemCountExceeded {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolders.ItemCountExceeded"> + <context kind="class">SharedWorkspaceFolders</context> + <name>ItemCountExceeded</name> + <type>boolean</type> + </source> + </element> + <!--property::SharedWorkspaceFolders.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceFolders.Parent"> + <context kind="class">SharedWorkspaceFolders</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SharedWorkspaceLink--> + <element type="class"> + <source id="Office.SharedWorkspaceLink"> + <name>SharedWorkspaceLink</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SharedWorkspaceLink.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.Application"> + <context kind="class">SharedWorkspaceLink</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceLink.CreatedBy {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.CreatedBy"> + <context kind="class">SharedWorkspaceLink</context> + <name>CreatedBy</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceLink.CreatedDate {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.CreatedDate"> + <context kind="class">SharedWorkspaceLink</context> + <name>CreatedDate</name> + <type>Variant</type> + </source> + </element> + <!--property::SharedWorkspaceLink.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.Creator"> + <context kind="class">SharedWorkspaceLink</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::SharedWorkspaceLink.Delete--> + <element type="method"> + <source id="Office.SharedWorkspaceLink.Delete"> + <context kind="class">SharedWorkspaceLink</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::SharedWorkspaceLink.Description--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.Description"> + <context kind="class">SharedWorkspaceLink</context> + <name>Description</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceLink.ModifiedBy {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.ModifiedBy"> + <context kind="class">SharedWorkspaceLink</context> + <name>ModifiedBy</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceLink.ModifiedDate {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.ModifiedDate"> + <context kind="class">SharedWorkspaceLink</context> + <name>ModifiedDate</name> + <type>Variant</type> + </source> + </element> + <!--property::SharedWorkspaceLink.Notes--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.Notes"> + <context kind="class">SharedWorkspaceLink</context> + <name>Notes</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceLink.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.Parent"> + <context kind="class">SharedWorkspaceLink</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::SharedWorkspaceLink.Save--> + <element type="method"> + <source id="Office.SharedWorkspaceLink.Save"> + <context kind="class">SharedWorkspaceLink</context> + <name>Save</name> + <type>void</type> + </source> + </element> + <!--property::SharedWorkspaceLink.URL {Default}--> + <element type="property"> + <source id="Office.SharedWorkspaceLink.URL"> + <context kind="class">SharedWorkspaceLink</context> + <name default="true">URL</name> + <type>String</type> + </source> + </element> + <!--Class::SharedWorkspaceLinks--> + <element type="class"> + <source id="Office.SharedWorkspaceLinks"> + <name>SharedWorkspaceLinks</name> + </source> + <destination designation="identity" /> + </element> + <!--method::SharedWorkspaceLinks.Add--> + <element type="method"> + <source id="Office.SharedWorkspaceLinks.Add"> + <context kind="class">SharedWorkspaceLinks</context> + <name>Add</name> + <type>SharedWorkspaceLink</type> + <parameter-list> + <parameter> + <type>String</type> + <name>URL</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Description</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Notes</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceLinks.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLinks.Application"> + <context kind="class">SharedWorkspaceLinks</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceLinks.Count {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLinks.Count"> + <context kind="class">SharedWorkspaceLinks</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceLinks.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLinks.Creator"> + <context kind="class">SharedWorkspaceLinks</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceLinks.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLinks.Item"> + <context kind="class">SharedWorkspaceLinks</context> + <name default="true">Item</name> + <type>SharedWorkspaceLink</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceLinks.ItemCountExceeded {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLinks.ItemCountExceeded"> + <context kind="class">SharedWorkspaceLinks</context> + <name>ItemCountExceeded</name> + <type>boolean</type> + </source> + </element> + <!--property::SharedWorkspaceLinks.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceLinks.Parent"> + <context kind="class">SharedWorkspaceLinks</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SharedWorkspaceMember--> + <element type="class"> + <source id="Office.SharedWorkspaceMember"> + <name>SharedWorkspaceMember</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SharedWorkspaceMember.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMember.Application"> + <context kind="class">SharedWorkspaceMember</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceMember.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMember.Creator"> + <context kind="class">SharedWorkspaceMember</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::SharedWorkspaceMember.Delete--> + <element type="method"> + <source id="Office.SharedWorkspaceMember.Delete"> + <context kind="class">SharedWorkspaceMember</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::SharedWorkspaceMember.DomainName {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMember.DomainName"> + <context kind="class">SharedWorkspaceMember</context> + <name default="true">DomainName</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceMember.Email {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMember.Email"> + <context kind="class">SharedWorkspaceMember</context> + <name>Email</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceMember.Id {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMember.Id"> + <context kind="class">SharedWorkspaceMember</context> + <name>Id</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceMember.Name {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMember.Name"> + <context kind="class">SharedWorkspaceMember</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceMember.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMember.Parent"> + <context kind="class">SharedWorkspaceMember</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SharedWorkspaceMembers--> + <element type="class"> + <source id="Office.SharedWorkspaceMembers"> + <name>SharedWorkspaceMembers</name> + </source> + <destination designation="identity" /> + </element> + <!--method::SharedWorkspaceMembers.Add--> + <element type="method"> + <source id="Office.SharedWorkspaceMembers.Add"> + <context kind="class">SharedWorkspaceMembers</context> + <name>Add</name> + <type>SharedWorkspaceMember</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Email</name> + </parameter> + <parameter> + <type>String</type> + <name>DomainName</name> + </parameter> + <parameter> + <type>String</type> + <name>DisplayName</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Role</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceMembers.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMembers.Application"> + <context kind="class">SharedWorkspaceMembers</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceMembers.Count {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMembers.Count"> + <context kind="class">SharedWorkspaceMembers</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceMembers.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMembers.Creator"> + <context kind="class">SharedWorkspaceMembers</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceMembers.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMembers.Item"> + <context kind="class">SharedWorkspaceMembers</context> + <name default="true">Item</name> + <type>SharedWorkspaceMember</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceMembers.ItemCountExceeded {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMembers.ItemCountExceeded"> + <context kind="class">SharedWorkspaceMembers</context> + <name>ItemCountExceeded</name> + <type>boolean</type> + </source> + </element> + <!--property::SharedWorkspaceMembers.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceMembers.Parent"> + <context kind="class">SharedWorkspaceMembers</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SharedWorkspaceTask--> + <element type="class"> + <source id="Office.SharedWorkspaceTask"> + <name>SharedWorkspaceTask</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SharedWorkspaceTask.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.Application"> + <context kind="class">SharedWorkspaceTask</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceTask.AssignedTo--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.AssignedTo"> + <context kind="class">SharedWorkspaceTask</context> + <name>AssignedTo</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceTask.CreatedBy {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.CreatedBy"> + <context kind="class">SharedWorkspaceTask</context> + <name>CreatedBy</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceTask.CreatedDate {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.CreatedDate"> + <context kind="class">SharedWorkspaceTask</context> + <name>CreatedDate</name> + <type>Variant</type> + </source> + </element> + <!--property::SharedWorkspaceTask.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.Creator"> + <context kind="class">SharedWorkspaceTask</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::SharedWorkspaceTask.Delete--> + <element type="method"> + <source id="Office.SharedWorkspaceTask.Delete"> + <context kind="class">SharedWorkspaceTask</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::SharedWorkspaceTask.Description--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.Description"> + <context kind="class">SharedWorkspaceTask</context> + <name>Description</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceTask.DueDate--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.DueDate"> + <context kind="class">SharedWorkspaceTask</context> + <name>DueDate</name> + <type>Variant</type> + </source> + </element> + <!--property::SharedWorkspaceTask.ModifiedBy {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.ModifiedBy"> + <context kind="class">SharedWorkspaceTask</context> + <name>ModifiedBy</name> + <type>String</type> + </source> + </element> + <!--property::SharedWorkspaceTask.ModifiedDate {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.ModifiedDate"> + <context kind="class">SharedWorkspaceTask</context> + <name>ModifiedDate</name> + <type>Variant</type> + </source> + </element> + <!--property::SharedWorkspaceTask.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.Parent"> + <context kind="class">SharedWorkspaceTask</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::SharedWorkspaceTask.Priority--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.Priority"> + <context kind="class">SharedWorkspaceTask</context> + <name>Priority</name> + <type>Integer</type> + </source> + </element> + <!--method::SharedWorkspaceTask.Save--> + <element type="method"> + <source id="Office.SharedWorkspaceTask.Save"> + <context kind="class">SharedWorkspaceTask</context> + <name>Save</name> + <type>void</type> + </source> + </element> + <!--property::SharedWorkspaceTask.Status--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.Status"> + <context kind="class">SharedWorkspaceTask</context> + <name>Status</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceTask.Title {Default}--> + <element type="property"> + <source id="Office.SharedWorkspaceTask.Title"> + <context kind="class">SharedWorkspaceTask</context> + <name default="true">Title</name> + <type>String</type> + </source> + </element> + <!--Class::SharedWorkspaceTasks--> + <element type="class"> + <source id="Office.SharedWorkspaceTasks"> + <name>SharedWorkspaceTasks</name> + </source> + <destination designation="identity" /> + </element> + <!--method::SharedWorkspaceTasks.Add--> + <element type="method"> + <source id="Office.SharedWorkspaceTasks.Add"> + <context kind="class">SharedWorkspaceTasks</context> + <name>Add</name> + <type>SharedWorkspaceTask</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Title</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Status</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Priority</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Assignee</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Description</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>DueDate</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceTasks.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTasks.Application"> + <context kind="class">SharedWorkspaceTasks</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SharedWorkspaceTasks.Count {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTasks.Count"> + <context kind="class">SharedWorkspaceTasks</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceTasks.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTasks.Creator"> + <context kind="class">SharedWorkspaceTasks</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::SharedWorkspaceTasks.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTasks.Item"> + <context kind="class">SharedWorkspaceTasks</context> + <name default="true">Item</name> + <type>SharedWorkspaceTask</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SharedWorkspaceTasks.ItemCountExceeded {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTasks.ItemCountExceeded"> + <context kind="class">SharedWorkspaceTasks</context> + <name>ItemCountExceeded</name> + <type>boolean</type> + </source> + </element> + <!--property::SharedWorkspaceTasks.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SharedWorkspaceTasks.Parent"> + <context kind="class">SharedWorkspaceTasks</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Signature--> + <element type="class"> + <source id="Office.Signature"> + <name>Signature</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Signature.Application {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.Application"> + <context kind="class">Signature</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Signature.AttachCertificate--> + <element type="property"> + <source id="Office.Signature.AttachCertificate"> + <context kind="class">Signature</context> + <name>AttachCertificate</name> + <type>boolean</type> + </source> + </element> + <!--property::Signature.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.Creator"> + <context kind="class">Signature</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::Signature.Delete--> + <element type="method"> + <source id="Office.Signature.Delete"> + <context kind="class">Signature</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Signature.ExpireDate {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.ExpireDate"> + <context kind="class">Signature</context> + <name>ExpireDate</name> + <type>Variant</type> + </source> + </element> + <!--property::Signature.IsCertificateExpired {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.IsCertificateExpired"> + <context kind="class">Signature</context> + <name>IsCertificateExpired</name> + <type>boolean</type> + </source> + </element> + <!--property::Signature.IsCertificateRevoked {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.IsCertificateRevoked"> + <context kind="class">Signature</context> + <name>IsCertificateRevoked</name> + <type>boolean</type> + </source> + </element> + <!--property::Signature.Issuer {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.Issuer"> + <context kind="class">Signature</context> + <name>Issuer</name> + <type>String</type> + </source> + </element> + <!--property::Signature.IsValid {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.IsValid"> + <context kind="class">Signature</context> + <name>IsValid</name> + <type>boolean</type> + </source> + </element> + <!--property::Signature.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.Parent"> + <context kind="class">Signature</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Signature.SignDate {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.SignDate"> + <context kind="class">Signature</context> + <name>SignDate</name> + <type>Variant</type> + </source> + </element> + <!--property::Signature.Signer {ReadOnly}--> + <element type="property"> + <source id="Office.Signature.Signer"> + <context kind="class">Signature</context> + <name>Signer</name> + <type>String</type> + </source> + </element> + <!--Class::SignatureSet--> + <element type="class"> + <source id="Office.SignatureSet"> + <name>SignatureSet</name> + </source> + <destination designation="identity" /> + </element> + <!--method::SignatureSet.Add--> + <element type="method"> + <source id="Office.SignatureSet.Add"> + <context kind="class">SignatureSet</context> + <name>Add</name> + <type>Signature</type> + </source> + </element> + <!--property::SignatureSet.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SignatureSet.Application"> + <context kind="class">SignatureSet</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::SignatureSet.Commit--> + <element type="method"> + <source id="Office.SignatureSet.Commit"> + <context kind="class">SignatureSet</context> + <name>Commit</name> + <type>void</type> + </source> + </element> + <!--property::SignatureSet.Count {ReadOnly}--> + <element type="property"> + <source id="Office.SignatureSet.Count"> + <context kind="class">SignatureSet</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::SignatureSet.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SignatureSet.Creator"> + <context kind="class">SignatureSet</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::SignatureSet.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.SignatureSet.Item"> + <context kind="class">SignatureSet</context> + <name default="true">Item</name> + <type>Signature</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>iSig</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SignatureSet.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.SignatureSet.Parent"> + <context kind="class">SignatureSet</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SmartDocument--> + <element type="class"> + <source id="Office.SmartDocument"> + <name>SmartDocument</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SmartDocument.Application {ReadOnly}--> + <element type="property"> + <source id="Office.SmartDocument.Application"> + <context kind="class">SmartDocument</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SmartDocument.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.SmartDocument.Creator"> + <context kind="class">SmartDocument</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::SmartDocument.PickSolution--> + <element type="method"> + <source id="Office.SmartDocument.PickSolution"> + <context kind="class">SmartDocument</context> + <name>PickSolution</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>boolean</type> + <name>ConsiderAllSchemas</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SmartDocument.RefreshPane--> + <element type="method"> + <source id="Office.SmartDocument.RefreshPane"> + <context kind="class">SmartDocument</context> + <name>RefreshPane</name> + <type>void</type> + </source> + </element> + <!--property::SmartDocument.SolutionID--> + <element type="property"> + <source id="Office.SmartDocument.SolutionID"> + <context kind="class">SmartDocument</context> + <name>SolutionID</name> + <type>String</type> + </source> + </element> + <!--property::SmartDocument.SolutionURL--> + <element type="property"> + <source id="Office.SmartDocument.SolutionURL"> + <context kind="class">SmartDocument</context> + <name>SolutionURL</name> + <type>String</type> + </source> + </element> + <!--Class::Sync--> + <element type="class"> + <source id="Office.Sync"> + <name>Sync</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Sync.Application {ReadOnly}--> + <element type="property"> + <source id="Office.Sync.Application"> + <context kind="class">Sync</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Sync.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.Sync.Creator"> + <context kind="class">Sync</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::Sync.ErrorType {ReadOnly}--> + <element type="property"> + <source id="Office.Sync.ErrorType"> + <context kind="class">Sync</context> + <name>ErrorType</name> + <type>Integer</type> + </source> + </element> + <!--method::Sync.GetUpdate--> + <element type="method"> + <source id="Office.Sync.GetUpdate"> + <context kind="class">Sync</context> + <name>GetUpdate</name> + <type>void</type> + </source> + </element> + <!--property::Sync.LastSyncTime {ReadOnly}--> + <element type="property"> + <source id="Office.Sync.LastSyncTime"> + <context kind="class">Sync</context> + <name>LastSyncTime</name> + <type>Variant</type> + </source> + </element> + <!--method::Sync.OpenVersion--> + <element type="method"> + <source id="Office.Sync.OpenVersion"> + <context kind="class">Sync</context> + <name>OpenVersion</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>SyncVersionType</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Sync.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.Sync.Parent"> + <context kind="class">Sync</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::Sync.PutUpdate--> + <element type="method"> + <source id="Office.Sync.PutUpdate"> + <context kind="class">Sync</context> + <name>PutUpdate</name> + <type>void</type> + </source> + </element> + <!--method::Sync.ResolveConflict--> + <element type="method"> + <source id="Office.Sync.ResolveConflict"> + <context kind="class">Sync</context> + <name>ResolveConflict</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>SyncConflictResolution</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Sync.Status {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.Sync.Status"> + <context kind="class">Sync</context> + <name default="true">Status</name> + <type>Integer</type> + </source> + </element> + <!--method::Sync.Unsuspend--> + <element type="method"> + <source id="Office.Sync.Unsuspend"> + <context kind="class">Sync</context> + <name>Unsuspend</name> + <type>void</type> + </source> + </element> + <!--property::Sync.WorkspaceLastChangedBy {ReadOnly}--> + <element type="property"> + <source id="Office.Sync.WorkspaceLastChangedBy"> + <context kind="class">Sync</context> + <name>WorkspaceLastChangedBy</name> + <type>String</type> + </source> + </element> + <!--Class::UserPermission--> + <element type="class"> + <source id="Office.UserPermission"> + <name>UserPermission</name> + </source> + <destination designation="identity" /> + </element> + <!--property::UserPermission.Application {ReadOnly}--> + <element type="property"> + <source id="Office.UserPermission.Application"> + <context kind="class">UserPermission</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::UserPermission.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.UserPermission.Creator"> + <context kind="class">UserPermission</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::UserPermission.ExpirationDate--> + <element type="property"> + <source id="Office.UserPermission.ExpirationDate"> + <context kind="class">UserPermission</context> + <name>ExpirationDate</name> + <type>Variant</type> + </source> + </element> + <!--property::UserPermission.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.UserPermission.Parent"> + <context kind="class">UserPermission</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::UserPermission.Permission--> + <element type="property"> + <source id="Office.UserPermission.Permission"> + <context kind="class">UserPermission</context> + <name>Permission</name> + <type>Integer</type> + </source> + </element> + <!--method::UserPermission.Remove--> + <element type="method"> + <source id="Office.UserPermission.Remove"> + <context kind="class">UserPermission</context> + <name>Remove</name> + <type>void</type> + </source> + </element> + <!--property::UserPermission.UserId {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.UserPermission.UserId"> + <context kind="class">UserPermission</context> + <name default="true">UserId</name> + <type>String</type> + </source> + </element> + <!--Class::WebComponent--> + <element type="class"> + <source id="Office.WebComponent"> + <name>WebComponent</name> + </source> + <destination designation="identity" /> + </element> + <!--method::WebComponent.Commit--> + <element type="method"> + <source id="Office.WebComponent.Commit"> + <context kind="class">WebComponent</context> + <name>Commit</name> + <type>void</type> + </source> + </element> + <!--property::WebComponent.Height--> + <element type="property"> + <source id="Office.WebComponent.Height"> + <context kind="class">WebComponent</context> + <name>Height</name> + <type>Integer</type> + </source> + </element> + <!--property::WebComponent.HTML--> + <element type="property"> + <source id="Office.WebComponent.HTML"> + <context kind="class">WebComponent</context> + <name>HTML</name> + <type>String</type> + </source> + </element> + <!--property::WebComponent.Name--> + <element type="property"> + <source id="Office.WebComponent.Name"> + <context kind="class">WebComponent</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--method::WebComponent.Revert--> + <element type="method"> + <source id="Office.WebComponent.Revert"> + <context kind="class">WebComponent</context> + <name>Revert</name> + <type>void</type> + </source> + </element> + <!--method::WebComponent.SetPlaceHolderGraphic--> + <element type="method"> + <source id="Office.WebComponent.SetPlaceHolderGraphic"> + <context kind="class">WebComponent</context> + <name>SetPlaceHolderGraphic</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>PlaceHolderGraphic</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::WebComponent.Shape {ReadOnly}--> + <element type="property"> + <source id="Office.WebComponent.Shape"> + <context kind="class">WebComponent</context> + <name>Shape</name> + <type>Object</type> + </source> + </element> + <!--property::WebComponent.URL--> + <element type="property"> + <source id="Office.WebComponent.URL"> + <context kind="class">WebComponent</context> + <name>URL</name> + <type>String</type> + </source> + </element> + <!--property::WebComponent.Width--> + <element type="property"> + <source id="Office.WebComponent.Width"> + <context kind="class">WebComponent</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::WebComponentFormat--> + <element type="class"> + <source id="Office.WebComponentFormat"> + <name>WebComponentFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::WebComponentFormat.Application {ReadOnly}--> + <element type="property"> + <source id="Office.WebComponentFormat.Application"> + <context kind="class">WebComponentFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::WebComponentFormat.Height--> + <element type="property"> + <source id="Office.WebComponentFormat.Height"> + <context kind="class">WebComponentFormat</context> + <name>Height</name> + <type>Integer</type> + </source> + </element> + <!--property::WebComponentFormat.HTML--> + <element type="property"> + <source id="Office.WebComponentFormat.HTML"> + <context kind="class">WebComponentFormat</context> + <name>HTML</name> + <type>String</type> + </source> + </element> + <!--method::WebComponentFormat.LaunchPropertiesWindow--> + <element type="method"> + <source id="Office.WebComponentFormat.LaunchPropertiesWindow"> + <context kind="class">WebComponentFormat</context> + <name>LaunchPropertiesWindow</name> + <type>void</type> + </source> + </element> + <!--property::WebComponentFormat.Name--> + <element type="property"> + <source id="Office.WebComponentFormat.Name"> + <context kind="class">WebComponentFormat</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="Office.WebComponentFormat.Parent"> + <context kind="class">WebComponentFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::WebComponentFormat.PreviewGraphic--> + <element type="property"> + <source id="Office.WebComponentFormat.PreviewGraphic"> + <context kind="class">WebComponentFormat</context> + <name>PreviewGraphic</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentFormat.URL--> + <element type="property"> + <source id="Office.WebComponentFormat.URL"> + <context kind="class">WebComponentFormat</context> + <name>URL</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentFormat.Width--> + <element type="property"> + <source id="Office.WebComponentFormat.Width"> + <context kind="class">WebComponentFormat</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::WebComponentProperties--> + <element type="class"> + <source id="Office.WebComponentProperties"> + <name>WebComponentProperties</name> + </source> + <destination designation="identity" /> + </element> + <!--property::WebComponentProperties.Height--> + <element type="property"> + <source id="Office.WebComponentProperties.Height"> + <context kind="class">WebComponentProperties</context> + <name>Height</name> + <type>Integer</type> + </source> + </element> + <!--property::WebComponentProperties.HTML--> + <element type="property"> + <source id="Office.WebComponentProperties.HTML"> + <context kind="class">WebComponentProperties</context> + <name>HTML</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentProperties.Name--> + <element type="property"> + <source id="Office.WebComponentProperties.Name"> + <context kind="class">WebComponentProperties</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentProperties.PreviewGraphic--> + <element type="property"> + <source id="Office.WebComponentProperties.PreviewGraphic"> + <context kind="class">WebComponentProperties</context> + <name>PreviewGraphic</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentProperties.PreviewHTML--> + <element type="property"> + <source id="Office.WebComponentProperties.PreviewHTML"> + <context kind="class">WebComponentProperties</context> + <name>PreviewHTML</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentProperties.Shape {ReadOnly}--> + <element type="property"> + <source id="Office.WebComponentProperties.Shape"> + <context kind="class">WebComponentProperties</context> + <name>Shape</name> + <type>Object</type> + </source> + </element> + <!--property::WebComponentProperties.Tag--> + <element type="property"> + <source id="Office.WebComponentProperties.Tag"> + <context kind="class">WebComponentProperties</context> + <name>Tag</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentProperties.URL--> + <element type="property"> + <source id="Office.WebComponentProperties.URL"> + <context kind="class">WebComponentProperties</context> + <name>URL</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentProperties.Width--> + <element type="property"> + <source id="Office.WebComponentProperties.Width"> + <context kind="class">WebComponentProperties</context> + <name>Width</name> + <type>Integer</type> + </source> + </element> + <!--Class::WebComponentWindowExternal--> + <element type="class"> + <source id="Office.WebComponentWindowExternal"> + <name>WebComponentWindowExternal</name> + </source> + <destination designation="identity" /> + </element> + <!--property::WebComponentWindowExternal.Application {ReadOnly}--> + <element type="property"> + <source id="Office.WebComponentWindowExternal.Application"> + <context kind="class">WebComponentWindowExternal</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::WebComponentWindowExternal.ApplicationName {ReadOnly}--> + <element type="property"> + <source id="Office.WebComponentWindowExternal.ApplicationName"> + <context kind="class">WebComponentWindowExternal</context> + <name>ApplicationName</name> + <type>String</type> + </source> + </element> + <!--property::WebComponentWindowExternal.ApplicationVersion {ReadOnly}--> + <element type="property"> + <source id="Office.WebComponentWindowExternal.ApplicationVersion"> + <context kind="class">WebComponentWindowExternal</context> + <name>ApplicationVersion</name> + <type>Integer</type> + </source> + </element> + <!--method::WebComponentWindowExternal.CloseWindow--> + <element type="method"> + <source id="Office.WebComponentWindowExternal.CloseWindow"> + <context kind="class">WebComponentWindowExternal</context> + <name>CloseWindow</name> + <type>void</type> + </source> + </element> + <!--property::WebComponentWindowExternal.InterfaceVersion {ReadOnly}--> + <element type="property"> + <source id="Office.WebComponentWindowExternal.InterfaceVersion"> + <context kind="class">WebComponentWindowExternal</context> + <name>InterfaceVersion</name> + <type>Integer</type> + </source> + </element> + <!--property::WebComponentWindowExternal.WebComponent {ReadOnly}--> + <element type="property"> + <source id="Office.WebComponentWindowExternal.WebComponent"> + <context kind="class">WebComponentWindowExternal</context> + <name>WebComponent</name> + <type>WebComponent</type> + </source> + </element> + <!--Class::WebPageFont--> + <element type="class"> + <source id="Office.WebPageFont"> + <name>WebPageFont</name> + </source> + <destination designation="identity" /> + </element> + <!--property::WebPageFont.Application {ReadOnly}--> + <element type="property"> + <source id="Office.WebPageFont.Application"> + <context kind="class">WebPageFont</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::WebPageFont.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.WebPageFont.Creator"> + <context kind="class">WebPageFont</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::WebPageFont.FixedWidthFont--> + <element type="property"> + <source id="Office.WebPageFont.FixedWidthFont"> + <context kind="class">WebPageFont</context> + <name>FixedWidthFont</name> + <type>String</type> + </source> + </element> + <!--property::WebPageFont.FixedWidthFontSize--> + <element type="property"> + <source id="Office.WebPageFont.FixedWidthFontSize"> + <context kind="class">WebPageFont</context> + <name>FixedWidthFontSize</name> + <type>Single</type> + </source> + </element> + <!--property::WebPageFont.ProportionalFont--> + <element type="property"> + <source id="Office.WebPageFont.ProportionalFont"> + <context kind="class">WebPageFont</context> + <name>ProportionalFont</name> + <type>String</type> + </source> + </element> + <!--property::WebPageFont.ProportionalFontSize--> + <element type="property"> + <source id="Office.WebPageFont.ProportionalFontSize"> + <context kind="class">WebPageFont</context> + <name>ProportionalFontSize</name> + <type>Single</type> + </source> + </element> + <!--Class::WebPageFonts--> + <element type="class"> + <source id="Office.WebPageFonts"> + <name>WebPageFonts</name> + </source> + <destination designation="identity" /> + </element> + <!--property::WebPageFonts.Application {ReadOnly}--> + <element type="property"> + <source id="Office.WebPageFonts.Application"> + <context kind="class">WebPageFonts</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::WebPageFonts.Count {ReadOnly}--> + <element type="property"> + <source id="Office.WebPageFonts.Count"> + <context kind="class">WebPageFonts</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::WebPageFonts.Creator {ReadOnly}--> + <element type="property"> + <source id="Office.WebPageFonts.Creator"> + <context kind="class">WebPageFonts</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::WebPageFonts.Item {Default} {ReadOnly}--> + <element type="property"> + <source id="Office.WebPageFonts.Item"> + <context kind="class">WebPageFonts</context> + <name default="true">Item</name> + <type>WebPageFont</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ActionSetting--> + <element type="class"> + <source id="PowerPoint.ActionSetting"> + <name>ActionSetting</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ActionSetting.Action--> + <element type="property"> + <source id="PowerPoint.ActionSetting.Action"> + <context kind="class">ActionSetting</context> + <name>Action</name> + <type>Integer</type> + </source> + </element> + <!--property::ActionSetting.ActionVerb--> + <element type="property"> + <source id="PowerPoint.ActionSetting.ActionVerb"> + <context kind="class">ActionSetting</context> + <name>ActionVerb</name> + <type>String</type> + </source> + </element> + <!--property::ActionSetting.AnimateAction--> + <element type="property"> + <source id="PowerPoint.ActionSetting.AnimateAction"> + <context kind="class">ActionSetting</context> + <name>AnimateAction</name> + <type>Integer</type> + </source> + </element> + <!--property::ActionSetting.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ActionSetting.Application"> + <context kind="class">ActionSetting</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ActionSetting.Hyperlink {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ActionSetting.Hyperlink"> + <context kind="class">ActionSetting</context> + <name>Hyperlink</name> + <type>Hyperlink</type> + </source> + </element> + <!--property::ActionSetting.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ActionSetting.Parent"> + <context kind="class">ActionSetting</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ActionSetting.Run--> + <element type="property"> + <source id="PowerPoint.ActionSetting.Run"> + <context kind="class">ActionSetting</context> + <name>Run</name> + <type>String</type> + </source> + </element> + <!--property::ActionSetting.ShowAndReturn--> + <element type="property"> + <source id="PowerPoint.ActionSetting.ShowAndReturn"> + <context kind="class">ActionSetting</context> + <name>ShowAndReturn</name> + <type>Integer</type> + </source> + </element> + <!--property::ActionSetting.SlideShowName--> + <element type="property"> + <source id="PowerPoint.ActionSetting.SlideShowName"> + <context kind="class">ActionSetting</context> + <name>SlideShowName</name> + <type>String</type> + </source> + </element> + <!--property::ActionSetting.SoundEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ActionSetting.SoundEffect"> + <context kind="class">ActionSetting</context> + <name>SoundEffect</name> + <type>SoundEffect</type> + </source> + </element> + <!--Class::ActionSettings--> + <element type="class"> + <source id="PowerPoint.ActionSettings"> + <name>ActionSettings</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ActionSettings.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ActionSettings.Application"> + <context kind="class">ActionSettings</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ActionSettings.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ActionSettings.Count"> + <context kind="class">ActionSettings</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::ActionSettings.Item {Default}--> + <element type="method"> + <source id="PowerPoint.ActionSettings.Item"> + <context kind="class">ActionSettings</context> + <name default="true">Item</name> + <type>ActionSetting</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ActionSettings.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ActionSettings.Parent"> + <context kind="class">ActionSettings</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::AddIn--> + <element type="class"> + <source id="PowerPoint.AddIn"> + <name>AddIn</name> + </source> + <destination designation="identity" /> + </element> + <!--property::AddIn.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AddIn.Application"> + <context kind="class">AddIn</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::AddIn.AutoLoad--> + <element type="property"> + <source id="PowerPoint.AddIn.AutoLoad"> + <context kind="class">AddIn</context> + <name>AutoLoad</name> + <type>Integer</type> + </source> + </element> + <!--property::AddIn.DisplayAlerts--> + <element type="property"> + <source id="PowerPoint.AddIn.DisplayAlerts"> + <context kind="class">AddIn</context> + <name>DisplayAlerts</name> + <type>Integer</type> + </source> + </element> + <!--property::AddIn.FullName {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AddIn.FullName"> + <context kind="class">AddIn</context> + <name>FullName</name> + <type>String</type> + </source> + </element> + <!--property::AddIn.Loaded--> + <element type="property"> + <source id="PowerPoint.AddIn.Loaded"> + <context kind="class">AddIn</context> + <name>Loaded</name> + <type>Integer</type> + </source> + </element> + <!--property::AddIn.Name {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AddIn.Name"> + <context kind="class">AddIn</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::AddIn.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AddIn.Parent"> + <context kind="class">AddIn</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::AddIn.Path {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AddIn.Path"> + <context kind="class">AddIn</context> + <name>Path</name> + <type>String</type> + </source> + </element> + <!--property::AddIn.Registered--> + <element type="property"> + <source id="PowerPoint.AddIn.Registered"> + <context kind="class">AddIn</context> + <name>Registered</name> + <type>Integer</type> + </source> + </element> + <!--property::AddIn.RegisteredInHKLM {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AddIn.RegisteredInHKLM"> + <context kind="class">AddIn</context> + <name>RegisteredInHKLM</name> + <type>Integer</type> + </source> + </element> + <!--Class::AddIns--> + <element type="class"> + <source id="PowerPoint.AddIns"> + <name>AddIns</name> + </source> + <destination designation="identity" /> + </element> + <!--method::AddIns.Add--> + <element type="method"> + <source id="PowerPoint.AddIns.Add"> + <context kind="class">AddIns</context> + <name>Add</name> + <type>AddIn</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::AddIns.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AddIns.Application"> + <context kind="class">AddIns</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::AddIns.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AddIns.Count"> + <context kind="class">AddIns</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::AddIns.Item {Default}--> + <element type="method"> + <source id="PowerPoint.AddIns.Item"> + <context kind="class">AddIns</context> + <name default="true">Item</name> + <type>AddIn</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::AddIns.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AddIns.Parent"> + <context kind="class">AddIns</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::AddIns.Remove--> + <element type="method"> + <source id="PowerPoint.AddIns.Remove"> + <context kind="class">AddIns</context> + <name>Remove</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::Adjustments--> + <element type="class"> + <source id="PowerPoint.Adjustments"> + <name>Adjustments</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Adjustments.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Adjustments.Application"> + <context kind="class">Adjustments</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Adjustments.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Adjustments.Count"> + <context kind="class">Adjustments</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::Adjustments.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Adjustments.Creator"> + <context kind="class">Adjustments</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::Adjustments.Item {Default}--> + <element type="property"> + <source id="PowerPoint.Adjustments.Item"> + <context kind="class">Adjustments</context> + <name default="true">Item</name> + <type>Single</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Adjustments.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Adjustments.Parent"> + <context kind="class">Adjustments</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::AnimationBehavior--> + <element type="class"> + <source id="PowerPoint.AnimationBehavior"> + <name>AnimationBehavior</name> + </source> + <destination designation="identity" /> + </element> + <!--property::AnimationBehavior.Accumulate--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.Accumulate"> + <context kind="class">AnimationBehavior</context> + <name>Accumulate</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationBehavior.Additive--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.Additive"> + <context kind="class">AnimationBehavior</context> + <name>Additive</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationBehavior.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.Application"> + <context kind="class">AnimationBehavior</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::AnimationBehavior.ColorEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.ColorEffect"> + <context kind="class">AnimationBehavior</context> + <name>ColorEffect</name> + <type>ColorEffect</type> + </source> + </element> + <!--property::AnimationBehavior.CommandEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.CommandEffect"> + <context kind="class">AnimationBehavior</context> + <name>CommandEffect</name> + <type>CommandEffect</type> + </source> + </element> + <!--method::AnimationBehavior.Delete--> + <element type="method"> + <source id="PowerPoint.AnimationBehavior.Delete"> + <context kind="class">AnimationBehavior</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::AnimationBehavior.FilterEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.FilterEffect"> + <context kind="class">AnimationBehavior</context> + <name>FilterEffect</name> + <type>FilterEffect</type> + </source> + </element> + <!--property::AnimationBehavior.MotionEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.MotionEffect"> + <context kind="class">AnimationBehavior</context> + <name>MotionEffect</name> + <type>MotionEffect</type> + </source> + </element> + <!--property::AnimationBehavior.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.Parent"> + <context kind="class">AnimationBehavior</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::AnimationBehavior.PropertyEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.PropertyEffect"> + <context kind="class">AnimationBehavior</context> + <name>PropertyEffect</name> + <type>PropertyEffect</type> + </source> + </element> + <!--property::AnimationBehavior.RotationEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.RotationEffect"> + <context kind="class">AnimationBehavior</context> + <name>RotationEffect</name> + <type>RotationEffect</type> + </source> + </element> + <!--property::AnimationBehavior.ScaleEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.ScaleEffect"> + <context kind="class">AnimationBehavior</context> + <name>ScaleEffect</name> + <type>ScaleEffect</type> + </source> + </element> + <!--property::AnimationBehavior.SetEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.SetEffect"> + <context kind="class">AnimationBehavior</context> + <name>SetEffect</name> + <type>SetEffect</type> + </source> + </element> + <!--property::AnimationBehavior.Timing {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.Timing"> + <context kind="class">AnimationBehavior</context> + <name>Timing</name> + <type>Timing</type> + </source> + </element> + <!--property::AnimationBehavior.Type--> + <element type="property"> + <source id="PowerPoint.AnimationBehavior.Type"> + <context kind="class">AnimationBehavior</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::AnimationBehaviors--> + <element type="class"> + <source id="PowerPoint.AnimationBehaviors"> + <name>AnimationBehaviors</name> + </source> + <destination designation="identity" /> + </element> + <!--method::AnimationBehaviors.Add--> + <element type="method"> + <source id="PowerPoint.AnimationBehaviors.Add"> + <context kind="class">AnimationBehaviors</context> + <name>Add</name> + <type>AnimationBehavior</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::AnimationBehaviors.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehaviors.Application"> + <context kind="class">AnimationBehaviors</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::AnimationBehaviors.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehaviors.Count"> + <context kind="class">AnimationBehaviors</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::AnimationBehaviors.Item {Default}--> + <element type="method"> + <source id="PowerPoint.AnimationBehaviors.Item"> + <context kind="class">AnimationBehaviors</context> + <name default="true">Item</name> + <type>AnimationBehavior</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::AnimationBehaviors.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationBehaviors.Parent"> + <context kind="class">AnimationBehaviors</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::AnimationPoint--> + <element type="class"> + <source id="PowerPoint.AnimationPoint"> + <name>AnimationPoint</name> + </source> + <destination designation="identity" /> + </element> + <!--property::AnimationPoint.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationPoint.Application"> + <context kind="class">AnimationPoint</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::AnimationPoint.Delete--> + <element type="method"> + <source id="PowerPoint.AnimationPoint.Delete"> + <context kind="class">AnimationPoint</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::AnimationPoint.Formula--> + <element type="property"> + <source id="PowerPoint.AnimationPoint.Formula"> + <context kind="class">AnimationPoint</context> + <name>Formula</name> + <type>String</type> + </source> + </element> + <!--property::AnimationPoint.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationPoint.Parent"> + <context kind="class">AnimationPoint</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::AnimationPoint.Time--> + <element type="property"> + <source id="PowerPoint.AnimationPoint.Time"> + <context kind="class">AnimationPoint</context> + <name>Time</name> + <type>Single</type> + </source> + </element> + <!--property::AnimationPoint.Value--> + <element type="property"> + <source id="PowerPoint.AnimationPoint.Value"> + <context kind="class">AnimationPoint</context> + <name>Value</name> + <type>Variant</type> + </source> + </element> + <!--Class::AnimationPoints--> + <element type="class"> + <source id="PowerPoint.AnimationPoints"> + <name>AnimationPoints</name> + </source> + <destination designation="identity" /> + </element> + <!--method::AnimationPoints.Add--> + <element type="method"> + <source id="PowerPoint.AnimationPoints.Add"> + <context kind="class">AnimationPoints</context> + <name>Add</name> + <type>AnimationPoint</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::AnimationPoints.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationPoints.Application"> + <context kind="class">AnimationPoints</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::AnimationPoints.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationPoints.Count"> + <context kind="class">AnimationPoints</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::AnimationPoints.Item {Default}--> + <element type="method"> + <source id="PowerPoint.AnimationPoints.Item"> + <context kind="class">AnimationPoints</context> + <name default="true">Item</name> + <type>AnimationPoint</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::AnimationPoints.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationPoints.Parent"> + <context kind="class">AnimationPoints</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::AnimationPoints.Smooth--> + <element type="property"> + <source id="PowerPoint.AnimationPoints.Smooth"> + <context kind="class">AnimationPoints</context> + <name>Smooth</name> + <type>Integer</type> + </source> + </element> + <!--Class::AnimationSettings--> + <element type="class"> + <source id="PowerPoint.AnimationSettings"> + <name>AnimationSettings</name> + </source> + <destination designation="identity" /> + </element> + <!--property::AnimationSettings.AdvanceMode--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.AdvanceMode"> + <context kind="class">AnimationSettings</context> + <name>AdvanceMode</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationSettings.AdvanceTime--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.AdvanceTime"> + <context kind="class">AnimationSettings</context> + <name>AdvanceTime</name> + <type>Single</type> + </source> + </element> + <!--property::AnimationSettings.AfterEffect--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.AfterEffect"> + <context kind="class">AnimationSettings</context> + <name>AfterEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationSettings.Animate--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.Animate"> + <context kind="class">AnimationSettings</context> + <name>Animate</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationSettings.AnimateBackground--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.AnimateBackground"> + <context kind="class">AnimationSettings</context> + <name>AnimateBackground</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationSettings.AnimateTextInReverse--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.AnimateTextInReverse"> + <context kind="class">AnimationSettings</context> + <name>AnimateTextInReverse</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationSettings.AnimationOrder--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.AnimationOrder"> + <context kind="class">AnimationSettings</context> + <name>AnimationOrder</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationSettings.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.Application"> + <context kind="class">AnimationSettings</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::AnimationSettings.ChartUnitEffect--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.ChartUnitEffect"> + <context kind="class">AnimationSettings</context> + <name>ChartUnitEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationSettings.DimColor {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.DimColor"> + <context kind="class">AnimationSettings</context> + <name>DimColor</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::AnimationSettings.EntryEffect--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.EntryEffect"> + <context kind="class">AnimationSettings</context> + <name>EntryEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationSettings.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.Parent"> + <context kind="class">AnimationSettings</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::AnimationSettings.PlaySettings {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.PlaySettings"> + <context kind="class">AnimationSettings</context> + <name>PlaySettings</name> + <type>PlaySettings</type> + </source> + </element> + <!--property::AnimationSettings.SoundEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.SoundEffect"> + <context kind="class">AnimationSettings</context> + <name>SoundEffect</name> + <type>SoundEffect</type> + </source> + </element> + <!--property::AnimationSettings.TextLevelEffect--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.TextLevelEffect"> + <context kind="class">AnimationSettings</context> + <name>TextLevelEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::AnimationSettings.TextUnitEffect--> + <element type="property"> + <source id="PowerPoint.AnimationSettings.TextUnitEffect"> + <context kind="class">AnimationSettings</context> + <name>TextUnitEffect</name> + <type>Integer</type> + </source> + </element> + <!--Class::Application--> + <element type="class"> + <source id="PowerPoint.Application"> + <name>Application</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Application.Activate--> + <element type="method"> + <source id="PowerPoint.Application.Activate"> + <context kind="class">Application</context> + <name>Activate</name> + <type>void</type> + </source> + </element> + <!--property::Application.Active {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Active"> + <context kind="class">Application</context> + <name>Active</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.ActivePresentation {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.ActivePresentation"> + <context kind="class">Application</context> + <name>ActivePresentation</name> + <type>Presentation</type> + </source> + </element> + <!--property::Application.ActivePrinter {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.ActivePrinter"> + <context kind="class">Application</context> + <name>ActivePrinter</name> + <type>String</type> + </source> + </element> + <!--property::Application.ActiveWindow {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.ActiveWindow"> + <context kind="class">Application</context> + <name>ActiveWindow</name> + <type>DocumentWindow</type> + </source> + </element> + <!--property::Application.AddIns {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.AddIns"> + <context kind="class">Application</context> + <name>AddIns</name> + <type>AddIns</type> + </source> + </element> + <!--property::Application.AnswerWizard {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.AnswerWizard"> + <context kind="class">Application</context> + <name>AnswerWizard</name> + <type>AnswerWizard</type> + </source> + </element> + <!--property::Application.Assistant {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Assistant"> + <context kind="class">Application</context> + <name>Assistant</name> + <type>Assistant</type> + </source> + </element> + <!--property::Application.AutoCorrect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.AutoCorrect"> + <context kind="class">Application</context> + <name>AutoCorrect</name> + <type>AutoCorrect</type> + </source> + </element> + <!--property::Application.AutomationSecurity--> + <element type="property"> + <source id="PowerPoint.Application.AutomationSecurity"> + <context kind="class">Application</context> + <name>AutomationSecurity</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.Build {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Build"> + <context kind="class">Application</context> + <name>Build</name> + <type>String</type> + </source> + </element> + <!--property::Application.Caption--> + <element type="property"> + <source id="PowerPoint.Application.Caption"> + <context kind="class">Application</context> + <name>Caption</name> + <type>String</type> + </source> + </element> + <!--property::Application.COMAddIns {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.COMAddIns"> + <context kind="class">Application</context> + <name>COMAddIns</name> + <type>COMAddIns</type> + </source> + </element> + <!--property::Application.CommandBars {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.CommandBars"> + <context kind="class">Application</context> + <name>CommandBars</name> + <type>CommandBars</type> + </source> + </element> + <!--property::Application.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Creator"> + <context kind="class">Application</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.DefaultWebOptions {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.DefaultWebOptions"> + <context kind="class">Application</context> + <name>DefaultWebOptions</name> + <type>DefaultWebOptions</type> + </source> + </element> + <!--property::Application.Dialogs {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Dialogs"> + <context kind="class">Application</context> + <name>Dialogs</name> + <type>IUnknown</type> + </source> + </element> + <!--property::Application.DisplayAlerts--> + <element type="property"> + <source id="PowerPoint.Application.DisplayAlerts"> + <context kind="class">Application</context> + <name>DisplayAlerts</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.DisplayGridLines--> + <element type="property"> + <source id="PowerPoint.Application.DisplayGridLines"> + <context kind="class">Application</context> + <name>DisplayGridLines</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.FeatureInstall--> + <element type="property"> + <source id="PowerPoint.Application.FeatureInstall"> + <context kind="class">Application</context> + <name>FeatureInstall</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.FileDialog {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.FileDialog"> + <context kind="class">Application</context> + <name>FileDialog</name> + <type>FileDialog</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Application.FileFind {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.FileFind"> + <context kind="class">Application</context> + <name>FileFind</name> + <type>IFind</type> + </source> + </element> + <!--property::Application.FileSearch {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.FileSearch"> + <context kind="class">Application</context> + <name>FileSearch</name> + <type>FileSearch</type> + </source> + </element> + <!--method::Application.GetOptionFlag--> + <element type="method"> + <source id="PowerPoint.Application.GetOptionFlag"> + <context kind="class">Application</context> + <name>GetOptionFlag</name> + <type>boolean</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Option</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>Persist</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Application.Height--> + <element type="property"> + <source id="PowerPoint.Application.Height"> + <context kind="class">Application</context> + <name>Height</name> + <type>Single</type> + </source> + </element> + <!--method::Application.Help--> + <element type="method"> + <source id="PowerPoint.Application.Help"> + <context kind="class">Application</context> + <name>Help</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>String</type> + <name>HelpFile</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ContextID</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Application.HWND {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.HWND"> + <context kind="class">Application</context> + <name>HWND</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.LanguageSettings {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.LanguageSettings"> + <context kind="class">Application</context> + <name>LanguageSettings</name> + <type>LanguageSettings</type> + </source> + </element> + <!--method::Application.LaunchSpelling--> + <element type="method"> + <source id="PowerPoint.Application.LaunchSpelling"> + <context kind="class">Application</context> + <name>LaunchSpelling</name> + <type>void</type> + <parameter-list> + <parameter> + <type>DocumentWindow</type> + <name>pWindow</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Application.Left--> + <element type="property"> + <source id="PowerPoint.Application.Left"> + <context kind="class">Application</context> + <name>Left</name> + <type>Single</type> + </source> + </element> + <!--property::Application.Marker {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Marker"> + <context kind="class">Application</context> + <name>Marker</name> + <type>IUnknown</type> + </source> + </element> + <!--property::Application.MsoDebugOptions {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.MsoDebugOptions"> + <context kind="class">Application</context> + <name>MsoDebugOptions</name> + <type>MsoDebugOptions</type> + </source> + </element> + <!--property::Application.Name {Default} {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Name"> + <context kind="class">Application</context> + <name default="true">Name</name> + <type>String</type> + </source> + </element> + <!--property::Application.NewPresentation {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.NewPresentation"> + <context kind="class">Application</context> + <name>NewPresentation</name> + <type>NewFile</type> + </source> + </element> + <!--property::Application.OperatingSystem {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.OperatingSystem"> + <context kind="class">Application</context> + <name>OperatingSystem</name> + <type>String</type> + </source> + </element> + <!--property::Application.Options {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Options"> + <context kind="class">Application</context> + <name>Options</name> + <type>Options</type> + </source> + </element> + <!--property::Application.Path {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Path"> + <context kind="class">Application</context> + <name>Path</name> + <type>String</type> + </source> + </element> + <!--method::Application.PPFileDialog--> + <element type="method"> + <source id="PowerPoint.Application.PPFileDialog"> + <context kind="class">Application</context> + <name>PPFileDialog</name> + <type>IUnknown</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Application.Presentations {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Presentations"> + <context kind="class">Application</context> + <name>Presentations</name> + <type>Presentations</type> + </source> + </element> + <!--property::Application.ProductCode {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.ProductCode"> + <context kind="class">Application</context> + <name>ProductCode</name> + <type>String</type> + </source> + </element> + <!--method::Application.Quit--> + <element type="method"> + <source id="PowerPoint.Application.Quit"> + <context kind="class">Application</context> + <name>Quit</name> + <type>void</type> + </source> + </element> + <!--method::Application.Run--> + <element type="method"> + <source id="PowerPoint.Application.Run"> + <context kind="class">Application</context> + <name>Run</name> + <type>Variant</type> + <parameter-list> + <parameter> + <type>String</type> + <name>MacroName</name> + </parameter> + <parameter> + <type>VT_PTR+VT_SAFEARRAY+VT_VARIANT</type> + <name>safeArrayOfParams</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Application.SetOptionFlag--> + <element type="method"> + <source id="PowerPoint.Application.SetOptionFlag"> + <context kind="class">Application</context> + <name>SetOptionFlag</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Option</name> + </parameter> + <parameter> + <type>boolean</type> + <name>State</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>Persist</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Application.SetPerfMarker--> + <element type="method"> + <source id="PowerPoint.Application.SetPerfMarker"> + <context kind="class">Application</context> + <name>SetPerfMarker</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Marker</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Application.ShowStartupDialog--> + <element type="property"> + <source id="PowerPoint.Application.ShowStartupDialog"> + <context kind="class">Application</context> + <name>ShowStartupDialog</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.ShowWindowsInTaskbar--> + <element type="property"> + <source id="PowerPoint.Application.ShowWindowsInTaskbar"> + <context kind="class">Application</context> + <name>ShowWindowsInTaskbar</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.SlideShowWindows {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.SlideShowWindows"> + <context kind="class">Application</context> + <name>SlideShowWindows</name> + <type>SlideShowWindows</type> + </source> + </element> + <!--property::Application.Top--> + <element type="property"> + <source id="PowerPoint.Application.Top"> + <context kind="class">Application</context> + <name>Top</name> + <type>Single</type> + </source> + </element> + <!--property::Application.VBE {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.VBE"> + <context kind="class">Application</context> + <name>VBE</name> + <type>VBE</type> + </source> + </element> + <!--property::Application.Version {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Version"> + <context kind="class">Application</context> + <name>Version</name> + <type>String</type> + </source> + </element> + <!--property::Application.Visible--> + <element type="property"> + <source id="PowerPoint.Application.Visible"> + <context kind="class">Application</context> + <name>Visible</name> + <type>Integer</type> + </source> + </element> + <!--property::Application.Width--> + <element type="property"> + <source id="PowerPoint.Application.Width"> + <context kind="class">Application</context> + <name>Width</name> + <type>Single</type> + </source> + </element> + <!--property::Application.Windows {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Application.Windows"> + <context kind="class">Application</context> + <name>Windows</name> + <type>DocumentWindows</type> + </source> + </element> + <!--property::Application.WindowState--> + <element type="property"> + <source id="PowerPoint.Application.WindowState"> + <context kind="class">Application</context> + <name>WindowState</name> + <type>Integer</type> + </source> + </element> + <!--Class::AutoCorrect--> + <element type="class"> + <source id="PowerPoint.AutoCorrect"> + <name>AutoCorrect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::AutoCorrect.DisplayAutoCorrectOptions--> + <element type="property"> + <source id="PowerPoint.AutoCorrect.DisplayAutoCorrectOptions"> + <context kind="class">AutoCorrect</context> + <name>DisplayAutoCorrectOptions</name> + <type>boolean</type> + </source> + </element> + <!--property::AutoCorrect.DisplayAutoLayoutOptions--> + <element type="property"> + <source id="PowerPoint.AutoCorrect.DisplayAutoLayoutOptions"> + <context kind="class">AutoCorrect</context> + <name>DisplayAutoLayoutOptions</name> + <type>boolean</type> + </source> + </element> + <!--Class::Borders--> + <element type="class"> + <source id="PowerPoint.Borders"> + <name>Borders</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Borders.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Borders.Application"> + <context kind="class">Borders</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Borders.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Borders.Count"> + <context kind="class">Borders</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Borders.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Borders.Item"> + <context kind="class">Borders</context> + <name default="true">Item</name> + <type>LineFormat</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>BorderType</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Borders.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Borders.Parent"> + <context kind="class">Borders</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::BulletFormat--> + <element type="class"> + <source id="PowerPoint.BulletFormat"> + <name>BulletFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::BulletFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.BulletFormat.Application"> + <context kind="class">BulletFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::BulletFormat.Character--> + <element type="property"> + <source id="PowerPoint.BulletFormat.Character"> + <context kind="class">BulletFormat</context> + <name>Character</name> + <type>Integer</type> + </source> + </element> + <!--property::BulletFormat.Font {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.BulletFormat.Font"> + <context kind="class">BulletFormat</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::BulletFormat.Number {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.BulletFormat.Number"> + <context kind="class">BulletFormat</context> + <name>Number</name> + <type>Integer</type> + </source> + </element> + <!--property::BulletFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.BulletFormat.Parent"> + <context kind="class">BulletFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::BulletFormat.Picture--> + <element type="method"> + <source id="PowerPoint.BulletFormat.Picture"> + <context kind="class">BulletFormat</context> + <name>Picture</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Picture</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::BulletFormat.RelativeSize--> + <element type="property"> + <source id="PowerPoint.BulletFormat.RelativeSize"> + <context kind="class">BulletFormat</context> + <name>RelativeSize</name> + <type>Single</type> + </source> + </element> + <!--property::BulletFormat.StartValue--> + <element type="property"> + <source id="PowerPoint.BulletFormat.StartValue"> + <context kind="class">BulletFormat</context> + <name>StartValue</name> + <type>Integer</type> + </source> + </element> + <!--property::BulletFormat.Style--> + <element type="property"> + <source id="PowerPoint.BulletFormat.Style"> + <context kind="class">BulletFormat</context> + <name>Style</name> + <type>Integer</type> + </source> + </element> + <!--property::BulletFormat.Type--> + <element type="property"> + <source id="PowerPoint.BulletFormat.Type"> + <context kind="class">BulletFormat</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--property::BulletFormat.UseTextColor--> + <element type="property"> + <source id="PowerPoint.BulletFormat.UseTextColor"> + <context kind="class">BulletFormat</context> + <name>UseTextColor</name> + <type>Integer</type> + </source> + </element> + <!--property::BulletFormat.UseTextFont--> + <element type="property"> + <source id="PowerPoint.BulletFormat.UseTextFont"> + <context kind="class">BulletFormat</context> + <name>UseTextFont</name> + <type>Integer</type> + </source> + </element> + <!--property::BulletFormat.Visible {Default}--> + <element type="property"> + <source id="PowerPoint.BulletFormat.Visible"> + <context kind="class">BulletFormat</context> + <name default="true">Visible</name> + <type>Integer</type> + </source> + </element> + <!--Class::CalloutFormat--> + <element type="class"> + <source id="PowerPoint.CalloutFormat"> + <name>CalloutFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CalloutFormat.Accent--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Accent"> + <context kind="class">CalloutFormat</context> + <name>Accent</name> + <type>Integer</type> + </source> + </element> + <!--property::CalloutFormat.Angle--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Angle"> + <context kind="class">CalloutFormat</context> + <name>Angle</name> + <type>Integer</type> + </source> + </element> + <!--property::CalloutFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Application"> + <context kind="class">CalloutFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CalloutFormat.AutoAttach--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.AutoAttach"> + <context kind="class">CalloutFormat</context> + <name>AutoAttach</name> + <type>Integer</type> + </source> + </element> + <!--property::CalloutFormat.AutoLength {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.AutoLength"> + <context kind="class">CalloutFormat</context> + <name>AutoLength</name> + <type>Integer</type> + </source> + </element> + <!--method::CalloutFormat.AutomaticLength--> + <element type="method"> + <source id="PowerPoint.CalloutFormat.AutomaticLength"> + <context kind="class">CalloutFormat</context> + <name>AutomaticLength</name> + <type>void</type> + </source> + </element> + <!--property::CalloutFormat.Border--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Border"> + <context kind="class">CalloutFormat</context> + <name>Border</name> + <type>Integer</type> + </source> + </element> + <!--property::CalloutFormat.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Creator"> + <context kind="class">CalloutFormat</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::CalloutFormat.CustomDrop--> + <element type="method"> + <source id="PowerPoint.CalloutFormat.CustomDrop"> + <context kind="class">CalloutFormat</context> + <name>CustomDrop</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Drop</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CalloutFormat.CustomLength--> + <element type="method"> + <source id="PowerPoint.CalloutFormat.CustomLength"> + <context kind="class">CalloutFormat</context> + <name>CustomLength</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Length</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CalloutFormat.Drop {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Drop"> + <context kind="class">CalloutFormat</context> + <name>Drop</name> + <type>Single</type> + </source> + </element> + <!--property::CalloutFormat.DropType {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.DropType"> + <context kind="class">CalloutFormat</context> + <name>DropType</name> + <type>Integer</type> + </source> + </element> + <!--property::CalloutFormat.Gap--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Gap"> + <context kind="class">CalloutFormat</context> + <name>Gap</name> + <type>Single</type> + </source> + </element> + <!--property::CalloutFormat.Length {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Length"> + <context kind="class">CalloutFormat</context> + <name>Length</name> + <type>Single</type> + </source> + </element> + <!--property::CalloutFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Parent"> + <context kind="class">CalloutFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::CalloutFormat.PresetDrop--> + <element type="method"> + <source id="PowerPoint.CalloutFormat.PresetDrop"> + <context kind="class">CalloutFormat</context> + <name>PresetDrop</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>DropType</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CalloutFormat.Type--> + <element type="property"> + <source id="PowerPoint.CalloutFormat.Type"> + <context kind="class">CalloutFormat</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::CanvasShapes--> + <element type="class"> + <source id="PowerPoint.CanvasShapes"> + <name>CanvasShapes</name> + </source> + <destination designation="identity" /> + </element> + <!--method::CanvasShapes.AddCallout--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddCallout"> + <context kind="class">CanvasShapes</context> + <name>AddCallout</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.AddConnector--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddConnector"> + <context kind="class">CanvasShapes</context> + <name>AddConnector</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter> + <type>Single</type> + <name>BeginX</name> + </parameter> + <parameter> + <type>Single</type> + <name>BeginY</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndX</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndY</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.AddCurve--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddCurve"> + <context kind="class">CanvasShapes</context> + <name>AddCurve</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>SafeArrayOfPoints</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.AddLabel--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddLabel"> + <context kind="class">CanvasShapes</context> + <name>AddLabel</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Orientation</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.AddLine--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddLine"> + <context kind="class">CanvasShapes</context> + <name>AddLine</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>BeginX</name> + </parameter> + <parameter> + <type>Single</type> + <name>BeginY</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndX</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndY</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.AddPicture--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddPicture"> + <context kind="class">CanvasShapes</context> + <name>AddPicture</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter> + <type>Integer</type> + <name>LinkToFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SaveWithDocument</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.AddPolyline--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddPolyline"> + <context kind="class">CanvasShapes</context> + <name>AddPolyline</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>SafeArrayOfPoints</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.AddShape--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddShape"> + <context kind="class">CanvasShapes</context> + <name>AddShape</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.AddTextbox--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddTextbox"> + <context kind="class">CanvasShapes</context> + <name>AddTextbox</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Orientation</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.AddTextEffect--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.AddTextEffect"> + <context kind="class">CanvasShapes</context> + <name>AddTextEffect</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>PresetTextEffect</name> + </parameter> + <parameter> + <type>String</type> + <name>Text</name> + </parameter> + <parameter> + <type>String</type> + <name>FontName</name> + </parameter> + <parameter> + <type>Single</type> + <name>FontSize</name> + </parameter> + <parameter> + <type>Integer</type> + <name>FontBold</name> + </parameter> + <parameter> + <type>Integer</type> + <name>FontItalic</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CanvasShapes.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CanvasShapes.Application"> + <context kind="class">CanvasShapes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CanvasShapes.Background {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CanvasShapes.Background"> + <context kind="class">CanvasShapes</context> + <name>Background</name> + <type>Shape</type> + </source> + </element> + <!--method::CanvasShapes.BuildFreeform--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.BuildFreeform"> + <context kind="class">CanvasShapes</context> + <name>BuildFreeform</name> + <type>FreeformBuilder</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>EditingType</name> + </parameter> + <parameter> + <type>Single</type> + <name>X1</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y1</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CanvasShapes.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CanvasShapes.Count"> + <context kind="class">CanvasShapes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::CanvasShapes.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CanvasShapes.Creator"> + <context kind="class">CanvasShapes</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::CanvasShapes.Item {Default}--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.Item"> + <context kind="class">CanvasShapes</context> + <name default="true">Item</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CanvasShapes.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CanvasShapes.Parent"> + <context kind="class">CanvasShapes</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::CanvasShapes.Range--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.Range"> + <context kind="class">CanvasShapes</context> + <name>Range</name> + <type>ShapeRange</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::CanvasShapes.SelectAll--> + <element type="method"> + <source id="PowerPoint.CanvasShapes.SelectAll"> + <context kind="class">CanvasShapes</context> + <name>SelectAll</name> + <type>void</type> + </source> + </element> + <!--Class::Cell--> + <element type="class"> + <source id="PowerPoint.Cell"> + <name>Cell</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Cell.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Cell.Application"> + <context kind="class">Cell</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Cell.Borders {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Cell.Borders"> + <context kind="class">Cell</context> + <name>Borders</name> + <type>Borders</type> + </source> + </element> + <!--method::Cell.Merge--> + <element type="method"> + <source id="PowerPoint.Cell.Merge"> + <context kind="class">Cell</context> + <name>Merge</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Cell</type> + <name>MergeTo</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Cell.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Cell.Parent"> + <context kind="class">Cell</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::Cell.Select--> + <element type="method"> + <source id="PowerPoint.Cell.Select"> + <context kind="class">Cell</context> + <name>Select</name> + <type>void</type> + </source> + </element> + <!--property::Cell.Selected {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Cell.Selected"> + <context kind="class">Cell</context> + <name>Selected</name> + <type>boolean</type> + </source> + </element> + <!--property::Cell.Shape {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Cell.Shape"> + <context kind="class">Cell</context> + <name>Shape</name> + <type>Shape</type> + </source> + </element> + <!--method::Cell.Split--> + <element type="method"> + <source id="PowerPoint.Cell.Split"> + <context kind="class">Cell</context> + <name>Split</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>NumRows</name> + </parameter> + <parameter> + <type>Integer</type> + <name>NumColumns</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::CellRange--> + <element type="class"> + <source id="PowerPoint.CellRange"> + <name>CellRange</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CellRange.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CellRange.Application"> + <context kind="class">CellRange</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CellRange.Borders {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CellRange.Borders"> + <context kind="class">CellRange</context> + <name>Borders</name> + <type>Borders</type> + </source> + </element> + <!--property::CellRange.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CellRange.Count"> + <context kind="class">CellRange</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::CellRange.Item {Default}--> + <element type="method"> + <source id="PowerPoint.CellRange.Item"> + <context kind="class">CellRange</context> + <name default="true">Item</name> + <type>Cell</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::CellRange.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CellRange.Parent"> + <context kind="class">CellRange</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Collection--> + <element type="class"> + <source id="PowerPoint.Collection"> + <name>Collection</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Collection.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Collection.Count"> + <context kind="class">Collection</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--Class::ColorEffect--> + <element type="class"> + <source id="PowerPoint.ColorEffect"> + <name>ColorEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ColorEffect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorEffect.Application"> + <context kind="class">ColorEffect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ColorEffect.By {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorEffect.By"> + <context kind="class">ColorEffect</context> + <name>By</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::ColorEffect.From {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorEffect.From"> + <context kind="class">ColorEffect</context> + <name>From</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::ColorEffect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorEffect.Parent"> + <context kind="class">ColorEffect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ColorEffect.To {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorEffect.To"> + <context kind="class">ColorEffect</context> + <name>To</name> + <type>ColorFormat</type> + </source> + </element> + <!--Class::ColorFormat--> + <element type="class"> + <source id="PowerPoint.ColorFormat"> + <name>ColorFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ColorFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorFormat.Application"> + <context kind="class">ColorFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ColorFormat.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorFormat.Creator"> + <context kind="class">ColorFormat</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::ColorFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorFormat.Parent"> + <context kind="class">ColorFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ColorFormat.RGB {Default}--> + <element type="property"> + <source id="PowerPoint.ColorFormat.RGB"> + <context kind="class">ColorFormat</context> + <name default="true">RGB</name> + <type>Integer</type> + </source> + </element> + <!--property::ColorFormat.SchemeColor--> + <element type="property"> + <source id="PowerPoint.ColorFormat.SchemeColor"> + <context kind="class">ColorFormat</context> + <name>SchemeColor</name> + <type>Integer</type> + </source> + </element> + <!--property::ColorFormat.TintAndShade--> + <element type="property"> + <source id="PowerPoint.ColorFormat.TintAndShade"> + <context kind="class">ColorFormat</context> + <name>TintAndShade</name> + <type>Single</type> + </source> + </element> + <!--property::ColorFormat.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorFormat.Type"> + <context kind="class">ColorFormat</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::ColorScheme--> + <element type="class"> + <source id="PowerPoint.ColorScheme"> + <name>ColorScheme</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ColorScheme.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorScheme.Application"> + <context kind="class">ColorScheme</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::ColorScheme.Colors {Default}--> + <element type="method"> + <source id="PowerPoint.ColorScheme.Colors"> + <context kind="class">ColorScheme</context> + <name default="true">Colors</name> + <type>RGBColor</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>SchemeColor</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ColorScheme.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorScheme.Count"> + <context kind="class">ColorScheme</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::ColorScheme.Delete--> + <element type="method"> + <source id="PowerPoint.ColorScheme.Delete"> + <context kind="class">ColorScheme</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::ColorScheme.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorScheme.Parent"> + <context kind="class">ColorScheme</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::ColorSchemes--> + <element type="class"> + <source id="PowerPoint.ColorSchemes"> + <name>ColorSchemes</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ColorSchemes.Add--> + <element type="method"> + <source id="PowerPoint.ColorSchemes.Add"> + <context kind="class">ColorSchemes</context> + <name>Add</name> + <type>ColorScheme</type> + <parameter-list> + <parameter optional="true"> + <type>ColorScheme</type> + <name>Scheme</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ColorSchemes.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorSchemes.Application"> + <context kind="class">ColorSchemes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ColorSchemes.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorSchemes.Count"> + <context kind="class">ColorSchemes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::ColorSchemes.Item {Default}--> + <element type="method"> + <source id="PowerPoint.ColorSchemes.Item"> + <context kind="class">ColorSchemes</context> + <name default="true">Item</name> + <type>ColorScheme</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ColorSchemes.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ColorSchemes.Parent"> + <context kind="class">ColorSchemes</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Column--> + <element type="class"> + <source id="PowerPoint.Column"> + <name>Column</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Column.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Column.Application"> + <context kind="class">Column</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Column.Cells {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Column.Cells"> + <context kind="class">Column</context> + <name>Cells</name> + <type>CellRange</type> + </source> + </element> + <!--method::Column.Delete--> + <element type="method"> + <source id="PowerPoint.Column.Delete"> + <context kind="class">Column</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Column.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Column.Parent"> + <context kind="class">Column</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::Column.Select--> + <element type="method"> + <source id="PowerPoint.Column.Select"> + <context kind="class">Column</context> + <name>Select</name> + <type>void</type> + </source> + </element> + <!--property::Column.Width--> + <element type="property"> + <source id="PowerPoint.Column.Width"> + <context kind="class">Column</context> + <name>Width</name> + <type>Single</type> + </source> + </element> + <!--Class::Columns--> + <element type="class"> + <source id="PowerPoint.Columns"> + <name>Columns</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Columns.Add--> + <element type="method"> + <source id="PowerPoint.Columns.Add"> + <context kind="class">Columns</context> + <name>Add</name> + <type>Column</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>BeforeColumn</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Columns.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Columns.Application"> + <context kind="class">Columns</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Columns.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Columns.Count"> + <context kind="class">Columns</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Columns.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Columns.Item"> + <context kind="class">Columns</context> + <name default="true">Item</name> + <type>Column</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Columns.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Columns.Parent"> + <context kind="class">Columns</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::CommandEffect--> + <element type="class"> + <source id="PowerPoint.CommandEffect"> + <name>CommandEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::CommandEffect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CommandEffect.Application"> + <context kind="class">CommandEffect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::CommandEffect.Command--> + <element type="property"> + <source id="PowerPoint.CommandEffect.Command"> + <context kind="class">CommandEffect</context> + <name>Command</name> + <type>String</type> + </source> + </element> + <!--property::CommandEffect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.CommandEffect.Parent"> + <context kind="class">CommandEffect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::CommandEffect.Type--> + <element type="property"> + <source id="PowerPoint.CommandEffect.Type"> + <context kind="class">CommandEffect</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::Comment--> + <element type="class"> + <source id="PowerPoint.Comment"> + <name>Comment</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Comment.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comment.Application"> + <context kind="class">Comment</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Comment.Author {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comment.Author"> + <context kind="class">Comment</context> + <name>Author</name> + <type>String</type> + </source> + </element> + <!--property::Comment.AuthorIndex {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comment.AuthorIndex"> + <context kind="class">Comment</context> + <name>AuthorIndex</name> + <type>Integer</type> + </source> + </element> + <!--property::Comment.AuthorInitials {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comment.AuthorInitials"> + <context kind="class">Comment</context> + <name>AuthorInitials</name> + <type>String</type> + </source> + </element> + <!--property::Comment.DateTime {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comment.DateTime"> + <context kind="class">Comment</context> + <name>DateTime</name> + <type>java.util.Date</type> + </source> + </element> + <!--method::Comment.Delete--> + <element type="method"> + <source id="PowerPoint.Comment.Delete"> + <context kind="class">Comment</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Comment.Left {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comment.Left"> + <context kind="class">Comment</context> + <name>Left</name> + <type>Single</type> + </source> + </element> + <!--property::Comment.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comment.Parent"> + <context kind="class">Comment</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Comment.Text {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comment.Text"> + <context kind="class">Comment</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--property::Comment.Top {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comment.Top"> + <context kind="class">Comment</context> + <name>Top</name> + <type>Single</type> + </source> + </element> + <!--Class::Comments--> + <element type="class"> + <source id="PowerPoint.Comments"> + <name>Comments</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Comments.Add--> + <element type="method"> + <source id="PowerPoint.Comments.Add"> + <context kind="class">Comments</context> + <name>Add</name> + <type>Comment</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>String</type> + <name>Author</name> + </parameter> + <parameter> + <type>String</type> + <name>AuthorInitials</name> + </parameter> + <parameter> + <type>String</type> + <name>Text</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Comments.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comments.Application"> + <context kind="class">Comments</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Comments.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comments.Count"> + <context kind="class">Comments</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Comments.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Comments.Item"> + <context kind="class">Comments</context> + <name default="true">Item</name> + <type>Comment</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Comments.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Comments.Parent"> + <context kind="class">Comments</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::ConnectorFormat--> + <element type="class"> + <source id="PowerPoint.ConnectorFormat"> + <name>ConnectorFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ConnectorFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.Application"> + <context kind="class">ConnectorFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::ConnectorFormat.BeginConnect--> + <element type="method"> + <source id="PowerPoint.ConnectorFormat.BeginConnect"> + <context kind="class">ConnectorFormat</context> + <name>BeginConnect</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Shape</type> + <name>ConnectedShape</name> + </parameter> + <parameter> + <type>Integer</type> + <name>ConnectionSite</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ConnectorFormat.BeginConnected {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.BeginConnected"> + <context kind="class">ConnectorFormat</context> + <name>BeginConnected</name> + <type>Integer</type> + </source> + </element> + <!--property::ConnectorFormat.BeginConnectedShape {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.BeginConnectedShape"> + <context kind="class">ConnectorFormat</context> + <name>BeginConnectedShape</name> + <type>Shape</type> + </source> + </element> + <!--property::ConnectorFormat.BeginConnectionSite {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.BeginConnectionSite"> + <context kind="class">ConnectorFormat</context> + <name>BeginConnectionSite</name> + <type>Integer</type> + </source> + </element> + <!--method::ConnectorFormat.BeginDisconnect--> + <element type="method"> + <source id="PowerPoint.ConnectorFormat.BeginDisconnect"> + <context kind="class">ConnectorFormat</context> + <name>BeginDisconnect</name> + <type>void</type> + </source> + </element> + <!--property::ConnectorFormat.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.Creator"> + <context kind="class">ConnectorFormat</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::ConnectorFormat.EndConnect--> + <element type="method"> + <source id="PowerPoint.ConnectorFormat.EndConnect"> + <context kind="class">ConnectorFormat</context> + <name>EndConnect</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Shape</type> + <name>ConnectedShape</name> + </parameter> + <parameter> + <type>Integer</type> + <name>ConnectionSite</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ConnectorFormat.EndConnected {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.EndConnected"> + <context kind="class">ConnectorFormat</context> + <name>EndConnected</name> + <type>Integer</type> + </source> + </element> + <!--property::ConnectorFormat.EndConnectedShape {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.EndConnectedShape"> + <context kind="class">ConnectorFormat</context> + <name>EndConnectedShape</name> + <type>Shape</type> + </source> + </element> + <!--property::ConnectorFormat.EndConnectionSite {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.EndConnectionSite"> + <context kind="class">ConnectorFormat</context> + <name>EndConnectionSite</name> + <type>Integer</type> + </source> + </element> + <!--method::ConnectorFormat.EndDisconnect--> + <element type="method"> + <source id="PowerPoint.ConnectorFormat.EndDisconnect"> + <context kind="class">ConnectorFormat</context> + <name>EndDisconnect</name> + <type>void</type> + </source> + </element> + <!--property::ConnectorFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.Parent"> + <context kind="class">ConnectorFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ConnectorFormat.Type--> + <element type="property"> + <source id="PowerPoint.ConnectorFormat.Type"> + <context kind="class">ConnectorFormat</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::DefaultWebOptions--> + <element type="class"> + <source id="PowerPoint.DefaultWebOptions"> + <name>DefaultWebOptions</name> + </source> + <destination designation="identity" /> + </element> + <!--property::DefaultWebOptions.AllowPNG--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.AllowPNG"> + <context kind="class">DefaultWebOptions</context> + <name>AllowPNG</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.AlwaysSaveInDefaultEncoding--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.AlwaysSaveInDefaultEncoding"> + <context kind="class">DefaultWebOptions</context> + <name>AlwaysSaveInDefaultEncoding</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.CheckIfOfficeIsHTMLEditor--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.CheckIfOfficeIsHTMLEditor"> + <context kind="class">DefaultWebOptions</context> + <name>CheckIfOfficeIsHTMLEditor</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.Encoding--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.Encoding"> + <context kind="class">DefaultWebOptions</context> + <name>Encoding</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.FolderSuffix {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.FolderSuffix"> + <context kind="class">DefaultWebOptions</context> + <name>FolderSuffix</name> + <type>String</type> + </source> + </element> + <!--property::DefaultWebOptions.Fonts {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.Fonts"> + <context kind="class">DefaultWebOptions</context> + <name>Fonts</name> + <type>WebPageFonts</type> + </source> + </element> + <!--property::DefaultWebOptions.FrameColors--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.FrameColors"> + <context kind="class">DefaultWebOptions</context> + <name>FrameColors</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.HTMLVersion--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.HTMLVersion"> + <context kind="class">DefaultWebOptions</context> + <name>HTMLVersion</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.IncludeNavigation--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.IncludeNavigation"> + <context kind="class">DefaultWebOptions</context> + <name>IncludeNavigation</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.OrganizeInFolder--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.OrganizeInFolder"> + <context kind="class">DefaultWebOptions</context> + <name>OrganizeInFolder</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.RelyOnVML--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.RelyOnVML"> + <context kind="class">DefaultWebOptions</context> + <name>RelyOnVML</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.ResizeGraphics--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.ResizeGraphics"> + <context kind="class">DefaultWebOptions</context> + <name>ResizeGraphics</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.SaveNewWebPagesAsWebArchives--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.SaveNewWebPagesAsWebArchives"> + <context kind="class">DefaultWebOptions</context> + <name>SaveNewWebPagesAsWebArchives</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.ScreenSize--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.ScreenSize"> + <context kind="class">DefaultWebOptions</context> + <name>ScreenSize</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.ShowSlideAnimation--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.ShowSlideAnimation"> + <context kind="class">DefaultWebOptions</context> + <name>ShowSlideAnimation</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.TargetBrowser--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.TargetBrowser"> + <context kind="class">DefaultWebOptions</context> + <name>TargetBrowser</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.UpdateLinksOnSave--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.UpdateLinksOnSave"> + <context kind="class">DefaultWebOptions</context> + <name>UpdateLinksOnSave</name> + <type>Integer</type> + </source> + </element> + <!--property::DefaultWebOptions.UseLongFileNames--> + <element type="property"> + <source id="PowerPoint.DefaultWebOptions.UseLongFileNames"> + <context kind="class">DefaultWebOptions</context> + <name>UseLongFileNames</name> + <type>Integer</type> + </source> + </element> + <!--Class::Design--> + <element type="class"> + <source id="PowerPoint.Design"> + <name>Design</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Design.AddTitleMaster--> + <element type="method"> + <source id="PowerPoint.Design.AddTitleMaster"> + <context kind="class">Design</context> + <name>AddTitleMaster</name> + <type>_Master</type> + </source> + </element> + <!--property::Design.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Design.Application"> + <context kind="class">Design</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Design.Delete--> + <element type="method"> + <source id="PowerPoint.Design.Delete"> + <context kind="class">Design</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Design.HasTitleMaster {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Design.HasTitleMaster"> + <context kind="class">Design</context> + <name>HasTitleMaster</name> + <type>Integer</type> + </source> + </element> + <!--property::Design.Index {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Design.Index"> + <context kind="class">Design</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--method::Design.MoveTo--> + <element type="method"> + <source id="PowerPoint.Design.MoveTo"> + <context kind="class">Design</context> + <name>MoveTo</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>toPos</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Design.Name--> + <element type="property"> + <source id="PowerPoint.Design.Name"> + <context kind="class">Design</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Design.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Design.Parent"> + <context kind="class">Design</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Design.Preserved--> + <element type="property"> + <source id="PowerPoint.Design.Preserved"> + <context kind="class">Design</context> + <name>Preserved</name> + <type>Integer</type> + </source> + </element> + <!--property::Design.SlideMaster {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Design.SlideMaster"> + <context kind="class">Design</context> + <name>SlideMaster</name> + <type>_Master</type> + </source> + </element> + <!--property::Design.TitleMaster {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Design.TitleMaster"> + <context kind="class">Design</context> + <name>TitleMaster</name> + <type>_Master</type> + </source> + </element> + <!--Class::Designs--> + <element type="class"> + <source id="PowerPoint.Designs"> + <name>Designs</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Designs.Add--> + <element type="method"> + <source id="PowerPoint.Designs.Add"> + <context kind="class">Designs</context> + <name>Add</name> + <type>Design</type> + <parameter-list> + <parameter> + <type>String</type> + <name>designName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Designs.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Designs.Application"> + <context kind="class">Designs</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Designs.Clone--> + <element type="method"> + <source id="PowerPoint.Designs.Clone"> + <context kind="class">Designs</context> + <name>Clone</name> + <type>Design</type> + <parameter-list> + <parameter> + <type>Design</type> + <name>pOriginal</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Designs.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Designs.Count"> + <context kind="class">Designs</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Designs.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Designs.Item"> + <context kind="class">Designs</context> + <name default="true">Item</name> + <type>Design</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Designs.Load--> + <element type="method"> + <source id="PowerPoint.Designs.Load"> + <context kind="class">Designs</context> + <name>Load</name> + <type>Design</type> + <parameter-list> + <parameter> + <type>String</type> + <name>TemplateName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Designs.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Designs.Parent"> + <context kind="class">Designs</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Diagram--> + <element type="class"> + <source id="PowerPoint.Diagram"> + <name>Diagram</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Diagram.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Diagram.Application"> + <context kind="class">Diagram</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Diagram.AutoFormat--> + <element type="property"> + <source id="PowerPoint.Diagram.AutoFormat"> + <context kind="class">Diagram</context> + <name>AutoFormat</name> + <type>Integer</type> + </source> + </element> + <!--property::Diagram.AutoLayout--> + <element type="property"> + <source id="PowerPoint.Diagram.AutoLayout"> + <context kind="class">Diagram</context> + <name>AutoLayout</name> + <type>Integer</type> + </source> + </element> + <!--method::Diagram.Convert--> + <element type="method"> + <source id="PowerPoint.Diagram.Convert"> + <context kind="class">Diagram</context> + <name>Convert</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Diagram.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Diagram.Creator"> + <context kind="class">Diagram</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::Diagram.FitText--> + <element type="method"> + <source id="PowerPoint.Diagram.FitText"> + <context kind="class">Diagram</context> + <name>FitText</name> + <type>void</type> + </source> + </element> + <!--property::Diagram.Nodes {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Diagram.Nodes"> + <context kind="class">Diagram</context> + <name>Nodes</name> + <type>DiagramNodes</type> + </source> + </element> + <!--property::Diagram.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Diagram.Parent"> + <context kind="class">Diagram</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Diagram.Reverse--> + <element type="property"> + <source id="PowerPoint.Diagram.Reverse"> + <context kind="class">Diagram</context> + <name>Reverse</name> + <type>Integer</type> + </source> + </element> + <!--property::Diagram.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Diagram.Type"> + <context kind="class">Diagram</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::DiagramNode--> + <element type="class"> + <source id="PowerPoint.DiagramNode"> + <name>DiagramNode</name> + </source> + <destination designation="identity" /> + </element> + <!--method::DiagramNode.AddNode--> + <element type="method"> + <source id="PowerPoint.DiagramNode.AddNode"> + <context kind="class">DiagramNode</context> + <name>AddNode</name> + <type>DiagramNode</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Pos</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>NodeType</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DiagramNode.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNode.Application"> + <context kind="class">DiagramNode</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::DiagramNode.Children {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNode.Children"> + <context kind="class">DiagramNode</context> + <name>Children</name> + <type>DiagramNodeChildren</type> + </source> + </element> + <!--method::DiagramNode.CloneNode--> + <element type="method"> + <source id="PowerPoint.DiagramNode.CloneNode"> + <context kind="class">DiagramNode</context> + <name>CloneNode</name> + <type>DiagramNode</type> + <parameter-list> + <parameter> + <type>boolean</type> + <name>CopyChildren</name> + </parameter> + <parameter> + <type>DiagramNode</type> + <name>TargetNode</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Pos</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DiagramNode.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNode.Creator"> + <context kind="class">DiagramNode</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::DiagramNode.Delete--> + <element type="method"> + <source id="PowerPoint.DiagramNode.Delete"> + <context kind="class">DiagramNode</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::DiagramNode.Diagram {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNode.Diagram"> + <context kind="class">DiagramNode</context> + <name>Diagram</name> + <type>Diagram</type> + </source> + </element> + <!--property::DiagramNode.Layout--> + <element type="property"> + <source id="PowerPoint.DiagramNode.Layout"> + <context kind="class">DiagramNode</context> + <name>Layout</name> + <type>Integer</type> + </source> + </element> + <!--method::DiagramNode.MoveNode--> + <element type="method"> + <source id="PowerPoint.DiagramNode.MoveNode"> + <context kind="class">DiagramNode</context> + <name>MoveNode</name> + <type>void</type> + <parameter-list> + <parameter> + <type>DiagramNode</type> + <name>TargetNode</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Pos</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::DiagramNode.NextNode--> + <element type="method"> + <source id="PowerPoint.DiagramNode.NextNode"> + <context kind="class">DiagramNode</context> + <name>NextNode</name> + <type>DiagramNode</type> + </source> + </element> + <!--property::DiagramNode.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNode.Parent"> + <context kind="class">DiagramNode</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::DiagramNode.PrevNode--> + <element type="method"> + <source id="PowerPoint.DiagramNode.PrevNode"> + <context kind="class">DiagramNode</context> + <name>PrevNode</name> + <type>DiagramNode</type> + </source> + </element> + <!--method::DiagramNode.ReplaceNode--> + <element type="method"> + <source id="PowerPoint.DiagramNode.ReplaceNode"> + <context kind="class">DiagramNode</context> + <name>ReplaceNode</name> + <type>void</type> + <parameter-list> + <parameter> + <type>DiagramNode</type> + <name>TargetNode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DiagramNode.Root {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNode.Root"> + <context kind="class">DiagramNode</context> + <name>Root</name> + <type>DiagramNode</type> + </source> + </element> + <!--property::DiagramNode.Shape {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNode.Shape"> + <context kind="class">DiagramNode</context> + <name>Shape</name> + <type>Shape</type> + </source> + </element> + <!--method::DiagramNode.SwapNode--> + <element type="method"> + <source id="PowerPoint.DiagramNode.SwapNode"> + <context kind="class">DiagramNode</context> + <name>SwapNode</name> + <type>void</type> + <parameter-list> + <parameter> + <type>DiagramNode</type> + <name>TargetNode</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>SwapChildren</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DiagramNode.TextShape {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNode.TextShape"> + <context kind="class">DiagramNode</context> + <name>TextShape</name> + <type>Shape</type> + </source> + </element> + <!--method::DiagramNode.TransferChildren--> + <element type="method"> + <source id="PowerPoint.DiagramNode.TransferChildren"> + <context kind="class">DiagramNode</context> + <name>TransferChildren</name> + <type>void</type> + <parameter-list> + <parameter> + <type>DiagramNode</type> + <name>ReceivingNode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::DiagramNodeChildren--> + <element type="class"> + <source id="PowerPoint.DiagramNodeChildren"> + <name>DiagramNodeChildren</name> + </source> + <destination designation="identity" /> + </element> + <!--method::DiagramNodeChildren.AddNode--> + <element type="method"> + <source id="PowerPoint.DiagramNodeChildren.AddNode"> + <context kind="class">DiagramNodeChildren</context> + <name>AddNode</name> + <type>DiagramNode</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Index</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>NodeType</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DiagramNodeChildren.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodeChildren.Application"> + <context kind="class">DiagramNodeChildren</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::DiagramNodeChildren.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodeChildren.Count"> + <context kind="class">DiagramNodeChildren</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::DiagramNodeChildren.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodeChildren.Creator"> + <context kind="class">DiagramNodeChildren</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::DiagramNodeChildren.FirstChild {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodeChildren.FirstChild"> + <context kind="class">DiagramNodeChildren</context> + <name>FirstChild</name> + <type>DiagramNode</type> + </source> + </element> + <!--method::DiagramNodeChildren.Item {Default}--> + <element type="method"> + <source id="PowerPoint.DiagramNodeChildren.Item"> + <context kind="class">DiagramNodeChildren</context> + <name default="true">Item</name> + <type>DiagramNode</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DiagramNodeChildren.LastChild {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodeChildren.LastChild"> + <context kind="class">DiagramNodeChildren</context> + <name>LastChild</name> + <type>DiagramNode</type> + </source> + </element> + <!--property::DiagramNodeChildren.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodeChildren.Parent"> + <context kind="class">DiagramNodeChildren</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::DiagramNodeChildren.SelectAll--> + <element type="method"> + <source id="PowerPoint.DiagramNodeChildren.SelectAll"> + <context kind="class">DiagramNodeChildren</context> + <name>SelectAll</name> + <type>void</type> + </source> + </element> + <!--Class::DiagramNodes--> + <element type="class"> + <source id="PowerPoint.DiagramNodes"> + <name>DiagramNodes</name> + </source> + <destination designation="identity" /> + </element> + <!--property::DiagramNodes.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodes.Application"> + <context kind="class">DiagramNodes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::DiagramNodes.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodes.Count"> + <context kind="class">DiagramNodes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::DiagramNodes.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodes.Creator"> + <context kind="class">DiagramNodes</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::DiagramNodes.Item {Default}--> + <element type="method"> + <source id="PowerPoint.DiagramNodes.Item"> + <context kind="class">DiagramNodes</context> + <name default="true">Item</name> + <type>DiagramNode</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DiagramNodes.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DiagramNodes.Parent"> + <context kind="class">DiagramNodes</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::DiagramNodes.SelectAll--> + <element type="method"> + <source id="PowerPoint.DiagramNodes.SelectAll"> + <context kind="class">DiagramNodes</context> + <name>SelectAll</name> + <type>void</type> + </source> + </element> + <!--Class::DocumentWindow--> + <element type="class"> + <source id="PowerPoint.DocumentWindow"> + <name>DocumentWindow</name> + </source> + <destination designation="identity" /> + </element> + <!--method::DocumentWindow.Activate--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.Activate"> + <context kind="class">DocumentWindow</context> + <name>Activate</name> + <type>void</type> + </source> + </element> + <!--property::DocumentWindow.Active {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Active"> + <context kind="class">DocumentWindow</context> + <name>Active</name> + <type>Integer</type> + </source> + </element> + <!--property::DocumentWindow.ActivePane {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.ActivePane"> + <context kind="class">DocumentWindow</context> + <name>ActivePane</name> + <type>Pane</type> + </source> + </element> + <!--property::DocumentWindow.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Application"> + <context kind="class">DocumentWindow</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::DocumentWindow.BlackAndWhite--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.BlackAndWhite"> + <context kind="class">DocumentWindow</context> + <name>BlackAndWhite</name> + <type>Integer</type> + </source> + </element> + <!--property::DocumentWindow.Caption {Default} {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Caption"> + <context kind="class">DocumentWindow</context> + <name default="true">Caption</name> + <type>String</type> + </source> + </element> + <!--method::DocumentWindow.Close--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.Close"> + <context kind="class">DocumentWindow</context> + <name>Close</name> + <type>void</type> + </source> + </element> + <!--method::DocumentWindow.FitToPage--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.FitToPage"> + <context kind="class">DocumentWindow</context> + <name>FitToPage</name> + <type>void</type> + </source> + </element> + <!--property::DocumentWindow.Height--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Height"> + <context kind="class">DocumentWindow</context> + <name>Height</name> + <type>Single</type> + </source> + </element> + <!--property::DocumentWindow.HWND {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.HWND"> + <context kind="class">DocumentWindow</context> + <name>HWND</name> + <type>Integer</type> + </source> + </element> + <!--method::DocumentWindow.LargeScroll--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.LargeScroll"> + <context kind="class">DocumentWindow</context> + <name>LargeScroll</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Down</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Up</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ToRight</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ToLeft</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DocumentWindow.Left--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Left"> + <context kind="class">DocumentWindow</context> + <name>Left</name> + <type>Single</type> + </source> + </element> + <!--method::DocumentWindow.NewWindow--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.NewWindow"> + <context kind="class">DocumentWindow</context> + <name>NewWindow</name> + <type>DocumentWindow</type> + </source> + </element> + <!--property::DocumentWindow.Panes {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Panes"> + <context kind="class">DocumentWindow</context> + <name>Panes</name> + <type>Panes</type> + </source> + </element> + <!--property::DocumentWindow.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Parent"> + <context kind="class">DocumentWindow</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::DocumentWindow.PointsToScreenPixelsX--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.PointsToScreenPixelsX"> + <context kind="class">DocumentWindow</context> + <name>PointsToScreenPixelsX</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Points</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::DocumentWindow.PointsToScreenPixelsY--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.PointsToScreenPixelsY"> + <context kind="class">DocumentWindow</context> + <name>PointsToScreenPixelsY</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Points</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DocumentWindow.Presentation {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Presentation"> + <context kind="class">DocumentWindow</context> + <name>Presentation</name> + <type>Presentation</type> + </source> + </element> + <!--method::DocumentWindow.RangeFromPoint--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.RangeFromPoint"> + <context kind="class">DocumentWindow</context> + <name>RangeFromPoint</name> + <type>Object</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>X</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Y</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::DocumentWindow.ScrollIntoView--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.ScrollIntoView"> + <context kind="class">DocumentWindow</context> + <name>ScrollIntoView</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Start</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DocumentWindow.Selection {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Selection"> + <context kind="class">DocumentWindow</context> + <name>Selection</name> + <type>Selection</type> + </source> + </element> + <!--method::DocumentWindow.SmallScroll--> + <element type="method"> + <source id="PowerPoint.DocumentWindow.SmallScroll"> + <context kind="class">DocumentWindow</context> + <name>SmallScroll</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Down</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Up</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ToRight</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ToLeft</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DocumentWindow.SplitHorizontal--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.SplitHorizontal"> + <context kind="class">DocumentWindow</context> + <name>SplitHorizontal</name> + <type>Integer</type> + </source> + </element> + <!--property::DocumentWindow.SplitVertical--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.SplitVertical"> + <context kind="class">DocumentWindow</context> + <name>SplitVertical</name> + <type>Integer</type> + </source> + </element> + <!--property::DocumentWindow.Top--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Top"> + <context kind="class">DocumentWindow</context> + <name>Top</name> + <type>Single</type> + </source> + </element> + <!--property::DocumentWindow.View {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.View"> + <context kind="class">DocumentWindow</context> + <name>View</name> + <type>View</type> + </source> + </element> + <!--property::DocumentWindow.ViewType--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.ViewType"> + <context kind="class">DocumentWindow</context> + <name>ViewType</name> + <type>Integer</type> + </source> + </element> + <!--property::DocumentWindow.Width--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.Width"> + <context kind="class">DocumentWindow</context> + <name>Width</name> + <type>Single</type> + </source> + </element> + <!--property::DocumentWindow.WindowState--> + <element type="property"> + <source id="PowerPoint.DocumentWindow.WindowState"> + <context kind="class">DocumentWindow</context> + <name>WindowState</name> + <type>Integer</type> + </source> + </element> + <!--Class::DocumentWindows--> + <element type="class"> + <source id="PowerPoint.DocumentWindows"> + <name>DocumentWindows</name> + </source> + <destination designation="identity" /> + </element> + <!--property::DocumentWindows.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindows.Application"> + <context kind="class">DocumentWindows</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::DocumentWindows.Arrange--> + <element type="method"> + <source id="PowerPoint.DocumentWindows.Arrange"> + <context kind="class">DocumentWindows</context> + <name>Arrange</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>arrangeStyle</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DocumentWindows.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindows.Count"> + <context kind="class">DocumentWindows</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::DocumentWindows.Item {Default}--> + <element type="method"> + <source id="PowerPoint.DocumentWindows.Item"> + <context kind="class">DocumentWindows</context> + <name default="true">Item</name> + <type>DocumentWindow</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::DocumentWindows.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.DocumentWindows.Parent"> + <context kind="class">DocumentWindows</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Effect--> + <element type="class"> + <source id="PowerPoint.Effect"> + <name>Effect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Effect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.Application"> + <context kind="class">Effect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Effect.Behaviors {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.Behaviors"> + <context kind="class">Effect</context> + <name>Behaviors</name> + <type>AnimationBehaviors</type> + </source> + </element> + <!--method::Effect.Delete--> + <element type="method"> + <source id="PowerPoint.Effect.Delete"> + <context kind="class">Effect</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Effect.DisplayName {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.DisplayName"> + <context kind="class">Effect</context> + <name>DisplayName</name> + <type>String</type> + </source> + </element> + <!--property::Effect.EffectInformation {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.EffectInformation"> + <context kind="class">Effect</context> + <name>EffectInformation</name> + <type>EffectInformation</type> + </source> + </element> + <!--property::Effect.EffectParameters {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.EffectParameters"> + <context kind="class">Effect</context> + <name>EffectParameters</name> + <type>EffectParameters</type> + </source> + </element> + <!--property::Effect.EffectType--> + <element type="property"> + <source id="PowerPoint.Effect.EffectType"> + <context kind="class">Effect</context> + <name>EffectType</name> + <type>Integer</type> + </source> + </element> + <!--property::Effect.Exit--> + <element type="property"> + <source id="PowerPoint.Effect.Exit"> + <context kind="class">Effect</context> + <name>Exit</name> + <type>Integer</type> + </source> + </element> + <!--property::Effect.Index {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.Index"> + <context kind="class">Effect</context> + <name>Index</name> + <type>Integer</type> + </source> + </element> + <!--method::Effect.MoveAfter--> + <element type="method"> + <source id="PowerPoint.Effect.MoveAfter"> + <context kind="class">Effect</context> + <name>MoveAfter</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Effect</type> + <name>Effect</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Effect.MoveBefore--> + <element type="method"> + <source id="PowerPoint.Effect.MoveBefore"> + <context kind="class">Effect</context> + <name>MoveBefore</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Effect</type> + <name>Effect</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Effect.MoveTo--> + <element type="method"> + <source id="PowerPoint.Effect.MoveTo"> + <context kind="class">Effect</context> + <name>MoveTo</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>toPos</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Effect.Paragraph--> + <element type="property"> + <source id="PowerPoint.Effect.Paragraph"> + <context kind="class">Effect</context> + <name>Paragraph</name> + <type>Integer</type> + </source> + </element> + <!--property::Effect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.Parent"> + <context kind="class">Effect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Effect.Shape--> + <element type="property"> + <source id="PowerPoint.Effect.Shape"> + <context kind="class">Effect</context> + <name>Shape</name> + <type>Shape</type> + </source> + </element> + <!--property::Effect.TextRangeLength {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.TextRangeLength"> + <context kind="class">Effect</context> + <name>TextRangeLength</name> + <type>Integer</type> + </source> + </element> + <!--property::Effect.TextRangeStart {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.TextRangeStart"> + <context kind="class">Effect</context> + <name>TextRangeStart</name> + <type>Integer</type> + </source> + </element> + <!--property::Effect.Timing {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Effect.Timing"> + <context kind="class">Effect</context> + <name>Timing</name> + <type>Timing</type> + </source> + </element> + <!--Class::EffectInformation--> + <element type="class"> + <source id="PowerPoint.EffectInformation"> + <name>EffectInformation</name> + </source> + <destination designation="identity" /> + </element> + <!--property::EffectInformation.AfterEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.AfterEffect"> + <context kind="class">EffectInformation</context> + <name>AfterEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::EffectInformation.AnimateBackground {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.AnimateBackground"> + <context kind="class">EffectInformation</context> + <name>AnimateBackground</name> + <type>Integer</type> + </source> + </element> + <!--property::EffectInformation.AnimateTextInReverse {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.AnimateTextInReverse"> + <context kind="class">EffectInformation</context> + <name>AnimateTextInReverse</name> + <type>Integer</type> + </source> + </element> + <!--property::EffectInformation.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.Application"> + <context kind="class">EffectInformation</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::EffectInformation.BuildByLevelEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.BuildByLevelEffect"> + <context kind="class">EffectInformation</context> + <name>BuildByLevelEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::EffectInformation.Dim {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.Dim"> + <context kind="class">EffectInformation</context> + <name>Dim</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::EffectInformation.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.Parent"> + <context kind="class">EffectInformation</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::EffectInformation.PlaySettings {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.PlaySettings"> + <context kind="class">EffectInformation</context> + <name>PlaySettings</name> + <type>PlaySettings</type> + </source> + </element> + <!--property::EffectInformation.SoundEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.SoundEffect"> + <context kind="class">EffectInformation</context> + <name>SoundEffect</name> + <type>SoundEffect</type> + </source> + </element> + <!--property::EffectInformation.TextUnitEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectInformation.TextUnitEffect"> + <context kind="class">EffectInformation</context> + <name>TextUnitEffect</name> + <type>Integer</type> + </source> + </element> + <!--Class::EffectParameters--> + <element type="class"> + <source id="PowerPoint.EffectParameters"> + <name>EffectParameters</name> + </source> + <destination designation="identity" /> + </element> + <!--property::EffectParameters.Amount--> + <element type="property"> + <source id="PowerPoint.EffectParameters.Amount"> + <context kind="class">EffectParameters</context> + <name>Amount</name> + <type>Single</type> + </source> + </element> + <!--property::EffectParameters.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectParameters.Application"> + <context kind="class">EffectParameters</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::EffectParameters.Color2 {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectParameters.Color2"> + <context kind="class">EffectParameters</context> + <name>Color2</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::EffectParameters.Direction--> + <element type="property"> + <source id="PowerPoint.EffectParameters.Direction"> + <context kind="class">EffectParameters</context> + <name>Direction</name> + <type>Integer</type> + </source> + </element> + <!--property::EffectParameters.FontName--> + <element type="property"> + <source id="PowerPoint.EffectParameters.FontName"> + <context kind="class">EffectParameters</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::EffectParameters.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.EffectParameters.Parent"> + <context kind="class">EffectParameters</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::EffectParameters.Relative--> + <element type="property"> + <source id="PowerPoint.EffectParameters.Relative"> + <context kind="class">EffectParameters</context> + <name>Relative</name> + <type>Integer</type> + </source> + </element> + <!--property::EffectParameters.Size--> + <element type="property"> + <source id="PowerPoint.EffectParameters.Size"> + <context kind="class">EffectParameters</context> + <name>Size</name> + <type>Single</type> + </source> + </element> + <!--Class::ExtraColors--> + <element type="class"> + <source id="PowerPoint.ExtraColors"> + <name>ExtraColors</name> + </source> + <destination designation="identity" /> + </element> + <!--method::ExtraColors.Add--> + <element type="method"> + <source id="PowerPoint.ExtraColors.Add"> + <context kind="class">ExtraColors</context> + <name>Add</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ExtraColors.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ExtraColors.Application"> + <context kind="class">ExtraColors</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ExtraColors.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ExtraColors.Count"> + <context kind="class">ExtraColors</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::ExtraColors.Item {Default}--> + <element type="method"> + <source id="PowerPoint.ExtraColors.Item"> + <context kind="class">ExtraColors</context> + <name default="true">Item</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ExtraColors.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ExtraColors.Parent"> + <context kind="class">ExtraColors</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::FillFormat--> + <element type="class"> + <source id="PowerPoint.FillFormat"> + <name>FillFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::FillFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.Application"> + <context kind="class">FillFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::FillFormat.BackColor--> + <element type="property"> + <source id="PowerPoint.FillFormat.BackColor"> + <context kind="class">FillFormat</context> + <name>BackColor</name> + <type>ColorFormat</type> + </source> + </element> + <!--method::FillFormat.Background--> + <element type="method"> + <source id="PowerPoint.FillFormat.Background"> + <context kind="class">FillFormat</context> + <name>Background</name> + <type>void</type> + </source> + </element> + <!--property::FillFormat.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.Creator"> + <context kind="class">FillFormat</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::FillFormat.ForeColor--> + <element type="property"> + <source id="PowerPoint.FillFormat.ForeColor"> + <context kind="class">FillFormat</context> + <name>ForeColor</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::FillFormat.GradientColorType {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.GradientColorType"> + <context kind="class">FillFormat</context> + <name>GradientColorType</name> + <type>Integer</type> + </source> + </element> + <!--property::FillFormat.GradientDegree {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.GradientDegree"> + <context kind="class">FillFormat</context> + <name>GradientDegree</name> + <type>Single</type> + </source> + </element> + <!--property::FillFormat.GradientStyle {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.GradientStyle"> + <context kind="class">FillFormat</context> + <name>GradientStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::FillFormat.GradientVariant {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.GradientVariant"> + <context kind="class">FillFormat</context> + <name>GradientVariant</name> + <type>Integer</type> + </source> + </element> + <!--method::FillFormat.OneColorGradient--> + <element type="method"> + <source id="PowerPoint.FillFormat.OneColorGradient"> + <context kind="class">FillFormat</context> + <name>OneColorGradient</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Style</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Variant</name> + </parameter> + <parameter> + <type>Single</type> + <name>Degree</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FillFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.Parent"> + <context kind="class">FillFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::FillFormat.Pattern {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.Pattern"> + <context kind="class">FillFormat</context> + <name>Pattern</name> + <type>Integer</type> + </source> + </element> + <!--method::FillFormat.Patterned--> + <element type="method"> + <source id="PowerPoint.FillFormat.Patterned"> + <context kind="class">FillFormat</context> + <name>Patterned</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Pattern</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::FillFormat.PresetGradient--> + <element type="method"> + <source id="PowerPoint.FillFormat.PresetGradient"> + <context kind="class">FillFormat</context> + <name>PresetGradient</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Style</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Variant</name> + </parameter> + <parameter> + <type>Integer</type> + <name>PresetGradientType</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FillFormat.PresetGradientType {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.PresetGradientType"> + <context kind="class">FillFormat</context> + <name>PresetGradientType</name> + <type>Integer</type> + </source> + </element> + <!--property::FillFormat.PresetTexture {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.PresetTexture"> + <context kind="class">FillFormat</context> + <name>PresetTexture</name> + <type>Integer</type> + </source> + </element> + <!--method::FillFormat.PresetTextured--> + <element type="method"> + <source id="PowerPoint.FillFormat.PresetTextured"> + <context kind="class">FillFormat</context> + <name>PresetTextured</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>PresetTexture</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::FillFormat.Solid--> + <element type="method"> + <source id="PowerPoint.FillFormat.Solid"> + <context kind="class">FillFormat</context> + <name>Solid</name> + <type>void</type> + </source> + </element> + <!--property::FillFormat.TextureName {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.TextureName"> + <context kind="class">FillFormat</context> + <name>TextureName</name> + <type>String</type> + </source> + </element> + <!--property::FillFormat.TextureType {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.TextureType"> + <context kind="class">FillFormat</context> + <name>TextureType</name> + <type>Integer</type> + </source> + </element> + <!--property::FillFormat.Transparency--> + <element type="property"> + <source id="PowerPoint.FillFormat.Transparency"> + <context kind="class">FillFormat</context> + <name>Transparency</name> + <type>Single</type> + </source> + </element> + <!--method::FillFormat.TwoColorGradient--> + <element type="method"> + <source id="PowerPoint.FillFormat.TwoColorGradient"> + <context kind="class">FillFormat</context> + <name>TwoColorGradient</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Style</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Variant</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FillFormat.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FillFormat.Type"> + <context kind="class">FillFormat</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--method::FillFormat.UserPicture--> + <element type="method"> + <source id="PowerPoint.FillFormat.UserPicture"> + <context kind="class">FillFormat</context> + <name>UserPicture</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>PictureFile</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::FillFormat.UserTextured--> + <element type="method"> + <source id="PowerPoint.FillFormat.UserTextured"> + <context kind="class">FillFormat</context> + <name>UserTextured</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>TextureFile</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FillFormat.Visible--> + <element type="property"> + <source id="PowerPoint.FillFormat.Visible"> + <context kind="class">FillFormat</context> + <name>Visible</name> + <type>Integer</type> + </source> + </element> + <!--Class::FilterEffect--> + <element type="class"> + <source id="PowerPoint.FilterEffect"> + <name>FilterEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::FilterEffect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FilterEffect.Application"> + <context kind="class">FilterEffect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::FilterEffect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FilterEffect.Parent"> + <context kind="class">FilterEffect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::FilterEffect.Reveal--> + <element type="property"> + <source id="PowerPoint.FilterEffect.Reveal"> + <context kind="class">FilterEffect</context> + <name>Reveal</name> + <type>Integer</type> + </source> + </element> + <!--property::FilterEffect.Subtype--> + <element type="property"> + <source id="PowerPoint.FilterEffect.Subtype"> + <context kind="class">FilterEffect</context> + <name>Subtype</name> + <type>Integer</type> + </source> + </element> + <!--property::FilterEffect.Type--> + <element type="property"> + <source id="PowerPoint.FilterEffect.Type"> + <context kind="class">FilterEffect</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::Font--> + <element type="class"> + <source id="PowerPoint.Font"> + <name>Font</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Font.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Font.Application"> + <context kind="class">Font</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Font.AutoRotateNumbers--> + <element type="property"> + <source id="PowerPoint.Font.AutoRotateNumbers"> + <context kind="class">Font</context> + <name>AutoRotateNumbers</name> + <type>Integer</type> + </source> + </element> + <!--property::Font.BaselineOffset--> + <element type="property"> + <source id="PowerPoint.Font.BaselineOffset"> + <context kind="class">Font</context> + <name>BaselineOffset</name> + <type>Single</type> + </source> + </element> + <!--property::Font.Bold--> + <element type="property"> + <source id="PowerPoint.Font.Bold"> + <context kind="class">Font</context> + <name>Bold</name> + <type>Integer</type> + </source> + </element> + <!--property::Font.Color {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Font.Color"> + <context kind="class">Font</context> + <name>Color</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::Font.Embeddable {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Font.Embeddable"> + <context kind="class">Font</context> + <name>Embeddable</name> + <type>Integer</type> + </source> + </element> + <!--property::Font.Embedded {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Font.Embedded"> + <context kind="class">Font</context> + <name>Embedded</name> + <type>Integer</type> + </source> + </element> + <!--property::Font.Emboss--> + <element type="property"> + <source id="PowerPoint.Font.Emboss"> + <context kind="class">Font</context> + <name>Emboss</name> + <type>Integer</type> + </source> + </element> + <!--property::Font.Italic--> + <element type="property"> + <source id="PowerPoint.Font.Italic"> + <context kind="class">Font</context> + <name>Italic</name> + <type>Integer</type> + </source> + </element> + <!--property::Font.Name--> + <element type="property"> + <source id="PowerPoint.Font.Name"> + <context kind="class">Font</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Font.NameAscii--> + <element type="property"> + <source id="PowerPoint.Font.NameAscii"> + <context kind="class">Font</context> + <name>NameAscii</name> + <type>String</type> + </source> + </element> + <!--property::Font.NameComplexScript--> + <element type="property"> + <source id="PowerPoint.Font.NameComplexScript"> + <context kind="class">Font</context> + <name>NameComplexScript</name> + <type>String</type> + </source> + </element> + <!--property::Font.NameFarEast--> + <element type="property"> + <source id="PowerPoint.Font.NameFarEast"> + <context kind="class">Font</context> + <name>NameFarEast</name> + <type>String</type> + </source> + </element> + <!--property::Font.NameOther--> + <element type="property"> + <source id="PowerPoint.Font.NameOther"> + <context kind="class">Font</context> + <name>NameOther</name> + <type>String</type> + </source> + </element> + <!--property::Font.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Font.Parent"> + <context kind="class">Font</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Font.Shadow--> + <element type="property"> + <source id="PowerPoint.Font.Shadow"> + <context kind="class">Font</context> + <name>Shadow</name> + <type>Integer</type> + </source> + </element> + <!--property::Font.Size--> + <element type="property"> + <source id="PowerPoint.Font.Size"> + <context kind="class">Font</context> + <name>Size</name> + <type>Single</type> + </source> + </element> + <!--property::Font.Subscript--> + <element type="property"> + <source id="PowerPoint.Font.Subscript"> + <context kind="class">Font</context> + <name>Subscript</name> + <type>Integer</type> + </source> + </element> + <!--property::Font.Superscript--> + <element type="property"> + <source id="PowerPoint.Font.Superscript"> + <context kind="class">Font</context> + <name>Superscript</name> + <type>Integer</type> + </source> + </element> + <!--property::Font.Underline--> + <element type="property"> + <source id="PowerPoint.Font.Underline"> + <context kind="class">Font</context> + <name>Underline</name> + <type>Integer</type> + </source> + </element> + <!--Class::Fonts--> + <element type="class"> + <source id="PowerPoint.Fonts"> + <name>Fonts</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Fonts.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Fonts.Application"> + <context kind="class">Fonts</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Fonts.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Fonts.Count"> + <context kind="class">Fonts</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Fonts.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Fonts.Item"> + <context kind="class">Fonts</context> + <name default="true">Item</name> + <type>Font</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Fonts.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Fonts.Parent"> + <context kind="class">Fonts</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::Fonts.Replace--> + <element type="method"> + <source id="PowerPoint.Fonts.Replace"> + <context kind="class">Fonts</context> + <name>Replace</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Original</name> + </parameter> + <parameter> + <type>String</type> + <name>Replacement</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::FreeformBuilder--> + <element type="class"> + <source id="PowerPoint.FreeformBuilder"> + <name>FreeformBuilder</name> + </source> + <destination designation="identity" /> + </element> + <!--method::FreeformBuilder.AddNodes--> + <element type="method"> + <source id="PowerPoint.FreeformBuilder.AddNodes"> + <context kind="class">FreeformBuilder</context> + <name>AddNodes</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>SegmentType</name> + </parameter> + <parameter> + <type>Integer</type> + <name>EditingType</name> + </parameter> + <parameter> + <type>Single</type> + <name>X1</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y1</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>X2</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Y2</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>X3</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Y3</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::FreeformBuilder.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FreeformBuilder.Application"> + <context kind="class">FreeformBuilder</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::FreeformBuilder.ConvertToShape--> + <element type="method"> + <source id="PowerPoint.FreeformBuilder.ConvertToShape"> + <context kind="class">FreeformBuilder</context> + <name>ConvertToShape</name> + <type>Shape</type> + </source> + </element> + <!--property::FreeformBuilder.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FreeformBuilder.Creator"> + <context kind="class">FreeformBuilder</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::FreeformBuilder.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.FreeformBuilder.Parent"> + <context kind="class">FreeformBuilder</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Global--> + <element type="class"> + <source id="PowerPoint.Global"> + <name>Global</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Global.ActivePresentation {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.ActivePresentation"> + <name>ActivePresentation</name> + <type>Presentation</type> + </source> + </element> + <!--property::Global.ActiveWindow {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.ActiveWindow"> + <name>ActiveWindow</name> + <type>DocumentWindow</type> + </source> + </element> + <!--property::Global.AddIns {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.AddIns"> + <name>AddIns</name> + <type>AddIns</type> + </source> + </element> + <!--property::Global.AnswerWizard {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.AnswerWizard"> + <name>AnswerWizard</name> + <type>AnswerWizard</type> + </source> + </element> + <!--property::Global.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.Application"> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Global.Assistant {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.Assistant"> + <name>Assistant</name> + <type>Assistant</type> + </source> + </element> + <!--property::Global.CommandBars {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.CommandBars"> + <name>CommandBars</name> + <type>CommandBars</type> + </source> + </element> + <!--property::Global.Dialogs {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.Dialogs"> + <name>Dialogs</name> + <type>IUnknown</type> + </source> + </element> + <!--property::Global.Presentations {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.Presentations"> + <name>Presentations</name> + <type>Presentations</type> + </source> + </element> + <!--property::Global.SlideShowWindows {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.SlideShowWindows"> + <name>SlideShowWindows</name> + <type>SlideShowWindows</type> + </source> + </element> + <!--property::Global.Windows {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Global.Windows"> + <name>Windows</name> + <type>DocumentWindows</type> + </source> + </element> + <!--Class::GroupShapes--> + <element type="class"> + <source id="PowerPoint.GroupShapes"> + <name>GroupShapes</name> + </source> + <destination designation="identity" /> + </element> + <!--property::GroupShapes.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.GroupShapes.Application"> + <context kind="class">GroupShapes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::GroupShapes.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.GroupShapes.Count"> + <context kind="class">GroupShapes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::GroupShapes.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.GroupShapes.Creator"> + <context kind="class">GroupShapes</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::GroupShapes.Item {Default}--> + <element type="method"> + <source id="PowerPoint.GroupShapes.Item"> + <context kind="class">GroupShapes</context> + <name default="true">Item</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::GroupShapes.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.GroupShapes.Parent"> + <context kind="class">GroupShapes</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::GroupShapes.Range--> + <element type="method"> + <source id="PowerPoint.GroupShapes.Range"> + <context kind="class">GroupShapes</context> + <name>Range</name> + <type>ShapeRange</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::HeaderFooter--> + <element type="class"> + <source id="PowerPoint.HeaderFooter"> + <name>HeaderFooter</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HeaderFooter.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.HeaderFooter.Application"> + <context kind="class">HeaderFooter</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::HeaderFooter.Format--> + <element type="property"> + <source id="PowerPoint.HeaderFooter.Format"> + <context kind="class">HeaderFooter</context> + <name>Format</name> + <type>Integer</type> + </source> + </element> + <!--property::HeaderFooter.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.HeaderFooter.Parent"> + <context kind="class">HeaderFooter</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::HeaderFooter.Text--> + <element type="property"> + <source id="PowerPoint.HeaderFooter.Text"> + <context kind="class">HeaderFooter</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--property::HeaderFooter.UseFormat--> + <element type="property"> + <source id="PowerPoint.HeaderFooter.UseFormat"> + <context kind="class">HeaderFooter</context> + <name>UseFormat</name> + <type>Integer</type> + </source> + </element> + <!--property::HeaderFooter.Visible--> + <element type="property"> + <source id="PowerPoint.HeaderFooter.Visible"> + <context kind="class">HeaderFooter</context> + <name>Visible</name> + <type>Integer</type> + </source> + </element> + <!--Class::HeadersFooters--> + <element type="class"> + <source id="PowerPoint.HeadersFooters"> + <name>HeadersFooters</name> + </source> + <destination designation="identity" /> + </element> + <!--property::HeadersFooters.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.HeadersFooters.Application"> + <context kind="class">HeadersFooters</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::HeadersFooters.Clear--> + <element type="method"> + <source id="PowerPoint.HeadersFooters.Clear"> + <context kind="class">HeadersFooters</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--property::HeadersFooters.DateAndTime {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.HeadersFooters.DateAndTime"> + <context kind="class">HeadersFooters</context> + <name>DateAndTime</name> + <type>HeaderFooter</type> + </source> + </element> + <!--property::HeadersFooters.DisplayOnTitleSlide--> + <element type="property"> + <source id="PowerPoint.HeadersFooters.DisplayOnTitleSlide"> + <context kind="class">HeadersFooters</context> + <name>DisplayOnTitleSlide</name> + <type>Integer</type> + </source> + </element> + <!--property::HeadersFooters.Footer {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.HeadersFooters.Footer"> + <context kind="class">HeadersFooters</context> + <name>Footer</name> + <type>HeaderFooter</type> + </source> + </element> + <!--property::HeadersFooters.Header {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.HeadersFooters.Header"> + <context kind="class">HeadersFooters</context> + <name>Header</name> + <type>HeaderFooter</type> + </source> + </element> + <!--property::HeadersFooters.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.HeadersFooters.Parent"> + <context kind="class">HeadersFooters</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::HeadersFooters.SlideNumber {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.HeadersFooters.SlideNumber"> + <context kind="class">HeadersFooters</context> + <name>SlideNumber</name> + <type>HeaderFooter</type> + </source> + </element> + <!--Class::Hyperlink--> + <element type="class"> + <source id="PowerPoint.Hyperlink"> + <name>Hyperlink</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Hyperlink.Address--> + <element type="property"> + <source id="PowerPoint.Hyperlink.Address"> + <context kind="class">Hyperlink</context> + <name>Address</name> + <type>String</type> + </source> + </element> + <!--method::Hyperlink.AddToFavorites--> + <element type="method"> + <source id="PowerPoint.Hyperlink.AddToFavorites"> + <context kind="class">Hyperlink</context> + <name>AddToFavorites</name> + <type>void</type> + </source> + </element> + <!--property::Hyperlink.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Hyperlink.Application"> + <context kind="class">Hyperlink</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Hyperlink.CreateNewDocument--> + <element type="method"> + <source id="PowerPoint.Hyperlink.CreateNewDocument"> + <context kind="class">Hyperlink</context> + <name>CreateNewDocument</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter> + <type>Integer</type> + <name>EditNow</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Overwrite</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Hyperlink.Delete--> + <element type="method"> + <source id="PowerPoint.Hyperlink.Delete"> + <context kind="class">Hyperlink</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Hyperlink.EmailSubject--> + <element type="property"> + <source id="PowerPoint.Hyperlink.EmailSubject"> + <context kind="class">Hyperlink</context> + <name>EmailSubject</name> + <type>String</type> + </source> + </element> + <!--method::Hyperlink.Follow--> + <element type="method"> + <source id="PowerPoint.Hyperlink.Follow"> + <context kind="class">Hyperlink</context> + <name>Follow</name> + <type>void</type> + </source> + </element> + <!--property::Hyperlink.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Hyperlink.Parent"> + <context kind="class">Hyperlink</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Hyperlink.ScreenTip--> + <element type="property"> + <source id="PowerPoint.Hyperlink.ScreenTip"> + <context kind="class">Hyperlink</context> + <name>ScreenTip</name> + <type>String</type> + </source> + </element> + <!--property::Hyperlink.ShowAndReturn--> + <element type="property"> + <source id="PowerPoint.Hyperlink.ShowAndReturn"> + <context kind="class">Hyperlink</context> + <name>ShowAndReturn</name> + <type>Integer</type> + </source> + </element> + <!--property::Hyperlink.SubAddress--> + <element type="property"> + <source id="PowerPoint.Hyperlink.SubAddress"> + <context kind="class">Hyperlink</context> + <name>SubAddress</name> + <type>String</type> + </source> + </element> + <!--property::Hyperlink.TextToDisplay--> + <element type="property"> + <source id="PowerPoint.Hyperlink.TextToDisplay"> + <context kind="class">Hyperlink</context> + <name>TextToDisplay</name> + <type>String</type> + </source> + </element> + <!--property::Hyperlink.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Hyperlink.Type"> + <context kind="class">Hyperlink</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::Hyperlinks--> + <element type="class"> + <source id="PowerPoint.Hyperlinks"> + <name>Hyperlinks</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Hyperlinks.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Hyperlinks.Application"> + <context kind="class">Hyperlinks</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Hyperlinks.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Hyperlinks.Count"> + <context kind="class">Hyperlinks</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Hyperlinks.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Hyperlinks.Item"> + <context kind="class">Hyperlinks</context> + <name default="true">Item</name> + <type>Hyperlink</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Hyperlinks.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Hyperlinks.Parent"> + <context kind="class">Hyperlinks</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::LineFormat--> + <element type="class"> + <source id="PowerPoint.LineFormat"> + <name>LineFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::LineFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.LineFormat.Application"> + <context kind="class">LineFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::LineFormat.BackColor--> + <element type="property"> + <source id="PowerPoint.LineFormat.BackColor"> + <context kind="class">LineFormat</context> + <name>BackColor</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::LineFormat.BeginArrowheadLength--> + <element type="property"> + <source id="PowerPoint.LineFormat.BeginArrowheadLength"> + <context kind="class">LineFormat</context> + <name>BeginArrowheadLength</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.BeginArrowheadStyle--> + <element type="property"> + <source id="PowerPoint.LineFormat.BeginArrowheadStyle"> + <context kind="class">LineFormat</context> + <name>BeginArrowheadStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.BeginArrowheadWidth--> + <element type="property"> + <source id="PowerPoint.LineFormat.BeginArrowheadWidth"> + <context kind="class">LineFormat</context> + <name>BeginArrowheadWidth</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.LineFormat.Creator"> + <context kind="class">LineFormat</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.DashStyle--> + <element type="property"> + <source id="PowerPoint.LineFormat.DashStyle"> + <context kind="class">LineFormat</context> + <name>DashStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.EndArrowheadLength--> + <element type="property"> + <source id="PowerPoint.LineFormat.EndArrowheadLength"> + <context kind="class">LineFormat</context> + <name>EndArrowheadLength</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.EndArrowheadStyle--> + <element type="property"> + <source id="PowerPoint.LineFormat.EndArrowheadStyle"> + <context kind="class">LineFormat</context> + <name>EndArrowheadStyle</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.EndArrowheadWidth--> + <element type="property"> + <source id="PowerPoint.LineFormat.EndArrowheadWidth"> + <context kind="class">LineFormat</context> + <name>EndArrowheadWidth</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.ForeColor--> + <element type="property"> + <source id="PowerPoint.LineFormat.ForeColor"> + <context kind="class">LineFormat</context> + <name>ForeColor</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::LineFormat.InsetPen--> + <element type="property"> + <source id="PowerPoint.LineFormat.InsetPen"> + <context kind="class">LineFormat</context> + <name>InsetPen</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.LineFormat.Parent"> + <context kind="class">LineFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::LineFormat.Pattern--> + <element type="property"> + <source id="PowerPoint.LineFormat.Pattern"> + <context kind="class">LineFormat</context> + <name>Pattern</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.Style--> + <element type="property"> + <source id="PowerPoint.LineFormat.Style"> + <context kind="class">LineFormat</context> + <name>Style</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.Transparency--> + <element type="property"> + <source id="PowerPoint.LineFormat.Transparency"> + <context kind="class">LineFormat</context> + <name>Transparency</name> + <type>Single</type> + </source> + </element> + <!--property::LineFormat.Visible--> + <element type="property"> + <source id="PowerPoint.LineFormat.Visible"> + <context kind="class">LineFormat</context> + <name>Visible</name> + <type>Integer</type> + </source> + </element> + <!--property::LineFormat.Weight--> + <element type="property"> + <source id="PowerPoint.LineFormat.Weight"> + <context kind="class">LineFormat</context> + <name>Weight</name> + <type>Single</type> + </source> + </element> + <!--Class::LinkFormat--> + <element type="class"> + <source id="PowerPoint.LinkFormat"> + <name>LinkFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::LinkFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.LinkFormat.Application"> + <context kind="class">LinkFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::LinkFormat.AutoUpdate--> + <element type="property"> + <source id="PowerPoint.LinkFormat.AutoUpdate"> + <context kind="class">LinkFormat</context> + <name>AutoUpdate</name> + <type>Integer</type> + </source> + </element> + <!--property::LinkFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.LinkFormat.Parent"> + <context kind="class">LinkFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::LinkFormat.SourceFullName--> + <element type="property"> + <source id="PowerPoint.LinkFormat.SourceFullName"> + <context kind="class">LinkFormat</context> + <name>SourceFullName</name> + <type>String</type> + </source> + </element> + <!--method::LinkFormat.Update--> + <element type="method"> + <source id="PowerPoint.LinkFormat.Update"> + <context kind="class">LinkFormat</context> + <name>Update</name> + <type>void</type> + </source> + </element> + <!--Class::Master--> + <element type="class"> + <source id="PowerPoint.Master"> + <name>Master</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Master.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.Application"> + <context kind="class">Master</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Master.Background {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.Background"> + <context kind="class">Master</context> + <name>Background</name> + <type>ShapeRange</type> + </source> + </element> + <!--property::Master.ColorScheme--> + <element type="property"> + <source id="PowerPoint.Master.ColorScheme"> + <context kind="class">Master</context> + <name>ColorScheme</name> + <type>ColorScheme</type> + </source> + </element> + <!--method::Master.Delete--> + <element type="method"> + <source id="PowerPoint.Master.Delete"> + <context kind="class">Master</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Master.Design {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.Design"> + <context kind="class">Master</context> + <name>Design</name> + <type>Design</type> + </source> + </element> + <!--property::Master.HeadersFooters {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.HeadersFooters"> + <context kind="class">Master</context> + <name>HeadersFooters</name> + <type>HeadersFooters</type> + </source> + </element> + <!--property::Master.Height {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.Height"> + <context kind="class">Master</context> + <name>Height</name> + <type>Single</type> + </source> + </element> + <!--property::Master.Hyperlinks {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.Hyperlinks"> + <context kind="class">Master</context> + <name>Hyperlinks</name> + <type>Hyperlinks</type> + </source> + </element> + <!--property::Master.Name--> + <element type="property"> + <source id="PowerPoint.Master.Name"> + <context kind="class">Master</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Master.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.Parent"> + <context kind="class">Master</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Master.Scripts {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.Scripts"> + <context kind="class">Master</context> + <name>Scripts</name> + <type>Scripts</type> + </source> + </element> + <!--property::Master.Shapes {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.Shapes"> + <context kind="class">Master</context> + <name>Shapes</name> + <type>Shapes</type> + </source> + </element> + <!--property::Master.SlideShowTransition {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.SlideShowTransition"> + <context kind="class">Master</context> + <name>SlideShowTransition</name> + <type>SlideShowTransition</type> + </source> + </element> + <!--property::Master.TextStyles {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.TextStyles"> + <context kind="class">Master</context> + <name>TextStyles</name> + <type>TextStyles</type> + </source> + </element> + <!--property::Master.TimeLine {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.TimeLine"> + <context kind="class">Master</context> + <name>TimeLine</name> + <type>TimeLine</type> + </source> + </element> + <!--property::Master.Width {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Master.Width"> + <context kind="class">Master</context> + <name>Width</name> + <type>Single</type> + </source> + </element> + <!--Class::MotionEffect--> + <element type="class"> + <source id="PowerPoint.MotionEffect"> + <name>MotionEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::MotionEffect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.MotionEffect.Application"> + <context kind="class">MotionEffect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::MotionEffect.ByX--> + <element type="property"> + <source id="PowerPoint.MotionEffect.ByX"> + <context kind="class">MotionEffect</context> + <name>ByX</name> + <type>Single</type> + </source> + </element> + <!--property::MotionEffect.ByY--> + <element type="property"> + <source id="PowerPoint.MotionEffect.ByY"> + <context kind="class">MotionEffect</context> + <name>ByY</name> + <type>Single</type> + </source> + </element> + <!--property::MotionEffect.FromX--> + <element type="property"> + <source id="PowerPoint.MotionEffect.FromX"> + <context kind="class">MotionEffect</context> + <name>FromX</name> + <type>Single</type> + </source> + </element> + <!--property::MotionEffect.FromY--> + <element type="property"> + <source id="PowerPoint.MotionEffect.FromY"> + <context kind="class">MotionEffect</context> + <name>FromY</name> + <type>Single</type> + </source> + </element> + <!--property::MotionEffect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.MotionEffect.Parent"> + <context kind="class">MotionEffect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::MotionEffect.Path--> + <element type="property"> + <source id="PowerPoint.MotionEffect.Path"> + <context kind="class">MotionEffect</context> + <name>Path</name> + <type>String</type> + </source> + </element> + <!--property::MotionEffect.ToX--> + <element type="property"> + <source id="PowerPoint.MotionEffect.ToX"> + <context kind="class">MotionEffect</context> + <name>ToX</name> + <type>Single</type> + </source> + </element> + <!--property::MotionEffect.ToY--> + <element type="property"> + <source id="PowerPoint.MotionEffect.ToY"> + <context kind="class">MotionEffect</context> + <name>ToY</name> + <type>Single</type> + </source> + </element> + <!--enum::MsoAnimAccumulate {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimAccumulate"> + <name>MsoAnimAccumulate</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimAccumulateAlways {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimAccumulate.msoAnimAccumulateAlways"> + <context kind="enumeration">MsoAnimAccumulate</context> + <name>msoAnimAccumulateAlways</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimAccumulateNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimAccumulate.msoAnimAccumulateNone"> + <context kind="enumeration">MsoAnimAccumulate</context> + <name>msoAnimAccumulateNone</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimAdditive {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimAdditive"> + <name>MsoAnimAdditive</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimAdditiveAddBase {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimAdditive.msoAnimAdditiveAddBase"> + <context kind="enumeration">MsoAnimAdditive</context> + <name>msoAnimAdditiveAddBase</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimAdditiveAddSum {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimAdditive.msoAnimAdditiveAddSum"> + <context kind="enumeration">MsoAnimAdditive</context> + <name>msoAnimAdditiveAddSum</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimAfterEffect {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimAfterEffect"> + <name>MsoAnimAfterEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimAfterEffectDim {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimAfterEffect.msoAnimAfterEffectDim"> + <context kind="enumeration">MsoAnimAfterEffect</context> + <name>msoAnimAfterEffectDim</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimAfterEffectHide {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimAfterEffect.msoAnimAfterEffectHide"> + <context kind="enumeration">MsoAnimAfterEffect</context> + <name>msoAnimAfterEffectHide</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimAfterEffectHideOnNextClick {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimAfterEffect.msoAnimAfterEffectHideOnNextClick"> + <context kind="enumeration">MsoAnimAfterEffect</context> + <name>msoAnimAfterEffectHideOnNextClick</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimAfterEffectMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimAfterEffect.msoAnimAfterEffectMixed"> + <context kind="enumeration">MsoAnimAfterEffect</context> + <name>msoAnimAfterEffectMixed</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimAfterEffectNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimAfterEffect.msoAnimAfterEffectNone"> + <context kind="enumeration">MsoAnimAfterEffect</context> + <name>msoAnimAfterEffectNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimateByLevel {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimateByLevel"> + <name>MsoAnimateByLevel</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateChartAllAtOnce {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateChartAllAtOnce"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateChartAllAtOnce</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateChartByCategory {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateChartByCategory"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateChartByCategory</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateChartByCategoryElements {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateChartByCategoryElements"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateChartByCategoryElements</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateChartBySeries {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateChartBySeries"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateChartBySeries</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateChartBySeriesElements {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateChartBySeriesElements"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateChartBySeriesElements</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramAllAtOnce {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramAllAtOnce"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramAllAtOnce</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramBreadthByLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramBreadthByLevel"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramBreadthByLevel</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramBreadthByNode {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramBreadthByNode"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramBreadthByNode</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramClockwise {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramClockwise"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramClockwise</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramClockwiseIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramClockwiseIn"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramClockwiseIn</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramClockwiseOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramClockwiseOut"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramClockwiseOut</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramCounterClockwise {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramCounterClockwise"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramCounterClockwise</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramCounterClockwiseIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramCounterClockwiseIn"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramCounterClockwiseIn</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramCounterClockwiseOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramCounterClockwiseOut"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramCounterClockwiseOut</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramDepthByBranch {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramDepthByBranch"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramDepthByBranch</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramDepthByNode {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramDepthByNode"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramDepthByNode</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramDown"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramDown</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramInByRing {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramInByRing"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramInByRing</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramOutByRing {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramOutByRing"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramOutByRing</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateDiagramUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateDiagramUp"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateDiagramUp</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateLevelMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateLevelMixed"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateLevelMixed</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateLevelNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateLevelNone"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateLevelNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateTextByAllLevels {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateTextByAllLevels"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateTextByAllLevels</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateTextByFifthLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateTextByFifthLevel"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateTextByFifthLevel</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateTextByFirstLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateTextByFirstLevel"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateTextByFirstLevel</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateTextByFourthLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateTextByFourthLevel"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateTextByFourthLevel</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateTextBySecondLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateTextBySecondLevel"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateTextBySecondLevel</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimateTextByThirdLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimateByLevel.msoAnimateTextByThirdLevel"> + <context kind="enumeration">MsoAnimateByLevel</context> + <name>msoAnimateTextByThirdLevel</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimCommandType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimCommandType"> + <name>MsoAnimCommandType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimCommandTypeCall {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimCommandType.msoAnimCommandTypeCall"> + <context kind="enumeration">MsoAnimCommandType</context> + <name>msoAnimCommandTypeCall</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimCommandTypeEvent {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimCommandType.msoAnimCommandTypeEvent"> + <context kind="enumeration">MsoAnimCommandType</context> + <name>msoAnimCommandTypeEvent</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimCommandTypeVerb {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimCommandType.msoAnimCommandTypeVerb"> + <context kind="enumeration">MsoAnimCommandType</context> + <name>msoAnimCommandTypeVerb</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimDirection {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimDirection"> + <name>MsoAnimDirection</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionAcross {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionAcross"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionAcross</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionBottom {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionBottom"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionBottom</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionBottomLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionBottomLeft"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionBottomLeft</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionBottomRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionBottomRight"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionBottomRight</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionCenter {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionCenter"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionCenter</name> + <value>28</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionClockwise {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionClockwise"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionClockwise</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionCounterclockwise {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionCounterclockwise"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionCounterclockwise</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionCycleClockwise {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionCycleClockwise"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionCycleClockwise</name> + <value>43</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionCycleCounterclockwise {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionCycleCounterclockwise"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionCycleCounterclockwise</name> + <value>44</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionDown"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionDown</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionDownLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionDownLeft"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionDownLeft</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionDownRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionDownRight"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionDownRight</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionFontAllCaps {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionFontAllCaps"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionFontAllCaps</name> + <value>40</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionFontBold {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionFontBold"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionFontBold</name> + <value>35</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionFontItalic {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionFontItalic"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionFontItalic</name> + <value>36</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionFontShadow {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionFontShadow"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionFontShadow</name> + <value>39</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionFontStrikethrough {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionFontStrikethrough"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionFontStrikethrough</name> + <value>38</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionFontUnderline {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionFontUnderline"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionFontUnderline</name> + <value>37</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionGradual {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionGradual"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionGradual</name> + <value>42</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionHorizontal {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionHorizontal"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionHorizontal</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionHorizontalIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionHorizontalIn"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionHorizontalIn</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionHorizontalOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionHorizontalOut"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionHorizontalOut</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionIn"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionIn</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionInBottom {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionInBottom"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionInBottom</name> + <value>31</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionInCenter {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionInCenter"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionInCenter</name> + <value>30</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionInSlightly {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionInSlightly"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionInSlightly</name> + <value>29</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionInstant {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionInstant"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionInstant</name> + <value>41</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionLeft"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionLeft</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionNone"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionOrdinalMask {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionOrdinalMask"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionOrdinalMask</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionOut"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionOut</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionOutBottom {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionOutBottom"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionOutBottom</name> + <value>34</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionOutCenter {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionOutCenter"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionOutCenter</name> + <value>33</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionOutSlightly {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionOutSlightly"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionOutSlightly</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionRight"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionRight</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionSlightly {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionSlightly"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionSlightly</name> + <value>27</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionTop {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionTop"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionTop</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionTopLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionTopLeft"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionTopLeft</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionTopRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionTopRight"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionTopRight</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionUp"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionUp</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionUpLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionUpLeft"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionUpLeft</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionUpRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionUpRight"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionUpRight</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionVertical {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionVertical"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionVertical</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionVerticalIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionVerticalIn"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionVerticalIn</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimDirectionVerticalOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimDirection.msoAnimDirectionVerticalOut"> + <context kind="enumeration">MsoAnimDirection</context> + <name>msoAnimDirectionVerticalOut</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimEffect {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimEffect"> + <name>MsoAnimEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectAppear {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectAppear"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectAppear</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectArcUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectArcUp"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectArcUp</name> + <value>47</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectAscend {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectAscend"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectAscend</name> + <value>39</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectBlast {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectBlast"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectBlast</name> + <value>64</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectBlinds {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectBlinds"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectBlinds</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectBoldFlash {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectBoldFlash"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectBoldFlash</name> + <value>63</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectBoldReveal {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectBoldReveal"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectBoldReveal</name> + <value>65</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectBoomerang {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectBoomerang"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectBoomerang</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectBounce {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectBounce"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectBounce</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectBox {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectBox"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectBox</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectBrushOnColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectBrushOnColor"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectBrushOnColor</name> + <value>66</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectBrushOnUnderline {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectBrushOnUnderline"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectBrushOnUnderline</name> + <value>67</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectCenterRevolve {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectCenterRevolve"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectCenterRevolve</name> + <value>40</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectChangeFillColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectChangeFillColor"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectChangeFillColor</name> + <value>54</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectChangeFont {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectChangeFont"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectChangeFont</name> + <value>55</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectChangeFontColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectChangeFontColor"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectChangeFontColor</name> + <value>56</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectChangeFontSize {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectChangeFontSize"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectChangeFontSize</name> + <value>57</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectChangeFontStyle {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectChangeFontStyle"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectChangeFontStyle</name> + <value>58</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectChangeLineColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectChangeLineColor"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectChangeLineColor</name> + <value>60</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectCheckerboard {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectCheckerboard"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectCheckerboard</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectCircle {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectCircle"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectCircle</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectColorBlend {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectColorBlend"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectColorBlend</name> + <value>68</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectColorReveal {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectColorReveal"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectColorReveal</name> + <value>27</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectColorWave {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectColorWave"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectColorWave</name> + <value>69</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectComplementaryColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectComplementaryColor"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectComplementaryColor</name> + <value>70</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectComplementaryColor2 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectComplementaryColor2"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectComplementaryColor2</name> + <value>71</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectContrastingColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectContrastingColor"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectContrastingColor</name> + <value>72</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectCrawl {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectCrawl"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectCrawl</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectCredits {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectCredits"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectCredits</name> + <value>28</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectCustom {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectCustom"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectCustom</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectDarken {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectDarken"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectDarken</name> + <value>73</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectDesaturate {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectDesaturate"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectDesaturate</name> + <value>74</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectDescend {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectDescend"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectDescend</name> + <value>42</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectDiamond {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectDiamond"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectDiamond</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectDissolve {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectDissolve"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectDissolve</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectEaseIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectEaseIn"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectEaseIn</name> + <value>29</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectExpand {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectExpand"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectExpand</name> + <value>50</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFade {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFade"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFade</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFadedSwivel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFadedSwivel"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFadedSwivel</name> + <value>41</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFadedZoom {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFadedZoom"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFadedZoom</name> + <value>48</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFlashBulb {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFlashBulb"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFlashBulb</name> + <value>75</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFlashOnce {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFlashOnce"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFlashOnce</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFlicker {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFlicker"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFlicker</name> + <value>76</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFlip {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFlip"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFlip</name> + <value>51</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFloat {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFloat"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFloat</name> + <value>30</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFly {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFly"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFly</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectFold {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectFold"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectFold</name> + <value>53</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectGlide {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectGlide"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectGlide</name> + <value>49</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectGrowAndTurn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectGrowAndTurn"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectGrowAndTurn</name> + <value>31</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectGrowShrink {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectGrowShrink"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectGrowShrink</name> + <value>59</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectGrowWithColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectGrowWithColor"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectGrowWithColor</name> + <value>77</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectLighten {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectLighten"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectLighten</name> + <value>78</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectLightSpeed {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectLightSpeed"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectLightSpeed</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectMediaPause {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectMediaPause"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectMediaPause</name> + <value>84</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectMediaPlay {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectMediaPlay"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectMediaPlay</name> + <value>83</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectMediaStop {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectMediaStop"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectMediaStop</name> + <value>85</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPath4PointStar {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPath4PointStar"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPath4PointStar</name> + <value>101</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPath5PointStar {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPath5PointStar"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPath5PointStar</name> + <value>90</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPath6PointStar {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPath6PointStar"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPath6PointStar</name> + <value>96</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPath8PointStar {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPath8PointStar"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPath8PointStar</name> + <value>102</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathArcDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathArcDown"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathArcDown</name> + <value>122</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathArcLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathArcLeft"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathArcLeft</name> + <value>136</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathArcRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathArcRight"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathArcRight</name> + <value>143</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathArcUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathArcUp"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathArcUp</name> + <value>129</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathBean {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathBean"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathBean</name> + <value>116</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathBounceLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathBounceLeft"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathBounceLeft</name> + <value>126</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathBounceRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathBounceRight"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathBounceRight</name> + <value>139</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathBuzzsaw {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathBuzzsaw"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathBuzzsaw</name> + <value>110</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathCircle {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathCircle"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathCircle</name> + <value>86</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathCrescentMoon {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathCrescentMoon"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathCrescentMoon</name> + <value>91</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathCurvedSquare {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathCurvedSquare"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathCurvedSquare</name> + <value>105</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathCurvedX {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathCurvedX"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathCurvedX</name> + <value>106</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathCurvyLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathCurvyLeft"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathCurvyLeft</name> + <value>133</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathCurvyRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathCurvyRight"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathCurvyRight</name> + <value>146</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathCurvyStar {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathCurvyStar"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathCurvyStar</name> + <value>108</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathDecayingWave {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathDecayingWave"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathDecayingWave</name> + <value>145</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathDiagonalDownRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathDiagonalDownRight"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathDiagonalDownRight</name> + <value>134</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathDiagonalUpRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathDiagonalUpRight"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathDiagonalUpRight</name> + <value>141</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathDiamond {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathDiamond"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathDiamond</name> + <value>88</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathDown"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathDown</name> + <value>127</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathEqualTriangle {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathEqualTriangle"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathEqualTriangle</name> + <value>98</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathFigure8Four {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathFigure8Four"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathFigure8Four</name> + <value>113</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathFootball {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathFootball"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathFootball</name> + <value>97</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathFunnel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathFunnel"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathFunnel</name> + <value>137</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathHeart {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathHeart"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathHeart</name> + <value>94</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathHeartbeat {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathHeartbeat"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathHeartbeat</name> + <value>130</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathHexagon {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathHexagon"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathHexagon</name> + <value>89</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathHorizontalFigure8 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathHorizontalFigure8"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathHorizontalFigure8</name> + <value>111</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathInvertedSquare {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathInvertedSquare"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathInvertedSquare</name> + <value>119</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathInvertedTriangle {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathInvertedTriangle"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathInvertedTriangle</name> + <value>118</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathLeft"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathLeft</name> + <value>120</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathLoopdeLoop {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathLoopdeLoop"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathLoopdeLoop</name> + <value>109</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathNeutron {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathNeutron"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathNeutron</name> + <value>114</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathOctagon {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathOctagon"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathOctagon</name> + <value>95</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathParallelogram {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathParallelogram"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathParallelogram</name> + <value>99</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathPeanut {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathPeanut"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathPeanut</name> + <value>112</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathPentagon {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathPentagon"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathPentagon</name> + <value>100</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathPlus {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathPlus"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathPlus</name> + <value>117</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathPointyStar {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathPointyStar"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathPointyStar</name> + <value>104</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathRight"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathRight</name> + <value>149</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathRightTriangle {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathRightTriangle"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathRightTriangle</name> + <value>87</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathSCurve1 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathSCurve1"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathSCurve1</name> + <value>144</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathSCurve2 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathSCurve2"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathSCurve2</name> + <value>124</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathSineWave {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathSineWave"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathSineWave</name> + <value>125</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathSpiralLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathSpiralLeft"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathSpiralLeft</name> + <value>140</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathSpiralRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathSpiralRight"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathSpiralRight</name> + <value>131</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathSpring {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathSpring"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathSpring</name> + <value>138</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathSquare {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathSquare"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathSquare</name> + <value>92</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathStairsDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathStairsDown"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathStairsDown</name> + <value>147</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathSwoosh {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathSwoosh"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathSwoosh</name> + <value>115</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathTeardrop {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathTeardrop"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathTeardrop</name> + <value>103</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathTrapezoid {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathTrapezoid"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathTrapezoid</name> + <value>93</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathTurnDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathTurnDown"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathTurnDown</name> + <value>135</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathTurnRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathTurnRight"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathTurnRight</name> + <value>121</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathTurnUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathTurnUp"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathTurnUp</name> + <value>128</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathTurnUpRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathTurnUpRight"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathTurnUpRight</name> + <value>142</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathUp"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathUp</name> + <value>148</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathVerticalFigure8 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathVerticalFigure8"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathVerticalFigure8</name> + <value>107</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathWave {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathWave"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathWave</name> + <value>132</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPathZigzag {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPathZigzag"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPathZigzag</name> + <value>123</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPeek {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPeek"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPeek</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPinwheel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPinwheel"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPinwheel</name> + <value>33</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectPlus {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectPlus"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectPlus</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectRandomBars {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectRandomBars"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectRandomBars</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectRandomEffects {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectRandomEffects"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectRandomEffects</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectRiseUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectRiseUp"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectRiseUp</name> + <value>34</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectShimmer {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectShimmer"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectShimmer</name> + <value>52</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectSling {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectSling"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectSling</name> + <value>43</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectSpin {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectSpin"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectSpin</name> + <value>61</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectSpinner {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectSpinner"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectSpinner</name> + <value>44</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectSpiral {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectSpiral"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectSpiral</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectSplit {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectSplit"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectSplit</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectStretch {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectStretch"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectStretch</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectStretchy {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectStretchy"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectStretchy</name> + <value>45</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectStrips {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectStrips"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectStrips</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectStyleEmphasis {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectStyleEmphasis"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectStyleEmphasis</name> + <value>79</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectSwish {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectSwish"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectSwish</name> + <value>35</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectSwivel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectSwivel"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectSwivel</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectTeeter {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectTeeter"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectTeeter</name> + <value>80</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectThinLine {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectThinLine"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectThinLine</name> + <value>36</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectTransparency {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectTransparency"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectTransparency</name> + <value>62</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectUnfold {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectUnfold"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectUnfold</name> + <value>37</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectVerticalGrow {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectVerticalGrow"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectVerticalGrow</name> + <value>81</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectWave {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectWave"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectWave</name> + <value>82</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectWedge {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectWedge"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectWedge</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectWheel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectWheel"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectWheel</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectWhip {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectWhip"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectWhip</name> + <value>38</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectWipe {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectWipe"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectWipe</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectZip {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectZip"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectZip</name> + <value>46</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectZoom {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffect.msoAnimEffectZoom"> + <context kind="enumeration">MsoAnimEffect</context> + <name>msoAnimEffectZoom</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimEffectAfter {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimEffectAfter"> + <name>MsoAnimEffectAfter</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectAfterFreeze {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffectAfter.msoAnimEffectAfterFreeze"> + <context kind="enumeration">MsoAnimEffectAfter</context> + <name>msoAnimEffectAfterFreeze</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectAfterHold {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffectAfter.msoAnimEffectAfterHold"> + <context kind="enumeration">MsoAnimEffectAfter</context> + <name>msoAnimEffectAfterHold</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectAfterRemove {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffectAfter.msoAnimEffectAfterRemove"> + <context kind="enumeration">MsoAnimEffectAfter</context> + <name>msoAnimEffectAfterRemove</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectAfterTransition {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffectAfter.msoAnimEffectAfterTransition"> + <context kind="enumeration">MsoAnimEffectAfter</context> + <name>msoAnimEffectAfterTransition</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimEffectRestart {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimEffectRestart"> + <name>MsoAnimEffectRestart</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectRestartAlways {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffectRestart.msoAnimEffectRestartAlways"> + <context kind="enumeration">MsoAnimEffectRestart</context> + <name>msoAnimEffectRestartAlways</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectRestartNever {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffectRestart.msoAnimEffectRestartNever"> + <context kind="enumeration">MsoAnimEffectRestart</context> + <name>msoAnimEffectRestartNever</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimEffectRestartWhenOff {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimEffectRestart.msoAnimEffectRestartWhenOff"> + <context kind="enumeration">MsoAnimEffectRestart</context> + <name>msoAnimEffectRestartWhenOff</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimFilterEffectSubtype {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype"> + <name>MsoAnimFilterEffectSubtype</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeAcross {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeAcross"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeAcross</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeDown"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeDown</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeDownLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeDownLeft"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeDownLeft</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeDownRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeDownRight"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeDownRight</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeFromBottom {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeFromBottom"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeFromBottom</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeFromLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeFromLeft"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeFromLeft</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeFromRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeFromRight"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeFromRight</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeFromTop {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeFromTop"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeFromTop</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeHorizontal {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeHorizontal"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeHorizontal</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeIn"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeIn</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeInHorizontal {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeInHorizontal"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeInHorizontal</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeInVertical {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeInVertical"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeInVertical</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeLeft"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeLeft</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeNone"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeOut"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeOut</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeOutHorizontal {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeOutHorizontal"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeOutHorizontal</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeOutVertical {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeOutVertical"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeOutVertical</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeRight"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeRight</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeSpokes1 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeSpokes1"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeSpokes1</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeSpokes2 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeSpokes2"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeSpokes2</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeSpokes3 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeSpokes3"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeSpokes3</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeSpokes4 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeSpokes4"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeSpokes4</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeSpokes8 {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeSpokes8"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeSpokes8</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeUp"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeUp</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeUpLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeUpLeft"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeUpLeft</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeUpRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeUpRight"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeUpRight</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectSubtypeVertical {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectSubtype.msoAnimFilterEffectSubtypeVertical"> + <context kind="enumeration">MsoAnimFilterEffectSubtype</context> + <name>msoAnimFilterEffectSubtypeVertical</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimFilterEffectType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimFilterEffectType"> + <name>MsoAnimFilterEffectType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeBarn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeBarn"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeBarn</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeBlinds {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeBlinds"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeBlinds</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeBox {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeBox"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeBox</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeCheckerboard {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeCheckerboard"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeCheckerboard</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeCircle {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeCircle"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeCircle</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeDiamond {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeDiamond"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeDiamond</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeDissolve {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeDissolve"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeDissolve</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeFade {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeFade"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeFade</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeImage {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeImage"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeImage</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeNone"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypePixelate {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypePixelate"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypePixelate</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypePlus {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypePlus"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypePlus</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeRandomBar {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeRandomBar"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeRandomBar</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeSlide {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeSlide"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeSlide</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeStretch {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeStretch"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeStretch</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeStrips {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeStrips"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeStrips</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeWedge {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeWedge"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeWedge</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeWheel {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeWheel"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeWheel</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimFilterEffectTypeWipe {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimFilterEffectType.msoAnimFilterEffectTypeWipe"> + <context kind="enumeration">MsoAnimFilterEffectType</context> + <name>msoAnimFilterEffectTypeWipe</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimProperty {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimProperty"> + <name>MsoAnimProperty</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimColor"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimColor</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimHeight {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimHeight"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimHeight</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimNone"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimOpacity {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimOpacity"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimOpacity</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimRotation {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimRotation"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimRotation</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeFillBackColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeFillBackColor"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeFillBackColor</name> + <value>1007</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeFillColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeFillColor"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeFillColor</name> + <value>1005</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeFillOn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeFillOn"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeFillOn</name> + <value>1004</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeFillOpacity {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeFillOpacity"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeFillOpacity</name> + <value>1006</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeLineColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeLineColor"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeLineColor</name> + <value>1009</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeLineOn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeLineOn"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeLineOn</name> + <value>1008</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapePictureBrightness {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapePictureBrightness"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapePictureBrightness</name> + <value>1001</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapePictureContrast {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapePictureContrast"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapePictureContrast</name> + <value>1000</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapePictureGamma {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapePictureGamma"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapePictureGamma</name> + <value>1002</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapePictureGrayscale {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapePictureGrayscale"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapePictureGrayscale</name> + <value>1003</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeShadowColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeShadowColor"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeShadowColor</name> + <value>1012</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeShadowOffsetX {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeShadowOffsetX"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeShadowOffsetX</name> + <value>1014</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeShadowOffsetY {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeShadowOffsetY"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeShadowOffsetY</name> + <value>1015</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeShadowOn {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeShadowOn"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeShadowOn</name> + <value>1010</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeShadowOpacity {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeShadowOpacity"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeShadowOpacity</name> + <value>1013</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimShapeShadowType {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimShapeShadowType"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimShapeShadowType</name> + <value>1011</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextBulletCharacter {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextBulletCharacter"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextBulletCharacter</name> + <value>111</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextBulletColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextBulletColor"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextBulletColor</name> + <value>114</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextBulletFontName {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextBulletFontName"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextBulletFontName</name> + <value>112</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextBulletNumber {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextBulletNumber"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextBulletNumber</name> + <value>113</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextBulletRelativeSize {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextBulletRelativeSize"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextBulletRelativeSize</name> + <value>115</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextBulletStyle {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextBulletStyle"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextBulletStyle</name> + <value>116</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextBulletType {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextBulletType"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextBulletType</name> + <value>117</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontBold {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontBold"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontBold</name> + <value>100</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontColor"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontColor</name> + <value>101</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontEmboss {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontEmboss"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontEmboss</name> + <value>102</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontItalic {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontItalic"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontItalic</name> + <value>103</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontName {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontName"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontName</name> + <value>104</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontShadow {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontShadow"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontShadow</name> + <value>105</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontSize {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontSize"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontSize</name> + <value>106</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontStrikeThrough {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontStrikeThrough"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontStrikeThrough</name> + <value>110</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontSubscript {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontSubscript"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontSubscript</name> + <value>107</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontSuperscript {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontSuperscript"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontSuperscript</name> + <value>108</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextFontUnderline {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimTextFontUnderline"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimTextFontUnderline</name> + <value>109</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimVisibility {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimVisibility"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimVisibility</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimWidth {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimWidth"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimWidth</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimX {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimX"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimX</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimY {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimProperty.msoAnimY"> + <context kind="enumeration">MsoAnimProperty</context> + <name>msoAnimY</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimTextUnitEffect {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimTextUnitEffect"> + <name>MsoAnimTextUnitEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextUnitEffectByCharacter {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTextUnitEffect.msoAnimTextUnitEffectByCharacter"> + <context kind="enumeration">MsoAnimTextUnitEffect</context> + <name>msoAnimTextUnitEffectByCharacter</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextUnitEffectByParagraph {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTextUnitEffect.msoAnimTextUnitEffectByParagraph"> + <context kind="enumeration">MsoAnimTextUnitEffect</context> + <name>msoAnimTextUnitEffectByParagraph</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextUnitEffectByWord {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTextUnitEffect.msoAnimTextUnitEffectByWord"> + <context kind="enumeration">MsoAnimTextUnitEffect</context> + <name>msoAnimTextUnitEffectByWord</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTextUnitEffectMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTextUnitEffect.msoAnimTextUnitEffectMixed"> + <context kind="enumeration">MsoAnimTextUnitEffect</context> + <name>msoAnimTextUnitEffectMixed</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimTriggerType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimTriggerType"> + <name>MsoAnimTriggerType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTriggerAfterPrevious {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTriggerType.msoAnimTriggerAfterPrevious"> + <context kind="enumeration">MsoAnimTriggerType</context> + <name>msoAnimTriggerAfterPrevious</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTriggerMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTriggerType.msoAnimTriggerMixed"> + <context kind="enumeration">MsoAnimTriggerType</context> + <name>msoAnimTriggerMixed</name> + <value>-1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTriggerNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTriggerType.msoAnimTriggerNone"> + <context kind="enumeration">MsoAnimTriggerType</context> + <name>msoAnimTriggerNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTriggerOnPageClick {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTriggerType.msoAnimTriggerOnPageClick"> + <context kind="enumeration">MsoAnimTriggerType</context> + <name>msoAnimTriggerOnPageClick</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTriggerOnShapeClick {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTriggerType.msoAnimTriggerOnShapeClick"> + <context kind="enumeration">MsoAnimTriggerType</context> + <name>msoAnimTriggerOnShapeClick</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTriggerWithPrevious {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimTriggerType.msoAnimTriggerWithPrevious"> + <context kind="enumeration">MsoAnimTriggerType</context> + <name>msoAnimTriggerWithPrevious</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::MsoAnimType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.MsoAnimType"> + <name>MsoAnimType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeColor"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeColor</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeCommand {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeCommand"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeCommand</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeFilter {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeFilter"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeFilter</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeMixed"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeMotion {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeMotion"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeMotion</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeNone"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeProperty {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeProperty"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeProperty</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeRotation {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeRotation"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeRotation</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeScale {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeScale"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeScale</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::msoAnimTypeSet {Constant}--> + <element type="constant"> + <source id="PowerPoint.MsoAnimType.msoAnimTypeSet"> + <context kind="enumeration">MsoAnimType</context> + <name>msoAnimTypeSet</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--Class::NamedSlideShow--> + <element type="class"> + <source id="PowerPoint.NamedSlideShow"> + <name>NamedSlideShow</name> + </source> + <destination designation="identity" /> + </element> + <!--property::NamedSlideShow.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.NamedSlideShow.Application"> + <context kind="class">NamedSlideShow</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::NamedSlideShow.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.NamedSlideShow.Count"> + <context kind="class">NamedSlideShow</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::NamedSlideShow.Delete--> + <element type="method"> + <source id="PowerPoint.NamedSlideShow.Delete"> + <context kind="class">NamedSlideShow</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::NamedSlideShow.Name {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.NamedSlideShow.Name"> + <context kind="class">NamedSlideShow</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::NamedSlideShow.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.NamedSlideShow.Parent"> + <context kind="class">NamedSlideShow</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::NamedSlideShow.SlideIDs {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.NamedSlideShow.SlideIDs"> + <context kind="class">NamedSlideShow</context> + <name>SlideIDs</name> + <type>Variant</type> + </source> + </element> + <!--Class::NamedSlideShows--> + <element type="class"> + <source id="PowerPoint.NamedSlideShows"> + <name>NamedSlideShows</name> + </source> + <destination designation="identity" /> + </element> + <!--method::NamedSlideShows.Add--> + <element type="method"> + <source id="PowerPoint.NamedSlideShows.Add"> + <context kind="class">NamedSlideShows</context> + <name>Add</name> + <type>NamedSlideShow</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Name</name> + </parameter> + <parameter> + <type>Variant</type> + <name>safeArrayOfSlideIDs</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::NamedSlideShows.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.NamedSlideShows.Application"> + <context kind="class">NamedSlideShows</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::NamedSlideShows.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.NamedSlideShows.Count"> + <context kind="class">NamedSlideShows</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::NamedSlideShows.Item {Default}--> + <element type="method"> + <source id="PowerPoint.NamedSlideShows.Item"> + <context kind="class">NamedSlideShows</context> + <name default="true">Item</name> + <type>NamedSlideShow</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::NamedSlideShows.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.NamedSlideShows.Parent"> + <context kind="class">NamedSlideShows</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::ObjectVerbs--> + <element type="class"> + <source id="PowerPoint.ObjectVerbs"> + <name>ObjectVerbs</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ObjectVerbs.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ObjectVerbs.Application"> + <context kind="class">ObjectVerbs</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ObjectVerbs.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ObjectVerbs.Count"> + <context kind="class">ObjectVerbs</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::ObjectVerbs.Item {Default}--> + <element type="method"> + <source id="PowerPoint.ObjectVerbs.Item"> + <context kind="class">ObjectVerbs</context> + <name default="true">Item</name> + <type>String</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ObjectVerbs.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ObjectVerbs.Parent"> + <context kind="class">ObjectVerbs</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::OLEControl--> + <element type="class"> + <source id="PowerPoint.OLEControl"> + <name>OLEControl</name> + </source> + <destination designation="identity" /> + </element> + <!--property::OLEControl.AltHTML--> + <element type="property"> + <source id="PowerPoint.OLEControl.AltHTML"> + <context kind="class">OLEControl</context> + <name>AltHTML</name> + <type>String</type> + </source> + </element> + <!--property::OLEControl.Height--> + <element type="property"> + <source id="PowerPoint.OLEControl.Height"> + <context kind="class">OLEControl</context> + <name>Height</name> + <type>Single</type> + </source> + </element> + <!--property::OLEControl.Left--> + <element type="property"> + <source id="PowerPoint.OLEControl.Left"> + <context kind="class">OLEControl</context> + <name>Left</name> + <type>Single</type> + </source> + </element> + <!--property::OLEControl.Name--> + <element type="property"> + <source id="PowerPoint.OLEControl.Name"> + <context kind="class">OLEControl</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::OLEControl.Top--> + <element type="property"> + <source id="PowerPoint.OLEControl.Top"> + <context kind="class">OLEControl</context> + <name>Top</name> + <type>Single</type> + </source> + </element> + <!--property::OLEControl.Visible--> + <element type="property"> + <source id="PowerPoint.OLEControl.Visible"> + <context kind="class">OLEControl</context> + <name>Visible</name> + <type>boolean</type> + </source> + </element> + <!--property::OLEControl.Width--> + <element type="property"> + <source id="PowerPoint.OLEControl.Width"> + <context kind="class">OLEControl</context> + <name>Width</name> + <type>Single</type> + </source> + </element> + <!--property::OLEControl.ZOrderPosition {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.OLEControl.ZOrderPosition"> + <context kind="class">OLEControl</context> + <name>ZOrderPosition</name> + <type>Integer</type> + </source> + </element> + <!--Class::OLEFormat--> + <element type="class"> + <source id="PowerPoint.OLEFormat"> + <name>OLEFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--method::OLEFormat.Activate--> + <element type="method"> + <source id="PowerPoint.OLEFormat.Activate"> + <context kind="class">OLEFormat</context> + <name>Activate</name> + <type>void</type> + </source> + </element> + <!--property::OLEFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.OLEFormat.Application"> + <context kind="class">OLEFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::OLEFormat.DoVerb--> + <element type="method"> + <source id="PowerPoint.OLEFormat.DoVerb"> + <context kind="class">OLEFormat</context> + <name>DoVerb</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::OLEFormat.FollowColors--> + <element type="property"> + <source id="PowerPoint.OLEFormat.FollowColors"> + <context kind="class">OLEFormat</context> + <name>FollowColors</name> + <type>Integer</type> + </source> + </element> + <!--property::OLEFormat.Object {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.OLEFormat.Object"> + <context kind="class">OLEFormat</context> + <name>Object</name> + <type>Object</type> + </source> + </element> + <!--property::OLEFormat.ObjectVerbs {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.OLEFormat.ObjectVerbs"> + <context kind="class">OLEFormat</context> + <name>ObjectVerbs</name> + <type>ObjectVerbs</type> + </source> + </element> + <!--property::OLEFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.OLEFormat.Parent"> + <context kind="class">OLEFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::OLEFormat.ProgID {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.OLEFormat.ProgID"> + <context kind="class">OLEFormat</context> + <name>ProgID</name> + <type>String</type> + </source> + </element> + <!--Class::Options--> + <element type="class"> + <source id="PowerPoint.Options"> + <name>Options</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Options.DisplayPasteOptions--> + <element type="property"> + <source id="PowerPoint.Options.DisplayPasteOptions"> + <context kind="class">Options</context> + <name>DisplayPasteOptions</name> + <type>Integer</type> + </source> + </element> + <!--Class::PageSetup--> + <element type="class"> + <source id="PowerPoint.PageSetup"> + <name>PageSetup</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PageSetup.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PageSetup.Application"> + <context kind="class">PageSetup</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PageSetup.FirstSlideNumber--> + <element type="property"> + <source id="PowerPoint.PageSetup.FirstSlideNumber"> + <context kind="class">PageSetup</context> + <name>FirstSlideNumber</name> + <type>Integer</type> + </source> + </element> + <!--property::PageSetup.NotesOrientation--> + <element type="property"> + <source id="PowerPoint.PageSetup.NotesOrientation"> + <context kind="class">PageSetup</context> + <name>NotesOrientation</name> + <type>Integer</type> + </source> + </element> + <!--property::PageSetup.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PageSetup.Parent"> + <context kind="class">PageSetup</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::PageSetup.SlideHeight--> + <element type="property"> + <source id="PowerPoint.PageSetup.SlideHeight"> + <context kind="class">PageSetup</context> + <name>SlideHeight</name> + <type>Single</type> + </source> + </element> + <!--property::PageSetup.SlideOrientation--> + <element type="property"> + <source id="PowerPoint.PageSetup.SlideOrientation"> + <context kind="class">PageSetup</context> + <name>SlideOrientation</name> + <type>Integer</type> + </source> + </element> + <!--property::PageSetup.SlideSize--> + <element type="property"> + <source id="PowerPoint.PageSetup.SlideSize"> + <context kind="class">PageSetup</context> + <name>SlideSize</name> + <type>Integer</type> + </source> + </element> + <!--property::PageSetup.SlideWidth--> + <element type="property"> + <source id="PowerPoint.PageSetup.SlideWidth"> + <context kind="class">PageSetup</context> + <name>SlideWidth</name> + <type>Single</type> + </source> + </element> + <!--Class::Pane--> + <element type="class"> + <source id="PowerPoint.Pane"> + <name>Pane</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Pane.Activate--> + <element type="method"> + <source id="PowerPoint.Pane.Activate"> + <context kind="class">Pane</context> + <name>Activate</name> + <type>void</type> + </source> + </element> + <!--property::Pane.Active {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Pane.Active"> + <context kind="class">Pane</context> + <name>Active</name> + <type>Integer</type> + </source> + </element> + <!--property::Pane.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Pane.Application"> + <context kind="class">Pane</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Pane.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Pane.Parent"> + <context kind="class">Pane</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Pane.ViewType {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Pane.ViewType"> + <context kind="class">Pane</context> + <name>ViewType</name> + <type>Integer</type> + </source> + </element> + <!--Class::Panes--> + <element type="class"> + <source id="PowerPoint.Panes"> + <name>Panes</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Panes.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Panes.Application"> + <context kind="class">Panes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Panes.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Panes.Count"> + <context kind="class">Panes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Panes.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Panes.Item"> + <context kind="class">Panes</context> + <name default="true">Item</name> + <type>Pane</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Panes.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Panes.Parent"> + <context kind="class">Panes</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::ParagraphFormat--> + <element type="class"> + <source id="PowerPoint.ParagraphFormat"> + <name>ParagraphFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ParagraphFormat.Alignment--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.Alignment"> + <context kind="class">ParagraphFormat</context> + <name>Alignment</name> + <type>Integer</type> + </source> + </element> + <!--property::ParagraphFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.Application"> + <context kind="class">ParagraphFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ParagraphFormat.BaseLineAlignment--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.BaseLineAlignment"> + <context kind="class">ParagraphFormat</context> + <name>BaseLineAlignment</name> + <type>Integer</type> + </source> + </element> + <!--property::ParagraphFormat.Bullet {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.Bullet"> + <context kind="class">ParagraphFormat</context> + <name>Bullet</name> + <type>BulletFormat</type> + </source> + </element> + <!--property::ParagraphFormat.FarEastLineBreakControl--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.FarEastLineBreakControl"> + <context kind="class">ParagraphFormat</context> + <name>FarEastLineBreakControl</name> + <type>Integer</type> + </source> + </element> + <!--property::ParagraphFormat.HangingPunctuation--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.HangingPunctuation"> + <context kind="class">ParagraphFormat</context> + <name>HangingPunctuation</name> + <type>Integer</type> + </source> + </element> + <!--property::ParagraphFormat.LineRuleAfter--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.LineRuleAfter"> + <context kind="class">ParagraphFormat</context> + <name>LineRuleAfter</name> + <type>Integer</type> + </source> + </element> + <!--property::ParagraphFormat.LineRuleBefore--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.LineRuleBefore"> + <context kind="class">ParagraphFormat</context> + <name>LineRuleBefore</name> + <type>Integer</type> + </source> + </element> + <!--property::ParagraphFormat.LineRuleWithin--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.LineRuleWithin"> + <context kind="class">ParagraphFormat</context> + <name>LineRuleWithin</name> + <type>Integer</type> + </source> + </element> + <!--property::ParagraphFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.Parent"> + <context kind="class">ParagraphFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ParagraphFormat.SpaceAfter--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.SpaceAfter"> + <context kind="class">ParagraphFormat</context> + <name>SpaceAfter</name> + <type>Single</type> + </source> + </element> + <!--property::ParagraphFormat.SpaceBefore--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.SpaceBefore"> + <context kind="class">ParagraphFormat</context> + <name>SpaceBefore</name> + <type>Single</type> + </source> + </element> + <!--property::ParagraphFormat.SpaceWithin--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.SpaceWithin"> + <context kind="class">ParagraphFormat</context> + <name>SpaceWithin</name> + <type>Single</type> + </source> + </element> + <!--property::ParagraphFormat.TextDirection--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.TextDirection"> + <context kind="class">ParagraphFormat</context> + <name>TextDirection</name> + <type>Integer</type> + </source> + </element> + <!--property::ParagraphFormat.WordWrap--> + <element type="property"> + <source id="PowerPoint.ParagraphFormat.WordWrap"> + <context kind="class">ParagraphFormat</context> + <name>WordWrap</name> + <type>Integer</type> + </source> + </element> + <!--Class::PictureFormat--> + <element type="class"> + <source id="PowerPoint.PictureFormat"> + <name>PictureFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PictureFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PictureFormat.Application"> + <context kind="class">PictureFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PictureFormat.Brightness--> + <element type="property"> + <source id="PowerPoint.PictureFormat.Brightness"> + <context kind="class">PictureFormat</context> + <name>Brightness</name> + <type>Single</type> + </source> + </element> + <!--property::PictureFormat.ColorType--> + <element type="property"> + <source id="PowerPoint.PictureFormat.ColorType"> + <context kind="class">PictureFormat</context> + <name>ColorType</name> + <type>Integer</type> + </source> + </element> + <!--property::PictureFormat.Contrast--> + <element type="property"> + <source id="PowerPoint.PictureFormat.Contrast"> + <context kind="class">PictureFormat</context> + <name>Contrast</name> + <type>Single</type> + </source> + </element> + <!--property::PictureFormat.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PictureFormat.Creator"> + <context kind="class">PictureFormat</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::PictureFormat.CropBottom--> + <element type="property"> + <source id="PowerPoint.PictureFormat.CropBottom"> + <context kind="class">PictureFormat</context> + <name>CropBottom</name> + <type>Single</type> + </source> + </element> + <!--property::PictureFormat.CropLeft--> + <element type="property"> + <source id="PowerPoint.PictureFormat.CropLeft"> + <context kind="class">PictureFormat</context> + <name>CropLeft</name> + <type>Single</type> + </source> + </element> + <!--property::PictureFormat.CropRight--> + <element type="property"> + <source id="PowerPoint.PictureFormat.CropRight"> + <context kind="class">PictureFormat</context> + <name>CropRight</name> + <type>Single</type> + </source> + </element> + <!--property::PictureFormat.CropTop--> + <element type="property"> + <source id="PowerPoint.PictureFormat.CropTop"> + <context kind="class">PictureFormat</context> + <name>CropTop</name> + <type>Single</type> + </source> + </element> + <!--method::PictureFormat.IncrementBrightness--> + <element type="method"> + <source id="PowerPoint.PictureFormat.IncrementBrightness"> + <context kind="class">PictureFormat</context> + <name>IncrementBrightness</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::PictureFormat.IncrementContrast--> + <element type="method"> + <source id="PowerPoint.PictureFormat.IncrementContrast"> + <context kind="class">PictureFormat</context> + <name>IncrementContrast</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::PictureFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PictureFormat.Parent"> + <context kind="class">PictureFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::PictureFormat.TransparencyColor--> + <element type="property"> + <source id="PowerPoint.PictureFormat.TransparencyColor"> + <context kind="class">PictureFormat</context> + <name>TransparencyColor</name> + <type>Integer</type> + </source> + </element> + <!--property::PictureFormat.TransparentBackground--> + <element type="property"> + <source id="PowerPoint.PictureFormat.TransparentBackground"> + <context kind="class">PictureFormat</context> + <name>TransparentBackground</name> + <type>Integer</type> + </source> + </element> + <!--Class::PlaceholderFormat--> + <element type="class"> + <source id="PowerPoint.PlaceholderFormat"> + <name>PlaceholderFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PlaceholderFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PlaceholderFormat.Application"> + <context kind="class">PlaceholderFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PlaceholderFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PlaceholderFormat.Parent"> + <context kind="class">PlaceholderFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::PlaceholderFormat.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PlaceholderFormat.Type"> + <context kind="class">PlaceholderFormat</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::Placeholders--> + <element type="class"> + <source id="PowerPoint.Placeholders"> + <name>Placeholders</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Placeholders.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Placeholders.Application"> + <context kind="class">Placeholders</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Placeholders.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Placeholders.Count"> + <context kind="class">Placeholders</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Placeholders.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Placeholders.Item"> + <context kind="class">Placeholders</context> + <name default="true">Item</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Placeholders.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Placeholders.Parent"> + <context kind="class">Placeholders</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::PlaySettings--> + <element type="class"> + <source id="PowerPoint.PlaySettings"> + <name>PlaySettings</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PlaySettings.ActionVerb--> + <element type="property"> + <source id="PowerPoint.PlaySettings.ActionVerb"> + <context kind="class">PlaySettings</context> + <name>ActionVerb</name> + <type>String</type> + </source> + </element> + <!--property::PlaySettings.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PlaySettings.Application"> + <context kind="class">PlaySettings</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PlaySettings.HideWhileNotPlaying--> + <element type="property"> + <source id="PowerPoint.PlaySettings.HideWhileNotPlaying"> + <context kind="class">PlaySettings</context> + <name>HideWhileNotPlaying</name> + <type>Integer</type> + </source> + </element> + <!--property::PlaySettings.LoopUntilStopped--> + <element type="property"> + <source id="PowerPoint.PlaySettings.LoopUntilStopped"> + <context kind="class">PlaySettings</context> + <name>LoopUntilStopped</name> + <type>Integer</type> + </source> + </element> + <!--property::PlaySettings.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PlaySettings.Parent"> + <context kind="class">PlaySettings</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::PlaySettings.PauseAnimation--> + <element type="property"> + <source id="PowerPoint.PlaySettings.PauseAnimation"> + <context kind="class">PlaySettings</context> + <name>PauseAnimation</name> + <type>Integer</type> + </source> + </element> + <!--property::PlaySettings.PlayOnEntry--> + <element type="property"> + <source id="PowerPoint.PlaySettings.PlayOnEntry"> + <context kind="class">PlaySettings</context> + <name>PlayOnEntry</name> + <type>Integer</type> + </source> + </element> + <!--property::PlaySettings.RewindMovie--> + <element type="property"> + <source id="PowerPoint.PlaySettings.RewindMovie"> + <context kind="class">PlaySettings</context> + <name>RewindMovie</name> + <type>Integer</type> + </source> + </element> + <!--property::PlaySettings.StopAfterSlides--> + <element type="property"> + <source id="PowerPoint.PlaySettings.StopAfterSlides"> + <context kind="class">PlaySettings</context> + <name>StopAfterSlides</name> + <type>Integer</type> + </source> + </element> + <!--Class::PowerRex--> + <element type="class"> + <source id="PowerPoint.PowerRex"> + <name>PowerRex</name> + </source> + <destination designation="identity" /> + </element> + <!--method::PowerRex.OnAsfEncoderEvent--> + <element type="method"> + <source id="PowerPoint.PowerRex.OnAsfEncoderEvent"> + <context kind="class">PowerRex</context> + <name>OnAsfEncoderEvent</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>erorCode</name> + </parameter> + <parameter> + <type>Variant</type> + <name>bstrErrorDesc</name> + </parameter> + </parameter-list> + </source> + </element> + <!--enum::PpActionType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpActionType"> + <name>PpActionType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionEndShow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionEndShow"> + <context kind="enumeration">PpActionType</context> + <name>ppActionEndShow</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionFirstSlide {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionFirstSlide"> + <context kind="enumeration">PpActionType</context> + <name>ppActionFirstSlide</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionHyperlink {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionHyperlink"> + <context kind="enumeration">PpActionType</context> + <name>ppActionHyperlink</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionLastSlide {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionLastSlide"> + <context kind="enumeration">PpActionType</context> + <name>ppActionLastSlide</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionLastSlideViewed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionLastSlideViewed"> + <context kind="enumeration">PpActionType</context> + <name>ppActionLastSlideViewed</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionMixed"> + <context kind="enumeration">PpActionType</context> + <name>ppActionMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionNamedSlideShow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionNamedSlideShow"> + <context kind="enumeration">PpActionType</context> + <name>ppActionNamedSlideShow</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionNextSlide {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionNextSlide"> + <context kind="enumeration">PpActionType</context> + <name>ppActionNextSlide</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionNone"> + <context kind="enumeration">PpActionType</context> + <name>ppActionNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionOLEVerb {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionOLEVerb"> + <context kind="enumeration">PpActionType</context> + <name>ppActionOLEVerb</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionPlay {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionPlay"> + <context kind="enumeration">PpActionType</context> + <name>ppActionPlay</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionPreviousSlide {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionPreviousSlide"> + <context kind="enumeration">PpActionType</context> + <name>ppActionPreviousSlide</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionRunMacro {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionRunMacro"> + <context kind="enumeration">PpActionType</context> + <name>ppActionRunMacro</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppActionRunProgram {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpActionType.ppActionRunProgram"> + <context kind="enumeration">PpActionType</context> + <name>ppActionRunProgram</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpAdvanceMode {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpAdvanceMode"> + <name>PpAdvanceMode</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAdvanceModeMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAdvanceMode.ppAdvanceModeMixed"> + <context kind="enumeration">PpAdvanceMode</context> + <name>ppAdvanceModeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAdvanceOnClick {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAdvanceMode.ppAdvanceOnClick"> + <context kind="enumeration">PpAdvanceMode</context> + <name>ppAdvanceOnClick</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAdvanceOnTime {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAdvanceMode.ppAdvanceOnTime"> + <context kind="enumeration">PpAdvanceMode</context> + <name>ppAdvanceOnTime</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpAfterEffect {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpAfterEffect"> + <name>PpAfterEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAfterEffectDim {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAfterEffect.ppAfterEffectDim"> + <context kind="enumeration">PpAfterEffect</context> + <name>ppAfterEffectDim</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAfterEffectHide {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAfterEffect.ppAfterEffectHide"> + <context kind="enumeration">PpAfterEffect</context> + <name>ppAfterEffectHide</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAfterEffectHideOnClick {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAfterEffect.ppAfterEffectHideOnClick"> + <context kind="enumeration">PpAfterEffect</context> + <name>ppAfterEffectHideOnClick</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAfterEffectMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAfterEffect.ppAfterEffectMixed"> + <context kind="enumeration">PpAfterEffect</context> + <name>ppAfterEffectMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAfterEffectNothing {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAfterEffect.ppAfterEffectNothing"> + <context kind="enumeration">PpAfterEffect</context> + <name>ppAfterEffectNothing</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpAlertLevel {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpAlertLevel"> + <name>PpAlertLevel</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlertsAll {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAlertLevel.ppAlertsAll"> + <context kind="enumeration">PpAlertLevel</context> + <name>ppAlertsAll</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlertsNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAlertLevel.ppAlertsNone"> + <context kind="enumeration">PpAlertLevel</context> + <name>ppAlertsNone</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpArrangeStyle {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpArrangeStyle"> + <name>PpArrangeStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppArrangeCascade {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpArrangeStyle.ppArrangeCascade"> + <context kind="enumeration">PpArrangeStyle</context> + <name>ppArrangeCascade</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppArrangeTiled {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpArrangeStyle.ppArrangeTiled"> + <context kind="enumeration">PpArrangeStyle</context> + <name>ppArrangeTiled</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpAutoSize {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpAutoSize"> + <name>PpAutoSize</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAutoSizeMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAutoSize.ppAutoSizeMixed"> + <context kind="enumeration">PpAutoSize</context> + <name>ppAutoSizeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAutoSizeNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAutoSize.ppAutoSizeNone"> + <context kind="enumeration">PpAutoSize</context> + <name>ppAutoSizeNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAutoSizeShapeToFitText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpAutoSize.ppAutoSizeShapeToFitText"> + <context kind="enumeration">PpAutoSize</context> + <name>ppAutoSizeShapeToFitText</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpBaselineAlignment {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpBaselineAlignment"> + <name>PpBaselineAlignment</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBaselineAlignBaseline {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBaselineAlignment.ppBaselineAlignBaseline"> + <context kind="enumeration">PpBaselineAlignment</context> + <name>ppBaselineAlignBaseline</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBaselineAlignCenter {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBaselineAlignment.ppBaselineAlignCenter"> + <context kind="enumeration">PpBaselineAlignment</context> + <name>ppBaselineAlignCenter</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBaselineAlignFarEast50 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBaselineAlignment.ppBaselineAlignFarEast50"> + <context kind="enumeration">PpBaselineAlignment</context> + <name>ppBaselineAlignFarEast50</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBaselineAlignMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBaselineAlignment.ppBaselineAlignMixed"> + <context kind="enumeration">PpBaselineAlignment</context> + <name>ppBaselineAlignMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBaselineAlignTop {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBaselineAlignment.ppBaselineAlignTop"> + <context kind="enumeration">PpBaselineAlignment</context> + <name>ppBaselineAlignTop</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpBorderType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpBorderType"> + <name>PpBorderType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBorderBottom {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBorderType.ppBorderBottom"> + <context kind="enumeration">PpBorderType</context> + <name>ppBorderBottom</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBorderDiagonalDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBorderType.ppBorderDiagonalDown"> + <context kind="enumeration">PpBorderType</context> + <name>ppBorderDiagonalDown</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBorderDiagonalUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBorderType.ppBorderDiagonalUp"> + <context kind="enumeration">PpBorderType</context> + <name>ppBorderDiagonalUp</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBorderLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBorderType.ppBorderLeft"> + <context kind="enumeration">PpBorderType</context> + <name>ppBorderLeft</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBorderRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBorderType.ppBorderRight"> + <context kind="enumeration">PpBorderType</context> + <name>ppBorderRight</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBorderTop {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBorderType.ppBorderTop"> + <context kind="enumeration">PpBorderType</context> + <name>ppBorderTop</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpBulletType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpBulletType"> + <name>PpBulletType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBulletType.ppBulletMixed"> + <context kind="enumeration">PpBulletType</context> + <name>ppBulletMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBulletType.ppBulletNone"> + <context kind="enumeration">PpBulletType</context> + <name>ppBulletNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletNumbered {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBulletType.ppBulletNumbered"> + <context kind="enumeration">PpBulletType</context> + <name>ppBulletNumbered</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletPicture {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBulletType.ppBulletPicture"> + <context kind="enumeration">PpBulletType</context> + <name>ppBulletPicture</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletUnnumbered {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpBulletType.ppBulletUnnumbered"> + <context kind="enumeration">PpBulletType</context> + <name>ppBulletUnnumbered</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpChangeCase {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpChangeCase"> + <name>PpChangeCase</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppCaseLower {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChangeCase.ppCaseLower"> + <context kind="enumeration">PpChangeCase</context> + <name>ppCaseLower</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppCaseSentence {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChangeCase.ppCaseSentence"> + <context kind="enumeration">PpChangeCase</context> + <name>ppCaseSentence</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppCaseTitle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChangeCase.ppCaseTitle"> + <context kind="enumeration">PpChangeCase</context> + <name>ppCaseTitle</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppCaseToggle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChangeCase.ppCaseToggle"> + <context kind="enumeration">PpChangeCase</context> + <name>ppCaseToggle</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppCaseUpper {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChangeCase.ppCaseUpper"> + <context kind="enumeration">PpChangeCase</context> + <name>ppCaseUpper</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpChartUnitEffect {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpChartUnitEffect"> + <name>PpChartUnitEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByCategory {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChartUnitEffect.ppAnimateByCategory"> + <context kind="enumeration">PpChartUnitEffect</context> + <name>ppAnimateByCategory</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByCategoryElements {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChartUnitEffect.ppAnimateByCategoryElements"> + <context kind="enumeration">PpChartUnitEffect</context> + <name>ppAnimateByCategoryElements</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateBySeries {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChartUnitEffect.ppAnimateBySeries"> + <context kind="enumeration">PpChartUnitEffect</context> + <name>ppAnimateBySeries</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateBySeriesElements {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChartUnitEffect.ppAnimateBySeriesElements"> + <context kind="enumeration">PpChartUnitEffect</context> + <name>ppAnimateBySeriesElements</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateChartAllAtOnce {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChartUnitEffect.ppAnimateChartAllAtOnce"> + <context kind="enumeration">PpChartUnitEffect</context> + <name>ppAnimateChartAllAtOnce</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateChartMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpChartUnitEffect.ppAnimateChartMixed"> + <context kind="enumeration">PpChartUnitEffect</context> + <name>ppAnimateChartMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpColorSchemeIndex {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpColorSchemeIndex"> + <name>PpColorSchemeIndex</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAccent1 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppAccent1"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppAccent1</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAccent2 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppAccent2"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppAccent2</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAccent3 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppAccent3"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppAccent3</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBackground {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppBackground"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppBackground</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFill {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppFill"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppFill</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppForeground {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppForeground"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppForeground</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppNotSchemeColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppNotSchemeColor"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppNotSchemeColor</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSchemeColorMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppSchemeColorMixed"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppSchemeColorMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShadow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppShadow"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppShadow</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTitle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpColorSchemeIndex.ppTitle"> + <context kind="enumeration">PpColorSchemeIndex</context> + <name>ppTitle</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpDateTimeFormat {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpDateTimeFormat"> + <name>PpDateTimeFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeddddMMMMddyyyy {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeddddMMMMddyyyy"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeddddMMMMddyyyy</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimedMMMMyyyy {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimedMMMMyyyy"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimedMMMMyyyy</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimedMMMyy {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimedMMMyy"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimedMMMyy</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeFigureOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeFigureOut"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeFigureOut</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeFormatMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeFormatMixed"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeFormatMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeHmm {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeHmm"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeHmm</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimehmmAMPM {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimehmmAMPM"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimehmmAMPM</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeHmmss {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeHmmss"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeHmmss</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimehmmssAMPM {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimehmmssAMPM"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimehmmssAMPM</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeMdyy {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeMdyy"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeMdyy</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeMMddyyHmm {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeMMddyyHmm"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeMMddyyHmm</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeMMddyyhmmAMPM {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeMMddyyhmmAMPM"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeMMddyyhmmAMPM</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeMMMMdyyyy {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeMMMMdyyyy"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeMMMMdyyyy</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeMMMMyy {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeMMMMyy"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeMMMMyy</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDateTimeMMyy {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDateTimeFormat.ppDateTimeMMyy"> + <context kind="enumeration">PpDateTimeFormat</context> + <name>ppDateTimeMMyy</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpDirection {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpDirection"> + <name>PpDirection</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDirectionLeftToRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDirection.ppDirectionLeftToRight"> + <context kind="enumeration">PpDirection</context> + <name>ppDirectionLeftToRight</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDirectionMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDirection.ppDirectionMixed"> + <context kind="enumeration">PpDirection</context> + <name>ppDirectionMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDirectionRightToLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpDirection.ppDirectionRightToLeft"> + <context kind="enumeration">PpDirection</context> + <name>ppDirectionRightToLeft</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpEntryEffect {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpEntryEffect"> + <name>PpEntryEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectAppear {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectAppear"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectAppear</name> + <value>3844</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectBlindsHorizontal {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectBlindsHorizontal"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectBlindsHorizontal</name> + <value>769</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectBlindsVertical {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectBlindsVertical"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectBlindsVertical</name> + <value>770</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectBoxIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectBoxIn"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectBoxIn</name> + <value>3074</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectBoxOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectBoxOut"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectBoxOut</name> + <value>3073</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCheckerboardAcross {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCheckerboardAcross"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCheckerboardAcross</name> + <value>1025</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCheckerboardDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCheckerboardDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCheckerboardDown</name> + <value>1026</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCircleOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCircleOut"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCircleOut</name> + <value>3845</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCombHorizontal {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCombHorizontal"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCombHorizontal</name> + <value>3847</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCombVertical {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCombVertical"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCombVertical</name> + <value>3848</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCoverDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCoverDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCoverDown</name> + <value>1284</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCoverLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCoverLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCoverLeft</name> + <value>1281</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCoverLeftDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCoverLeftDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCoverLeftDown</name> + <value>1287</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCoverLeftUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCoverLeftUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCoverLeftUp</name> + <value>1285</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCoverRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCoverRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCoverRight</name> + <value>1283</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCoverRightDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCoverRightDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCoverRightDown</name> + <value>1288</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCoverRightUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCoverRightUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCoverRightUp</name> + <value>1286</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCoverUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCoverUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCoverUp</name> + <value>1282</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCrawlFromDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCrawlFromDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCrawlFromDown</name> + <value>3344</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCrawlFromLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCrawlFromLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCrawlFromLeft</name> + <value>3341</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCrawlFromRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCrawlFromRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCrawlFromRight</name> + <value>3343</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCrawlFromUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCrawlFromUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCrawlFromUp</name> + <value>3342</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCut {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCut"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCut</name> + <value>257</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectCutThroughBlack {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectCutThroughBlack"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectCutThroughBlack</name> + <value>258</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectDiamondOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectDiamondOut"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectDiamondOut</name> + <value>3846</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectDissolve {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectDissolve"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectDissolve</name> + <value>1537</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFade {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFade"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFade</name> + <value>1793</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFadeSmoothly {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFadeSmoothly"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFadeSmoothly</name> + <value>3849</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlashOnceFast {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlashOnceFast"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlashOnceFast</name> + <value>3841</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlashOnceMedium {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlashOnceMedium"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlashOnceMedium</name> + <value>3842</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlashOnceSlow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlashOnceSlow"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlashOnceSlow</name> + <value>3843</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlyFromBottom {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlyFromBottom"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlyFromBottom</name> + <value>3332</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlyFromBottomLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlyFromBottomLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlyFromBottomLeft</name> + <value>3335</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlyFromBottomRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlyFromBottomRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlyFromBottomRight</name> + <value>3336</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlyFromLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlyFromLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlyFromLeft</name> + <value>3329</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlyFromRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlyFromRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlyFromRight</name> + <value>3331</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlyFromTop {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlyFromTop"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlyFromTop</name> + <value>3330</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlyFromTopLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlyFromTopLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlyFromTopLeft</name> + <value>3333</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectFlyFromTopRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectFlyFromTopRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectFlyFromTopRight</name> + <value>3334</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectMixed"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectNewsflash {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectNewsflash"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectNewsflash</name> + <value>3850</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectNone"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectPeekFromDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectPeekFromDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectPeekFromDown</name> + <value>3338</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectPeekFromLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectPeekFromLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectPeekFromLeft</name> + <value>3337</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectPeekFromRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectPeekFromRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectPeekFromRight</name> + <value>3339</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectPeekFromUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectPeekFromUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectPeekFromUp</name> + <value>3340</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectPlusOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectPlusOut"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectPlusOut</name> + <value>3851</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectPushDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectPushDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectPushDown</name> + <value>3852</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectPushLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectPushLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectPushLeft</name> + <value>3853</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectPushRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectPushRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectPushRight</name> + <value>3854</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectPushUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectPushUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectPushUp</name> + <value>3855</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectRandom {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectRandom"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectRandom</name> + <value>513</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectRandomBarsHorizontal {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectRandomBarsHorizontal"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectRandomBarsHorizontal</name> + <value>2305</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectRandomBarsVertical {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectRandomBarsVertical"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectRandomBarsVertical</name> + <value>2306</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectSpiral {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectSpiral"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectSpiral</name> + <value>3357</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectSplitHorizontalIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectSplitHorizontalIn"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectSplitHorizontalIn</name> + <value>3586</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectSplitHorizontalOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectSplitHorizontalOut"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectSplitHorizontalOut</name> + <value>3585</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectSplitVerticalIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectSplitVerticalIn"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectSplitVerticalIn</name> + <value>3588</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectSplitVerticalOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectSplitVerticalOut"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectSplitVerticalOut</name> + <value>3587</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStretchAcross {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStretchAcross"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStretchAcross</name> + <value>3351</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStretchDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStretchDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStretchDown</name> + <value>3355</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStretchLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStretchLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStretchLeft</name> + <value>3352</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStretchRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStretchRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStretchRight</name> + <value>3354</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStretchUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStretchUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStretchUp</name> + <value>3353</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStripsDownLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStripsDownLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStripsDownLeft</name> + <value>2563</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStripsDownRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStripsDownRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStripsDownRight</name> + <value>2564</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStripsLeftDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStripsLeftDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStripsLeftDown</name> + <value>2567</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStripsLeftUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStripsLeftUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStripsLeftUp</name> + <value>2565</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStripsRightDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStripsRightDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStripsRightDown</name> + <value>2568</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStripsRightUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStripsRightUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStripsRightUp</name> + <value>2566</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStripsUpLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStripsUpLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStripsUpLeft</name> + <value>2561</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectStripsUpRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectStripsUpRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectStripsUpRight</name> + <value>2562</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectSwivel {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectSwivel"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectSwivel</name> + <value>3356</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectUncoverDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectUncoverDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectUncoverDown</name> + <value>2052</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectUncoverLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectUncoverLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectUncoverLeft</name> + <value>2049</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectUncoverLeftDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectUncoverLeftDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectUncoverLeftDown</name> + <value>2055</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectUncoverLeftUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectUncoverLeftUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectUncoverLeftUp</name> + <value>2053</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectUncoverRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectUncoverRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectUncoverRight</name> + <value>2051</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectUncoverRightDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectUncoverRightDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectUncoverRightDown</name> + <value>2056</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectUncoverRightUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectUncoverRightUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectUncoverRightUp</name> + <value>2054</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectUncoverUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectUncoverUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectUncoverUp</name> + <value>2050</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWedge {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWedge"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWedge</name> + <value>3856</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWheel1Spoke {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWheel1Spoke"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWheel1Spoke</name> + <value>3857</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWheel2Spokes {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWheel2Spokes"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWheel2Spokes</name> + <value>3858</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWheel3Spokes {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWheel3Spokes"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWheel3Spokes</name> + <value>3859</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWheel4Spokes {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWheel4Spokes"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWheel4Spokes</name> + <value>3860</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWheel8Spokes {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWheel8Spokes"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWheel8Spokes</name> + <value>3861</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWipeDown {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWipeDown"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWipeDown</name> + <value>2820</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWipeLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWipeLeft"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWipeLeft</name> + <value>2817</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWipeRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWipeRight"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWipeRight</name> + <value>2819</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectWipeUp {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectWipeUp"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectWipeUp</name> + <value>2818</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectZoomBottom {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectZoomBottom"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectZoomBottom</name> + <value>3350</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectZoomCenter {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectZoomCenter"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectZoomCenter</name> + <value>3349</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectZoomIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectZoomIn"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectZoomIn</name> + <value>3345</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectZoomInSlightly {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectZoomInSlightly"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectZoomInSlightly</name> + <value>3346</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectZoomOut {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectZoomOut"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectZoomOut</name> + <value>3347</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppEffectZoomOutSlightly {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpEntryEffect.ppEffectZoomOutSlightly"> + <context kind="enumeration">PpEntryEffect</context> + <name>ppEffectZoomOutSlightly</name> + <value>3348</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpExportMode {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpExportMode"> + <name>PpExportMode</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppClipRelativeToSlide {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpExportMode.ppClipRelativeToSlide"> + <context kind="enumeration">PpExportMode</context> + <name>ppClipRelativeToSlide</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppRelativeToSlide {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpExportMode.ppRelativeToSlide"> + <context kind="enumeration">PpExportMode</context> + <name>ppRelativeToSlide</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppScaleToFit {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpExportMode.ppScaleToFit"> + <context kind="enumeration">PpExportMode</context> + <name>ppScaleToFit</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppScaleXY {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpExportMode.ppScaleXY"> + <context kind="enumeration">PpExportMode</context> + <name>ppScaleXY</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpFarEastLineBreakLevel {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpFarEastLineBreakLevel"> + <name>PpFarEastLineBreakLevel</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFarEastLineBreakLevelCustom {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFarEastLineBreakLevel.ppFarEastLineBreakLevelCustom"> + <context kind="enumeration">PpFarEastLineBreakLevel</context> + <name>ppFarEastLineBreakLevelCustom</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFarEastLineBreakLevelNormal {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFarEastLineBreakLevel.ppFarEastLineBreakLevelNormal"> + <context kind="enumeration">PpFarEastLineBreakLevel</context> + <name>ppFarEastLineBreakLevelNormal</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFarEastLineBreakLevelStrict {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFarEastLineBreakLevel.ppFarEastLineBreakLevelStrict"> + <context kind="enumeration">PpFarEastLineBreakLevel</context> + <name>ppFarEastLineBreakLevelStrict</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpFileDialogType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpFileDialogType"> + <name>PpFileDialogType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFileDialogOpen {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFileDialogType.ppFileDialogOpen"> + <context kind="enumeration">PpFileDialogType</context> + <name>ppFileDialogOpen</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFileDialogSave {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFileDialogType.ppFileDialogSave"> + <context kind="enumeration">PpFileDialogType</context> + <name>ppFileDialogSave</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpFollowColors {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpFollowColors"> + <name>PpFollowColors</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFollowColorsMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFollowColors.ppFollowColorsMixed"> + <context kind="enumeration">PpFollowColors</context> + <name>ppFollowColorsMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFollowColorsNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFollowColors.ppFollowColorsNone"> + <context kind="enumeration">PpFollowColors</context> + <name>ppFollowColorsNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFollowColorsScheme {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFollowColors.ppFollowColorsScheme"> + <context kind="enumeration">PpFollowColors</context> + <name>ppFollowColorsScheme</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFollowColorsTextAndBackground {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFollowColors.ppFollowColorsTextAndBackground"> + <context kind="enumeration">PpFollowColors</context> + <name>ppFollowColorsTextAndBackground</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpFrameColors {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpFrameColors"> + <name>PpFrameColors</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFrameColorsBlackTextOnWhite {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFrameColors.ppFrameColorsBlackTextOnWhite"> + <context kind="enumeration">PpFrameColors</context> + <name>ppFrameColorsBlackTextOnWhite</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFrameColorsBrowserColors {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFrameColors.ppFrameColorsBrowserColors"> + <context kind="enumeration">PpFrameColors</context> + <name>ppFrameColorsBrowserColors</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFrameColorsPresentationSchemeAccentColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFrameColors.ppFrameColorsPresentationSchemeAccentColor"> + <context kind="enumeration">PpFrameColors</context> + <name>ppFrameColorsPresentationSchemeAccentColor</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFrameColorsPresentationSchemeTextColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFrameColors.ppFrameColorsPresentationSchemeTextColor"> + <context kind="enumeration">PpFrameColors</context> + <name>ppFrameColorsPresentationSchemeTextColor</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppFrameColorsWhiteTextOnBlack {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpFrameColors.ppFrameColorsWhiteTextOnBlack"> + <context kind="enumeration">PpFrameColors</context> + <name>ppFrameColorsWhiteTextOnBlack</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpHTMLVersion {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpHTMLVersion"> + <name>PpHTMLVersion</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppHTMLAutodetect {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpHTMLVersion.ppHTMLAutodetect"> + <context kind="enumeration">PpHTMLVersion</context> + <name>ppHTMLAutodetect</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppHTMLDual {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpHTMLVersion.ppHTMLDual"> + <context kind="enumeration">PpHTMLVersion</context> + <name>ppHTMLDual</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppHTMLv3 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpHTMLVersion.ppHTMLv3"> + <context kind="enumeration">PpHTMLVersion</context> + <name>ppHTMLv3</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppHTMLv4 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpHTMLVersion.ppHTMLv4"> + <context kind="enumeration">PpHTMLVersion</context> + <name>ppHTMLv4</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpIndentControl {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpIndentControl"> + <name>PpIndentControl</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppIndentControlMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpIndentControl.ppIndentControlMixed"> + <context kind="enumeration">PpIndentControl</context> + <name>ppIndentControlMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppIndentKeepAttr {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpIndentControl.ppIndentKeepAttr"> + <context kind="enumeration">PpIndentControl</context> + <name>ppIndentKeepAttr</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppIndentReplaceAttr {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpIndentControl.ppIndentReplaceAttr"> + <context kind="enumeration">PpIndentControl</context> + <name>ppIndentReplaceAttr</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpMediaType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpMediaType"> + <name>PpMediaType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppMediaTypeMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpMediaType.ppMediaTypeMixed"> + <context kind="enumeration">PpMediaType</context> + <name>ppMediaTypeMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppMediaTypeMovie {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpMediaType.ppMediaTypeMovie"> + <context kind="enumeration">PpMediaType</context> + <name>ppMediaTypeMovie</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppMediaTypeOther {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpMediaType.ppMediaTypeOther"> + <context kind="enumeration">PpMediaType</context> + <name>ppMediaTypeOther</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppMediaTypeSound {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpMediaType.ppMediaTypeSound"> + <context kind="enumeration">PpMediaType</context> + <name>ppMediaTypeSound</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpMouseActivation {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpMouseActivation"> + <name>PpMouseActivation</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppMouseClick {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpMouseActivation.ppMouseClick"> + <context kind="enumeration">PpMouseActivation</context> + <name>ppMouseClick</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppMouseOver {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpMouseActivation.ppMouseOver"> + <context kind="enumeration">PpMouseActivation</context> + <name>ppMouseOver</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpNumberedBulletStyle {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpNumberedBulletStyle"> + <name>PpNumberedBulletStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletAlphaLCParenBoth {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletAlphaLCParenBoth"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletAlphaLCParenBoth</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletAlphaLCParenRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletAlphaLCParenRight"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletAlphaLCParenRight</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletAlphaLCPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletAlphaLCPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletAlphaLCPeriod</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletAlphaUCParenBoth {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletAlphaUCParenBoth"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletAlphaUCParenBoth</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletAlphaUCParenRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletAlphaUCParenRight"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletAlphaUCParenRight</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletAlphaUCPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletAlphaUCPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletAlphaUCPeriod</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletArabicAbjadDash {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletArabicAbjadDash"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletArabicAbjadDash</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletArabicAlphaDash {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletArabicAlphaDash"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletArabicAlphaDash</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletArabicDBPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletArabicDBPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletArabicDBPeriod</name> + <value>29</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletArabicDBPlain {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletArabicDBPlain"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletArabicDBPlain</name> + <value>28</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletArabicParenBoth {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletArabicParenBoth"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletArabicParenBoth</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletArabicParenRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletArabicParenRight"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletArabicParenRight</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletArabicPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletArabicPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletArabicPeriod</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletArabicPlain {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletArabicPlain"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletArabicPlain</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletCircleNumDBPlain {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletCircleNumDBPlain"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletCircleNumDBPlain</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletCircleNumWDBlackPlain {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletCircleNumWDBlackPlain"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletCircleNumWDBlackPlain</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletCircleNumWDWhitePlain {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletCircleNumWDWhitePlain"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletCircleNumWDWhitePlain</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletHebrewAlphaDash {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletHebrewAlphaDash"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletHebrewAlphaDash</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletHindiAlpha1Period {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletHindiAlpha1Period"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletHindiAlpha1Period</name> + <value>40</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletHindiAlphaPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletHindiAlphaPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletHindiAlphaPeriod</name> + <value>36</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletHindiNumParenRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletHindiNumParenRight"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletHindiNumParenRight</name> + <value>39</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletHindiNumPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletHindiNumPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletHindiNumPeriod</name> + <value>37</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletKanjiKoreanPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletKanjiKoreanPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletKanjiKoreanPeriod</name> + <value>27</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletKanjiKoreanPlain {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletKanjiKoreanPlain"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletKanjiKoreanPlain</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletKanjiSimpChinDBPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletKanjiSimpChinDBPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletKanjiSimpChinDBPeriod</name> + <value>38</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletRomanLCParenBoth {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletRomanLCParenBoth"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletRomanLCParenBoth</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletRomanLCParenRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletRomanLCParenRight"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletRomanLCParenRight</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletRomanLCPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletRomanLCPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletRomanLCPeriod</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletRomanUCParenBoth {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletRomanUCParenBoth"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletRomanUCParenBoth</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletRomanUCParenRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletRomanUCParenRight"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletRomanUCParenRight</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletRomanUCPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletRomanUCPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletRomanUCPeriod</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletSimpChinPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletSimpChinPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletSimpChinPeriod</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletSimpChinPlain {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletSimpChinPlain"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletSimpChinPlain</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletStyleMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletStyleMixed"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletStyleMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletThaiAlphaParenBoth {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletThaiAlphaParenBoth"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletThaiAlphaParenBoth</name> + <value>32</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletThaiAlphaParenRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletThaiAlphaParenRight"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletThaiAlphaParenRight</name> + <value>31</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletThaiAlphaPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletThaiAlphaPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletThaiAlphaPeriod</name> + <value>30</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletThaiNumParenBoth {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletThaiNumParenBoth"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletThaiNumParenBoth</name> + <value>35</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletThaiNumParenRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletThaiNumParenRight"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletThaiNumParenRight</name> + <value>34</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletThaiNumPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletThaiNumPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletThaiNumPeriod</name> + <value>33</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletTradChinPeriod {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletTradChinPeriod"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletTradChinPeriod</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBulletTradChinPlain {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpNumberedBulletStyle.ppBulletTradChinPlain"> + <context kind="enumeration">PpNumberedBulletStyle</context> + <name>ppBulletTradChinPlain</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpParagraphAlignment {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpParagraphAlignment"> + <name>PpParagraphAlignment</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlignCenter {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpParagraphAlignment.ppAlignCenter"> + <context kind="enumeration">PpParagraphAlignment</context> + <name>ppAlignCenter</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlignDistribute {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpParagraphAlignment.ppAlignDistribute"> + <context kind="enumeration">PpParagraphAlignment</context> + <name>ppAlignDistribute</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlignJustify {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpParagraphAlignment.ppAlignJustify"> + <context kind="enumeration">PpParagraphAlignment</context> + <name>ppAlignJustify</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlignJustifyLow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpParagraphAlignment.ppAlignJustifyLow"> + <context kind="enumeration">PpParagraphAlignment</context> + <name>ppAlignJustifyLow</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlignLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpParagraphAlignment.ppAlignLeft"> + <context kind="enumeration">PpParagraphAlignment</context> + <name>ppAlignLeft</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlignmentMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpParagraphAlignment.ppAlignmentMixed"> + <context kind="enumeration">PpParagraphAlignment</context> + <name>ppAlignmentMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlignRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpParagraphAlignment.ppAlignRight"> + <context kind="enumeration">PpParagraphAlignment</context> + <name>ppAlignRight</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAlignThaiDistribute {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpParagraphAlignment.ppAlignThaiDistribute"> + <context kind="enumeration">PpParagraphAlignment</context> + <name>ppAlignThaiDistribute</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpPasteDataType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpPasteDataType"> + <name>PpPasteDataType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteBitmap {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteBitmap"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteBitmap</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteDefault {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteDefault"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteDefault</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteEnhancedMetafile {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteEnhancedMetafile"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteEnhancedMetafile</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteGIF {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteGIF"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteGIF</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteHTML {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteHTML"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteHTML</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteJPG {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteJPG"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteJPG</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteMetafilePicture {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteMetafilePicture"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteMetafilePicture</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteOLEObject {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteOLEObject"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteOLEObject</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPastePNG {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPastePNG"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPastePNG</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteRTF {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteRTF"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteRTF</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteShape {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteShape"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteShape</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPasteText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPasteDataType.ppPasteText"> + <context kind="enumeration">PpPasteDataType</context> + <name>ppPasteText</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpPlaceholderType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpPlaceholderType"> + <name>PpPlaceholderType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderBitmap {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderBitmap"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderBitmap</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderBody {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderBody"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderBody</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderCenterTitle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderCenterTitle"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderCenterTitle</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderChart {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderChart"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderChart</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderDate {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderDate"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderDate</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderFooter {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderFooter"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderFooter</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderHeader {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderHeader"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderHeader</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderMediaClip {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderMediaClip"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderMediaClip</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderMixed"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderObject {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderObject"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderObject</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderOrgChart {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderOrgChart"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderOrgChart</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderSlideNumber {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderSlideNumber"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderSlideNumber</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderSubtitle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderSubtitle"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderSubtitle</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderTable {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderTable"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderTable</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderTitle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderTitle"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderTitle</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderVerticalBody {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderVerticalBody"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderVerticalBody</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPlaceholderVerticalTitle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPlaceholderType.ppPlaceholderVerticalTitle"> + <context kind="enumeration">PpPlaceholderType</context> + <name>ppPlaceholderVerticalTitle</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpPrintColorType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpPrintColorType"> + <name>PpPrintColorType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintBlackAndWhite {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintColorType.ppPrintBlackAndWhite"> + <context kind="enumeration">PpPrintColorType</context> + <name>ppPrintBlackAndWhite</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintColor {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintColorType.ppPrintColor"> + <context kind="enumeration">PpPrintColorType</context> + <name>ppPrintColor</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintPureBlackAndWhite {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintColorType.ppPrintPureBlackAndWhite"> + <context kind="enumeration">PpPrintColorType</context> + <name>ppPrintPureBlackAndWhite</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpPrintHandoutOrder {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpPrintHandoutOrder"> + <name>PpPrintHandoutOrder</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintHandoutHorizontalFirst {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintHandoutOrder.ppPrintHandoutHorizontalFirst"> + <context kind="enumeration">PpPrintHandoutOrder</context> + <name>ppPrintHandoutHorizontalFirst</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintHandoutVerticalFirst {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintHandoutOrder.ppPrintHandoutVerticalFirst"> + <context kind="enumeration">PpPrintHandoutOrder</context> + <name>ppPrintHandoutVerticalFirst</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpPrintOutputType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpPrintOutputType"> + <name>PpPrintOutputType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputBuildSlides {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputBuildSlides"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputBuildSlides</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputFourSlideHandouts {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputFourSlideHandouts"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputFourSlideHandouts</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputNineSlideHandouts {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputNineSlideHandouts"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputNineSlideHandouts</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputNotesPages {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputNotesPages"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputNotesPages</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputOneSlideHandouts {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputOneSlideHandouts"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputOneSlideHandouts</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputOutline {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputOutline"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputOutline</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputSixSlideHandouts {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputSixSlideHandouts"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputSixSlideHandouts</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputSlides {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputSlides"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputSlides</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputThreeSlideHandouts {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputThreeSlideHandouts"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputThreeSlideHandouts</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintOutputTwoSlideHandouts {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintOutputType.ppPrintOutputTwoSlideHandouts"> + <context kind="enumeration">PpPrintOutputType</context> + <name>ppPrintOutputTwoSlideHandouts</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpPrintRangeType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpPrintRangeType"> + <name>PpPrintRangeType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintAll {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintRangeType.ppPrintAll"> + <context kind="enumeration">PpPrintRangeType</context> + <name>ppPrintAll</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintCurrent {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintRangeType.ppPrintCurrent"> + <context kind="enumeration">PpPrintRangeType</context> + <name>ppPrintCurrent</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintNamedSlideShow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintRangeType.ppPrintNamedSlideShow"> + <context kind="enumeration">PpPrintRangeType</context> + <name>ppPrintNamedSlideShow</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintSelection {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintRangeType.ppPrintSelection"> + <context kind="enumeration">PpPrintRangeType</context> + <name>ppPrintSelection</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPrintSlideRange {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPrintRangeType.ppPrintSlideRange"> + <context kind="enumeration">PpPrintRangeType</context> + <name>ppPrintSlideRange</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpPublishSourceType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpPublishSourceType"> + <name>PpPublishSourceType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPublishAll {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPublishSourceType.ppPublishAll"> + <context kind="enumeration">PpPublishSourceType</context> + <name>ppPublishAll</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPublishNamedSlideShow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPublishSourceType.ppPublishNamedSlideShow"> + <context kind="enumeration">PpPublishSourceType</context> + <name>ppPublishNamedSlideShow</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppPublishSlideRange {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpPublishSourceType.ppPublishSlideRange"> + <context kind="enumeration">PpPublishSourceType</context> + <name>ppPublishSlideRange</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpRevisionInfo {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpRevisionInfo"> + <name>PpRevisionInfo</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppRevisionInfoBaseline {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpRevisionInfo.ppRevisionInfoBaseline"> + <context kind="enumeration">PpRevisionInfo</context> + <name>ppRevisionInfoBaseline</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppRevisionInfoMerged {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpRevisionInfo.ppRevisionInfoMerged"> + <context kind="enumeration">PpRevisionInfo</context> + <name>ppRevisionInfoMerged</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppRevisionInfoNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpRevisionInfo.ppRevisionInfoNone"> + <context kind="enumeration">PpRevisionInfo</context> + <name>ppRevisionInfoNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSaveAsFileType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSaveAsFileType"> + <name>PpSaveAsFileType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsAddIn {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsAddIn"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsAddIn</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsBMP {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsBMP"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsBMP</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsDefault {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsDefault"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsDefault</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsEMF {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsEMF"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsEMF</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsGIF {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsGIF"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsGIF</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsHTML {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsHTML"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsHTML</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsHTMLDual {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsHTMLDual"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsHTMLDual</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsHTMLv3 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsHTMLv3"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsHTMLv3</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsJPG {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsJPG"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsJPG</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsMetaFile {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsMetaFile"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsMetaFile</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsPNG {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsPNG"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsPNG</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsPowerPoint3 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsPowerPoint3"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsPowerPoint3</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsPowerPoint4 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsPowerPoint4"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsPowerPoint4</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsPowerPoint4FarEast {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsPowerPoint4FarEast"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsPowerPoint4FarEast</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsPowerPoint7 {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsPowerPoint7"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsPowerPoint7</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsPresentation {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsPresentation"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsPresentation</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsPresForReview {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsPresForReview"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsPresForReview</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsRTF {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsRTF"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsRTF</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsShow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsShow"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsShow</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsTemplate {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsTemplate"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsTemplate</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsTIF {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsTIF"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsTIF</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSaveAsWebArchive {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSaveAsFileType.ppSaveAsWebArchive"> + <context kind="enumeration">PpSaveAsFileType</context> + <name>ppSaveAsWebArchive</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSelectionType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSelectionType"> + <name>PpSelectionType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSelectionNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSelectionType.ppSelectionNone"> + <context kind="enumeration">PpSelectionType</context> + <name>ppSelectionNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSelectionShapes {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSelectionType.ppSelectionShapes"> + <context kind="enumeration">PpSelectionType</context> + <name>ppSelectionShapes</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSelectionSlides {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSelectionType.ppSelectionSlides"> + <context kind="enumeration">PpSelectionType</context> + <name>ppSelectionSlides</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSelectionText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSelectionType.ppSelectionText"> + <context kind="enumeration">PpSelectionType</context> + <name>ppSelectionText</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpShapeFormat {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpShapeFormat"> + <name>PpShapeFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShapeFormatBMP {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpShapeFormat.ppShapeFormatBMP"> + <context kind="enumeration">PpShapeFormat</context> + <name>ppShapeFormatBMP</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShapeFormatEMF {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpShapeFormat.ppShapeFormatEMF"> + <context kind="enumeration">PpShapeFormat</context> + <name>ppShapeFormatEMF</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShapeFormatGIF {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpShapeFormat.ppShapeFormatGIF"> + <context kind="enumeration">PpShapeFormat</context> + <name>ppShapeFormatGIF</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShapeFormatJPG {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpShapeFormat.ppShapeFormatJPG"> + <context kind="enumeration">PpShapeFormat</context> + <name>ppShapeFormatJPG</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShapeFormatPNG {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpShapeFormat.ppShapeFormatPNG"> + <context kind="enumeration">PpShapeFormat</context> + <name>ppShapeFormatPNG</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShapeFormatWMF {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpShapeFormat.ppShapeFormatWMF"> + <context kind="enumeration">PpShapeFormat</context> + <name>ppShapeFormatWMF</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSlideLayout {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSlideLayout"> + <name>PpSlideLayout</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutBlank {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutBlank"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutBlank</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutChart {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutChart"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutChart</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutChartAndText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutChartAndText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutChartAndText</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutClipartAndText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutClipartAndText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutClipartAndText</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutClipArtAndVerticalText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutClipArtAndVerticalText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutClipArtAndVerticalText</name> + <value>26</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutFourObjects {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutFourObjects"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutFourObjects</name> + <value>24</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutLargeObject {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutLargeObject"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutLargeObject</name> + <value>15</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutMediaClipAndText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutMediaClipAndText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutMediaClipAndText</name> + <value>18</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutMixed"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutObject {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutObject"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutObject</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutObjectAndText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutObjectAndText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutObjectAndText</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutObjectAndTwoObjects {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutObjectAndTwoObjects"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutObjectAndTwoObjects</name> + <value>30</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutObjectOverText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutObjectOverText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutObjectOverText</name> + <value>19</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutOrgchart {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutOrgchart"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutOrgchart</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTable {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTable"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTable</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutText</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTextAndChart {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTextAndChart"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTextAndChart</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTextAndClipart {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTextAndClipart"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTextAndClipart</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTextAndMediaClip {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTextAndMediaClip"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTextAndMediaClip</name> + <value>17</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTextAndObject {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTextAndObject"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTextAndObject</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTextAndTwoObjects {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTextAndTwoObjects"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTextAndTwoObjects</name> + <value>21</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTextOverObject {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTextOverObject"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTextOverObject</name> + <value>20</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTitle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTitle"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTitle</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTitleOnly {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTitleOnly"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTitleOnly</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTwoColumnText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTwoColumnText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTwoColumnText</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTwoObjects {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTwoObjects"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTwoObjects</name> + <value>29</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTwoObjectsAndObject {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTwoObjectsAndObject"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTwoObjectsAndObject</name> + <value>31</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTwoObjectsAndText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTwoObjectsAndText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTwoObjectsAndText</name> + <value>22</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutTwoObjectsOverText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutTwoObjectsOverText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutTwoObjectsOverText</name> + <value>23</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutVerticalText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutVerticalText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutVerticalText</name> + <value>25</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutVerticalTitleAndText {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutVerticalTitleAndText"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutVerticalTitleAndText</name> + <value>27</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppLayoutVerticalTitleAndTextOverChart {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideLayout.ppLayoutVerticalTitleAndTextOverChart"> + <context kind="enumeration">PpSlideLayout</context> + <name>ppLayoutVerticalTitleAndTextOverChart</name> + <value>28</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSlideShowAdvanceMode {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSlideShowAdvanceMode"> + <name>PpSlideShowAdvanceMode</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowManualAdvance {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowAdvanceMode.ppSlideShowManualAdvance"> + <context kind="enumeration">PpSlideShowAdvanceMode</context> + <name>ppSlideShowManualAdvance</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowRehearseNewTimings {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowAdvanceMode.ppSlideShowRehearseNewTimings"> + <context kind="enumeration">PpSlideShowAdvanceMode</context> + <name>ppSlideShowRehearseNewTimings</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowUseSlideTimings {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowAdvanceMode.ppSlideShowUseSlideTimings"> + <context kind="enumeration">PpSlideShowAdvanceMode</context> + <name>ppSlideShowUseSlideTimings</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSlideShowPointerType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSlideShowPointerType"> + <name>PpSlideShowPointerType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowPointerAlwaysHidden {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowPointerType.ppSlideShowPointerAlwaysHidden"> + <context kind="enumeration">PpSlideShowPointerType</context> + <name>ppSlideShowPointerAlwaysHidden</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowPointerArrow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowPointerType.ppSlideShowPointerArrow"> + <context kind="enumeration">PpSlideShowPointerType</context> + <name>ppSlideShowPointerArrow</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowPointerAutoArrow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowPointerType.ppSlideShowPointerAutoArrow"> + <context kind="enumeration">PpSlideShowPointerType</context> + <name>ppSlideShowPointerAutoArrow</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowPointerEraser {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowPointerType.ppSlideShowPointerEraser"> + <context kind="enumeration">PpSlideShowPointerType</context> + <name>ppSlideShowPointerEraser</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowPointerNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowPointerType.ppSlideShowPointerNone"> + <context kind="enumeration">PpSlideShowPointerType</context> + <name>ppSlideShowPointerNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowPointerPen {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowPointerType.ppSlideShowPointerPen"> + <context kind="enumeration">PpSlideShowPointerType</context> + <name>ppSlideShowPointerPen</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSlideShowRangeType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSlideShowRangeType"> + <name>PpSlideShowRangeType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShowAll {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowRangeType.ppShowAll"> + <context kind="enumeration">PpSlideShowRangeType</context> + <name>ppShowAll</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShowNamedSlideShow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowRangeType.ppShowNamedSlideShow"> + <context kind="enumeration">PpSlideShowRangeType</context> + <name>ppShowNamedSlideShow</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShowSlideRange {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowRangeType.ppShowSlideRange"> + <context kind="enumeration">PpSlideShowRangeType</context> + <name>ppShowSlideRange</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSlideShowState {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSlideShowState"> + <name>PpSlideShowState</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowBlackScreen {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowState.ppSlideShowBlackScreen"> + <context kind="enumeration">PpSlideShowState</context> + <name>ppSlideShowBlackScreen</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowDone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowState.ppSlideShowDone"> + <context kind="enumeration">PpSlideShowState</context> + <name>ppSlideShowDone</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowPaused {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowState.ppSlideShowPaused"> + <context kind="enumeration">PpSlideShowState</context> + <name>ppSlideShowPaused</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowRunning {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowState.ppSlideShowRunning"> + <context kind="enumeration">PpSlideShowState</context> + <name>ppSlideShowRunning</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideShowWhiteScreen {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowState.ppSlideShowWhiteScreen"> + <context kind="enumeration">PpSlideShowState</context> + <name>ppSlideShowWhiteScreen</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSlideShowType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSlideShowType"> + <name>PpSlideShowType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShowTypeKiosk {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowType.ppShowTypeKiosk"> + <context kind="enumeration">PpSlideShowType</context> + <name>ppShowTypeKiosk</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShowTypeSpeaker {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowType.ppShowTypeSpeaker"> + <context kind="enumeration">PpSlideShowType</context> + <name>ppShowTypeSpeaker</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppShowTypeWindow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideShowType.ppShowTypeWindow"> + <context kind="enumeration">PpSlideShowType</context> + <name>ppShowTypeWindow</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSlideSizeType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSlideSizeType"> + <name>PpSlideSizeType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSize35MM {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSize35MM"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSize35MM</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeA3Paper {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeA3Paper"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeA3Paper</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeA4Paper {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeA4Paper"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeA4Paper</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeB4ISOPaper {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeB4ISOPaper"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeB4ISOPaper</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeB4JISPaper {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeB4JISPaper"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeB4JISPaper</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeB5ISOPaper {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeB5ISOPaper"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeB5ISOPaper</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeB5JISPaper {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeB5JISPaper"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeB5JISPaper</name> + <value>13</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeBanner {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeBanner"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeBanner</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeCustom {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeCustom"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeCustom</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeHagakiCard {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeHagakiCard"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeHagakiCard</name> + <value>14</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeLedgerPaper {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeLedgerPaper"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeLedgerPaper</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeLetterPaper {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeLetterPaper"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeLetterPaper</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeOnScreen {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeOnScreen"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeOnScreen</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSlideSizeOverhead {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSlideSizeType.ppSlideSizeOverhead"> + <context kind="enumeration">PpSlideSizeType</context> + <name>ppSlideSizeOverhead</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSoundEffectType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSoundEffectType"> + <name>PpSoundEffectType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSoundEffectsMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSoundEffectType.ppSoundEffectsMixed"> + <context kind="enumeration">PpSoundEffectType</context> + <name>ppSoundEffectsMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSoundFile {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSoundEffectType.ppSoundFile"> + <context kind="enumeration">PpSoundEffectType</context> + <name>ppSoundFile</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSoundNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSoundEffectType.ppSoundNone"> + <context kind="enumeration">PpSoundEffectType</context> + <name>ppSoundNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSoundStopPrevious {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSoundEffectType.ppSoundStopPrevious"> + <context kind="enumeration">PpSoundEffectType</context> + <name>ppSoundStopPrevious</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpSoundFormatType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpSoundFormatType"> + <name>PpSoundFormatType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSoundFormatCDAudio {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSoundFormatType.ppSoundFormatCDAudio"> + <context kind="enumeration">PpSoundFormatType</context> + <name>ppSoundFormatCDAudio</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSoundFormatMIDI {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSoundFormatType.ppSoundFormatMIDI"> + <context kind="enumeration">PpSoundFormatType</context> + <name>ppSoundFormatMIDI</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSoundFormatMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSoundFormatType.ppSoundFormatMixed"> + <context kind="enumeration">PpSoundFormatType</context> + <name>ppSoundFormatMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSoundFormatNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSoundFormatType.ppSoundFormatNone"> + <context kind="enumeration">PpSoundFormatType</context> + <name>ppSoundFormatNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppSoundFormatWAV {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpSoundFormatType.ppSoundFormatWAV"> + <context kind="enumeration">PpSoundFormatType</context> + <name>ppSoundFormatWAV</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpTabStopType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpTabStopType"> + <name>PpTabStopType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTabStopCenter {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTabStopType.ppTabStopCenter"> + <context kind="enumeration">PpTabStopType</context> + <name>ppTabStopCenter</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTabStopDecimal {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTabStopType.ppTabStopDecimal"> + <context kind="enumeration">PpTabStopType</context> + <name>ppTabStopDecimal</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTabStopLeft {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTabStopType.ppTabStopLeft"> + <context kind="enumeration">PpTabStopType</context> + <name>ppTabStopLeft</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTabStopMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTabStopType.ppTabStopMixed"> + <context kind="enumeration">PpTabStopType</context> + <name>ppTabStopMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTabStopRight {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTabStopType.ppTabStopRight"> + <context kind="enumeration">PpTabStopType</context> + <name>ppTabStopRight</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpTextLevelEffect {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpTextLevelEffect"> + <name>PpTextLevelEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByAllLevels {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextLevelEffect.ppAnimateByAllLevels"> + <context kind="enumeration">PpTextLevelEffect</context> + <name>ppAnimateByAllLevels</name> + <value>16</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByFifthLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextLevelEffect.ppAnimateByFifthLevel"> + <context kind="enumeration">PpTextLevelEffect</context> + <name>ppAnimateByFifthLevel</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByFirstLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextLevelEffect.ppAnimateByFirstLevel"> + <context kind="enumeration">PpTextLevelEffect</context> + <name>ppAnimateByFirstLevel</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByFourthLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextLevelEffect.ppAnimateByFourthLevel"> + <context kind="enumeration">PpTextLevelEffect</context> + <name>ppAnimateByFourthLevel</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateBySecondLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextLevelEffect.ppAnimateBySecondLevel"> + <context kind="enumeration">PpTextLevelEffect</context> + <name>ppAnimateBySecondLevel</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByThirdLevel {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextLevelEffect.ppAnimateByThirdLevel"> + <context kind="enumeration">PpTextLevelEffect</context> + <name>ppAnimateByThirdLevel</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateLevelMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextLevelEffect.ppAnimateLevelMixed"> + <context kind="enumeration">PpTextLevelEffect</context> + <name>ppAnimateLevelMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateLevelNone {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextLevelEffect.ppAnimateLevelNone"> + <context kind="enumeration">PpTextLevelEffect</context> + <name>ppAnimateLevelNone</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpTextStyleType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpTextStyleType"> + <name>PpTextStyleType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppBodyStyle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextStyleType.ppBodyStyle"> + <context kind="enumeration">PpTextStyleType</context> + <name>ppBodyStyle</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppDefaultStyle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextStyleType.ppDefaultStyle"> + <context kind="enumeration">PpTextStyleType</context> + <name>ppDefaultStyle</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTitleStyle {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextStyleType.ppTitleStyle"> + <context kind="enumeration">PpTextStyleType</context> + <name>ppTitleStyle</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpTextUnitEffect {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpTextUnitEffect"> + <name>PpTextUnitEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByCharacter {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextUnitEffect.ppAnimateByCharacter"> + <context kind="enumeration">PpTextUnitEffect</context> + <name>ppAnimateByCharacter</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByParagraph {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextUnitEffect.ppAnimateByParagraph"> + <context kind="enumeration">PpTextUnitEffect</context> + <name>ppAnimateByParagraph</name> + <value>0</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateByWord {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextUnitEffect.ppAnimateByWord"> + <context kind="enumeration">PpTextUnitEffect</context> + <name>ppAnimateByWord</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppAnimateUnitMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTextUnitEffect.ppAnimateUnitMixed"> + <context kind="enumeration">PpTextUnitEffect</context> + <name>ppAnimateUnitMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpTransitionSpeed {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpTransitionSpeed"> + <name>PpTransitionSpeed</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTransitionSpeedFast {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTransitionSpeed.ppTransitionSpeedFast"> + <context kind="enumeration">PpTransitionSpeed</context> + <name>ppTransitionSpeedFast</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTransitionSpeedMedium {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTransitionSpeed.ppTransitionSpeedMedium"> + <context kind="enumeration">PpTransitionSpeed</context> + <name>ppTransitionSpeedMedium</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTransitionSpeedMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTransitionSpeed.ppTransitionSpeedMixed"> + <context kind="enumeration">PpTransitionSpeed</context> + <name>ppTransitionSpeedMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppTransitionSpeedSlow {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpTransitionSpeed.ppTransitionSpeedSlow"> + <context kind="enumeration">PpTransitionSpeed</context> + <name>ppTransitionSpeedSlow</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpUpdateOption {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpUpdateOption"> + <name>PpUpdateOption</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppUpdateOptionAutomatic {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpUpdateOption.ppUpdateOptionAutomatic"> + <context kind="enumeration">PpUpdateOption</context> + <name>ppUpdateOptionAutomatic</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppUpdateOptionManual {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpUpdateOption.ppUpdateOptionManual"> + <context kind="enumeration">PpUpdateOption</context> + <name>ppUpdateOptionManual</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppUpdateOptionMixed {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpUpdateOption.ppUpdateOptionMixed"> + <context kind="enumeration">PpUpdateOption</context> + <name>ppUpdateOptionMixed</name> + <value>-2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpViewType {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpViewType"> + <name>PpViewType</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewHandoutMaster {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewHandoutMaster"> + <context kind="enumeration">PpViewType</context> + <name>ppViewHandoutMaster</name> + <value>4</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewMasterThumbnails {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewMasterThumbnails"> + <context kind="enumeration">PpViewType</context> + <name>ppViewMasterThumbnails</name> + <value>12</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewNormal {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewNormal"> + <context kind="enumeration">PpViewType</context> + <name>ppViewNormal</name> + <value>9</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewNotesMaster {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewNotesMaster"> + <context kind="enumeration">PpViewType</context> + <name>ppViewNotesMaster</name> + <value>5</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewNotesPage {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewNotesPage"> + <context kind="enumeration">PpViewType</context> + <name>ppViewNotesPage</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewOutline {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewOutline"> + <context kind="enumeration">PpViewType</context> + <name>ppViewOutline</name> + <value>6</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewPrintPreview {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewPrintPreview"> + <context kind="enumeration">PpViewType</context> + <name>ppViewPrintPreview</name> + <value>10</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewSlide {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewSlide"> + <context kind="enumeration">PpViewType</context> + <name>ppViewSlide</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewSlideMaster {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewSlideMaster"> + <context kind="enumeration">PpViewType</context> + <name>ppViewSlideMaster</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewSlideSorter {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewSlideSorter"> + <context kind="enumeration">PpViewType</context> + <name>ppViewSlideSorter</name> + <value>7</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewThumbnails {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewThumbnails"> + <context kind="enumeration">PpViewType</context> + <name>ppViewThumbnails</name> + <value>11</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppViewTitleMaster {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpViewType.ppViewTitleMaster"> + <context kind="enumeration">PpViewType</context> + <name>ppViewTitleMaster</name> + <value>8</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::PpWindowState {Enumeration}--> + <element type="enumeration"> + <source id="PowerPoint.PpWindowState"> + <name>PpWindowState</name> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppWindowMaximized {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpWindowState.ppWindowMaximized"> + <context kind="enumeration">PpWindowState</context> + <name>ppWindowMaximized</name> + <value>3</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppWindowMinimized {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpWindowState.ppWindowMinimized"> + <context kind="enumeration">PpWindowState</context> + <name>ppWindowMinimized</name> + <value>2</value> + </source> + <destination designation="identity" /> + </element> + <!--enum::ppWindowNormal {Constant}--> + <element type="constant"> + <source id="PowerPoint.PpWindowState.ppWindowNormal"> + <context kind="enumeration">PpWindowState</context> + <name>ppWindowNormal</name> + <value>1</value> + </source> + <destination designation="identity" /> + </element> + <!--Class::Presentation--> + <element type="class"> + <source id="PowerPoint.Presentation"> + <name>Presentation</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Presentation.AddBaseline--> + <element type="method"> + <source id="PowerPoint.Presentation.AddBaseline"> + <context kind="class">Presentation</context> + <name>AddBaseline</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.AddTitleMaster--> + <element type="method"> + <source id="PowerPoint.Presentation.AddTitleMaster"> + <context kind="class">Presentation</context> + <name>AddTitleMaster</name> + <type>_Master</type> + </source> + </element> + <!--method::Presentation.AddToFavorites--> + <element type="method"> + <source id="PowerPoint.Presentation.AddToFavorites"> + <context kind="class">Presentation</context> + <name>AddToFavorites</name> + <type>void</type> + </source> + </element> + <!--property::Presentation.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Application"> + <context kind="class">Presentation</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Presentation.ApplyTemplate--> + <element type="method"> + <source id="PowerPoint.Presentation.ApplyTemplate"> + <context kind="class">Presentation</context> + <name>ApplyTemplate</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentation.BuiltInDocumentProperties {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.BuiltInDocumentProperties"> + <context kind="class">Presentation</context> + <name>BuiltInDocumentProperties</name> + <type>Object</type> + </source> + </element> + <!--method::Presentation.CanCheckIn--> + <element type="method"> + <source id="PowerPoint.Presentation.CanCheckIn"> + <context kind="class">Presentation</context> + <name>CanCheckIn</name> + <type>boolean</type> + </source> + </element> + <!--method::Presentation.CheckIn--> + <element type="method"> + <source id="PowerPoint.Presentation.CheckIn"> + <context kind="class">Presentation</context> + <name>CheckIn</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>boolean</type> + <name>SaveChanges</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>Comments</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>MakePublic</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.Close--> + <element type="method"> + <source id="PowerPoint.Presentation.Close"> + <context kind="class">Presentation</context> + <name>Close</name> + <type>void</type> + </source> + </element> + <!--property::Presentation.ColorSchemes {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.ColorSchemes"> + <context kind="class">Presentation</context> + <name>ColorSchemes</name> + <type>ColorSchemes</type> + </source> + </element> + <!--property::Presentation.CommandBars {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.CommandBars"> + <context kind="class">Presentation</context> + <name>CommandBars</name> + <type>CommandBars</type> + </source> + </element> + <!--property::Presentation.Container {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Container"> + <context kind="class">Presentation</context> + <name>Container</name> + <type>Object</type> + </source> + </element> + <!--property::Presentation.CustomDocumentProperties {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.CustomDocumentProperties"> + <context kind="class">Presentation</context> + <name>CustomDocumentProperties</name> + <type>Object</type> + </source> + </element> + <!--property::Presentation.DefaultLanguageID--> + <element type="property"> + <source id="PowerPoint.Presentation.DefaultLanguageID"> + <context kind="class">Presentation</context> + <name>DefaultLanguageID</name> + <type>Integer</type> + </source> + </element> + <!--property::Presentation.DefaultShape {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.DefaultShape"> + <context kind="class">Presentation</context> + <name>DefaultShape</name> + <type>Shape</type> + </source> + </element> + <!--property::Presentation.Designs {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Designs"> + <context kind="class">Presentation</context> + <name>Designs</name> + <type>Designs</type> + </source> + </element> + <!--property::Presentation.DisplayComments--> + <element type="property"> + <source id="PowerPoint.Presentation.DisplayComments"> + <context kind="class">Presentation</context> + <name>DisplayComments</name> + <type>Integer</type> + </source> + </element> + <!--property::Presentation.DocumentLibraryVersions {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.DocumentLibraryVersions"> + <context kind="class">Presentation</context> + <name>DocumentLibraryVersions</name> + <type>DocumentLibraryVersions</type> + </source> + </element> + <!--method::Presentation.EndReview--> + <element type="method"> + <source id="PowerPoint.Presentation.EndReview"> + <context kind="class">Presentation</context> + <name>EndReview</name> + <type>void</type> + </source> + </element> + <!--property::Presentation.EnvelopeVisible--> + <element type="property"> + <source id="PowerPoint.Presentation.EnvelopeVisible"> + <context kind="class">Presentation</context> + <name>EnvelopeVisible</name> + <type>Integer</type> + </source> + </element> + <!--method::Presentation.Export--> + <element type="method"> + <source id="PowerPoint.Presentation.Export"> + <context kind="class">Presentation</context> + <name>Export</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Path</name> + </parameter> + <parameter> + <type>String</type> + <name>FilterName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleWidth</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleHeight</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentation.ExtraColors {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.ExtraColors"> + <context kind="class">Presentation</context> + <name>ExtraColors</name> + <type>ExtraColors</type> + </source> + </element> + <!--property::Presentation.FarEastLineBreakLanguage--> + <element type="property"> + <source id="PowerPoint.Presentation.FarEastLineBreakLanguage"> + <context kind="class">Presentation</context> + <name>FarEastLineBreakLanguage</name> + <type>Integer</type> + </source> + </element> + <!--property::Presentation.FarEastLineBreakLevel--> + <element type="property"> + <source id="PowerPoint.Presentation.FarEastLineBreakLevel"> + <context kind="class">Presentation</context> + <name>FarEastLineBreakLevel</name> + <type>Integer</type> + </source> + </element> + <!--method::Presentation.FollowHyperlink--> + <element type="method"> + <source id="PowerPoint.Presentation.FollowHyperlink"> + <context kind="class">Presentation</context> + <name>FollowHyperlink</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Address</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>SubAddress</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>NewWindow</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>AddHistory</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>ExtraInfo</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Method</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>HeaderInfo</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentation.Fonts {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Fonts"> + <context kind="class">Presentation</context> + <name>Fonts</name> + <type>Fonts</type> + </source> + </element> + <!--property::Presentation.FullName {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.FullName"> + <context kind="class">Presentation</context> + <name>FullName</name> + <type>String</type> + </source> + </element> + <!--property::Presentation.GridDistance--> + <element type="property"> + <source id="PowerPoint.Presentation.GridDistance"> + <context kind="class">Presentation</context> + <name>GridDistance</name> + <type>Single</type> + </source> + </element> + <!--property::Presentation.HandoutMaster {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.HandoutMaster"> + <context kind="class">Presentation</context> + <name>HandoutMaster</name> + <type>_Master</type> + </source> + </element> + <!--property::Presentation.HasRevisionInfo {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.HasRevisionInfo"> + <context kind="class">Presentation</context> + <name>HasRevisionInfo</name> + <type>Integer</type> + </source> + </element> + <!--property::Presentation.HasTitleMaster {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.HasTitleMaster"> + <context kind="class">Presentation</context> + <name>HasTitleMaster</name> + <type>Integer</type> + </source> + </element> + <!--property::Presentation.HTMLProject {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.HTMLProject"> + <context kind="class">Presentation</context> + <name>HTMLProject</name> + <type>HTMLProject</type> + </source> + </element> + <!--property::Presentation.LayoutDirection--> + <element type="property"> + <source id="PowerPoint.Presentation.LayoutDirection"> + <context kind="class">Presentation</context> + <name>LayoutDirection</name> + <type>Integer</type> + </source> + </element> + <!--method::Presentation.MakeIntoTemplate--> + <element type="method"> + <source id="PowerPoint.Presentation.MakeIntoTemplate"> + <context kind="class">Presentation</context> + <name>MakeIntoTemplate</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>IsDesignTemplate</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.Merge--> + <element type="method"> + <source id="PowerPoint.Presentation.Merge"> + <context kind="class">Presentation</context> + <name>Merge</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Path</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentation.Name {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Name"> + <context kind="class">Presentation</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--method::Presentation.NewWindow--> + <element type="method"> + <source id="PowerPoint.Presentation.NewWindow"> + <context kind="class">Presentation</context> + <name>NewWindow</name> + <type>DocumentWindow</type> + </source> + </element> + <!--property::Presentation.NoLineBreakAfter--> + <element type="property"> + <source id="PowerPoint.Presentation.NoLineBreakAfter"> + <context kind="class">Presentation</context> + <name>NoLineBreakAfter</name> + <type>String</type> + </source> + </element> + <!--property::Presentation.NoLineBreakBefore--> + <element type="property"> + <source id="PowerPoint.Presentation.NoLineBreakBefore"> + <context kind="class">Presentation</context> + <name>NoLineBreakBefore</name> + <type>String</type> + </source> + </element> + <!--property::Presentation.NotesMaster {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.NotesMaster"> + <context kind="class">Presentation</context> + <name>NotesMaster</name> + <type>_Master</type> + </source> + </element> + <!--property::Presentation.PageSetup {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.PageSetup"> + <context kind="class">Presentation</context> + <name>PageSetup</name> + <type>PageSetup</type> + </source> + </element> + <!--property::Presentation.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Parent"> + <context kind="class">Presentation</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Presentation.Password--> + <element type="property"> + <source id="PowerPoint.Presentation.Password"> + <context kind="class">Presentation</context> + <name>Password</name> + <type>String</type> + </source> + </element> + <!--property::Presentation.PasswordEncryptionAlgorithm {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.PasswordEncryptionAlgorithm"> + <context kind="class">Presentation</context> + <name>PasswordEncryptionAlgorithm</name> + <type>String</type> + </source> + </element> + <!--property::Presentation.PasswordEncryptionFileProperties {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.PasswordEncryptionFileProperties"> + <context kind="class">Presentation</context> + <name>PasswordEncryptionFileProperties</name> + <type>boolean</type> + </source> + </element> + <!--property::Presentation.PasswordEncryptionKeyLength {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.PasswordEncryptionKeyLength"> + <context kind="class">Presentation</context> + <name>PasswordEncryptionKeyLength</name> + <type>Integer</type> + </source> + </element> + <!--property::Presentation.PasswordEncryptionProvider {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.PasswordEncryptionProvider"> + <context kind="class">Presentation</context> + <name>PasswordEncryptionProvider</name> + <type>String</type> + </source> + </element> + <!--property::Presentation.Path {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Path"> + <context kind="class">Presentation</context> + <name>Path</name> + <type>String</type> + </source> + </element> + <!--property::Presentation.Permission {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Permission"> + <context kind="class">Presentation</context> + <name>Permission</name> + <type>Permission</type> + </source> + </element> + <!--property::Presentation.PrintOptions {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.PrintOptions"> + <context kind="class">Presentation</context> + <name>PrintOptions</name> + <type>PrintOptions</type> + </source> + </element> + <!--method::Presentation.PrintOut--> + <element type="method"> + <source id="PowerPoint.Presentation.PrintOut"> + <context kind="class">Presentation</context> + <name>PrintOut</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>From</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>To</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>PrintToFile</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Copies</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Collate</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentation.PublishObjects {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.PublishObjects"> + <context kind="class">Presentation</context> + <name>PublishObjects</name> + <type>PublishObjects</type> + </source> + </element> + <!--property::Presentation.ReadOnly {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.ReadOnly"> + <context kind="class">Presentation</context> + <name>ReadOnly</name> + <type>Integer</type> + </source> + </element> + <!--method::Presentation.ReloadAs--> + <element type="method"> + <source id="PowerPoint.Presentation.ReloadAs"> + <context kind="class">Presentation</context> + <name>ReloadAs</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>cp</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.RemoveBaseline--> + <element type="method"> + <source id="PowerPoint.Presentation.RemoveBaseline"> + <context kind="class">Presentation</context> + <name>RemoveBaseline</name> + <type>void</type> + </source> + </element> + <!--property::Presentation.RemovePersonalInformation--> + <element type="property"> + <source id="PowerPoint.Presentation.RemovePersonalInformation"> + <context kind="class">Presentation</context> + <name>RemovePersonalInformation</name> + <type>Integer</type> + </source> + </element> + <!--method::Presentation.ReplyWithChanges--> + <element type="method"> + <source id="PowerPoint.Presentation.ReplyWithChanges"> + <context kind="class">Presentation</context> + <name>ReplyWithChanges</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>boolean</type> + <name>ShowMessage</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.Save--> + <element type="method"> + <source id="PowerPoint.Presentation.Save"> + <context kind="class">Presentation</context> + <name>Save</name> + <type>void</type> + </source> + </element> + <!--method::Presentation.SaveAs--> + <element type="method"> + <source id="PowerPoint.Presentation.SaveAs"> + <context kind="class">Presentation</context> + <name>SaveAs</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>FileFormat</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>EmbedTrueTypeFonts</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.SaveCopyAs--> + <element type="method"> + <source id="PowerPoint.Presentation.SaveCopyAs"> + <context kind="class">Presentation</context> + <name>SaveCopyAs</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>FileFormat</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>EmbedTrueTypeFonts</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentation.Saved--> + <element type="property"> + <source id="PowerPoint.Presentation.Saved"> + <context kind="class">Presentation</context> + <name>Saved</name> + <type>Integer</type> + </source> + </element> + <!--method::Presentation.sblt--> + <element type="method"> + <source id="PowerPoint.Presentation.sblt"> + <context kind="class">Presentation</context> + <name>sblt</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>s</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.SendFaxOverInternet--> + <element type="method"> + <source id="PowerPoint.Presentation.SendFaxOverInternet"> + <context kind="class">Presentation</context> + <name>SendFaxOverInternet</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>String</type> + <name>Recipients</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>Subject</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>ShowMessage</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.SendForReview--> + <element type="method"> + <source id="PowerPoint.Presentation.SendForReview"> + <context kind="class">Presentation</context> + <name>SendForReview</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>String</type> + <name>Recipients</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>Subject</name> + </parameter> + <parameter optional="true"> + <type>boolean</type> + <name>ShowMessage</name> + </parameter> + <parameter optional="true"> + <type>Variant</type> + <name>IncludeAttachment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.SetPasswordEncryptionOptions--> + <element type="method"> + <source id="PowerPoint.Presentation.SetPasswordEncryptionOptions"> + <context kind="class">Presentation</context> + <name>SetPasswordEncryptionOptions</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>PasswordEncryptionProvider</name> + </parameter> + <parameter> + <type>String</type> + <name>PasswordEncryptionAlgorithm</name> + </parameter> + <parameter> + <type>Integer</type> + <name>PasswordEncryptionKeyLength</name> + </parameter> + <parameter> + <type>boolean</type> + <name>PasswordEncryptionFileProperties</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentation.SetUndoText--> + <element type="method"> + <source id="PowerPoint.Presentation.SetUndoText"> + <context kind="class">Presentation</context> + <name>SetUndoText</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Text</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentation.SharedWorkspace {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.SharedWorkspace"> + <context kind="class">Presentation</context> + <name>SharedWorkspace</name> + <type>SharedWorkspace</type> + </source> + </element> + <!--property::Presentation.Signatures {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Signatures"> + <context kind="class">Presentation</context> + <name>Signatures</name> + <type>SignatureSet</type> + </source> + </element> + <!--property::Presentation.SlideMaster {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.SlideMaster"> + <context kind="class">Presentation</context> + <name>SlideMaster</name> + <type>_Master</type> + </source> + </element> + <!--property::Presentation.Slides {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Slides"> + <context kind="class">Presentation</context> + <name>Slides</name> + <type>Slides</type> + </source> + </element> + <!--property::Presentation.SlideShowSettings {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.SlideShowSettings"> + <context kind="class">Presentation</context> + <name>SlideShowSettings</name> + <type>SlideShowSettings</type> + </source> + </element> + <!--property::Presentation.SlideShowWindow {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.SlideShowWindow"> + <context kind="class">Presentation</context> + <name>SlideShowWindow</name> + <type>SlideShowWindow</type> + </source> + </element> + <!--property::Presentation.SnapToGrid--> + <element type="property"> + <source id="PowerPoint.Presentation.SnapToGrid"> + <context kind="class">Presentation</context> + <name>SnapToGrid</name> + <type>Integer</type> + </source> + </element> + <!--property::Presentation.Sync {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Sync"> + <context kind="class">Presentation</context> + <name>Sync</name> + <type>Sync</type> + </source> + </element> + <!--property::Presentation.Tags {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Tags"> + <context kind="class">Presentation</context> + <name>Tags</name> + <type>Tags</type> + </source> + </element> + <!--property::Presentation.TemplateName {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.TemplateName"> + <context kind="class">Presentation</context> + <name>TemplateName</name> + <type>String</type> + </source> + </element> + <!--property::Presentation.TitleMaster {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.TitleMaster"> + <context kind="class">Presentation</context> + <name>TitleMaster</name> + <type>_Master</type> + </source> + </element> + <!--method::Presentation.Unused--> + <element type="method"> + <source id="PowerPoint.Presentation.Unused"> + <context kind="class">Presentation</context> + <name>Unused</name> + <type>void</type> + </source> + </element> + <!--method::Presentation.UpdateLinks--> + <element type="method"> + <source id="PowerPoint.Presentation.UpdateLinks"> + <context kind="class">Presentation</context> + <name>UpdateLinks</name> + <type>void</type> + </source> + </element> + <!--property::Presentation.VBASigned {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.VBASigned"> + <context kind="class">Presentation</context> + <name>VBASigned</name> + <type>Integer</type> + </source> + </element> + <!--property::Presentation.VBProject {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.VBProject"> + <context kind="class">Presentation</context> + <name>VBProject</name> + <type>VBProject</type> + </source> + </element> + <!--property::Presentation.WebOptions {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.WebOptions"> + <context kind="class">Presentation</context> + <name>WebOptions</name> + <type>WebOptions</type> + </source> + </element> + <!--method::Presentation.WebPagePreview--> + <element type="method"> + <source id="PowerPoint.Presentation.WebPagePreview"> + <context kind="class">Presentation</context> + <name>WebPagePreview</name> + <type>void</type> + </source> + </element> + <!--property::Presentation.Windows {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentation.Windows"> + <context kind="class">Presentation</context> + <name>Windows</name> + <type>DocumentWindows</type> + </source> + </element> + <!--property::Presentation.WritePassword--> + <element type="property"> + <source id="PowerPoint.Presentation.WritePassword"> + <context kind="class">Presentation</context> + <name>WritePassword</name> + <type>String</type> + </source> + </element> + <!--Class::Presentations--> + <element type="class"> + <source id="PowerPoint.Presentations"> + <name>Presentations</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Presentations.Add--> + <element type="method"> + <source id="PowerPoint.Presentations.Add"> + <context kind="class">Presentations</context> + <name>Add</name> + <type>Presentation</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>WithWindow</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentations.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentations.Application"> + <context kind="class">Presentations</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Presentations.CanCheckOut--> + <element type="method"> + <source id="PowerPoint.Presentations.CanCheckOut"> + <context kind="class">Presentations</context> + <name>CanCheckOut</name> + <type>boolean</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentations.CheckOut--> + <element type="method"> + <source id="PowerPoint.Presentations.CheckOut"> + <context kind="class">Presentations</context> + <name>CheckOut</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentations.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentations.Count"> + <context kind="class">Presentations</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Presentations.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Presentations.Item"> + <context kind="class">Presentations</context> + <name default="true">Item</name> + <type>Presentation</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentations.Open--> + <element type="method"> + <source id="PowerPoint.Presentations.Open"> + <context kind="class">Presentations</context> + <name>Open</name> + <type>Presentation</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ReadOnly</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Untitled</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>WithWindow</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Presentations.OpenOld--> + <element type="method"> + <source id="PowerPoint.Presentations.OpenOld"> + <context kind="class">Presentations</context> + <name>OpenOld</name> + <type>Presentation</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ReadOnly</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Untitled</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>WithWindow</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Presentations.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Presentations.Parent"> + <context kind="class">Presentations</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::PrintOptions--> + <element type="class"> + <source id="PowerPoint.PrintOptions"> + <name>PrintOptions</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PrintOptions.ActivePrinter--> + <element type="property"> + <source id="PowerPoint.PrintOptions.ActivePrinter"> + <context kind="class">PrintOptions</context> + <name>ActivePrinter</name> + <type>String</type> + </source> + </element> + <!--property::PrintOptions.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintOptions.Application"> + <context kind="class">PrintOptions</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PrintOptions.Collate--> + <element type="property"> + <source id="PowerPoint.PrintOptions.Collate"> + <context kind="class">PrintOptions</context> + <name>Collate</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.FitToPage--> + <element type="property"> + <source id="PowerPoint.PrintOptions.FitToPage"> + <context kind="class">PrintOptions</context> + <name>FitToPage</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.FrameSlides--> + <element type="property"> + <source id="PowerPoint.PrintOptions.FrameSlides"> + <context kind="class">PrintOptions</context> + <name>FrameSlides</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.HandoutOrder--> + <element type="property"> + <source id="PowerPoint.PrintOptions.HandoutOrder"> + <context kind="class">PrintOptions</context> + <name>HandoutOrder</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.NumberOfCopies--> + <element type="property"> + <source id="PowerPoint.PrintOptions.NumberOfCopies"> + <context kind="class">PrintOptions</context> + <name>NumberOfCopies</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.OutputType--> + <element type="property"> + <source id="PowerPoint.PrintOptions.OutputType"> + <context kind="class">PrintOptions</context> + <name>OutputType</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintOptions.Parent"> + <context kind="class">PrintOptions</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::PrintOptions.PrintColorType--> + <element type="property"> + <source id="PowerPoint.PrintOptions.PrintColorType"> + <context kind="class">PrintOptions</context> + <name>PrintColorType</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.PrintComments--> + <element type="property"> + <source id="PowerPoint.PrintOptions.PrintComments"> + <context kind="class">PrintOptions</context> + <name>PrintComments</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.PrintFontsAsGraphics--> + <element type="property"> + <source id="PowerPoint.PrintOptions.PrintFontsAsGraphics"> + <context kind="class">PrintOptions</context> + <name>PrintFontsAsGraphics</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.PrintHiddenSlides--> + <element type="property"> + <source id="PowerPoint.PrintOptions.PrintHiddenSlides"> + <context kind="class">PrintOptions</context> + <name>PrintHiddenSlides</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.PrintInBackground--> + <element type="property"> + <source id="PowerPoint.PrintOptions.PrintInBackground"> + <context kind="class">PrintOptions</context> + <name>PrintInBackground</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.Ranges {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintOptions.Ranges"> + <context kind="class">PrintOptions</context> + <name>Ranges</name> + <type>PrintRanges</type> + </source> + </element> + <!--property::PrintOptions.RangeType--> + <element type="property"> + <source id="PowerPoint.PrintOptions.RangeType"> + <context kind="class">PrintOptions</context> + <name>RangeType</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintOptions.SlideShowName--> + <element type="property"> + <source id="PowerPoint.PrintOptions.SlideShowName"> + <context kind="class">PrintOptions</context> + <name>SlideShowName</name> + <type>String</type> + </source> + </element> + <!--Class::PrintRange--> + <element type="class"> + <source id="PowerPoint.PrintRange"> + <name>PrintRange</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PrintRange.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintRange.Application"> + <context kind="class">PrintRange</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::PrintRange.Delete--> + <element type="method"> + <source id="PowerPoint.PrintRange.Delete"> + <context kind="class">PrintRange</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::PrintRange.End {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintRange.End"> + <context kind="class">PrintRange</context> + <name>End</name> + <type>Integer</type> + </source> + </element> + <!--property::PrintRange.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintRange.Parent"> + <context kind="class">PrintRange</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::PrintRange.Start {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintRange.Start"> + <context kind="class">PrintRange</context> + <name>Start</name> + <type>Integer</type> + </source> + </element> + <!--Class::PrintRanges--> + <element type="class"> + <source id="PowerPoint.PrintRanges"> + <name>PrintRanges</name> + </source> + <destination designation="identity" /> + </element> + <!--method::PrintRanges.Add--> + <element type="method"> + <source id="PowerPoint.PrintRanges.Add"> + <context kind="class">PrintRanges</context> + <name>Add</name> + <type>PrintRange</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Start</name> + </parameter> + <parameter> + <type>Integer</type> + <name>End</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::PrintRanges.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintRanges.Application"> + <context kind="class">PrintRanges</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::PrintRanges.ClearAll--> + <element type="method"> + <source id="PowerPoint.PrintRanges.ClearAll"> + <context kind="class">PrintRanges</context> + <name>ClearAll</name> + <type>void</type> + </source> + </element> + <!--property::PrintRanges.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintRanges.Count"> + <context kind="class">PrintRanges</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::PrintRanges.Item {Default}--> + <element type="method"> + <source id="PowerPoint.PrintRanges.Item"> + <context kind="class">PrintRanges</context> + <name default="true">Item</name> + <type>PrintRange</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::PrintRanges.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PrintRanges.Parent"> + <context kind="class">PrintRanges</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::PropertyEffect--> + <element type="class"> + <source id="PowerPoint.PropertyEffect"> + <name>PropertyEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PropertyEffect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PropertyEffect.Application"> + <context kind="class">PropertyEffect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PropertyEffect.From--> + <element type="property"> + <source id="PowerPoint.PropertyEffect.From"> + <context kind="class">PropertyEffect</context> + <name>From</name> + <type>Variant</type> + </source> + </element> + <!--property::PropertyEffect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PropertyEffect.Parent"> + <context kind="class">PropertyEffect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::PropertyEffect.Points {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PropertyEffect.Points"> + <context kind="class">PropertyEffect</context> + <name>Points</name> + <type>AnimationPoints</type> + </source> + </element> + <!--property::PropertyEffect.Property--> + <element type="property"> + <source id="PowerPoint.PropertyEffect.Property"> + <context kind="class">PropertyEffect</context> + <name>Property</name> + <type>Integer</type> + </source> + </element> + <!--property::PropertyEffect.To--> + <element type="property"> + <source id="PowerPoint.PropertyEffect.To"> + <context kind="class">PropertyEffect</context> + <name>To</name> + <type>Variant</type> + </source> + </element> + <!--Class::PublishObject--> + <element type="class"> + <source id="PowerPoint.PublishObject"> + <name>PublishObject</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PublishObject.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PublishObject.Application"> + <context kind="class">PublishObject</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PublishObject.FileName--> + <element type="property"> + <source id="PowerPoint.PublishObject.FileName"> + <context kind="class">PublishObject</context> + <name>FileName</name> + <type>String</type> + </source> + </element> + <!--property::PublishObject.HTMLVersion--> + <element type="property"> + <source id="PowerPoint.PublishObject.HTMLVersion"> + <context kind="class">PublishObject</context> + <name>HTMLVersion</name> + <type>Integer</type> + </source> + </element> + <!--property::PublishObject.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PublishObject.Parent"> + <context kind="class">PublishObject</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::PublishObject.Publish--> + <element type="method"> + <source id="PowerPoint.PublishObject.Publish"> + <context kind="class">PublishObject</context> + <name>Publish</name> + <type>void</type> + </source> + </element> + <!--property::PublishObject.RangeEnd--> + <element type="property"> + <source id="PowerPoint.PublishObject.RangeEnd"> + <context kind="class">PublishObject</context> + <name>RangeEnd</name> + <type>Integer</type> + </source> + </element> + <!--property::PublishObject.RangeStart--> + <element type="property"> + <source id="PowerPoint.PublishObject.RangeStart"> + <context kind="class">PublishObject</context> + <name>RangeStart</name> + <type>Integer</type> + </source> + </element> + <!--property::PublishObject.SlideShowName--> + <element type="property"> + <source id="PowerPoint.PublishObject.SlideShowName"> + <context kind="class">PublishObject</context> + <name>SlideShowName</name> + <type>String</type> + </source> + </element> + <!--property::PublishObject.SourceType--> + <element type="property"> + <source id="PowerPoint.PublishObject.SourceType"> + <context kind="class">PublishObject</context> + <name>SourceType</name> + <type>Integer</type> + </source> + </element> + <!--property::PublishObject.SpeakerNotes--> + <element type="property"> + <source id="PowerPoint.PublishObject.SpeakerNotes"> + <context kind="class">PublishObject</context> + <name>SpeakerNotes</name> + <type>Integer</type> + </source> + </element> + <!--Class::PublishObjects--> + <element type="class"> + <source id="PowerPoint.PublishObjects"> + <name>PublishObjects</name> + </source> + <destination designation="identity" /> + </element> + <!--property::PublishObjects.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PublishObjects.Application"> + <context kind="class">PublishObjects</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::PublishObjects.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PublishObjects.Count"> + <context kind="class">PublishObjects</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::PublishObjects.Item {Default}--> + <element type="method"> + <source id="PowerPoint.PublishObjects.Item"> + <context kind="class">PublishObjects</context> + <name default="true">Item</name> + <type>PublishObject</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::PublishObjects.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.PublishObjects.Parent"> + <context kind="class">PublishObjects</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::RGBColor--> + <element type="class"> + <source id="PowerPoint.RGBColor"> + <name>RGBColor</name> + </source> + <destination designation="identity" /> + </element> + <!--property::RGBColor.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.RGBColor.Application"> + <context kind="class">RGBColor</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::RGBColor.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.RGBColor.Parent"> + <context kind="class">RGBColor</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::RGBColor.RGB {Default}--> + <element type="property"> + <source id="PowerPoint.RGBColor.RGB"> + <context kind="class">RGBColor</context> + <name default="true">RGB</name> + <type>Integer</type> + </source> + </element> + <!--Class::RotationEffect--> + <element type="class"> + <source id="PowerPoint.RotationEffect"> + <name>RotationEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::RotationEffect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.RotationEffect.Application"> + <context kind="class">RotationEffect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::RotationEffect.By--> + <element type="property"> + <source id="PowerPoint.RotationEffect.By"> + <context kind="class">RotationEffect</context> + <name>By</name> + <type>Single</type> + </source> + </element> + <!--property::RotationEffect.From--> + <element type="property"> + <source id="PowerPoint.RotationEffect.From"> + <context kind="class">RotationEffect</context> + <name>From</name> + <type>Single</type> + </source> + </element> + <!--property::RotationEffect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.RotationEffect.Parent"> + <context kind="class">RotationEffect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::RotationEffect.To--> + <element type="property"> + <source id="PowerPoint.RotationEffect.To"> + <context kind="class">RotationEffect</context> + <name>To</name> + <type>Single</type> + </source> + </element> + <!--Class::Row--> + <element type="class"> + <source id="PowerPoint.Row"> + <name>Row</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Row.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Row.Application"> + <context kind="class">Row</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Row.Cells {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Row.Cells"> + <context kind="class">Row</context> + <name>Cells</name> + <type>CellRange</type> + </source> + </element> + <!--method::Row.Delete--> + <element type="method"> + <source id="PowerPoint.Row.Delete"> + <context kind="class">Row</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Row.Height--> + <element type="property"> + <source id="PowerPoint.Row.Height"> + <context kind="class">Row</context> + <name>Height</name> + <type>Single</type> + </source> + </element> + <!--property::Row.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Row.Parent"> + <context kind="class">Row</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::Row.Select--> + <element type="method"> + <source id="PowerPoint.Row.Select"> + <context kind="class">Row</context> + <name>Select</name> + <type>void</type> + </source> + </element> + <!--Class::Rows--> + <element type="class"> + <source id="PowerPoint.Rows"> + <name>Rows</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Rows.Add--> + <element type="method"> + <source id="PowerPoint.Rows.Add"> + <context kind="class">Rows</context> + <name>Add</name> + <type>Row</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>BeforeRow</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Rows.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Rows.Application"> + <context kind="class">Rows</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Rows.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Rows.Count"> + <context kind="class">Rows</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Rows.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Rows.Item"> + <context kind="class">Rows</context> + <name default="true">Item</name> + <type>Row</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Rows.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Rows.Parent"> + <context kind="class">Rows</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Ruler--> + <element type="class"> + <source id="PowerPoint.Ruler"> + <name>Ruler</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Ruler.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Ruler.Application"> + <context kind="class">Ruler</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Ruler.Levels {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Ruler.Levels"> + <context kind="class">Ruler</context> + <name>Levels</name> + <type>RulerLevels</type> + </source> + </element> + <!--property::Ruler.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Ruler.Parent"> + <context kind="class">Ruler</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Ruler.TabStops {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Ruler.TabStops"> + <context kind="class">Ruler</context> + <name>TabStops</name> + <type>TabStops</type> + </source> + </element> + <!--Class::RulerLevel--> + <element type="class"> + <source id="PowerPoint.RulerLevel"> + <name>RulerLevel</name> + </source> + <destination designation="identity" /> + </element> + <!--property::RulerLevel.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.RulerLevel.Application"> + <context kind="class">RulerLevel</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::RulerLevel.FirstMargin--> + <element type="property"> + <source id="PowerPoint.RulerLevel.FirstMargin"> + <context kind="class">RulerLevel</context> + <name>FirstMargin</name> + <type>Single</type> + </source> + </element> + <!--property::RulerLevel.LeftMargin--> + <element type="property"> + <source id="PowerPoint.RulerLevel.LeftMargin"> + <context kind="class">RulerLevel</context> + <name>LeftMargin</name> + <type>Single</type> + </source> + </element> + <!--property::RulerLevel.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.RulerLevel.Parent"> + <context kind="class">RulerLevel</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::RulerLevels--> + <element type="class"> + <source id="PowerPoint.RulerLevels"> + <name>RulerLevels</name> + </source> + <destination designation="identity" /> + </element> + <!--property::RulerLevels.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.RulerLevels.Application"> + <context kind="class">RulerLevels</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::RulerLevels.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.RulerLevels.Count"> + <context kind="class">RulerLevels</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::RulerLevels.Item {Default}--> + <element type="method"> + <source id="PowerPoint.RulerLevels.Item"> + <context kind="class">RulerLevels</context> + <name default="true">Item</name> + <type>RulerLevel</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::RulerLevels.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.RulerLevels.Parent"> + <context kind="class">RulerLevels</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::ScaleEffect--> + <element type="class"> + <source id="PowerPoint.ScaleEffect"> + <name>ScaleEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ScaleEffect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ScaleEffect.Application"> + <context kind="class">ScaleEffect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ScaleEffect.ByX--> + <element type="property"> + <source id="PowerPoint.ScaleEffect.ByX"> + <context kind="class">ScaleEffect</context> + <name>ByX</name> + <type>Single</type> + </source> + </element> + <!--property::ScaleEffect.ByY--> + <element type="property"> + <source id="PowerPoint.ScaleEffect.ByY"> + <context kind="class">ScaleEffect</context> + <name>ByY</name> + <type>Single</type> + </source> + </element> + <!--property::ScaleEffect.FromX--> + <element type="property"> + <source id="PowerPoint.ScaleEffect.FromX"> + <context kind="class">ScaleEffect</context> + <name>FromX</name> + <type>Single</type> + </source> + </element> + <!--property::ScaleEffect.FromY--> + <element type="property"> + <source id="PowerPoint.ScaleEffect.FromY"> + <context kind="class">ScaleEffect</context> + <name>FromY</name> + <type>Single</type> + </source> + </element> + <!--property::ScaleEffect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ScaleEffect.Parent"> + <context kind="class">ScaleEffect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ScaleEffect.ToX--> + <element type="property"> + <source id="PowerPoint.ScaleEffect.ToX"> + <context kind="class">ScaleEffect</context> + <name>ToX</name> + <type>Single</type> + </source> + </element> + <!--property::ScaleEffect.ToY--> + <element type="property"> + <source id="PowerPoint.ScaleEffect.ToY"> + <context kind="class">ScaleEffect</context> + <name>ToY</name> + <type>Single</type> + </source> + </element> + <!--Class::Selection--> + <element type="class"> + <source id="PowerPoint.Selection"> + <name>Selection</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Selection.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Selection.Application"> + <context kind="class">Selection</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Selection.ChildShapeRange {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Selection.ChildShapeRange"> + <context kind="class">Selection</context> + <name>ChildShapeRange</name> + <type>ShapeRange</type> + </source> + </element> + <!--method::Selection.Copy--> + <element type="method"> + <source id="PowerPoint.Selection.Copy"> + <context kind="class">Selection</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--method::Selection.Cut--> + <element type="method"> + <source id="PowerPoint.Selection.Cut"> + <context kind="class">Selection</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--method::Selection.Delete--> + <element type="method"> + <source id="PowerPoint.Selection.Delete"> + <context kind="class">Selection</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Selection.HasChildShapeRange {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Selection.HasChildShapeRange"> + <context kind="class">Selection</context> + <name>HasChildShapeRange</name> + <type>boolean</type> + </source> + </element> + <!--property::Selection.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Selection.Parent"> + <context kind="class">Selection</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Selection.ShapeRange {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Selection.ShapeRange"> + <context kind="class">Selection</context> + <name>ShapeRange</name> + <type>ShapeRange</type> + </source> + </element> + <!--property::Selection.SlideRange {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Selection.SlideRange"> + <context kind="class">Selection</context> + <name>SlideRange</name> + <type>SlideRange</type> + </source> + </element> + <!--property::Selection.TextRange {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Selection.TextRange"> + <context kind="class">Selection</context> + <name>TextRange</name> + <type>TextRange</type> + </source> + </element> + <!--property::Selection.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Selection.Type"> + <context kind="class">Selection</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--method::Selection.Unselect--> + <element type="method"> + <source id="PowerPoint.Selection.Unselect"> + <context kind="class">Selection</context> + <name>Unselect</name> + <type>void</type> + </source> + </element> + <!--Class::Sequence--> + <element type="class"> + <source id="PowerPoint.Sequence"> + <name>Sequence</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Sequence.AddEffect--> + <element type="method"> + <source id="PowerPoint.Sequence.AddEffect"> + <context kind="class">Sequence</context> + <name>AddEffect</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Shape</type> + <name>Shape</name> + </parameter> + <parameter> + <type>Integer</type> + <name>effectId</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Level</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>trigger</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Sequence.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Sequence.Application"> + <context kind="class">Sequence</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Sequence.Clone--> + <element type="method"> + <source id="PowerPoint.Sequence.Clone"> + <context kind="class">Sequence</context> + <name>Clone</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Effect</type> + <name>Effect</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Sequence.ConvertToAfterEffect--> + <element type="method"> + <source id="PowerPoint.Sequence.ConvertToAfterEffect"> + <context kind="class">Sequence</context> + <name>ConvertToAfterEffect</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Effect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>Integer</type> + <name>After</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>DimColor</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>DimSchemeColor</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Sequence.ConvertToAnimateBackground--> + <element type="method"> + <source id="PowerPoint.Sequence.ConvertToAnimateBackground"> + <context kind="class">Sequence</context> + <name>ConvertToAnimateBackground</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Effect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>Integer</type> + <name>AnimateBackground</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Sequence.ConvertToAnimateInReverse--> + <element type="method"> + <source id="PowerPoint.Sequence.ConvertToAnimateInReverse"> + <context kind="class">Sequence</context> + <name>ConvertToAnimateInReverse</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Effect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>Integer</type> + <name>animateInReverse</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Sequence.ConvertToBuildLevel--> + <element type="method"> + <source id="PowerPoint.Sequence.ConvertToBuildLevel"> + <context kind="class">Sequence</context> + <name>ConvertToBuildLevel</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Effect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Level</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Sequence.ConvertToTextUnitEffect--> + <element type="method"> + <source id="PowerPoint.Sequence.ConvertToTextUnitEffect"> + <context kind="class">Sequence</context> + <name>ConvertToTextUnitEffect</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Effect</type> + <name>Effect</name> + </parameter> + <parameter> + <type>Integer</type> + <name>unitEffect</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Sequence.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Sequence.Count"> + <context kind="class">Sequence</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Sequence.FindFirstAnimationFor--> + <element type="method"> + <source id="PowerPoint.Sequence.FindFirstAnimationFor"> + <context kind="class">Sequence</context> + <name>FindFirstAnimationFor</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Shape</type> + <name>Shape</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Sequence.FindFirstAnimationForClick--> + <element type="method"> + <source id="PowerPoint.Sequence.FindFirstAnimationForClick"> + <context kind="class">Sequence</context> + <name>FindFirstAnimationForClick</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>click</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Sequence.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Sequence.Item"> + <context kind="class">Sequence</context> + <name default="true">Item</name> + <type>Effect</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Sequence.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Sequence.Parent"> + <context kind="class">Sequence</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Sequences--> + <element type="class"> + <source id="PowerPoint.Sequences"> + <name>Sequences</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Sequences.Add--> + <element type="method"> + <source id="PowerPoint.Sequences.Add"> + <context kind="class">Sequences</context> + <name>Add</name> + <type>Sequence</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Sequences.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Sequences.Application"> + <context kind="class">Sequences</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Sequences.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Sequences.Count"> + <context kind="class">Sequences</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Sequences.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Sequences.Item"> + <context kind="class">Sequences</context> + <name default="true">Item</name> + <type>Sequence</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Sequences.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Sequences.Parent"> + <context kind="class">Sequences</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SetEffect--> + <element type="class"> + <source id="PowerPoint.SetEffect"> + <name>SetEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SetEffect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SetEffect.Application"> + <context kind="class">SetEffect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SetEffect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SetEffect.Parent"> + <context kind="class">SetEffect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::SetEffect.Property--> + <element type="property"> + <source id="PowerPoint.SetEffect.Property"> + <context kind="class">SetEffect</context> + <name>Property</name> + <type>Integer</type> + </source> + </element> + <!--property::SetEffect.To--> + <element type="property"> + <source id="PowerPoint.SetEffect.To"> + <context kind="class">SetEffect</context> + <name>To</name> + <type>Variant</type> + </source> + </element> + <!--Class::ShadowFormat--> + <element type="class"> + <source id="PowerPoint.ShadowFormat"> + <name>ShadowFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ShadowFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.Application"> + <context kind="class">ShadowFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ShadowFormat.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.Creator"> + <context kind="class">ShadowFormat</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::ShadowFormat.ForeColor--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.ForeColor"> + <context kind="class">ShadowFormat</context> + <name>ForeColor</name> + <type>ColorFormat</type> + </source> + </element> + <!--method::ShadowFormat.IncrementOffsetX--> + <element type="method"> + <source id="PowerPoint.ShadowFormat.IncrementOffsetX"> + <context kind="class">ShadowFormat</context> + <name>IncrementOffsetX</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShadowFormat.IncrementOffsetY--> + <element type="method"> + <source id="PowerPoint.ShadowFormat.IncrementOffsetY"> + <context kind="class">ShadowFormat</context> + <name>IncrementOffsetY</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ShadowFormat.Obscured--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.Obscured"> + <context kind="class">ShadowFormat</context> + <name>Obscured</name> + <type>Integer</type> + </source> + </element> + <!--property::ShadowFormat.OffsetX--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.OffsetX"> + <context kind="class">ShadowFormat</context> + <name>OffsetX</name> + <type>Single</type> + </source> + </element> + <!--property::ShadowFormat.OffsetY--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.OffsetY"> + <context kind="class">ShadowFormat</context> + <name>OffsetY</name> + <type>Single</type> + </source> + </element> + <!--property::ShadowFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.Parent"> + <context kind="class">ShadowFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ShadowFormat.Transparency--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.Transparency"> + <context kind="class">ShadowFormat</context> + <name>Transparency</name> + <type>Single</type> + </source> + </element> + <!--property::ShadowFormat.Type--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.Type"> + <context kind="class">ShadowFormat</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--property::ShadowFormat.Visible--> + <element type="property"> + <source id="PowerPoint.ShadowFormat.Visible"> + <context kind="class">ShadowFormat</context> + <name>Visible</name> + <type>Integer</type> + </source> + </element> + <!--Class::Shape--> + <element type="class"> + <source id="PowerPoint.Shape"> + <name>Shape</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Shape.ActionSettings {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.ActionSettings"> + <context kind="class">Shape</context> + <name>ActionSettings</name> + <type>ActionSettings</type> + </source> + </element> + <!--property::Shape.Adjustments {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Adjustments"> + <context kind="class">Shape</context> + <name>Adjustments</name> + <type>Adjustments</type> + </source> + </element> + <!--property::Shape.AlternativeText--> + <element type="property"> + <source id="PowerPoint.Shape.AlternativeText"> + <context kind="class">Shape</context> + <name>AlternativeText</name> + <type>String</type> + </source> + </element> + <!--property::Shape.AnimationSettings {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.AnimationSettings"> + <context kind="class">Shape</context> + <name>AnimationSettings</name> + <type>AnimationSettings</type> + </source> + </element> + <!--property::Shape.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Application"> + <context kind="class">Shape</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Shape.Apply--> + <element type="method"> + <source id="PowerPoint.Shape.Apply"> + <context kind="class">Shape</context> + <name>Apply</name> + <type>void</type> + </source> + </element> + <!--property::Shape.AutoShapeType--> + <element type="property"> + <source id="PowerPoint.Shape.AutoShapeType"> + <context kind="class">Shape</context> + <name>AutoShapeType</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.BlackWhiteMode--> + <element type="property"> + <source id="PowerPoint.Shape.BlackWhiteMode"> + <context kind="class">Shape</context> + <name>BlackWhiteMode</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.Callout {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Callout"> + <context kind="class">Shape</context> + <name>Callout</name> + <type>CalloutFormat</type> + </source> + </element> + <!--method::Shape.CanvasCropBottom--> + <element type="method"> + <source id="PowerPoint.Shape.CanvasCropBottom"> + <context kind="class">Shape</context> + <name>CanvasCropBottom</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shape.CanvasCropLeft--> + <element type="method"> + <source id="PowerPoint.Shape.CanvasCropLeft"> + <context kind="class">Shape</context> + <name>CanvasCropLeft</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shape.CanvasCropRight--> + <element type="method"> + <source id="PowerPoint.Shape.CanvasCropRight"> + <context kind="class">Shape</context> + <name>CanvasCropRight</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shape.CanvasCropTop--> + <element type="method"> + <source id="PowerPoint.Shape.CanvasCropTop"> + <context kind="class">Shape</context> + <name>CanvasCropTop</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shape.CanvasItems {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.CanvasItems"> + <context kind="class">Shape</context> + <name>CanvasItems</name> + <type>CanvasShapes</type> + </source> + </element> + <!--property::Shape.Child {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Child"> + <context kind="class">Shape</context> + <name>Child</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.ConnectionSiteCount {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.ConnectionSiteCount"> + <context kind="class">Shape</context> + <name>ConnectionSiteCount</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.Connector {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Connector"> + <context kind="class">Shape</context> + <name>Connector</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.ConnectorFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.ConnectorFormat"> + <context kind="class">Shape</context> + <name>ConnectorFormat</name> + <type>ConnectorFormat</type> + </source> + </element> + <!--method::Shape.Copy--> + <element type="method"> + <source id="PowerPoint.Shape.Copy"> + <context kind="class">Shape</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--property::Shape.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Creator"> + <context kind="class">Shape</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::Shape.Cut--> + <element type="method"> + <source id="PowerPoint.Shape.Cut"> + <context kind="class">Shape</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--method::Shape.Delete--> + <element type="method"> + <source id="PowerPoint.Shape.Delete"> + <context kind="class">Shape</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Shape.Diagram {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Diagram"> + <context kind="class">Shape</context> + <name>Diagram</name> + <type>Diagram</type> + </source> + </element> + <!--property::Shape.DiagramNode {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.DiagramNode"> + <context kind="class">Shape</context> + <name>DiagramNode</name> + <type>DiagramNode</type> + </source> + </element> + <!--method::Shape.Duplicate--> + <element type="method"> + <source id="PowerPoint.Shape.Duplicate"> + <context kind="class">Shape</context> + <name>Duplicate</name> + <type>ShapeRange</type> + </source> + </element> + <!--method::Shape.Export--> + <element type="method"> + <source id="PowerPoint.Shape.Export"> + <context kind="class">Shape</context> + <name>Export</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>PathName</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Filter</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleWidth</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleHeight</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ExportMode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shape.Fill {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Fill"> + <context kind="class">Shape</context> + <name>Fill</name> + <type>FillFormat</type> + </source> + </element> + <!--method::Shape.Flip--> + <element type="method"> + <source id="PowerPoint.Shape.Flip"> + <context kind="class">Shape</context> + <name>Flip</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>FlipCmd</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shape.GroupItems {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.GroupItems"> + <context kind="class">Shape</context> + <name>GroupItems</name> + <type>GroupShapes</type> + </source> + </element> + <!--property::Shape.HasDiagram {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.HasDiagram"> + <context kind="class">Shape</context> + <name>HasDiagram</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.HasDiagramNode {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.HasDiagramNode"> + <context kind="class">Shape</context> + <name>HasDiagramNode</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.HasTable {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.HasTable"> + <context kind="class">Shape</context> + <name>HasTable</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.HasTextFrame {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.HasTextFrame"> + <context kind="class">Shape</context> + <name>HasTextFrame</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.Height--> + <element type="property"> + <source id="PowerPoint.Shape.Height"> + <context kind="class">Shape</context> + <name>Height</name> + <type>Single</type> + </source> + </element> + <!--property::Shape.HorizontalFlip {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.HorizontalFlip"> + <context kind="class">Shape</context> + <name>HorizontalFlip</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.Id {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Id"> + <context kind="class">Shape</context> + <name>Id</name> + <type>Integer</type> + </source> + </element> + <!--method::Shape.IncrementLeft--> + <element type="method"> + <source id="PowerPoint.Shape.IncrementLeft"> + <context kind="class">Shape</context> + <name>IncrementLeft</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shape.IncrementRotation--> + <element type="method"> + <source id="PowerPoint.Shape.IncrementRotation"> + <context kind="class">Shape</context> + <name>IncrementRotation</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shape.IncrementTop--> + <element type="method"> + <source id="PowerPoint.Shape.IncrementTop"> + <context kind="class">Shape</context> + <name>IncrementTop</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shape.Left--> + <element type="property"> + <source id="PowerPoint.Shape.Left"> + <context kind="class">Shape</context> + <name>Left</name> + <type>Single</type> + </source> + </element> + <!--property::Shape.Line {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Line"> + <context kind="class">Shape</context> + <name>Line</name> + <type>LineFormat</type> + </source> + </element> + <!--property::Shape.LinkFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.LinkFormat"> + <context kind="class">Shape</context> + <name>LinkFormat</name> + <type>LinkFormat</type> + </source> + </element> + <!--property::Shape.LockAspectRatio--> + <element type="property"> + <source id="PowerPoint.Shape.LockAspectRatio"> + <context kind="class">Shape</context> + <name>LockAspectRatio</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.MediaType {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.MediaType"> + <context kind="class">Shape</context> + <name>MediaType</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.Name--> + <element type="property"> + <source id="PowerPoint.Shape.Name"> + <context kind="class">Shape</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Shape.Nodes {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Nodes"> + <context kind="class">Shape</context> + <name>Nodes</name> + <type>ShapeNodes</type> + </source> + </element> + <!--property::Shape.OLEFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.OLEFormat"> + <context kind="class">Shape</context> + <name>OLEFormat</name> + <type>OLEFormat</type> + </source> + </element> + <!--property::Shape.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Parent"> + <context kind="class">Shape</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Shape.ParentGroup {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.ParentGroup"> + <context kind="class">Shape</context> + <name>ParentGroup</name> + <type>Shape</type> + </source> + </element> + <!--method::Shape.PickUp--> + <element type="method"> + <source id="PowerPoint.Shape.PickUp"> + <context kind="class">Shape</context> + <name>PickUp</name> + <type>void</type> + </source> + </element> + <!--property::Shape.PictureFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.PictureFormat"> + <context kind="class">Shape</context> + <name>PictureFormat</name> + <type>PictureFormat</type> + </source> + </element> + <!--property::Shape.PlaceholderFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.PlaceholderFormat"> + <context kind="class">Shape</context> + <name>PlaceholderFormat</name> + <type>PlaceholderFormat</type> + </source> + </element> + <!--method::Shape.RerouteConnections--> + <element type="method"> + <source id="PowerPoint.Shape.RerouteConnections"> + <context kind="class">Shape</context> + <name>RerouteConnections</name> + <type>void</type> + </source> + </element> + <!--property::Shape.Rotation--> + <element type="property"> + <source id="PowerPoint.Shape.Rotation"> + <context kind="class">Shape</context> + <name>Rotation</name> + <type>Single</type> + </source> + </element> + <!--method::Shape.ScaleHeight--> + <element type="method"> + <source id="PowerPoint.Shape.ScaleHeight"> + <context kind="class">Shape</context> + <name>ScaleHeight</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Factor</name> + </parameter> + <parameter> + <type>Integer</type> + <name>RelativeToOriginalSize</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>fScale</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shape.ScaleWidth--> + <element type="method"> + <source id="PowerPoint.Shape.ScaleWidth"> + <context kind="class">Shape</context> + <name>ScaleWidth</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Factor</name> + </parameter> + <parameter> + <type>Integer</type> + <name>RelativeToOriginalSize</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>fScale</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shape.Script {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Script"> + <context kind="class">Shape</context> + <name>Script</name> + <type>Script</type> + </source> + </element> + <!--method::Shape.Select--> + <element type="method"> + <source id="PowerPoint.Shape.Select"> + <context kind="class">Shape</context> + <name>Select</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Replace</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shape.SetShapesDefaultProperties--> + <element type="method"> + <source id="PowerPoint.Shape.SetShapesDefaultProperties"> + <context kind="class">Shape</context> + <name>SetShapesDefaultProperties</name> + <type>void</type> + </source> + </element> + <!--property::Shape.Shadow {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Shadow"> + <context kind="class">Shape</context> + <name>Shadow</name> + <type>ShadowFormat</type> + </source> + </element> + <!--property::Shape.SoundFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.SoundFormat"> + <context kind="class">Shape</context> + <name>SoundFormat</name> + <type>SoundFormat</type> + </source> + </element> + <!--property::Shape.Table {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Table"> + <context kind="class">Shape</context> + <name>Table</name> + <type>Table</type> + </source> + </element> + <!--property::Shape.Tags {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Tags"> + <context kind="class">Shape</context> + <name>Tags</name> + <type>Tags</type> + </source> + </element> + <!--property::Shape.TextEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.TextEffect"> + <context kind="class">Shape</context> + <name>TextEffect</name> + <type>TextEffectFormat</type> + </source> + </element> + <!--property::Shape.TextFrame {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.TextFrame"> + <context kind="class">Shape</context> + <name>TextFrame</name> + <type>TextFrame</type> + </source> + </element> + <!--property::Shape.ThreeD {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.ThreeD"> + <context kind="class">Shape</context> + <name>ThreeD</name> + <type>ThreeDFormat</type> + </source> + </element> + <!--property::Shape.Top--> + <element type="property"> + <source id="PowerPoint.Shape.Top"> + <context kind="class">Shape</context> + <name>Top</name> + <type>Single</type> + </source> + </element> + <!--property::Shape.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Type"> + <context kind="class">Shape</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--method::Shape.Ungroup--> + <element type="method"> + <source id="PowerPoint.Shape.Ungroup"> + <context kind="class">Shape</context> + <name>Ungroup</name> + <type>ShapeRange</type> + </source> + </element> + <!--property::Shape.VerticalFlip {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.VerticalFlip"> + <context kind="class">Shape</context> + <name>VerticalFlip</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.Vertices {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.Vertices"> + <context kind="class">Shape</context> + <name>Vertices</name> + <type>Variant</type> + </source> + </element> + <!--property::Shape.Visible--> + <element type="property"> + <source id="PowerPoint.Shape.Visible"> + <context kind="class">Shape</context> + <name>Visible</name> + <type>Integer</type> + </source> + </element> + <!--property::Shape.Width--> + <element type="property"> + <source id="PowerPoint.Shape.Width"> + <context kind="class">Shape</context> + <name>Width</name> + <type>Single</type> + </source> + </element> + <!--method::Shape.ZOrder--> + <element type="method"> + <source id="PowerPoint.Shape.ZOrder"> + <context kind="class">Shape</context> + <name>ZOrder</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>ZOrderCmd</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shape.ZOrderPosition {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shape.ZOrderPosition"> + <context kind="class">Shape</context> + <name>ZOrderPosition</name> + <type>Integer</type> + </source> + </element> + <!--Class::ShapeNode--> + <element type="class"> + <source id="PowerPoint.ShapeNode"> + <name>ShapeNode</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ShapeNode.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNode.Application"> + <context kind="class">ShapeNode</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ShapeNode.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNode.Creator"> + <context kind="class">ShapeNode</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeNode.EditingType {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNode.EditingType"> + <context kind="class">ShapeNode</context> + <name>EditingType</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeNode.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNode.Parent"> + <context kind="class">ShapeNode</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ShapeNode.Points {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNode.Points"> + <context kind="class">ShapeNode</context> + <name>Points</name> + <type>Variant</type> + </source> + </element> + <!--property::ShapeNode.SegmentType {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNode.SegmentType"> + <context kind="class">ShapeNode</context> + <name>SegmentType</name> + <type>Integer</type> + </source> + </element> + <!--Class::ShapeNodes--> + <element type="class"> + <source id="PowerPoint.ShapeNodes"> + <name>ShapeNodes</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ShapeNodes.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNodes.Application"> + <context kind="class">ShapeNodes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ShapeNodes.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNodes.Count"> + <context kind="class">ShapeNodes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeNodes.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNodes.Creator"> + <context kind="class">ShapeNodes</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::ShapeNodes.Delete--> + <element type="method"> + <source id="PowerPoint.ShapeNodes.Delete"> + <context kind="class">ShapeNodes</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeNodes.Insert--> + <element type="method"> + <source id="PowerPoint.ShapeNodes.Insert"> + <context kind="class">ShapeNodes</context> + <name>Insert</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SegmentType</name> + </parameter> + <parameter> + <type>Integer</type> + <name>EditingType</name> + </parameter> + <parameter> + <type>Single</type> + <name>X1</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y1</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>X2</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Y2</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>X3</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Y3</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeNodes.Item {Default}--> + <element type="method"> + <source id="PowerPoint.ShapeNodes.Item"> + <context kind="class">ShapeNodes</context> + <name default="true">Item</name> + <type>ShapeNode</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ShapeNodes.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeNodes.Parent"> + <context kind="class">ShapeNodes</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::ShapeNodes.SetEditingType--> + <element type="method"> + <source id="PowerPoint.ShapeNodes.SetEditingType"> + <context kind="class">ShapeNodes</context> + <name>SetEditingType</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>Integer</type> + <name>EditingType</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeNodes.SetPosition--> + <element type="method"> + <source id="PowerPoint.ShapeNodes.SetPosition"> + <context kind="class">ShapeNodes</context> + <name>SetPosition</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>Single</type> + <name>X1</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y1</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeNodes.SetSegmentType--> + <element type="method"> + <source id="PowerPoint.ShapeNodes.SetSegmentType"> + <context kind="class">ShapeNodes</context> + <name>SetSegmentType</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SegmentType</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::ShapeRange--> + <element type="class"> + <source id="PowerPoint.ShapeRange"> + <name>ShapeRange</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ShapeRange.ActionSettings {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.ActionSettings"> + <context kind="class">ShapeRange</context> + <name>ActionSettings</name> + <type>ActionSettings</type> + </source> + </element> + <!--property::ShapeRange.Adjustments {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Adjustments"> + <context kind="class">ShapeRange</context> + <name>Adjustments</name> + <type>Adjustments</type> + </source> + </element> + <!--method::ShapeRange.Align--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Align"> + <context kind="class">ShapeRange</context> + <name>Align</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>AlignCmd</name> + </parameter> + <parameter> + <type>Integer</type> + <name>RelativeTo</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ShapeRange.AlternativeText--> + <element type="property"> + <source id="PowerPoint.ShapeRange.AlternativeText"> + <context kind="class">ShapeRange</context> + <name>AlternativeText</name> + <type>String</type> + </source> + </element> + <!--property::ShapeRange.AnimationSettings {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.AnimationSettings"> + <context kind="class">ShapeRange</context> + <name>AnimationSettings</name> + <type>AnimationSettings</type> + </source> + </element> + <!--property::ShapeRange.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Application"> + <context kind="class">ShapeRange</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::ShapeRange.Apply--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Apply"> + <context kind="class">ShapeRange</context> + <name>Apply</name> + <type>void</type> + </source> + </element> + <!--property::ShapeRange.AutoShapeType--> + <element type="property"> + <source id="PowerPoint.ShapeRange.AutoShapeType"> + <context kind="class">ShapeRange</context> + <name>AutoShapeType</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.BlackWhiteMode--> + <element type="property"> + <source id="PowerPoint.ShapeRange.BlackWhiteMode"> + <context kind="class">ShapeRange</context> + <name>BlackWhiteMode</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.Callout {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Callout"> + <context kind="class">ShapeRange</context> + <name>Callout</name> + <type>CalloutFormat</type> + </source> + </element> + <!--method::ShapeRange.CanvasCropBottom--> + <element type="method"> + <source id="PowerPoint.ShapeRange.CanvasCropBottom"> + <context kind="class">ShapeRange</context> + <name>CanvasCropBottom</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.CanvasCropLeft--> + <element type="method"> + <source id="PowerPoint.ShapeRange.CanvasCropLeft"> + <context kind="class">ShapeRange</context> + <name>CanvasCropLeft</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.CanvasCropRight--> + <element type="method"> + <source id="PowerPoint.ShapeRange.CanvasCropRight"> + <context kind="class">ShapeRange</context> + <name>CanvasCropRight</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.CanvasCropTop--> + <element type="method"> + <source id="PowerPoint.ShapeRange.CanvasCropTop"> + <context kind="class">ShapeRange</context> + <name>CanvasCropTop</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ShapeRange.CanvasItems {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.CanvasItems"> + <context kind="class">ShapeRange</context> + <name>CanvasItems</name> + <type>CanvasShapes</type> + </source> + </element> + <!--property::ShapeRange.Child {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Child"> + <context kind="class">ShapeRange</context> + <name>Child</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.ConnectionSiteCount {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.ConnectionSiteCount"> + <context kind="class">ShapeRange</context> + <name>ConnectionSiteCount</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.Connector {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Connector"> + <context kind="class">ShapeRange</context> + <name>Connector</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.ConnectorFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.ConnectorFormat"> + <context kind="class">ShapeRange</context> + <name>ConnectorFormat</name> + <type>ConnectorFormat</type> + </source> + </element> + <!--method::ShapeRange.Copy--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Copy"> + <context kind="class">ShapeRange</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--property::ShapeRange.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Count"> + <context kind="class">ShapeRange</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Creator"> + <context kind="class">ShapeRange</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::ShapeRange.Cut--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Cut"> + <context kind="class">ShapeRange</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--method::ShapeRange.Delete--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Delete"> + <context kind="class">ShapeRange</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::ShapeRange.Diagram {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Diagram"> + <context kind="class">ShapeRange</context> + <name>Diagram</name> + <type>Diagram</type> + </source> + </element> + <!--property::ShapeRange.DiagramNode {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.DiagramNode"> + <context kind="class">ShapeRange</context> + <name>DiagramNode</name> + <type>DiagramNode</type> + </source> + </element> + <!--method::ShapeRange.Distribute--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Distribute"> + <context kind="class">ShapeRange</context> + <name>Distribute</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>DistributeCmd</name> + </parameter> + <parameter> + <type>Integer</type> + <name>RelativeTo</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.Duplicate--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Duplicate"> + <context kind="class">ShapeRange</context> + <name>Duplicate</name> + <type>ShapeRange</type> + </source> + </element> + <!--method::ShapeRange.Export--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Export"> + <context kind="class">ShapeRange</context> + <name>Export</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>PathName</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Filter</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleWidth</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleHeight</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ExportMode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ShapeRange.Fill {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Fill"> + <context kind="class">ShapeRange</context> + <name>Fill</name> + <type>FillFormat</type> + </source> + </element> + <!--method::ShapeRange.Flip--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Flip"> + <context kind="class">ShapeRange</context> + <name>Flip</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>FlipCmd</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.GetPolygonalRepresentation--> + <element type="method"> + <source id="PowerPoint.ShapeRange.GetPolygonalRepresentation"> + <context kind="class">ShapeRange</context> + <name>GetPolygonalRepresentation</name> + <type>void</type> + <parameter-list> + <parameter> + <type>VT_UI4</type> + <name>maxPointsInBuffer</name> + </parameter> + <parameter> + <type>VT_PTR+VT_R4</type> + <name>pPoints</name> + </parameter> + <parameter> + <type>VT_PTR+VT_UI4</type> + <name>numPointsInPolygon</name> + </parameter> + <parameter> + <type>MsoTriState</type> + <name>IsOpen</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.Group--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Group"> + <context kind="class">ShapeRange</context> + <name>Group</name> + <type>Shape</type> + </source> + </element> + <!--property::ShapeRange.GroupItems {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.GroupItems"> + <context kind="class">ShapeRange</context> + <name>GroupItems</name> + <type>GroupShapes</type> + </source> + </element> + <!--property::ShapeRange.HasDiagram {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.HasDiagram"> + <context kind="class">ShapeRange</context> + <name>HasDiagram</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.HasDiagramNode {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.HasDiagramNode"> + <context kind="class">ShapeRange</context> + <name>HasDiagramNode</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.HasTable {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.HasTable"> + <context kind="class">ShapeRange</context> + <name>HasTable</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.HasTextFrame {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.HasTextFrame"> + <context kind="class">ShapeRange</context> + <name>HasTextFrame</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.Height--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Height"> + <context kind="class">ShapeRange</context> + <name>Height</name> + <type>Single</type> + </source> + </element> + <!--property::ShapeRange.HorizontalFlip {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.HorizontalFlip"> + <context kind="class">ShapeRange</context> + <name>HorizontalFlip</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.Id {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Id"> + <context kind="class">ShapeRange</context> + <name>Id</name> + <type>Integer</type> + </source> + </element> + <!--method::ShapeRange.IncrementLeft--> + <element type="method"> + <source id="PowerPoint.ShapeRange.IncrementLeft"> + <context kind="class">ShapeRange</context> + <name>IncrementLeft</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.IncrementRotation--> + <element type="method"> + <source id="PowerPoint.ShapeRange.IncrementRotation"> + <context kind="class">ShapeRange</context> + <name>IncrementRotation</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.IncrementTop--> + <element type="method"> + <source id="PowerPoint.ShapeRange.IncrementTop"> + <context kind="class">ShapeRange</context> + <name>IncrementTop</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.Item {Default}--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Item"> + <context kind="class">ShapeRange</context> + <name default="true">Item</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ShapeRange.Left--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Left"> + <context kind="class">ShapeRange</context> + <name>Left</name> + <type>Single</type> + </source> + </element> + <!--property::ShapeRange.Line {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Line"> + <context kind="class">ShapeRange</context> + <name>Line</name> + <type>LineFormat</type> + </source> + </element> + <!--property::ShapeRange.LinkFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.LinkFormat"> + <context kind="class">ShapeRange</context> + <name>LinkFormat</name> + <type>LinkFormat</type> + </source> + </element> + <!--property::ShapeRange.LockAspectRatio--> + <element type="property"> + <source id="PowerPoint.ShapeRange.LockAspectRatio"> + <context kind="class">ShapeRange</context> + <name>LockAspectRatio</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.MediaType {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.MediaType"> + <context kind="class">ShapeRange</context> + <name>MediaType</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.Name--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Name"> + <context kind="class">ShapeRange</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::ShapeRange.Nodes {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Nodes"> + <context kind="class">ShapeRange</context> + <name>Nodes</name> + <type>ShapeNodes</type> + </source> + </element> + <!--property::ShapeRange.OLEFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.OLEFormat"> + <context kind="class">ShapeRange</context> + <name>OLEFormat</name> + <type>OLEFormat</type> + </source> + </element> + <!--property::ShapeRange.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Parent"> + <context kind="class">ShapeRange</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ShapeRange.ParentGroup {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.ParentGroup"> + <context kind="class">ShapeRange</context> + <name>ParentGroup</name> + <type>Shape</type> + </source> + </element> + <!--method::ShapeRange.PickUp--> + <element type="method"> + <source id="PowerPoint.ShapeRange.PickUp"> + <context kind="class">ShapeRange</context> + <name>PickUp</name> + <type>void</type> + </source> + </element> + <!--property::ShapeRange.PictureFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.PictureFormat"> + <context kind="class">ShapeRange</context> + <name>PictureFormat</name> + <type>PictureFormat</type> + </source> + </element> + <!--property::ShapeRange.PlaceholderFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.PlaceholderFormat"> + <context kind="class">ShapeRange</context> + <name>PlaceholderFormat</name> + <type>PlaceholderFormat</type> + </source> + </element> + <!--method::ShapeRange.Regroup--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Regroup"> + <context kind="class">ShapeRange</context> + <name>Regroup</name> + <type>Shape</type> + </source> + </element> + <!--method::ShapeRange.RerouteConnections--> + <element type="method"> + <source id="PowerPoint.ShapeRange.RerouteConnections"> + <context kind="class">ShapeRange</context> + <name>RerouteConnections</name> + <type>void</type> + </source> + </element> + <!--property::ShapeRange.Rotation--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Rotation"> + <context kind="class">ShapeRange</context> + <name>Rotation</name> + <type>Single</type> + </source> + </element> + <!--method::ShapeRange.ScaleHeight--> + <element type="method"> + <source id="PowerPoint.ShapeRange.ScaleHeight"> + <context kind="class">ShapeRange</context> + <name>ScaleHeight</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Factor</name> + </parameter> + <parameter> + <type>Integer</type> + <name>RelativeToOriginalSize</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>fScale</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.ScaleWidth--> + <element type="method"> + <source id="PowerPoint.ShapeRange.ScaleWidth"> + <context kind="class">ShapeRange</context> + <name>ScaleWidth</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Factor</name> + </parameter> + <parameter> + <type>Integer</type> + <name>RelativeToOriginalSize</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>fScale</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ShapeRange.Script {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Script"> + <context kind="class">ShapeRange</context> + <name>Script</name> + <type>Script</type> + </source> + </element> + <!--method::ShapeRange.Select--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Select"> + <context kind="class">ShapeRange</context> + <name>Select</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Replace</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ShapeRange.SetShapesDefaultProperties--> + <element type="method"> + <source id="PowerPoint.ShapeRange.SetShapesDefaultProperties"> + <context kind="class">ShapeRange</context> + <name>SetShapesDefaultProperties</name> + <type>void</type> + </source> + </element> + <!--property::ShapeRange.Shadow {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Shadow"> + <context kind="class">ShapeRange</context> + <name>Shadow</name> + <type>ShadowFormat</type> + </source> + </element> + <!--property::ShapeRange.SoundFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.SoundFormat"> + <context kind="class">ShapeRange</context> + <name>SoundFormat</name> + <type>SoundFormat</type> + </source> + </element> + <!--property::ShapeRange.Table {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Table"> + <context kind="class">ShapeRange</context> + <name>Table</name> + <type>Table</type> + </source> + </element> + <!--property::ShapeRange.Tags {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Tags"> + <context kind="class">ShapeRange</context> + <name>Tags</name> + <type>Tags</type> + </source> + </element> + <!--property::ShapeRange.TextEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.TextEffect"> + <context kind="class">ShapeRange</context> + <name>TextEffect</name> + <type>TextEffectFormat</type> + </source> + </element> + <!--property::ShapeRange.TextFrame {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.TextFrame"> + <context kind="class">ShapeRange</context> + <name>TextFrame</name> + <type>TextFrame</type> + </source> + </element> + <!--property::ShapeRange.ThreeD {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.ThreeD"> + <context kind="class">ShapeRange</context> + <name>ThreeD</name> + <type>ThreeDFormat</type> + </source> + </element> + <!--property::ShapeRange.Top--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Top"> + <context kind="class">ShapeRange</context> + <name>Top</name> + <type>Single</type> + </source> + </element> + <!--property::ShapeRange.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Type"> + <context kind="class">ShapeRange</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--method::ShapeRange.Ungroup--> + <element type="method"> + <source id="PowerPoint.ShapeRange.Ungroup"> + <context kind="class">ShapeRange</context> + <name>Ungroup</name> + <type>ShapeRange</type> + </source> + </element> + <!--property::ShapeRange.VerticalFlip {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.VerticalFlip"> + <context kind="class">ShapeRange</context> + <name>VerticalFlip</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.Vertices {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Vertices"> + <context kind="class">ShapeRange</context> + <name>Vertices</name> + <type>Variant</type> + </source> + </element> + <!--property::ShapeRange.Visible--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Visible"> + <context kind="class">ShapeRange</context> + <name>Visible</name> + <type>Integer</type> + </source> + </element> + <!--property::ShapeRange.Width--> + <element type="property"> + <source id="PowerPoint.ShapeRange.Width"> + <context kind="class">ShapeRange</context> + <name>Width</name> + <type>Single</type> + </source> + </element> + <!--method::ShapeRange.ZOrder--> + <element type="method"> + <source id="PowerPoint.ShapeRange.ZOrder"> + <context kind="class">ShapeRange</context> + <name>ZOrder</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>ZOrderCmd</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ShapeRange.ZOrderPosition {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ShapeRange.ZOrderPosition"> + <context kind="class">ShapeRange</context> + <name>ZOrderPosition</name> + <type>Integer</type> + </source> + </element> + <!--Class::Shapes--> + <element type="class"> + <source id="PowerPoint.Shapes"> + <name>Shapes</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Shapes.AddCallout--> + <element type="method"> + <source id="PowerPoint.Shapes.AddCallout"> + <context kind="class">Shapes</context> + <name>AddCallout</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddCanvas--> + <element type="method"> + <source id="PowerPoint.Shapes.AddCanvas"> + <context kind="class">Shapes</context> + <name>AddCanvas</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddComment--> + <element type="method"> + <source id="PowerPoint.Shapes.AddComment"> + <context kind="class">Shapes</context> + <name>AddComment</name> + <type>Shape</type> + <parameter-list> + <parameter optional="true"> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddConnector--> + <element type="method"> + <source id="PowerPoint.Shapes.AddConnector"> + <context kind="class">Shapes</context> + <name>AddConnector</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter> + <type>Single</type> + <name>BeginX</name> + </parameter> + <parameter> + <type>Single</type> + <name>BeginY</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndX</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndY</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddCurve--> + <element type="method"> + <source id="PowerPoint.Shapes.AddCurve"> + <context kind="class">Shapes</context> + <name>AddCurve</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>SafeArrayOfPoints</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddDiagram--> + <element type="method"> + <source id="PowerPoint.Shapes.AddDiagram"> + <context kind="class">Shapes</context> + <name>AddDiagram</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddLabel--> + <element type="method"> + <source id="PowerPoint.Shapes.AddLabel"> + <context kind="class">Shapes</context> + <name>AddLabel</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Orientation</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddLine--> + <element type="method"> + <source id="PowerPoint.Shapes.AddLine"> + <context kind="class">Shapes</context> + <name>AddLine</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>BeginX</name> + </parameter> + <parameter> + <type>Single</type> + <name>BeginY</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndX</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndY</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddMediaObject--> + <element type="method"> + <source id="PowerPoint.Shapes.AddMediaObject"> + <context kind="class">Shapes</context> + <name>AddMediaObject</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddOLEObject--> + <element type="method"> + <source id="PowerPoint.Shapes.AddOLEObject"> + <context kind="class">Shapes</context> + <name>AddOLEObject</name> + <type>Shape</type> + <parameter-list> + <parameter optional="true"> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Height</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>ClassName</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>DisplayAsIcon</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>IconFileName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>IconIndex</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>IconLabel</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Link</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddPicture--> + <element type="method"> + <source id="PowerPoint.Shapes.AddPicture"> + <context kind="class">Shapes</context> + <name>AddPicture</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter> + <type>Integer</type> + <name>LinkToFile</name> + </parameter> + <parameter> + <type>Integer</type> + <name>SaveWithDocument</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddPlaceholder--> + <element type="method"> + <source id="PowerPoint.Shapes.AddPlaceholder"> + <context kind="class">Shapes</context> + <name>AddPlaceholder</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddPolyline--> + <element type="method"> + <source id="PowerPoint.Shapes.AddPolyline"> + <context kind="class">Shapes</context> + <name>AddPolyline</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>SafeArrayOfPoints</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddShape--> + <element type="method"> + <source id="PowerPoint.Shapes.AddShape"> + <context kind="class">Shapes</context> + <name>AddShape</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddTable--> + <element type="method"> + <source id="PowerPoint.Shapes.AddTable"> + <context kind="class">Shapes</context> + <name>AddTable</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>NumRows</name> + </parameter> + <parameter> + <type>Integer</type> + <name>NumColumns</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter optional="true"> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddTextbox--> + <element type="method"> + <source id="PowerPoint.Shapes.AddTextbox"> + <context kind="class">Shapes</context> + <name>AddTextbox</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Orientation</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + <parameter> + <type>Single</type> + <name>Width</name> + </parameter> + <parameter> + <type>Single</type> + <name>Height</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddTextEffect--> + <element type="method"> + <source id="PowerPoint.Shapes.AddTextEffect"> + <context kind="class">Shapes</context> + <name>AddTextEffect</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>PresetTextEffect</name> + </parameter> + <parameter> + <type>String</type> + <name>Text</name> + </parameter> + <parameter> + <type>String</type> + <name>FontName</name> + </parameter> + <parameter> + <type>Single</type> + <name>FontSize</name> + </parameter> + <parameter> + <type>Integer</type> + <name>FontBold</name> + </parameter> + <parameter> + <type>Integer</type> + <name>FontItalic</name> + </parameter> + <parameter> + <type>Single</type> + <name>Left</name> + </parameter> + <parameter> + <type>Single</type> + <name>Top</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.AddTitle--> + <element type="method"> + <source id="PowerPoint.Shapes.AddTitle"> + <context kind="class">Shapes</context> + <name>AddTitle</name> + <type>Shape</type> + </source> + </element> + <!--property::Shapes.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shapes.Application"> + <context kind="class">Shapes</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Shapes.BuildFreeform--> + <element type="method"> + <source id="PowerPoint.Shapes.BuildFreeform"> + <context kind="class">Shapes</context> + <name>BuildFreeform</name> + <type>FreeformBuilder</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>EditingType</name> + </parameter> + <parameter> + <type>Single</type> + <name>X1</name> + </parameter> + <parameter> + <type>Single</type> + <name>Y1</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shapes.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shapes.Count"> + <context kind="class">Shapes</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::Shapes.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shapes.Creator"> + <context kind="class">Shapes</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::Shapes.HasTitle {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shapes.HasTitle"> + <context kind="class">Shapes</context> + <name>HasTitle</name> + <type>Integer</type> + </source> + </element> + <!--method::Shapes.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Shapes.Item"> + <context kind="class">Shapes</context> + <name default="true">Item</name> + <type>Shape</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shapes.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shapes.Parent"> + <context kind="class">Shapes</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::Shapes.Paste--> + <element type="method"> + <source id="PowerPoint.Shapes.Paste"> + <context kind="class">Shapes</context> + <name>Paste</name> + <type>ShapeRange</type> + </source> + </element> + <!--method::Shapes.PasteSpecial--> + <element type="method"> + <source id="PowerPoint.Shapes.PasteSpecial"> + <context kind="class">Shapes</context> + <name>PasteSpecial</name> + <type>ShapeRange</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>DataType</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>DisplayAsIcon</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>IconFileName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>IconIndex</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>IconLabel</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Link</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Shapes.Placeholders {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shapes.Placeholders"> + <context kind="class">Shapes</context> + <name>Placeholders</name> + <type>Placeholders</type> + </source> + </element> + <!--method::Shapes.Range--> + <element type="method"> + <source id="PowerPoint.Shapes.Range"> + <context kind="class">Shapes</context> + <name>Range</name> + <type>ShapeRange</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Shapes.SelectAll--> + <element type="method"> + <source id="PowerPoint.Shapes.SelectAll"> + <context kind="class">Shapes</context> + <name>SelectAll</name> + <type>void</type> + </source> + </element> + <!--property::Shapes.Title {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Shapes.Title"> + <context kind="class">Shapes</context> + <name>Title</name> + <type>Shape</type> + </source> + </element> + <!--Class::Slide--> + <element type="class"> + <source id="PowerPoint.Slide"> + <name>Slide</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Slide.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.Application"> + <context kind="class">Slide</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Slide.ApplyTemplate--> + <element type="method"> + <source id="PowerPoint.Slide.ApplyTemplate"> + <context kind="class">Slide</context> + <name>ApplyTemplate</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Slide.Background {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.Background"> + <context kind="class">Slide</context> + <name>Background</name> + <type>ShapeRange</type> + </source> + </element> + <!--property::Slide.ColorScheme--> + <element type="property"> + <source id="PowerPoint.Slide.ColorScheme"> + <context kind="class">Slide</context> + <name>ColorScheme</name> + <type>ColorScheme</type> + </source> + </element> + <!--property::Slide.Comments {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.Comments"> + <context kind="class">Slide</context> + <name>Comments</name> + <type>Comments</type> + </source> + </element> + <!--method::Slide.Copy--> + <element type="method"> + <source id="PowerPoint.Slide.Copy"> + <context kind="class">Slide</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--method::Slide.Cut--> + <element type="method"> + <source id="PowerPoint.Slide.Cut"> + <context kind="class">Slide</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--method::Slide.Delete--> + <element type="method"> + <source id="PowerPoint.Slide.Delete"> + <context kind="class">Slide</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::Slide.Design--> + <element type="property"> + <source id="PowerPoint.Slide.Design"> + <context kind="class">Slide</context> + <name>Design</name> + <type>Design</type> + </source> + </element> + <!--property::Slide.DisplayMasterShapes--> + <element type="property"> + <source id="PowerPoint.Slide.DisplayMasterShapes"> + <context kind="class">Slide</context> + <name>DisplayMasterShapes</name> + <type>Integer</type> + </source> + </element> + <!--method::Slide.Duplicate--> + <element type="method"> + <source id="PowerPoint.Slide.Duplicate"> + <context kind="class">Slide</context> + <name>Duplicate</name> + <type>SlideRange</type> + </source> + </element> + <!--method::Slide.Export--> + <element type="method"> + <source id="PowerPoint.Slide.Export"> + <context kind="class">Slide</context> + <name>Export</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter> + <type>String</type> + <name>FilterName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleWidth</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleHeight</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Slide.FollowMasterBackground--> + <element type="property"> + <source id="PowerPoint.Slide.FollowMasterBackground"> + <context kind="class">Slide</context> + <name>FollowMasterBackground</name> + <type>Integer</type> + </source> + </element> + <!--property::Slide.HeadersFooters {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.HeadersFooters"> + <context kind="class">Slide</context> + <name>HeadersFooters</name> + <type>HeadersFooters</type> + </source> + </element> + <!--property::Slide.Hyperlinks {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.Hyperlinks"> + <context kind="class">Slide</context> + <name>Hyperlinks</name> + <type>Hyperlinks</type> + </source> + </element> + <!--property::Slide.Layout--> + <element type="property"> + <source id="PowerPoint.Slide.Layout"> + <context kind="class">Slide</context> + <name>Layout</name> + <type>Integer</type> + </source> + </element> + <!--property::Slide.Master {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.Master"> + <context kind="class">Slide</context> + <name>Master</name> + <type>_Master</type> + </source> + </element> + <!--method::Slide.MoveTo--> + <element type="method"> + <source id="PowerPoint.Slide.MoveTo"> + <context kind="class">Slide</context> + <name>MoveTo</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>toPos</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Slide.Name--> + <element type="property"> + <source id="PowerPoint.Slide.Name"> + <context kind="class">Slide</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::Slide.NotesPage {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.NotesPage"> + <context kind="class">Slide</context> + <name>NotesPage</name> + <type>SlideRange</type> + </source> + </element> + <!--property::Slide.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.Parent"> + <context kind="class">Slide</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Slide.PrintSteps {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.PrintSteps"> + <context kind="class">Slide</context> + <name>PrintSteps</name> + <type>Integer</type> + </source> + </element> + <!--property::Slide.Scripts {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.Scripts"> + <context kind="class">Slide</context> + <name>Scripts</name> + <type>Scripts</type> + </source> + </element> + <!--method::Slide.Select--> + <element type="method"> + <source id="PowerPoint.Slide.Select"> + <context kind="class">Slide</context> + <name>Select</name> + <type>void</type> + </source> + </element> + <!--property::Slide.Shapes {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.Shapes"> + <context kind="class">Slide</context> + <name>Shapes</name> + <type>Shapes</type> + </source> + </element> + <!--property::Slide.SlideID {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.SlideID"> + <context kind="class">Slide</context> + <name>SlideID</name> + <type>Integer</type> + </source> + </element> + <!--property::Slide.SlideIndex {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.SlideIndex"> + <context kind="class">Slide</context> + <name>SlideIndex</name> + <type>Integer</type> + </source> + </element> + <!--property::Slide.SlideNumber {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.SlideNumber"> + <context kind="class">Slide</context> + <name>SlideNumber</name> + <type>Integer</type> + </source> + </element> + <!--property::Slide.SlideShowTransition {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.SlideShowTransition"> + <context kind="class">Slide</context> + <name>SlideShowTransition</name> + <type>SlideShowTransition</type> + </source> + </element> + <!--property::Slide.Tags {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.Tags"> + <context kind="class">Slide</context> + <name>Tags</name> + <type>Tags</type> + </source> + </element> + <!--property::Slide.TimeLine {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slide.TimeLine"> + <context kind="class">Slide</context> + <name>TimeLine</name> + <type>TimeLine</type> + </source> + </element> + <!--Class::SlideRange--> + <element type="class"> + <source id="PowerPoint.SlideRange"> + <name>SlideRange</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SlideRange.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Application"> + <context kind="class">SlideRange</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::SlideRange.ApplyTemplate--> + <element type="method"> + <source id="PowerPoint.SlideRange.ApplyTemplate"> + <context kind="class">SlideRange</context> + <name>ApplyTemplate</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SlideRange.Background {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Background"> + <context kind="class">SlideRange</context> + <name>Background</name> + <type>ShapeRange</type> + </source> + </element> + <!--property::SlideRange.ColorScheme--> + <element type="property"> + <source id="PowerPoint.SlideRange.ColorScheme"> + <context kind="class">SlideRange</context> + <name>ColorScheme</name> + <type>ColorScheme</type> + </source> + </element> + <!--property::SlideRange.Comments {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Comments"> + <context kind="class">SlideRange</context> + <name>Comments</name> + <type>Comments</type> + </source> + </element> + <!--method::SlideRange.Copy--> + <element type="method"> + <source id="PowerPoint.SlideRange.Copy"> + <context kind="class">SlideRange</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--property::SlideRange.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Count"> + <context kind="class">SlideRange</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::SlideRange.Cut--> + <element type="method"> + <source id="PowerPoint.SlideRange.Cut"> + <context kind="class">SlideRange</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--method::SlideRange.Delete--> + <element type="method"> + <source id="PowerPoint.SlideRange.Delete"> + <context kind="class">SlideRange</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--property::SlideRange.Design--> + <element type="property"> + <source id="PowerPoint.SlideRange.Design"> + <context kind="class">SlideRange</context> + <name>Design</name> + <type>Design</type> + </source> + </element> + <!--property::SlideRange.DisplayMasterShapes--> + <element type="property"> + <source id="PowerPoint.SlideRange.DisplayMasterShapes"> + <context kind="class">SlideRange</context> + <name>DisplayMasterShapes</name> + <type>Integer</type> + </source> + </element> + <!--method::SlideRange.Duplicate--> + <element type="method"> + <source id="PowerPoint.SlideRange.Duplicate"> + <context kind="class">SlideRange</context> + <name>Duplicate</name> + <type>SlideRange</type> + </source> + </element> + <!--method::SlideRange.Export--> + <element type="method"> + <source id="PowerPoint.SlideRange.Export"> + <context kind="class">SlideRange</context> + <name>Export</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter> + <type>String</type> + <name>FilterName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleWidth</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ScaleHeight</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SlideRange.FollowMasterBackground--> + <element type="property"> + <source id="PowerPoint.SlideRange.FollowMasterBackground"> + <context kind="class">SlideRange</context> + <name>FollowMasterBackground</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideRange.HeadersFooters {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.HeadersFooters"> + <context kind="class">SlideRange</context> + <name>HeadersFooters</name> + <type>HeadersFooters</type> + </source> + </element> + <!--property::SlideRange.Hyperlinks {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Hyperlinks"> + <context kind="class">SlideRange</context> + <name>Hyperlinks</name> + <type>Hyperlinks</type> + </source> + </element> + <!--method::SlideRange.Item {Default}--> + <element type="method"> + <source id="PowerPoint.SlideRange.Item"> + <context kind="class">SlideRange</context> + <name default="true">Item</name> + <type>Slide</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SlideRange.Layout--> + <element type="property"> + <source id="PowerPoint.SlideRange.Layout"> + <context kind="class">SlideRange</context> + <name>Layout</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideRange.Master {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Master"> + <context kind="class">SlideRange</context> + <name>Master</name> + <type>_Master</type> + </source> + </element> + <!--method::SlideRange.MoveTo--> + <element type="method"> + <source id="PowerPoint.SlideRange.MoveTo"> + <context kind="class">SlideRange</context> + <name>MoveTo</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>toPos</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SlideRange.Name--> + <element type="property"> + <source id="PowerPoint.SlideRange.Name"> + <context kind="class">SlideRange</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::SlideRange.NotesPage {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.NotesPage"> + <context kind="class">SlideRange</context> + <name>NotesPage</name> + <type>SlideRange</type> + </source> + </element> + <!--property::SlideRange.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Parent"> + <context kind="class">SlideRange</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::SlideRange.PrintSteps {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.PrintSteps"> + <context kind="class">SlideRange</context> + <name>PrintSteps</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideRange.Scripts {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Scripts"> + <context kind="class">SlideRange</context> + <name>Scripts</name> + <type>Scripts</type> + </source> + </element> + <!--method::SlideRange.Select--> + <element type="method"> + <source id="PowerPoint.SlideRange.Select"> + <context kind="class">SlideRange</context> + <name>Select</name> + <type>void</type> + </source> + </element> + <!--property::SlideRange.Shapes {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Shapes"> + <context kind="class">SlideRange</context> + <name>Shapes</name> + <type>Shapes</type> + </source> + </element> + <!--property::SlideRange.SlideID {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.SlideID"> + <context kind="class">SlideRange</context> + <name>SlideID</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideRange.SlideIndex {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.SlideIndex"> + <context kind="class">SlideRange</context> + <name>SlideIndex</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideRange.SlideNumber {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.SlideNumber"> + <context kind="class">SlideRange</context> + <name>SlideNumber</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideRange.SlideShowTransition {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.SlideShowTransition"> + <context kind="class">SlideRange</context> + <name>SlideShowTransition</name> + <type>SlideShowTransition</type> + </source> + </element> + <!--property::SlideRange.Tags {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.Tags"> + <context kind="class">SlideRange</context> + <name>Tags</name> + <type>Tags</type> + </source> + </element> + <!--property::SlideRange.TimeLine {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideRange.TimeLine"> + <context kind="class">SlideRange</context> + <name>TimeLine</name> + <type>TimeLine</type> + </source> + </element> + <!--Class::Slides--> + <element type="class"> + <source id="PowerPoint.Slides"> + <name>Slides</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Slides.Add--> + <element type="method"> + <source id="PowerPoint.Slides.Add"> + <context kind="class">Slides</context> + <name>Add</name> + <type>Slide</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Layout</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Slides.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slides.Application"> + <context kind="class">Slides</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Slides.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slides.Count"> + <context kind="class">Slides</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Slides.FindBySlideID--> + <element type="method"> + <source id="PowerPoint.Slides.FindBySlideID"> + <context kind="class">Slides</context> + <name>FindBySlideID</name> + <type>Slide</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>SlideID</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Slides.InsertFromFile--> + <element type="method"> + <source id="PowerPoint.Slides.InsertFromFile"> + <context kind="class">Slides</context> + <name>InsertFromFile</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>SlideStart</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>SlideEnd</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Slides.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Slides.Item"> + <context kind="class">Slides</context> + <name default="true">Item</name> + <type>Slide</type> + <parameter-list> + <parameter> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Slides.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Slides.Parent"> + <context kind="class">Slides</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::Slides.Paste--> + <element type="method"> + <source id="PowerPoint.Slides.Paste"> + <context kind="class">Slides</context> + <name>Paste</name> + <type>SlideRange</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Slides.Range--> + <element type="method"> + <source id="PowerPoint.Slides.Range"> + <context kind="class">Slides</context> + <name>Range</name> + <type>SlideRange</type> + <parameter-list> + <parameter optional="true"> + <type>Variant</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::SlideShowSettings--> + <element type="class"> + <source id="PowerPoint.SlideShowSettings"> + <name>SlideShowSettings</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SlideShowSettings.AdvanceMode--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.AdvanceMode"> + <context kind="class">SlideShowSettings</context> + <name>AdvanceMode</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowSettings.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.Application"> + <context kind="class">SlideShowSettings</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SlideShowSettings.EndingSlide--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.EndingSlide"> + <context kind="class">SlideShowSettings</context> + <name>EndingSlide</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowSettings.LoopUntilStopped--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.LoopUntilStopped"> + <context kind="class">SlideShowSettings</context> + <name>LoopUntilStopped</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowSettings.NamedSlideShows {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.NamedSlideShows"> + <context kind="class">SlideShowSettings</context> + <name>NamedSlideShows</name> + <type>NamedSlideShows</type> + </source> + </element> + <!--property::SlideShowSettings.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.Parent"> + <context kind="class">SlideShowSettings</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::SlideShowSettings.PointerColor {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.PointerColor"> + <context kind="class">SlideShowSettings</context> + <name>PointerColor</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::SlideShowSettings.RangeType--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.RangeType"> + <context kind="class">SlideShowSettings</context> + <name>RangeType</name> + <type>Integer</type> + </source> + </element> + <!--method::SlideShowSettings.Run--> + <element type="method"> + <source id="PowerPoint.SlideShowSettings.Run"> + <context kind="class">SlideShowSettings</context> + <name>Run</name> + <type>SlideShowWindow</type> + </source> + </element> + <!--property::SlideShowSettings.ShowScrollbar--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.ShowScrollbar"> + <context kind="class">SlideShowSettings</context> + <name>ShowScrollbar</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowSettings.ShowType--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.ShowType"> + <context kind="class">SlideShowSettings</context> + <name>ShowType</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowSettings.ShowWithAnimation--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.ShowWithAnimation"> + <context kind="class">SlideShowSettings</context> + <name>ShowWithAnimation</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowSettings.ShowWithNarration--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.ShowWithNarration"> + <context kind="class">SlideShowSettings</context> + <name>ShowWithNarration</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowSettings.SlideShowName--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.SlideShowName"> + <context kind="class">SlideShowSettings</context> + <name>SlideShowName</name> + <type>String</type> + </source> + </element> + <!--property::SlideShowSettings.StartingSlide--> + <element type="property"> + <source id="PowerPoint.SlideShowSettings.StartingSlide"> + <context kind="class">SlideShowSettings</context> + <name>StartingSlide</name> + <type>Integer</type> + </source> + </element> + <!--Class::SlideShowTransition--> + <element type="class"> + <source id="PowerPoint.SlideShowTransition"> + <name>SlideShowTransition</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SlideShowTransition.AdvanceOnClick--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.AdvanceOnClick"> + <context kind="class">SlideShowTransition</context> + <name>AdvanceOnClick</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowTransition.AdvanceOnTime--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.AdvanceOnTime"> + <context kind="class">SlideShowTransition</context> + <name>AdvanceOnTime</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowTransition.AdvanceTime--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.AdvanceTime"> + <context kind="class">SlideShowTransition</context> + <name>AdvanceTime</name> + <type>Single</type> + </source> + </element> + <!--property::SlideShowTransition.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.Application"> + <context kind="class">SlideShowTransition</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SlideShowTransition.EntryEffect--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.EntryEffect"> + <context kind="class">SlideShowTransition</context> + <name>EntryEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowTransition.Hidden--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.Hidden"> + <context kind="class">SlideShowTransition</context> + <name>Hidden</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowTransition.LoopSoundUntilNext--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.LoopSoundUntilNext"> + <context kind="class">SlideShowTransition</context> + <name>LoopSoundUntilNext</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowTransition.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.Parent"> + <context kind="class">SlideShowTransition</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::SlideShowTransition.SoundEffect {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.SoundEffect"> + <context kind="class">SlideShowTransition</context> + <name>SoundEffect</name> + <type>SoundEffect</type> + </source> + </element> + <!--property::SlideShowTransition.Speed--> + <element type="property"> + <source id="PowerPoint.SlideShowTransition.Speed"> + <context kind="class">SlideShowTransition</context> + <name>Speed</name> + <type>Integer</type> + </source> + </element> + <!--Class::SlideShowView--> + <element type="class"> + <source id="PowerPoint.SlideShowView"> + <name>SlideShowView</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SlideShowView.AcceleratorsEnabled--> + <element type="property"> + <source id="PowerPoint.SlideShowView.AcceleratorsEnabled"> + <context kind="class">SlideShowView</context> + <name>AcceleratorsEnabled</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowView.AdvanceMode {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.AdvanceMode"> + <context kind="class">SlideShowView</context> + <name>AdvanceMode</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowView.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.Application"> + <context kind="class">SlideShowView</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SlideShowView.CurrentShowPosition {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.CurrentShowPosition"> + <context kind="class">SlideShowView</context> + <name>CurrentShowPosition</name> + <type>Integer</type> + </source> + </element> + <!--method::SlideShowView.DrawLine--> + <element type="method"> + <source id="PowerPoint.SlideShowView.DrawLine"> + <context kind="class">SlideShowView</context> + <name>DrawLine</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>BeginX</name> + </parameter> + <parameter> + <type>Single</type> + <name>BeginY</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndX</name> + </parameter> + <parameter> + <type>Single</type> + <name>EndY</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SlideShowView.EndNamedShow--> + <element type="method"> + <source id="PowerPoint.SlideShowView.EndNamedShow"> + <context kind="class">SlideShowView</context> + <name>EndNamedShow</name> + <type>void</type> + </source> + </element> + <!--method::SlideShowView.EraseDrawing--> + <element type="method"> + <source id="PowerPoint.SlideShowView.EraseDrawing"> + <context kind="class">SlideShowView</context> + <name>EraseDrawing</name> + <type>void</type> + </source> + </element> + <!--method::SlideShowView.Exit--> + <element type="method"> + <source id="PowerPoint.SlideShowView.Exit"> + <context kind="class">SlideShowView</context> + <name>Exit</name> + <type>void</type> + </source> + </element> + <!--method::SlideShowView.First--> + <element type="method"> + <source id="PowerPoint.SlideShowView.First"> + <context kind="class">SlideShowView</context> + <name>First</name> + <type>void</type> + </source> + </element> + <!--method::SlideShowView.GotoNamedShow--> + <element type="method"> + <source id="PowerPoint.SlideShowView.GotoNamedShow"> + <context kind="class">SlideShowView</context> + <name>GotoNamedShow</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>SlideShowName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SlideShowView.GotoSlide--> + <element type="method"> + <source id="PowerPoint.SlideShowView.GotoSlide"> + <context kind="class">SlideShowView</context> + <name>GotoSlide</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>ResetSlide</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SlideShowView.InstallTracker--> + <element type="method"> + <source id="PowerPoint.SlideShowView.InstallTracker"> + <context kind="class">SlideShowView</context> + <name>InstallTracker</name> + <type>void</type> + <parameter-list> + <parameter> + <type>MouseTracker</type> + <name>pTracker</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Presenter</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SlideShowView.IsNamedShow {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.IsNamedShow"> + <context kind="class">SlideShowView</context> + <name>IsNamedShow</name> + <type>Integer</type> + </source> + </element> + <!--method::SlideShowView.Last--> + <element type="method"> + <source id="PowerPoint.SlideShowView.Last"> + <context kind="class">SlideShowView</context> + <name>Last</name> + <type>void</type> + </source> + </element> + <!--property::SlideShowView.LastSlideViewed {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.LastSlideViewed"> + <context kind="class">SlideShowView</context> + <name>LastSlideViewed</name> + <type>Slide</type> + </source> + </element> + <!--method::SlideShowView.Next--> + <element type="method"> + <source id="PowerPoint.SlideShowView.Next"> + <context kind="class">SlideShowView</context> + <name>Next</name> + <type>void</type> + </source> + </element> + <!--property::SlideShowView.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.Parent"> + <context kind="class">SlideShowView</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::SlideShowView.PointerColor {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.PointerColor"> + <context kind="class">SlideShowView</context> + <name>PointerColor</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::SlideShowView.PointerType--> + <element type="property"> + <source id="PowerPoint.SlideShowView.PointerType"> + <context kind="class">SlideShowView</context> + <name>PointerType</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowView.PresentationElapsedTime {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.PresentationElapsedTime"> + <context kind="class">SlideShowView</context> + <name>PresentationElapsedTime</name> + <type>Single</type> + </source> + </element> + <!--method::SlideShowView.Previous--> + <element type="method"> + <source id="PowerPoint.SlideShowView.Previous"> + <context kind="class">SlideShowView</context> + <name>Previous</name> + <type>void</type> + </source> + </element> + <!--method::SlideShowView.ResetSlideTime--> + <element type="method"> + <source id="PowerPoint.SlideShowView.ResetSlideTime"> + <context kind="class">SlideShowView</context> + <name>ResetSlideTime</name> + <type>void</type> + </source> + </element> + <!--property::SlideShowView.Slide {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.Slide"> + <context kind="class">SlideShowView</context> + <name>Slide</name> + <type>Slide</type> + </source> + </element> + <!--property::SlideShowView.SlideElapsedTime--> + <element type="property"> + <source id="PowerPoint.SlideShowView.SlideElapsedTime"> + <context kind="class">SlideShowView</context> + <name>SlideElapsedTime</name> + <type>Single</type> + </source> + </element> + <!--property::SlideShowView.SlideShowName {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.SlideShowName"> + <context kind="class">SlideShowView</context> + <name>SlideShowName</name> + <type>String</type> + </source> + </element> + <!--property::SlideShowView.State--> + <element type="property"> + <source id="PowerPoint.SlideShowView.State"> + <context kind="class">SlideShowView</context> + <name>State</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowView.Zoom {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowView.Zoom"> + <context kind="class">SlideShowView</context> + <name>Zoom</name> + <type>Integer</type> + </source> + </element> + <!--Class::SlideShowWindow--> + <element type="class"> + <source id="PowerPoint.SlideShowWindow"> + <name>SlideShowWindow</name> + </source> + <destination designation="identity" /> + </element> + <!--method::SlideShowWindow.Activate--> + <element type="method"> + <source id="PowerPoint.SlideShowWindow.Activate"> + <context kind="class">SlideShowWindow</context> + <name>Activate</name> + <type>void</type> + </source> + </element> + <!--property::SlideShowWindow.Active {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.Active"> + <context kind="class">SlideShowWindow</context> + <name>Active</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowWindow.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.Application"> + <context kind="class">SlideShowWindow</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SlideShowWindow.Height--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.Height"> + <context kind="class">SlideShowWindow</context> + <name>Height</name> + <type>Single</type> + </source> + </element> + <!--property::SlideShowWindow.HWND {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.HWND"> + <context kind="class">SlideShowWindow</context> + <name>HWND</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowWindow.IsFullScreen {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.IsFullScreen"> + <context kind="class">SlideShowWindow</context> + <name>IsFullScreen</name> + <type>Integer</type> + </source> + </element> + <!--property::SlideShowWindow.Left--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.Left"> + <context kind="class">SlideShowWindow</context> + <name>Left</name> + <type>Single</type> + </source> + </element> + <!--property::SlideShowWindow.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.Parent"> + <context kind="class">SlideShowWindow</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::SlideShowWindow.Presentation {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.Presentation"> + <context kind="class">SlideShowWindow</context> + <name>Presentation</name> + <type>Presentation</type> + </source> + </element> + <!--property::SlideShowWindow.Top--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.Top"> + <context kind="class">SlideShowWindow</context> + <name>Top</name> + <type>Single</type> + </source> + </element> + <!--property::SlideShowWindow.View {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.View"> + <context kind="class">SlideShowWindow</context> + <name>View</name> + <type>SlideShowView</type> + </source> + </element> + <!--property::SlideShowWindow.Width--> + <element type="property"> + <source id="PowerPoint.SlideShowWindow.Width"> + <context kind="class">SlideShowWindow</context> + <name>Width</name> + <type>Single</type> + </source> + </element> + <!--Class::SlideShowWindows--> + <element type="class"> + <source id="PowerPoint.SlideShowWindows"> + <name>SlideShowWindows</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SlideShowWindows.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindows.Application"> + <context kind="class">SlideShowWindows</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::SlideShowWindows.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindows.Count"> + <context kind="class">SlideShowWindows</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::SlideShowWindows.Item {Default}--> + <element type="method"> + <source id="PowerPoint.SlideShowWindows.Item"> + <context kind="class">SlideShowWindows</context> + <name default="true">Item</name> + <type>SlideShowWindow</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SlideShowWindows.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SlideShowWindows.Parent"> + <context kind="class">SlideShowWindows</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::SoundEffect--> + <element type="class"> + <source id="PowerPoint.SoundEffect"> + <name>SoundEffect</name> + </source> + <destination designation="identity" /> + </element> + <!--property::SoundEffect.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SoundEffect.Application"> + <context kind="class">SoundEffect</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::SoundEffect.ImportFromFile--> + <element type="method"> + <source id="PowerPoint.SoundEffect.ImportFromFile"> + <context kind="class">SoundEffect</context> + <name>ImportFromFile</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::SoundEffect.Name--> + <element type="property"> + <source id="PowerPoint.SoundEffect.Name"> + <context kind="class">SoundEffect</context> + <name>Name</name> + <type>String</type> + </source> + </element> + <!--property::SoundEffect.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SoundEffect.Parent"> + <context kind="class">SoundEffect</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::SoundEffect.Play--> + <element type="method"> + <source id="PowerPoint.SoundEffect.Play"> + <context kind="class">SoundEffect</context> + <name>Play</name> + <type>void</type> + </source> + </element> + <!--property::SoundEffect.Type--> + <element type="property"> + <source id="PowerPoint.SoundEffect.Type"> + <context kind="class">SoundEffect</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::SoundFormat--> + <element type="class"> + <source id="PowerPoint.SoundFormat"> + <name>SoundFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--method::SoundFormat.Export--> + <element type="method"> + <source id="PowerPoint.SoundFormat.Export"> + <context kind="class">SoundFormat</context> + <name>Export</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SoundFormat.Import--> + <element type="method"> + <source id="PowerPoint.SoundFormat.Import"> + <context kind="class">SoundFormat</context> + <name>Import</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FileName</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::SoundFormat.Play--> + <element type="method"> + <source id="PowerPoint.SoundFormat.Play"> + <context kind="class">SoundFormat</context> + <name>Play</name> + <type>void</type> + </source> + </element> + <!--property::SoundFormat.SourceFullName {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SoundFormat.SourceFullName"> + <context kind="class">SoundFormat</context> + <name>SourceFullName</name> + <type>String</type> + </source> + </element> + <!--property::SoundFormat.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.SoundFormat.Type"> + <context kind="class">SoundFormat</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::Table--> + <element type="class"> + <source id="PowerPoint.Table"> + <name>Table</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Table.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Table.Application"> + <context kind="class">Table</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Table.Cell--> + <element type="method"> + <source id="PowerPoint.Table.Cell"> + <context kind="class">Table</context> + <name>Cell</name> + <type>Cell</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Row</name> + </parameter> + <parameter> + <type>Integer</type> + <name>Column</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Table.Columns {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Table.Columns"> + <context kind="class">Table</context> + <name>Columns</name> + <type>Columns</type> + </source> + </element> + <!--method::Table.MergeBorders--> + <element type="method"> + <source id="PowerPoint.Table.MergeBorders"> + <context kind="class">Table</context> + <name>MergeBorders</name> + <type>void</type> + </source> + </element> + <!--property::Table.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Table.Parent"> + <context kind="class">Table</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Table.Rows {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Table.Rows"> + <context kind="class">Table</context> + <name>Rows</name> + <type>Rows</type> + </source> + </element> + <!--property::Table.TableDirection--> + <element type="property"> + <source id="PowerPoint.Table.TableDirection"> + <context kind="class">Table</context> + <name>TableDirection</name> + <type>Integer</type> + </source> + </element> + <!--Class::TabStop--> + <element type="class"> + <source id="PowerPoint.TabStop"> + <name>TabStop</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TabStop.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TabStop.Application"> + <context kind="class">TabStop</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::TabStop.Clear--> + <element type="method"> + <source id="PowerPoint.TabStop.Clear"> + <context kind="class">TabStop</context> + <name>Clear</name> + <type>void</type> + </source> + </element> + <!--property::TabStop.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TabStop.Parent"> + <context kind="class">TabStop</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::TabStop.Position--> + <element type="property"> + <source id="PowerPoint.TabStop.Position"> + <context kind="class">TabStop</context> + <name>Position</name> + <type>Single</type> + </source> + </element> + <!--property::TabStop.Type--> + <element type="property"> + <source id="PowerPoint.TabStop.Type"> + <context kind="class">TabStop</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--Class::TabStops--> + <element type="class"> + <source id="PowerPoint.TabStops"> + <name>TabStops</name> + </source> + <destination designation="identity" /> + </element> + <!--method::TabStops.Add--> + <element type="method"> + <source id="PowerPoint.TabStops.Add"> + <context kind="class">TabStops</context> + <name>Add</name> + <type>TabStop</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + <parameter> + <type>Single</type> + <name>Position</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TabStops.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TabStops.Application"> + <context kind="class">TabStops</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::TabStops.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TabStops.Count"> + <context kind="class">TabStops</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--property::TabStops.DefaultSpacing--> + <element type="property"> + <source id="PowerPoint.TabStops.DefaultSpacing"> + <context kind="class">TabStops</context> + <name>DefaultSpacing</name> + <type>Single</type> + </source> + </element> + <!--method::TabStops.Item {Default}--> + <element type="method"> + <source id="PowerPoint.TabStops.Item"> + <context kind="class">TabStops</context> + <name default="true">Item</name> + <type>TabStop</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TabStops.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TabStops.Parent"> + <context kind="class">TabStops</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Tags--> + <element type="class"> + <source id="PowerPoint.Tags"> + <name>Tags</name> + </source> + <destination designation="identity" /> + </element> + <!--method::Tags.Add--> + <element type="method"> + <source id="PowerPoint.Tags.Add"> + <context kind="class">Tags</context> + <name>Add</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Name</name> + </parameter> + <parameter> + <type>String</type> + <name>Value</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Tags.AddBinary--> + <element type="method"> + <source id="PowerPoint.Tags.AddBinary"> + <context kind="class">Tags</context> + <name>AddBinary</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Name</name> + </parameter> + <parameter> + <type>String</type> + <name>FilePath</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Tags.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Tags.Application"> + <context kind="class">Tags</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--method::Tags.BinaryValue--> + <element type="method"> + <source id="PowerPoint.Tags.BinaryValue"> + <context kind="class">Tags</context> + <name>BinaryValue</name> + <type>Integer</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Name</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Tags.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Tags.Count"> + <context kind="class">Tags</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::Tags.Delete--> + <element type="method"> + <source id="PowerPoint.Tags.Delete"> + <context kind="class">Tags</context> + <name>Delete</name> + <type>void</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Name</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Tags.Item {Default}--> + <element type="method"> + <source id="PowerPoint.Tags.Item"> + <context kind="class">Tags</context> + <name default="true">Item</name> + <type>String</type> + <parameter-list> + <parameter> + <type>String</type> + <name>Name</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::Tags.Name--> + <element type="method"> + <source id="PowerPoint.Tags.Name"> + <context kind="class">Tags</context> + <name>Name</name> + <type>String</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::Tags.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Tags.Parent"> + <context kind="class">Tags</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::Tags.Value--> + <element type="method"> + <source id="PowerPoint.Tags.Value"> + <context kind="class">Tags</context> + <name>Value</name> + <type>String</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::TextEffectFormat--> + <element type="class"> + <source id="PowerPoint.TextEffectFormat"> + <name>TextEffectFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TextEffectFormat.Alignment--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.Alignment"> + <context kind="class">TextEffectFormat</context> + <name>Alignment</name> + <type>Integer</type> + </source> + </element> + <!--property::TextEffectFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.Application"> + <context kind="class">TextEffectFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::TextEffectFormat.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.Creator"> + <context kind="class">TextEffectFormat</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::TextEffectFormat.FontBold--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.FontBold"> + <context kind="class">TextEffectFormat</context> + <name>FontBold</name> + <type>Integer</type> + </source> + </element> + <!--property::TextEffectFormat.FontItalic--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.FontItalic"> + <context kind="class">TextEffectFormat</context> + <name>FontItalic</name> + <type>Integer</type> + </source> + </element> + <!--property::TextEffectFormat.FontName--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.FontName"> + <context kind="class">TextEffectFormat</context> + <name>FontName</name> + <type>String</type> + </source> + </element> + <!--property::TextEffectFormat.FontSize--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.FontSize"> + <context kind="class">TextEffectFormat</context> + <name>FontSize</name> + <type>Single</type> + </source> + </element> + <!--property::TextEffectFormat.KernedPairs--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.KernedPairs"> + <context kind="class">TextEffectFormat</context> + <name>KernedPairs</name> + <type>Integer</type> + </source> + </element> + <!--property::TextEffectFormat.NormalizedHeight--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.NormalizedHeight"> + <context kind="class">TextEffectFormat</context> + <name>NormalizedHeight</name> + <type>Integer</type> + </source> + </element> + <!--property::TextEffectFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.Parent"> + <context kind="class">TextEffectFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::TextEffectFormat.PresetShape--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.PresetShape"> + <context kind="class">TextEffectFormat</context> + <name>PresetShape</name> + <type>Integer</type> + </source> + </element> + <!--property::TextEffectFormat.PresetTextEffect--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.PresetTextEffect"> + <context kind="class">TextEffectFormat</context> + <name>PresetTextEffect</name> + <type>Integer</type> + </source> + </element> + <!--property::TextEffectFormat.RotatedChars--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.RotatedChars"> + <context kind="class">TextEffectFormat</context> + <name>RotatedChars</name> + <type>Integer</type> + </source> + </element> + <!--property::TextEffectFormat.Text--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.Text"> + <context kind="class">TextEffectFormat</context> + <name>Text</name> + <type>String</type> + </source> + </element> + <!--method::TextEffectFormat.ToggleVerticalText--> + <element type="method"> + <source id="PowerPoint.TextEffectFormat.ToggleVerticalText"> + <context kind="class">TextEffectFormat</context> + <name>ToggleVerticalText</name> + <type>void</type> + </source> + </element> + <!--property::TextEffectFormat.Tracking--> + <element type="property"> + <source id="PowerPoint.TextEffectFormat.Tracking"> + <context kind="class">TextEffectFormat</context> + <name>Tracking</name> + <type>Single</type> + </source> + </element> + <!--Class::TextFrame--> + <element type="class"> + <source id="PowerPoint.TextFrame"> + <name>TextFrame</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TextFrame.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextFrame.Application"> + <context kind="class">TextFrame</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::TextFrame.AutoSize--> + <element type="property"> + <source id="PowerPoint.TextFrame.AutoSize"> + <context kind="class">TextFrame</context> + <name>AutoSize</name> + <type>Integer</type> + </source> + </element> + <!--property::TextFrame.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextFrame.Creator"> + <context kind="class">TextFrame</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--method::TextFrame.DeleteText--> + <element type="method"> + <source id="PowerPoint.TextFrame.DeleteText"> + <context kind="class">TextFrame</context> + <name>DeleteText</name> + <type>void</type> + </source> + </element> + <!--property::TextFrame.HasText {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextFrame.HasText"> + <context kind="class">TextFrame</context> + <name>HasText</name> + <type>Integer</type> + </source> + </element> + <!--property::TextFrame.HorizontalAnchor--> + <element type="property"> + <source id="PowerPoint.TextFrame.HorizontalAnchor"> + <context kind="class">TextFrame</context> + <name>HorizontalAnchor</name> + <type>Integer</type> + </source> + </element> + <!--property::TextFrame.MarginBottom--> + <element type="property"> + <source id="PowerPoint.TextFrame.MarginBottom"> + <context kind="class">TextFrame</context> + <name>MarginBottom</name> + <type>Single</type> + </source> + </element> + <!--property::TextFrame.MarginLeft--> + <element type="property"> + <source id="PowerPoint.TextFrame.MarginLeft"> + <context kind="class">TextFrame</context> + <name>MarginLeft</name> + <type>Single</type> + </source> + </element> + <!--property::TextFrame.MarginRight--> + <element type="property"> + <source id="PowerPoint.TextFrame.MarginRight"> + <context kind="class">TextFrame</context> + <name>MarginRight</name> + <type>Single</type> + </source> + </element> + <!--property::TextFrame.MarginTop--> + <element type="property"> + <source id="PowerPoint.TextFrame.MarginTop"> + <context kind="class">TextFrame</context> + <name>MarginTop</name> + <type>Single</type> + </source> + </element> + <!--property::TextFrame.Orientation--> + <element type="property"> + <source id="PowerPoint.TextFrame.Orientation"> + <context kind="class">TextFrame</context> + <name>Orientation</name> + <type>Integer</type> + </source> + </element> + <!--property::TextFrame.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextFrame.Parent"> + <context kind="class">TextFrame</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::TextFrame.Ruler {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextFrame.Ruler"> + <context kind="class">TextFrame</context> + <name>Ruler</name> + <type>Ruler</type> + </source> + </element> + <!--property::TextFrame.TextRange {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextFrame.TextRange"> + <context kind="class">TextFrame</context> + <name>TextRange</name> + <type>TextRange</type> + </source> + </element> + <!--property::TextFrame.VerticalAnchor--> + <element type="property"> + <source id="PowerPoint.TextFrame.VerticalAnchor"> + <context kind="class">TextFrame</context> + <name>VerticalAnchor</name> + <type>Integer</type> + </source> + </element> + <!--property::TextFrame.WordWrap--> + <element type="property"> + <source id="PowerPoint.TextFrame.WordWrap"> + <context kind="class">TextFrame</context> + <name>WordWrap</name> + <type>Integer</type> + </source> + </element> + <!--Class::TextRange--> + <element type="class"> + <source id="PowerPoint.TextRange"> + <name>TextRange</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TextRange.ActionSettings {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.ActionSettings"> + <context kind="class">TextRange</context> + <name>ActionSettings</name> + <type>ActionSettings</type> + </source> + </element> + <!--method::TextRange.AddPeriods--> + <element type="method"> + <source id="PowerPoint.TextRange.AddPeriods"> + <context kind="class">TextRange</context> + <name>AddPeriods</name> + <type>void</type> + </source> + </element> + <!--property::TextRange.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.Application"> + <context kind="class">TextRange</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::TextRange.BoundHeight {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.BoundHeight"> + <context kind="class">TextRange</context> + <name>BoundHeight</name> + <type>Single</type> + </source> + </element> + <!--property::TextRange.BoundLeft {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.BoundLeft"> + <context kind="class">TextRange</context> + <name>BoundLeft</name> + <type>Single</type> + </source> + </element> + <!--property::TextRange.BoundTop {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.BoundTop"> + <context kind="class">TextRange</context> + <name>BoundTop</name> + <type>Single</type> + </source> + </element> + <!--property::TextRange.BoundWidth {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.BoundWidth"> + <context kind="class">TextRange</context> + <name>BoundWidth</name> + <type>Single</type> + </source> + </element> + <!--method::TextRange.ChangeCase--> + <element type="method"> + <source id="PowerPoint.TextRange.ChangeCase"> + <context kind="class">TextRange</context> + <name>ChangeCase</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.Characters--> + <element type="method"> + <source id="PowerPoint.TextRange.Characters"> + <context kind="class">TextRange</context> + <name>Characters</name> + <type>TextRange</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Start</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Length</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.Copy--> + <element type="method"> + <source id="PowerPoint.TextRange.Copy"> + <context kind="class">TextRange</context> + <name>Copy</name> + <type>void</type> + </source> + </element> + <!--property::TextRange.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.Count"> + <context kind="class">TextRange</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::TextRange.Cut--> + <element type="method"> + <source id="PowerPoint.TextRange.Cut"> + <context kind="class">TextRange</context> + <name>Cut</name> + <type>void</type> + </source> + </element> + <!--method::TextRange.Delete--> + <element type="method"> + <source id="PowerPoint.TextRange.Delete"> + <context kind="class">TextRange</context> + <name>Delete</name> + <type>void</type> + </source> + </element> + <!--method::TextRange.Find--> + <element type="method"> + <source id="PowerPoint.TextRange.Find"> + <context kind="class">TextRange</context> + <name>Find</name> + <type>TextRange</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FindWhat</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>After</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>MatchCase</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>WholeWords</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextRange.Font {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.Font"> + <context kind="class">TextRange</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::TextRange.IndentLevel--> + <element type="property"> + <source id="PowerPoint.TextRange.IndentLevel"> + <context kind="class">TextRange</context> + <name>IndentLevel</name> + <type>Integer</type> + </source> + </element> + <!--method::TextRange.InsertAfter--> + <element type="method"> + <source id="PowerPoint.TextRange.InsertAfter"> + <context kind="class">TextRange</context> + <name>InsertAfter</name> + <type>TextRange</type> + <parameter-list> + <parameter optional="true"> + <type>String</type> + <name>NewText</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.InsertBefore--> + <element type="method"> + <source id="PowerPoint.TextRange.InsertBefore"> + <context kind="class">TextRange</context> + <name>InsertBefore</name> + <type>TextRange</type> + <parameter-list> + <parameter optional="true"> + <type>String</type> + <name>NewText</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.InsertDateTime--> + <element type="method"> + <source id="PowerPoint.TextRange.InsertDateTime"> + <context kind="class">TextRange</context> + <name>InsertDateTime</name> + <type>TextRange</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>DateTimeFormat</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>InsertAsField</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.InsertSlideNumber--> + <element type="method"> + <source id="PowerPoint.TextRange.InsertSlideNumber"> + <context kind="class">TextRange</context> + <name>InsertSlideNumber</name> + <type>TextRange</type> + </source> + </element> + <!--method::TextRange.InsertSymbol--> + <element type="method"> + <source id="PowerPoint.TextRange.InsertSymbol"> + <context kind="class">TextRange</context> + <name>InsertSymbol</name> + <type>TextRange</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FontName</name> + </parameter> + <parameter> + <type>Integer</type> + <name>CharNumber</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Unicode</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextRange.LanguageID--> + <element type="property"> + <source id="PowerPoint.TextRange.LanguageID"> + <context kind="class">TextRange</context> + <name>LanguageID</name> + <type>Integer</type> + </source> + </element> + <!--property::TextRange.Length {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.Length"> + <context kind="class">TextRange</context> + <name>Length</name> + <type>Integer</type> + </source> + </element> + <!--method::TextRange.Lines--> + <element type="method"> + <source id="PowerPoint.TextRange.Lines"> + <context kind="class">TextRange</context> + <name>Lines</name> + <type>TextRange</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Start</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Length</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.LtrRun--> + <element type="method"> + <source id="PowerPoint.TextRange.LtrRun"> + <context kind="class">TextRange</context> + <name>LtrRun</name> + <type>void</type> + </source> + </element> + <!--property::TextRange.ParagraphFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.ParagraphFormat"> + <context kind="class">TextRange</context> + <name>ParagraphFormat</name> + <type>ParagraphFormat</type> + </source> + </element> + <!--method::TextRange.Paragraphs--> + <element type="method"> + <source id="PowerPoint.TextRange.Paragraphs"> + <context kind="class">TextRange</context> + <name>Paragraphs</name> + <type>TextRange</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Start</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Length</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextRange.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.Parent"> + <context kind="class">TextRange</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::TextRange.Paste--> + <element type="method"> + <source id="PowerPoint.TextRange.Paste"> + <context kind="class">TextRange</context> + <name>Paste</name> + <type>TextRange</type> + </source> + </element> + <!--method::TextRange.PasteSpecial--> + <element type="method"> + <source id="PowerPoint.TextRange.PasteSpecial"> + <context kind="class">TextRange</context> + <name>PasteSpecial</name> + <type>TextRange</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>DataType</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>DisplayAsIcon</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>IconFileName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>IconIndex</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>IconLabel</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Link</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.RemovePeriods--> + <element type="method"> + <source id="PowerPoint.TextRange.RemovePeriods"> + <context kind="class">TextRange</context> + <name>RemovePeriods</name> + <type>void</type> + </source> + </element> + <!--method::TextRange.Replace--> + <element type="method"> + <source id="PowerPoint.TextRange.Replace"> + <context kind="class">TextRange</context> + <name>Replace</name> + <type>TextRange</type> + <parameter-list> + <parameter> + <type>String</type> + <name>FindWhat</name> + </parameter> + <parameter> + <type>String</type> + <name>ReplaceWhat</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>After</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>MatchCase</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>WholeWords</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.RotatedBounds--> + <element type="method"> + <source id="PowerPoint.TextRange.RotatedBounds"> + <context kind="class">TextRange</context> + <name>RotatedBounds</name> + <type>void</type> + <parameter-list> + <parameter> + <type>VT_PTR+VT_R4</type> + <name>X1</name> + </parameter> + <parameter> + <type>VT_PTR+VT_R4</type> + <name>Y1</name> + </parameter> + <parameter> + <type>VT_PTR+VT_R4</type> + <name>X2</name> + </parameter> + <parameter> + <type>VT_PTR+VT_R4</type> + <name>Y2</name> + </parameter> + <parameter> + <type>VT_PTR+VT_R4</type> + <name>X3</name> + </parameter> + <parameter> + <type>VT_PTR+VT_R4</type> + <name>Y3</name> + </parameter> + <parameter> + <type>VT_PTR+VT_R4</type> + <name>x4</name> + </parameter> + <parameter> + <type>VT_PTR+VT_R4</type> + <name>y4</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.RtlRun--> + <element type="method"> + <source id="PowerPoint.TextRange.RtlRun"> + <context kind="class">TextRange</context> + <name>RtlRun</name> + <type>void</type> + </source> + </element> + <!--method::TextRange.Runs--> + <element type="method"> + <source id="PowerPoint.TextRange.Runs"> + <context kind="class">TextRange</context> + <name>Runs</name> + <type>TextRange</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Start</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Length</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::TextRange.Select--> + <element type="method"> + <source id="PowerPoint.TextRange.Select"> + <context kind="class">TextRange</context> + <name>Select</name> + <type>void</type> + </source> + </element> + <!--method::TextRange.Sentences--> + <element type="method"> + <source id="PowerPoint.TextRange.Sentences"> + <context kind="class">TextRange</context> + <name>Sentences</name> + <type>TextRange</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Start</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Length</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextRange.Start {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextRange.Start"> + <context kind="class">TextRange</context> + <name>Start</name> + <type>Integer</type> + </source> + </element> + <!--property::TextRange.Text {Default}--> + <element type="property"> + <source id="PowerPoint.TextRange.Text"> + <context kind="class">TextRange</context> + <name default="true">Text</name> + <type>String</type> + </source> + </element> + <!--method::TextRange.TrimText--> + <element type="method"> + <source id="PowerPoint.TextRange.TrimText"> + <context kind="class">TextRange</context> + <name>TrimText</name> + <type>TextRange</type> + </source> + </element> + <!--method::TextRange.Words--> + <element type="method"> + <source id="PowerPoint.TextRange.Words"> + <context kind="class">TextRange</context> + <name>Words</name> + <type>TextRange</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>Start</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Length</name> + </parameter> + </parameter-list> + </source> + </element> + <!--Class::TextStyle--> + <element type="class"> + <source id="PowerPoint.TextStyle"> + <name>TextStyle</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TextStyle.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyle.Application"> + <context kind="class">TextStyle</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::TextStyle.Levels {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyle.Levels"> + <context kind="class">TextStyle</context> + <name>Levels</name> + <type>TextStyleLevels</type> + </source> + </element> + <!--property::TextStyle.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyle.Parent"> + <context kind="class">TextStyle</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::TextStyle.Ruler {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyle.Ruler"> + <context kind="class">TextStyle</context> + <name>Ruler</name> + <type>Ruler</type> + </source> + </element> + <!--property::TextStyle.TextFrame {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyle.TextFrame"> + <context kind="class">TextStyle</context> + <name>TextFrame</name> + <type>TextFrame</type> + </source> + </element> + <!--Class::TextStyleLevel--> + <element type="class"> + <source id="PowerPoint.TextStyleLevel"> + <name>TextStyleLevel</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TextStyleLevel.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyleLevel.Application"> + <context kind="class">TextStyleLevel</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::TextStyleLevel.Font {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyleLevel.Font"> + <context kind="class">TextStyleLevel</context> + <name>Font</name> + <type>Font</type> + </source> + </element> + <!--property::TextStyleLevel.ParagraphFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyleLevel.ParagraphFormat"> + <context kind="class">TextStyleLevel</context> + <name>ParagraphFormat</name> + <type>ParagraphFormat</type> + </source> + </element> + <!--property::TextStyleLevel.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyleLevel.Parent"> + <context kind="class">TextStyleLevel</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::TextStyleLevels--> + <element type="class"> + <source id="PowerPoint.TextStyleLevels"> + <name>TextStyleLevels</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TextStyleLevels.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyleLevels.Application"> + <context kind="class">TextStyleLevels</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::TextStyleLevels.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyleLevels.Count"> + <context kind="class">TextStyleLevels</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::TextStyleLevels.Item {Default}--> + <element type="method"> + <source id="PowerPoint.TextStyleLevels.Item"> + <context kind="class">TextStyleLevels</context> + <name default="true">Item</name> + <type>TextStyleLevel</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Level</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextStyleLevels.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyleLevels.Parent"> + <context kind="class">TextStyleLevels</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::TextStyles--> + <element type="class"> + <source id="PowerPoint.TextStyles"> + <name>TextStyles</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TextStyles.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyles.Application"> + <context kind="class">TextStyles</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::TextStyles.Count {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyles.Count"> + <context kind="class">TextStyles</context> + <name>Count</name> + <type>Integer</type> + </source> + </element> + <!--method::TextStyles.Item {Default}--> + <element type="method"> + <source id="PowerPoint.TextStyles.Item"> + <context kind="class">TextStyles</context> + <name default="true">Item</name> + <type>TextStyle</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Type</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::TextStyles.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TextStyles.Parent"> + <context kind="class">TextStyles</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::ThreeDFormat--> + <element type="class"> + <source id="PowerPoint.ThreeDFormat"> + <name>ThreeDFormat</name> + </source> + <destination designation="identity" /> + </element> + <!--property::ThreeDFormat.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.Application"> + <context kind="class">ThreeDFormat</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::ThreeDFormat.Creator {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.Creator"> + <context kind="class">ThreeDFormat</context> + <name>Creator</name> + <type>Integer</type> + </source> + </element> + <!--property::ThreeDFormat.Depth--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.Depth"> + <context kind="class">ThreeDFormat</context> + <name>Depth</name> + <type>Single</type> + </source> + </element> + <!--property::ThreeDFormat.ExtrusionColor {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.ExtrusionColor"> + <context kind="class">ThreeDFormat</context> + <name>ExtrusionColor</name> + <type>ColorFormat</type> + </source> + </element> + <!--property::ThreeDFormat.ExtrusionColorType--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.ExtrusionColorType"> + <context kind="class">ThreeDFormat</context> + <name>ExtrusionColorType</name> + <type>Integer</type> + </source> + </element> + <!--method::ThreeDFormat.IncrementRotationX--> + <element type="method"> + <source id="PowerPoint.ThreeDFormat.IncrementRotationX"> + <context kind="class">ThreeDFormat</context> + <name>IncrementRotationX</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ThreeDFormat.IncrementRotationY--> + <element type="method"> + <source id="PowerPoint.ThreeDFormat.IncrementRotationY"> + <context kind="class">ThreeDFormat</context> + <name>IncrementRotationY</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Single</type> + <name>Increment</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ThreeDFormat.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.Parent"> + <context kind="class">ThreeDFormat</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::ThreeDFormat.Perspective--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.Perspective"> + <context kind="class">ThreeDFormat</context> + <name>Perspective</name> + <type>Integer</type> + </source> + </element> + <!--property::ThreeDFormat.PresetExtrusionDirection {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.PresetExtrusionDirection"> + <context kind="class">ThreeDFormat</context> + <name>PresetExtrusionDirection</name> + <type>Integer</type> + </source> + </element> + <!--property::ThreeDFormat.PresetLightingDirection--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.PresetLightingDirection"> + <context kind="class">ThreeDFormat</context> + <name>PresetLightingDirection</name> + <type>Integer</type> + </source> + </element> + <!--property::ThreeDFormat.PresetLightingSoftness--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.PresetLightingSoftness"> + <context kind="class">ThreeDFormat</context> + <name>PresetLightingSoftness</name> + <type>Integer</type> + </source> + </element> + <!--property::ThreeDFormat.PresetMaterial--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.PresetMaterial"> + <context kind="class">ThreeDFormat</context> + <name>PresetMaterial</name> + <type>Integer</type> + </source> + </element> + <!--property::ThreeDFormat.PresetThreeDFormat {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.PresetThreeDFormat"> + <context kind="class">ThreeDFormat</context> + <name>PresetThreeDFormat</name> + <type>Integer</type> + </source> + </element> + <!--method::ThreeDFormat.ResetRotation--> + <element type="method"> + <source id="PowerPoint.ThreeDFormat.ResetRotation"> + <context kind="class">ThreeDFormat</context> + <name>ResetRotation</name> + <type>void</type> + </source> + </element> + <!--property::ThreeDFormat.RotationX--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.RotationX"> + <context kind="class">ThreeDFormat</context> + <name>RotationX</name> + <type>Single</type> + </source> + </element> + <!--property::ThreeDFormat.RotationY--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.RotationY"> + <context kind="class">ThreeDFormat</context> + <name>RotationY</name> + <type>Single</type> + </source> + </element> + <!--method::ThreeDFormat.SetExtrusionDirection--> + <element type="method"> + <source id="PowerPoint.ThreeDFormat.SetExtrusionDirection"> + <context kind="class">ThreeDFormat</context> + <name>SetExtrusionDirection</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>PresetExtrusionDirection</name> + </parameter> + </parameter-list> + </source> + </element> + <!--method::ThreeDFormat.SetThreeDFormat--> + <element type="method"> + <source id="PowerPoint.ThreeDFormat.SetThreeDFormat"> + <context kind="class">ThreeDFormat</context> + <name>SetThreeDFormat</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>PresetThreeDFormat</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::ThreeDFormat.Visible--> + <element type="property"> + <source id="PowerPoint.ThreeDFormat.Visible"> + <context kind="class">ThreeDFormat</context> + <name>Visible</name> + <type>Integer</type> + </source> + </element> + <!--Class::TimeLine--> + <element type="class"> + <source id="PowerPoint.TimeLine"> + <name>TimeLine</name> + </source> + <destination designation="identity" /> + </element> + <!--property::TimeLine.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TimeLine.Application"> + <context kind="class">TimeLine</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::TimeLine.InteractiveSequences {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TimeLine.InteractiveSequences"> + <context kind="class">TimeLine</context> + <name>InteractiveSequences</name> + <type>Sequences</type> + </source> + </element> + <!--property::TimeLine.MainSequence {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TimeLine.MainSequence"> + <context kind="class">TimeLine</context> + <name>MainSequence</name> + <type>Sequence</type> + </source> + </element> + <!--property::TimeLine.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.TimeLine.Parent"> + <context kind="class">TimeLine</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--Class::Timing--> + <element type="class"> + <source id="PowerPoint.Timing"> + <name>Timing</name> + </source> + <destination designation="identity" /> + </element> + <!--property::Timing.Accelerate--> + <element type="property"> + <source id="PowerPoint.Timing.Accelerate"> + <context kind="class">Timing</context> + <name>Accelerate</name> + <type>Single</type> + </source> + </element> + <!--property::Timing.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Timing.Application"> + <context kind="class">Timing</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::Timing.AutoReverse--> + <element type="property"> + <source id="PowerPoint.Timing.AutoReverse"> + <context kind="class">Timing</context> + <name>AutoReverse</name> + <type>Integer</type> + </source> + </element> + <!--property::Timing.Decelerate--> + <element type="property"> + <source id="PowerPoint.Timing.Decelerate"> + <context kind="class">Timing</context> + <name>Decelerate</name> + <type>Single</type> + </source> + </element> + <!--property::Timing.Duration--> + <element type="property"> + <source id="PowerPoint.Timing.Duration"> + <context kind="class">Timing</context> + <name>Duration</name> + <type>Single</type> + </source> + </element> + <!--property::Timing.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.Timing.Parent"> + <context kind="class">Timing</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--property::Timing.RepeatCount--> + <element type="property"> + <source id="PowerPoint.Timing.RepeatCount"> + <context kind="class">Timing</context> + <name>RepeatCount</name> + <type>Integer</type> + </source> + </element> + <!--property::Timing.RepeatDuration--> + <element type="property"> + <source id="PowerPoint.Timing.RepeatDuration"> + <context kind="class">Timing</context> + <name>RepeatDuration</name> + <type>Single</type> + </source> + </element> + <!--property::Timing.Restart--> + <element type="property"> + <source id="PowerPoint.Timing.Restart"> + <context kind="class">Timing</context> + <name>Restart</name> + <type>Integer</type> + </source> + </element> + <!--property::Timing.RewindAtEnd--> + <element type="property"> + <source id="PowerPoint.Timing.RewindAtEnd"> + <context kind="class">Timing</context> + <name>RewindAtEnd</name> + <type>Integer</type> + </source> + </element> + <!--property::Timing.SmoothEnd--> + <element type="property"> + <source id="PowerPoint.Timing.SmoothEnd"> + <context kind="class">Timing</context> + <name>SmoothEnd</name> + <type>Integer</type> + </source> + </element> + <!--property::Timing.SmoothStart--> + <element type="property"> + <source id="PowerPoint.Timing.SmoothStart"> + <context kind="class">Timing</context> + <name>SmoothStart</name> + <type>Integer</type> + </source> + </element> + <!--property::Timing.Speed--> + <element type="property"> + <source id="PowerPoint.Timing.Speed"> + <context kind="class">Timing</context> + <name>Speed</name> + <type>Single</type> + </source> + </element> + <!--property::Timing.TriggerDelayTime--> + <element type="property"> + <source id="PowerPoint.Timing.TriggerDelayTime"> + <context kind="class">Timing</context> + <name>TriggerDelayTime</name> + <type>Single</type> + </source> + </element> + <!--property::Timing.TriggerShape--> + <element type="property"> + <source id="PowerPoint.Timing.TriggerShape"> + <context kind="class">Timing</context> + <name>TriggerShape</name> + <type>Shape</type> + </source> + </element> + <!--property::Timing.TriggerType--> + <element type="property"> + <source id="PowerPoint.Timing.TriggerType"> + <context kind="class">Timing</context> + <name>TriggerType</name> + <type>Integer</type> + </source> + </element> + <!--Class::View--> + <element type="class"> + <source id="PowerPoint.View"> + <name>View</name> + </source> + <destination designation="identity" /> + </element> + <!--property::View.Application {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.View.Application"> + <context kind="class">View</context> + <name>Application</name> + <type>Application</type> + </source> + </element> + <!--property::View.DisplaySlideMiniature--> + <element type="property"> + <source id="PowerPoint.View.DisplaySlideMiniature"> + <context kind="class">View</context> + <name>DisplaySlideMiniature</name> + <type>Integer</type> + </source> + </element> + <!--method::View.GotoSlide--> + <element type="method"> + <source id="PowerPoint.View.GotoSlide"> + <context kind="class">View</context> + <name>GotoSlide</name> + <type>void</type> + <parameter-list> + <parameter> + <type>Integer</type> + <name>Index</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::View.Parent {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.View.Parent"> + <context kind="class">View</context> + <name>Parent</name> + <type>Object</type> + </source> + </element> + <!--method::View.Paste--> + <element type="method"> + <source id="PowerPoint.View.Paste"> + <context kind="class">View</context> + <name>Paste</name> + <type>void</type> + </source> + </element> + <!--method::View.PasteSpecial--> + <element type="method"> + <source id="PowerPoint.View.PasteSpecial"> + <context kind="class">View</context> + <name>PasteSpecial</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>DataType</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>DisplayAsIcon</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>IconFileName</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>IconIndex</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>IconLabel</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Link</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::View.PrintOptions {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.View.PrintOptions"> + <context kind="class">View</context> + <name>PrintOptions</name> + <type>PrintOptions</type> + </source> + </element> + <!--method::View.PrintOut--> + <element type="method"> + <source id="PowerPoint.View.PrintOut"> + <context kind="class">View</context> + <name>PrintOut</name> + <type>void</type> + <parameter-list> + <parameter optional="true"> + <type>Integer</type> + <name>From</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>To</name> + </parameter> + <parameter optional="true"> + <type>String</type> + <name>PrintToFile</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Copies</name> + </parameter> + <parameter optional="true"> + <type>Integer</type> + <name>Collate</name> + </parameter> + </parameter-list> + </source> + </element> + <!--property::View.Slide--> + <element type="property"> + <source id="PowerPoint.View.Slide"> + <context kind="class">View</context> + <name>Slide</name> + <type>Object</type> + </source> + </element> + <!--property::View.Type {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.View.Type"> + <context kind="class">View</context> + <name>Type</name> + <type>Integer</type> + </source> + </element> + <!--property::View.Zoom--> + <element type="property"> + <source id="PowerPoint.View.Zoom"> + <context kind="class">View</context> + <name>Zoom</name> + <type>Integer</type> + </source> + </element> + <!--property::View.ZoomToFit--> + <element type="property"> + <source id="PowerPoint.View.ZoomToFit"> + <context kind="class">View</context> + <name>ZoomToFit</name> + <type>Integer</type> + </source> + </element> + <!--Class::WebOptions--> + <element type="class"> + <source id="PowerPoint.WebOptions"> + <name>WebOptions</name> + </source> + <destination designation="identity" /> + </element> + <!--property::WebOptions.AllowPNG--> + <element type="property"> + <source id="PowerPoint.WebOptions.AllowPNG"> + <context kind="class">WebOptions</context> + <name>AllowPNG</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.Encoding--> + <element type="property"> + <source id="PowerPoint.WebOptions.Encoding"> + <context kind="class">WebOptions</context> + <name>Encoding</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.FolderSuffix {ReadOnly}--> + <element type="property"> + <source id="PowerPoint.WebOptions.FolderSuffix"> + <context kind="class">WebOptions</context> + <name>FolderSuffix</name> + <type>String</type> + </source> + </element> + <!--property::WebOptions.FrameColors--> + <element type="property"> + <source id="PowerPoint.WebOptions.FrameColors"> + <context kind="class">WebOptions</context> + <name>FrameColors</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.HTMLVersion--> + <element type="property"> + <source id="PowerPoint.WebOptions.HTMLVersion"> + <context kind="class">WebOptions</context> + <name>HTMLVersion</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.IncludeNavigation--> + <element type="property"> + <source id="PowerPoint.WebOptions.IncludeNavigation"> + <context kind="class">WebOptions</context> + <name>IncludeNavigation</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.OrganizeInFolder--> + <element type="property"> + <source id="PowerPoint.WebOptions.OrganizeInFolder"> + <context kind="class">WebOptions</context> + <name>OrganizeInFolder</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.RelyOnVML--> + <element type="property"> + <source id="PowerPoint.WebOptions.RelyOnVML"> + <context kind="class">WebOptions</context> + <name>RelyOnVML</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.ResizeGraphics--> + <element type="property"> + <source id="PowerPoint.WebOptions.ResizeGraphics"> + <context kind="class">WebOptions</context> + <name>ResizeGraphics</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.ScreenSize--> + <element type="property"> + <source id="PowerPoint.WebOptions.ScreenSize"> + <context kind="class">WebOptions</context> + <name>ScreenSize</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.ShowSlideAnimation--> + <element type="property"> + <source id="PowerPoint.WebOptions.ShowSlideAnimation"> + <context kind="class">WebOptions</context> + <name>ShowSlideAnimation</name> + <type>Integer</type> + </source> + </element> + <!--property::WebOptions.TargetBrowser--> + <element type="property"> + <source id="PowerPoint.WebOptions.TargetBrowser"> + <context kind="class">WebOptions</context> + <name>TargetBrowser</name> + <type>Integer</type> + </source> + </element> + <!--method::WebOptions.UseDefaultFolderSuffix--> + <element type="method"> + <source id="PowerPoint.WebOptions.UseDefaultFolderSuffix"> + <context kind="class">WebOptions</context> + <name>UseDefaultFolderSuffix</name> + <type>void</type> + </source> + </element> + <!--property::WebOptions.UseLongFileNames--> + <element type="property"> + <source id="PowerPoint.WebOptions.UseLongFileNames"> + <context kind="class">WebOptions</context> + <name>UseLongFileNames</name> + <type>Integer</type> + </source> + </element> +</api> |