Skip to content

Commit 29b0f44

Browse files
authored
Use <remarks> rather than <remark> in the documentation comments (#1776)
Fixes #1775
1 parent b26b674 commit 29b0f44

File tree

112 files changed

+14457
-14457
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+14457
-14457
lines changed

gen/DocumentFormat.OpenXml.Generator.Models/Editor/DocumentCommentExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static void WriteDocumentationComment(this TextWriter writer, string summ
1414
public static void WriteDocumentationComment(this TextWriter writer, DocumentCommentOptions option)
1515
{
1616
AddParagraphs("summary", writer, option.Summary);
17-
AddParagraphs("remark", writer, option.Remarks);
17+
AddParagraphs("remarks", writer, option.Remarks);
1818

1919
foreach (var parameter in option.Parameters)
2020
{

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_excel.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace DocumentFormat.OpenXml.Vml.Spreadsheet
2222
/// <para>This class is available in Office 2007 and above.</para>
2323
/// <para>When the object is serialized out as xml, it's qualified name is xvml:ClientData.</para>
2424
/// </summary>
25-
/// <remark>
25+
/// <remarks>
2626
/// <para>The following table lists the possible child types:</para>
2727
/// <list type="bullet">
2828
/// <item><description><see cref="DocumentFormat.OpenXml.Vml.Spreadsheet.CommentRowTarget" /> <c>&lt;xvml:Row></c></description></item>
@@ -93,7 +93,7 @@ namespace DocumentFormat.OpenXml.Vml.Spreadsheet
9393
/// <item><description><see cref="DocumentFormat.OpenXml.Vml.Spreadsheet.DdeObject" /> <c>&lt;xvml:DDE></c></description></item>
9494
/// <item><description><see cref="DocumentFormat.OpenXml.Vml.Spreadsheet.UIObject" /> <c>&lt;xvml:UIObj></c></description></item>
9595
/// </list>
96-
/// </remark>
96+
/// </remarks>
9797
public partial class ClientData : OpenXmlCompositeElement
9898
{
9999
/// <summary>

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_office_office.g.cs

Lines changed: 112 additions & 112 deletions
Large diffs are not rendered by default.

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas-microsoft-com_vml.g.cs

Lines changed: 844 additions & 844 deletions
Large diffs are not rendered by default.

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_ink_2010_main.g.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ namespace DocumentFormat.OpenXml.Office2010.Ink
2121
/// <para>This class is available in Office 2007 and above.</para>
2222
/// <para>When the object is serialized out as xml, it's qualified name is msink:context.</para>
2323
/// </summary>
24-
/// <remark>
24+
/// <remarks>
2525
/// <para>The following table lists the possible child types:</para>
2626
/// <list type="bullet">
2727
/// <item><description><see cref="DocumentFormat.OpenXml.Office2010.Ink.SourceLink" /> <c>&lt;msink:sourceLink></c></description></item>
2828
/// <item><description><see cref="DocumentFormat.OpenXml.Office2010.Ink.DestinationLink" /> <c>&lt;msink:destinationLink></c></description></item>
2929
/// <item><description><see cref="DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty" /> <c>&lt;msink:property></c></description></item>
3030
/// </list>
31-
/// </remark>
31+
/// </remarks>
3232
public partial class ContextNode : OpenXmlCompositeElement
3333
{
3434
/// <summary>

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_01_customui.g.cs

Lines changed: 72 additions & 72 deletions
Large diffs are not rendered by default.

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_activeX.g.cs

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ namespace DocumentFormat.OpenXml.Office.ActiveX
2121
/// <para>This class is available in Office 2007 and above.</para>
2222
/// <para>When the object is serialized out as xml, it's qualified name is ax:ocx.</para>
2323
/// </summary>
24-
/// <remark>
24+
/// <remarks>
2525
/// <para>The following table lists the possible child types:</para>
2626
/// <list type="bullet">
2727
/// <item><description><see cref="DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty" /> <c>&lt;ax:ocxPr></c></description></item>
2828
/// </list>
29-
/// </remark>
29+
/// </remarks>
3030
public partial class ActiveXControlData : OpenXmlCompositeElement
3131
{
3232
/// <summary>
@@ -64,9 +64,9 @@ public ActiveXControlData(string outerXml) : base(outerXml)
6464
/// <para>classid</para>
6565
/// <para>Represents the following attribute in the schema: ax:classid</para>
6666
/// </summary>
67-
/// <remark>
67+
/// <remarks>
6868
/// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
69-
/// </remark>
69+
/// </remarks>
7070
public StringValue? ActiveXControlClassId
7171
{
7272
get => GetAttribute<StringValue>();
@@ -77,9 +77,9 @@ public StringValue? ActiveXControlClassId
7777
/// <para>license</para>
7878
/// <para>Represents the following attribute in the schema: ax:license</para>
7979
/// </summary>
80-
/// <remark>
80+
/// <remarks>
8181
/// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
82-
/// </remark>
82+
/// </remarks>
8383
public StringValue? License
8484
{
8585
get => GetAttribute<StringValue>();
@@ -90,9 +90,9 @@ public StringValue? License
9090
/// <para>id</para>
9191
/// <para>Represents the following attribute in the schema: r:id</para>
9292
/// </summary>
93-
/// <remark>
93+
/// <remarks>
9494
/// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
95-
/// </remark>
95+
/// </remarks>
9696
public StringValue? Id
9797
{
9898
get => GetAttribute<StringValue>();
@@ -103,9 +103,9 @@ public StringValue? Id
103103
/// <para>persistence</para>
104104
/// <para>Represents the following attribute in the schema: ax:persistence</para>
105105
/// </summary>
106-
/// <remark>
106+
/// <remarks>
107107
/// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
108-
/// </remark>
108+
/// </remarks>
109109
public EnumValue<DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues>? Persistence
110110
{
111111
get => GetAttribute<EnumValue<DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues>>();
@@ -143,13 +143,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
143143
/// <para>This class is available in Office 2007 and above.</para>
144144
/// <para>When the object is serialized out as xml, it's qualified name is ax:ocxPr.</para>
145145
/// </summary>
146-
/// <remark>
146+
/// <remarks>
147147
/// <para>The following table lists the possible child types:</para>
148148
/// <list type="bullet">
149149
/// <item><description><see cref="DocumentFormat.OpenXml.Office.ActiveX.SharedComFont" /> <c>&lt;ax:font></c></description></item>
150150
/// <item><description><see cref="DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture" /> <c>&lt;ax:picture></c></description></item>
151151
/// </list>
152-
/// </remark>
152+
/// </remarks>
153153
public partial class ActiveXObjectProperty : OpenXmlCompositeElement
154154
{
155155
/// <summary>
@@ -187,9 +187,9 @@ public ActiveXObjectProperty(string outerXml) : base(outerXml)
187187
/// <para>name</para>
188188
/// <para>Represents the following attribute in the schema: ax:name</para>
189189
/// </summary>
190-
/// <remark>
190+
/// <remarks>
191191
/// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
192-
/// </remark>
192+
/// </remarks>
193193
public StringValue? Name
194194
{
195195
get => GetAttribute<StringValue>();
@@ -200,9 +200,9 @@ public StringValue? Name
200200
/// <para>value</para>
201201
/// <para>Represents the following attribute in the schema: ax:value</para>
202202
/// </summary>
203-
/// <remark>
203+
/// <remarks>
204204
/// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
205-
/// </remark>
205+
/// </remarks>
206206
public StringValue? Value
207207
{
208208
get => GetAttribute<StringValue>();
@@ -235,9 +235,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
235235
/// <para>SharedComFont.</para>
236236
/// <para>Represents the following element tag in the schema: ax:font.</para>
237237
/// </summary>
238-
/// <remark>
238+
/// <remarks>
239239
/// xmlns:ax = http://schemas.microsoft.com/office/2006/activeX
240-
/// </remark>
240+
/// </remarks>
241241
public DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? SharedComFont
242242
{
243243
get => GetElement<DocumentFormat.OpenXml.Office.ActiveX.SharedComFont>();
@@ -248,9 +248,9 @@ public DocumentFormat.OpenXml.Office.ActiveX.SharedComFont? SharedComFont
248248
/// <para>SharedComPicture.</para>
249249
/// <para>Represents the following element tag in the schema: ax:picture.</para>
250250
/// </summary>
251-
/// <remark>
251+
/// <remarks>
252252
/// xmlns:ax = http://schemas.microsoft.com/office/2006/activeX
253-
/// </remark>
253+
/// </remarks>
254254
public DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? SharedComPicture
255255
{
256256
get => GetElement<DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture>();
@@ -266,12 +266,12 @@ public DocumentFormat.OpenXml.Office.ActiveX.SharedComPicture? SharedComPicture
266266
/// <para>This class is available in Office 2007 and above.</para>
267267
/// <para>When the object is serialized out as xml, it's qualified name is ax:font.</para>
268268
/// </summary>
269-
/// <remark>
269+
/// <remarks>
270270
/// <para>The following table lists the possible child types:</para>
271271
/// <list type="bullet">
272272
/// <item><description><see cref="DocumentFormat.OpenXml.Office.ActiveX.ActiveXObjectProperty" /> <c>&lt;ax:ocxPr></c></description></item>
273273
/// </list>
274-
/// </remark>
274+
/// </remarks>
275275
public partial class SharedComFont : OpenXmlCompositeElement
276276
{
277277
/// <summary>
@@ -309,9 +309,9 @@ public SharedComFont(string outerXml) : base(outerXml)
309309
/// <para>persistence</para>
310310
/// <para>Represents the following attribute in the schema: ax:persistence</para>
311311
/// </summary>
312-
/// <remark>
312+
/// <remarks>
313313
/// xmlns:ax=http://schemas.microsoft.com/office/2006/activeX
314-
/// </remark>
314+
/// </remarks>
315315
public EnumValue<DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues>? Persistence
316316
{
317317
get => GetAttribute<EnumValue<DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues>>();
@@ -322,9 +322,9 @@ public EnumValue<DocumentFormat.OpenXml.Office.ActiveX.PersistenceValues>? Persi
322322
/// <para>id</para>
323323
/// <para>Represents the following attribute in the schema: r:id</para>
324324
/// </summary>
325-
/// <remark>
325+
/// <remarks>
326326
/// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
327-
/// </remark>
327+
/// </remarks>
328328
public StringValue? Id
329329
{
330330
get => GetAttribute<StringValue>();
@@ -367,9 +367,9 @@ public SharedComPicture() : base()
367367
/// <para>id</para>
368368
/// <para>Represents the following attribute in the schema: r:id</para>
369369
/// </summary>
370-
/// <remark>
370+
/// <remarks>
371371
/// xmlns:r=http://schemas.openxmlformats.org/officeDocument/2006/relationships
372-
/// </remark>
372+
/// </remarks>
373373
public StringValue? Id
374374
{
375375
get => GetAttribute<StringValue>();

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_coverPageProps.g.cs

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace DocumentFormat.OpenXml.Office.CoverPageProps
2121
/// <para>This class is available in Office 2007 and above.</para>
2222
/// <para>When the object is serialized out as xml, it's qualified name is cppr:CoverPageProperties.</para>
2323
/// </summary>
24-
/// <remark>
24+
/// <remarks>
2525
/// <para>The following table lists the possible child types:</para>
2626
/// <list type="bullet">
2727
/// <item><description><see cref="DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate" /> <c>&lt;cppr:PublishDate></c></description></item>
@@ -31,7 +31,7 @@ namespace DocumentFormat.OpenXml.Office.CoverPageProps
3131
/// <item><description><see cref="DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber" /> <c>&lt;cppr:CompanyFax></c></description></item>
3232
/// <item><description><see cref="DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress" /> <c>&lt;cppr:CompanyEmail></c></description></item>
3333
/// </list>
34-
/// </remark>
34+
/// </remarks>
3535
public partial class CoverPageProperties : OpenXmlCompositeElement
3636
{
3737
/// <summary>
@@ -90,9 +90,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
9090
/// <para>PublishDate.</para>
9191
/// <para>Represents the following element tag in the schema: cppr:PublishDate.</para>
9292
/// </summary>
93-
/// <remark>
93+
/// <remarks>
9494
/// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
95-
/// </remark>
95+
/// </remarks>
9696
public DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? PublishDate
9797
{
9898
get => GetElement<DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate>();
@@ -103,9 +103,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.PublishDate? PublishDate
103103
/// <para>DocumentAbstract.</para>
104104
/// <para>Represents the following element tag in the schema: cppr:Abstract.</para>
105105
/// </summary>
106-
/// <remark>
106+
/// <remarks>
107107
/// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
108-
/// </remark>
108+
/// </remarks>
109109
public DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? DocumentAbstract
110110
{
111111
get => GetElement<DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract>();
@@ -116,9 +116,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.DocumentAbstract? DocumentAb
116116
/// <para>CompanyAddress.</para>
117117
/// <para>Represents the following element tag in the schema: cppr:CompanyAddress.</para>
118118
/// </summary>
119-
/// <remark>
119+
/// <remarks>
120120
/// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
121-
/// </remark>
121+
/// </remarks>
122122
public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? CompanyAddress
123123
{
124124
get => GetElement<DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress>();
@@ -129,9 +129,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyAddress? CompanyAddre
129129
/// <para>CompanyPhoneNumber.</para>
130130
/// <para>Represents the following element tag in the schema: cppr:CompanyPhone.</para>
131131
/// </summary>
132-
/// <remark>
132+
/// <remarks>
133133
/// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
134-
/// </remark>
134+
/// </remarks>
135135
public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? CompanyPhoneNumber
136136
{
137137
get => GetElement<DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber>();
@@ -142,9 +142,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyPhoneNumber? CompanyP
142142
/// <para>CompanyFaxNumber.</para>
143143
/// <para>Represents the following element tag in the schema: cppr:CompanyFax.</para>
144144
/// </summary>
145-
/// <remark>
145+
/// <remarks>
146146
/// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
147-
/// </remark>
147+
/// </remarks>
148148
public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? CompanyFaxNumber
149149
{
150150
get => GetElement<DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber>();
@@ -155,9 +155,9 @@ public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyFaxNumber? CompanyFax
155155
/// <para>CompanyEmailAddress.</para>
156156
/// <para>Represents the following element tag in the schema: cppr:CompanyEmail.</para>
157157
/// </summary>
158-
/// <remark>
158+
/// <remarks>
159159
/// xmlns:cppr = http://schemas.microsoft.com/office/2006/coverPageProps
160-
/// </remark>
160+
/// </remarks>
161161
public DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress? CompanyEmailAddress
162162
{
163163
get => GetElement<DocumentFormat.OpenXml.Office.CoverPageProps.CompanyEmailAddress>();

generated/DocumentFormat.OpenXml/DocumentFormat.OpenXml.Generator/DocumentFormat.OpenXml.Generator.OpenXmlGenerator/schemas_microsoft_com_office_2006_customDocumentInformationPanel.g.cs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ namespace DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel
2121
/// <para>This class is available in Office 2007 and above.</para>
2222
/// <para>When the object is serialized out as xml, it's qualified name is cdip:customPropertyEditors.</para>
2323
/// </summary>
24-
/// <remark>
24+
/// <remarks>
2525
/// <para>The following table lists the possible child types:</para>
2626
/// <list type="bullet">
2727
/// <item><description><see cref="DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditor" /> <c>&lt;cdip:customPropertyEditor></c></description></item>
2828
/// <item><description><see cref="DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace" /> <c>&lt;cdip:defaultPropertyEditorNamespace></c></description></item>
2929
/// <item><description><see cref="DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen" /> <c>&lt;cdip:showOnOpen></c></description></item>
3030
/// </list>
31-
/// </remark>
31+
/// </remarks>
3232
public partial class CustomPropertyEditors : OpenXmlCompositeElement
3333
{
3434
/// <summary>
@@ -81,9 +81,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
8181
/// <para>ShowOnOpen.</para>
8282
/// <para>Represents the following element tag in the schema: cdip:showOnOpen.</para>
8383
/// </summary>
84-
/// <remark>
84+
/// <remarks>
8585
/// xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel
86-
/// </remark>
86+
/// </remarks>
8787
public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen? ShowOnOpen
8888
{
8989
get => GetElement<DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen>();
@@ -94,9 +94,9 @@ public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.ShowOnOpen?
9494
/// <para>DefaultPropertyEditorNamespace.</para>
9595
/// <para>Represents the following element tag in the schema: cdip:defaultPropertyEditorNamespace.</para>
9696
/// </summary>
97-
/// <remark>
97+
/// <remarks>
9898
/// xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel
99-
/// </remark>
99+
/// </remarks>
100100
public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace? DefaultPropertyEditorNamespace
101101
{
102102
get => GetElement<DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.DefaultPropertyEditorNamespace>();
@@ -263,13 +263,13 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
263263
/// <para>This class is available in Office 2007 and above.</para>
264264
/// <para>When the object is serialized out as xml, it's qualified name is cdip:customPropertyEditor.</para>
265265
/// </summary>
266-
/// <remark>
266+
/// <remarks>
267267
/// <para>The following table lists the possible child types:</para>
268268
/// <list type="bullet">
269269
/// <item><description><see cref="DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace" /> <c>&lt;cdip:XMLNamespace></c></description></item>
270270
/// <item><description><see cref="DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation" /> <c>&lt;cdip:XSNLocation></c></description></item>
271271
/// </list>
272-
/// </remark>
272+
/// </remarks>
273273
public partial class CustomPropertyEditor : OpenXmlCompositeElement
274274
{
275275
/// <summary>
@@ -320,9 +320,9 @@ internal override void ConfigureMetadata(ElementMetadata.Builder builder)
320320
/// <para>PropertyEditorNamespace.</para>
321321
/// <para>Represents the following element tag in the schema: cdip:XMLNamespace.</para>
322322
/// </summary>
323-
/// <remark>
323+
/// <remarks>
324324
/// xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel
325-
/// </remark>
325+
/// </remarks>
326326
public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace? PropertyEditorNamespace
327327
{
328328
get => GetElement<DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEditorNamespace>();
@@ -333,9 +333,9 @@ public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.PropertyEdit
333333
/// <para>XsnFileLocation.</para>
334334
/// <para>Represents the following element tag in the schema: cdip:XSNLocation.</para>
335335
/// </summary>
336-
/// <remark>
336+
/// <remarks>
337337
/// xmlns:cdip = http://schemas.microsoft.com/office/2006/customDocumentInformationPanel
338-
/// </remark>
338+
/// </remarks>
339339
public DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation? XsnFileLocation
340340
{
341341
get => GetElement<DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation>();

0 commit comments

Comments
 (0)