You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/DocumentFormat.OpenXml.Framework/OpenXmlPartWriterSettings.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,24 +6,24 @@
6
6
namespaceDocumentFormat.OpenXml;
7
7
8
8
/// <summary>
9
-
/// Settings for the OpenXmlPartWriter.
9
+
/// Settings for the <see cref="OpenXmlPartWriter" /> .
10
10
/// </summary>
11
11
publicclassOpenXmlPartWriterSettings
12
12
{
13
13
#if FEATURE_ASYNC_SAX_XML
14
14
/// <summary>
15
-
/// Gets or sets a value indicating whether asynchronous OpenXmlPartWriter methods can be used.
15
+
/// Gets or sets a value indicating whether asynchronous <see cref="OpenXmlPartWriter" /> methods can be used.
16
16
/// </summary>
17
17
publicboolAsync{get;set;}
18
18
#endif
19
19
20
20
/// <summary>
21
-
/// Gets or sets a value indicating whether the OpenXmlPartWriter should check to ensure that all characters in the document conform to the "2.2 Characters" section of the W3C XML 1.0 Recommendation.
21
+
/// Gets or sets a value indicating whether the <see cref="OpenXmlPartWriter" /> should also close the underlying stream or TextWriter when the Close() method is called.
22
22
/// </summary>
23
23
publicboolCloseOutput{get;set;}
24
24
25
25
/// <summary>
26
-
/// Gets or sets a value indicating whether the OpenXmlPartWriter should also close the underlying stream or TextWriter when the Close() method is called.
26
+
/// Gets or sets the type of text encoding to use.
0 commit comments