-
Notifications
You must be signed in to change notification settings - Fork 13
/
WdExportCreateBookmarks.xml
89 lines (89 loc) · 5.39 KB
/
WdExportCreateBookmarks.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<Type Name="WdExportCreateBookmarks" FullName="Microsoft.Office.Interop.Word.WdExportCreateBookmarks">
<TypeSignature Language="C#" Value="public enum WdExportCreateBookmarks" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed WdExportCreateBookmarks extends System.Enum" />
<TypeSignature Language="DocId" Value="T:Microsoft.Office.Interop.Word.WdExportCreateBookmarks" />
<TypeSignature Language="VB.NET" Value="Public Enum WdExportCreateBookmarks" />
<TypeSignature Language="C++ CLI" Value="public enum class WdExportCreateBookmarks" />
<TypeSignature Language="F#" Value="type WdExportCreateBookmarks = " />
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Word</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>System.Runtime.InteropServices.Guid("42A64EC8-BC68-3DBC-8BF0-58A8CBA4AB3E")</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Specifies what bookmarks to include when exporting a document.</summary>
<remarks>
<para>Use with the <b>ExportAsFixedFormat</b> method for the <see cref="T:Microsoft.Office.Interop.Word.Document" />, <see cref="T:Microsoft.Office.Interop.Word.Range" />, or <see cref="T:Microsoft.Office.Interop.Word.Selection" /> object.</para>
<para />
</remarks>
</Docs>
<Members>
<Member MemberName="wdExportCreateHeadingBookmarks">
<MemberSignature Language="C#" Value="wdExportCreateHeadingBookmarks" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Office.Interop.Word.WdExportCreateBookmarks wdExportCreateHeadingBookmarks = int32(1)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Office.Interop.Word.WdExportCreateBookmarks.wdExportCreateHeadingBookmarks" />
<MemberSignature Language="VB.NET" Value="wdExportCreateHeadingBookmarks" />
<MemberSignature Language="C++ CLI" Value="wdExportCreateHeadingBookmarks" />
<MemberSignature Language="F#" Value="wdExportCreateHeadingBookmarks = 1" Usage="Microsoft.Office.Interop.Word.WdExportCreateBookmarks.wdExportCreateHeadingBookmarks" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Word</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Word.WdExportCreateBookmarks</ReturnType>
</ReturnValue>
<MemberValue>1</MemberValue>
<Docs>
<summary>Create a bookmark in the exported document for each Microsoft Office Word heading, which includes only headings within the main document and text boxes not within headers, footers, endnotes, footnotes, or comments.</summary>
</Docs>
</Member>
<Member MemberName="wdExportCreateNoBookmarks">
<MemberSignature Language="C#" Value="wdExportCreateNoBookmarks" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Office.Interop.Word.WdExportCreateBookmarks wdExportCreateNoBookmarks = int32(0)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Office.Interop.Word.WdExportCreateBookmarks.wdExportCreateNoBookmarks" />
<MemberSignature Language="VB.NET" Value="wdExportCreateNoBookmarks" />
<MemberSignature Language="C++ CLI" Value="wdExportCreateNoBookmarks" />
<MemberSignature Language="F#" Value="wdExportCreateNoBookmarks = 0" Usage="Microsoft.Office.Interop.Word.WdExportCreateBookmarks.wdExportCreateNoBookmarks" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Word</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Word.WdExportCreateBookmarks</ReturnType>
</ReturnValue>
<MemberValue>0</MemberValue>
<Docs>
<summary>Do not create bookmarks in the exported document.</summary>
</Docs>
</Member>
<Member MemberName="wdExportCreateWordBookmarks">
<MemberSignature Language="C#" Value="wdExportCreateWordBookmarks" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Microsoft.Office.Interop.Word.WdExportCreateBookmarks wdExportCreateWordBookmarks = int32(2)" />
<MemberSignature Language="DocId" Value="F:Microsoft.Office.Interop.Word.WdExportCreateBookmarks.wdExportCreateWordBookmarks" />
<MemberSignature Language="VB.NET" Value="wdExportCreateWordBookmarks" />
<MemberSignature Language="C++ CLI" Value="wdExportCreateWordBookmarks" />
<MemberSignature Language="F#" Value="wdExportCreateWordBookmarks = 2" Usage="Microsoft.Office.Interop.Word.WdExportCreateBookmarks.wdExportCreateWordBookmarks" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>Microsoft.Office.Interop.Word</AssemblyName>
<AssemblyVersion>15.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>Microsoft.Office.Interop.Word.WdExportCreateBookmarks</ReturnType>
</ReturnValue>
<MemberValue>2</MemberValue>
<Docs>
<summary>Create a bookmark in the exported document for each Word bookmark, which includes all bookmarks except those contained within headers and footers.</summary>
</Docs>
</Member>
</Members>
</Type>