Skip to content

Commit 9dec57a

Browse files
authored
update xps specification link (#8752)
1 parent a53d4c9 commit 9dec57a

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

xml/System.Windows.Documents.DocumentStructures/StoryFragment.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
161161
In the example above, if the empty cell had not been added by the producing application, then a merger of the fragments would produce a table whose first row had only one cell containing both the "SomeContent" and "MoreContent" references instead of the original first row with two cells, each containing a single reference
162162
163-
When the entire story is being merged, the algorithm should be repeated for each subsequent fragment that is part of the same story. The fragments that belong to a story are indexed in the `<Story>` element. See section 9.1.15 of the XML Paper Specification (XPS) specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx). The last fragment for a given story will have a <xref:System.Windows.Documents.DocumentStructures.StoryBreak> element as its last child.
163+
When the entire story is being merged, the algorithm should be repeated for each subsequent fragment that is part of the same story. The fragments that belong to a story are indexed in the `<Story>` element. See section 9.1.15 of the XML Paper Specification (XPS) specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478). The last fragment for a given story will have a <xref:System.Windows.Documents.DocumentStructures.StoryBreak> element as its last child.
164164
165165
166166
@@ -263,7 +263,7 @@
263263
<format type="text/markdown"><![CDATA[
264264
265265
## Remarks
266-
For more information about the `FragmentName` attribute of the `</StoryFragment>` part of an XML Paper Specification (XPS) document, see chapter 9 of the XML Paper Specification (XPS) specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
266+
For more information about the `FragmentName` attribute of the `</StoryFragment>` part of an XML Paper Specification (XPS) document, see chapter 9 of the XML Paper Specification (XPS) specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
267267
268268
]]></format>
269269
</remarks>
@@ -310,7 +310,7 @@
310310
## Remarks
311311
Possible values include "Header," "Footer," and "Content."
312312
313-
For more information about the `FragmentType` attribute of the `</StoryFragment>` part of an XML Paper Specification (XPS) document, see chapter 9 of the XML Paper Specification (XPS) specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
313+
For more information about the `FragmentType` attribute of the `</StoryFragment>` part of an XML Paper Specification (XPS) document, see chapter 9 of the XML Paper Specification (XPS) specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
314314
315315
316316
@@ -361,7 +361,7 @@
361361
<format type="text/markdown"><![CDATA[
362362
363363
## Remarks
364-
All fragments of a given story must have the same value for this property. It must match the `StoryName` attribute of the `<Story>` element. See section 9.1.15 of the XML Paper Specification (XPS) specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
364+
All fragments of a given story must have the same value for this property. It must match the `StoryName` attribute of the `<Story>` element. See section 9.1.15 of the XML Paper Specification (XPS) specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
365365
366366
This property can be unspecified if <xref:System.Windows.Documents.DocumentStructures.StoryFragment.FragmentType%2A> is Header or Footer.
367367

xml/System.Windows.Documents/LinkTarget.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<format type="text/markdown"><![CDATA[
2525
2626
## Remarks
27-
The names of all of the link targets for all of the pages in a <xref:System.Windows.Documents.FixedDocument> are gathered into the Page Content part of an XML Paper Specification (XPS) document. This enables consuming applications to determine if a particular target is in a particular document without having to load the entire document. For more information about the `<PageContent>` and `<LinkTarget>` elements, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
27+
The names of all of the link targets for all of the pages in a <xref:System.Windows.Documents.FixedDocument> are gathered into the Page Content part of an XML Paper Specification (XPS) document. This enables consuming applications to determine if a particular target is in a particular document without having to load the entire document. For more information about the `<PageContent>` and `<LinkTarget>` elements, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
2828
2929
]]></format>
3030
</remarks>
@@ -95,7 +95,7 @@
9595
<format type="text/markdown"><![CDATA[
9696
9797
## Remarks
98-
The names of all of the link targets for all of the pages in a <xref:System.Windows.Documents.FixedDocument> are gathered into the Page Content part of an XML Paper Specification (XPS) document. This enables consuming applications to determine if a particular target is in a particular document without having to load the entire document. For more information about the `<PageContent>` and `<LinkTarget>` elements, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
98+
The names of all of the link targets for all of the pages in a <xref:System.Windows.Documents.FixedDocument> are gathered into the Page Content part of an XML Paper Specification (XPS) document. This enables consuming applications to determine if a particular target is in a particular document without having to load the entire document. For more information about the `<PageContent>` and `<LinkTarget>` elements, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
9999
100100
]]></format>
101101
</remarks>

xml/System.Windows.Documents/PageContent.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
4444
The <xref:System.Windows.Documents.PageContent.Source%2A> dependency property specifies the uniform resource identifier (URI) of the corresponding <xref:System.Windows.Documents.FixedPage>.
4545
46-
For more information about the <xref:System.Windows.Documents.PageContent> element, see Chapter 3 of the XPS *Open XML Paper Specification* available for download at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
46+
For more information about the <xref:System.Windows.Documents.PageContent> element, see Chapter 3 of the XPS *Open XML Paper Specification* available for download at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
4747
4848
4949
@@ -237,7 +237,7 @@
237237
238238
3. When the <xref:System.Windows.Documents.PageContent.GetPageRootCompleted> event occurs and the delegate is called, the <xref:System.Windows.Documents.FixedPage> content has completed loading. The loaded <xref:System.Windows.Documents.FixedPage> element is returned through the <xref:System.Windows.Documents.GetPageRootCompletedEventArgs>.<xref:System.Windows.Documents.GetPageRootCompletedEventArgs.Result%2A> property.
239239
240-
For more information about the `<PageContent>` element, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
240+
For more information about the `<PageContent>` element, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
241241
242242
This method stores in the task it returns all non-usage exceptions that the method's synchronous counterpart can throw. If an exception is stored into the returned task, that exception will be thrown when the task is awaited. Usage exceptions, such as <xref:System.ArgumentException>, are still thrown synchronously. For the stored exceptions, see the exceptions thrown by <xref:System.Windows.Documents.PageContent.GetPageRoot(System.Boolean)>.
243243
@@ -354,7 +354,7 @@
354354
## Remarks
355355
<xref:System.Windows.Documents.PageContent.LinkTargets%2A> will never return `null`, but the collection may contain zero elements.
356356
357-
For more information about the `<PageContent>` element, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
357+
For more information about the `<PageContent>` element, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
358358
359359
]]></format>
360360
</remarks>
@@ -451,7 +451,7 @@
451451
<format type="text/markdown"><![CDATA[
452452
453453
## Remarks
454-
For more information about the `<PageContent>` element and its `Source` attribute, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
454+
For more information about the `<PageContent>` element and its `Source` attribute, see chapter 3 of the XPS specification which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
455455
456456
<a name="dependencyPropertyInfo_Source"></a>
457457
## Dependency Property Information

xml/System.Windows.Xps.Packaging/IDocumentStructureProvider.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<format type="text/markdown"><![CDATA[
2222
2323
## Remarks
24-
For more information about the `DocumentStructure` element of an XPS package, see chapter 9 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
24+
For more information about the `DocumentStructure` element of an XPS package, see chapter 9 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
2525
2626
]]></format>
2727
</remarks>
@@ -55,7 +55,7 @@
5555
<format type="text/markdown"><![CDATA[
5656
5757
## Remarks
58-
For more information about the `DocumentStructure` element of an XPS package, see chapter 9 of the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
58+
For more information about the `DocumentStructure` element of an XPS package, see chapter 9 of the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
5959
6060
]]></format>
6161
</remarks>

xml/System.Windows.Xps.Packaging/IXpsFixedDocumentReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
<format type="text/markdown"><![CDATA[
249249
250250
## Remarks
251-
For more information about the <xref:System.Printing.PrintTicket> part of an XML Paper Specification (XPS) document, see chapter 2 in the XPS specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
251+
For more information about the <xref:System.Printing.PrintTicket> part of an XML Paper Specification (XPS) document, see chapter 2 in the XPS specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
252252
253253
]]></format>
254254
</remarks>

xml/System.Windows.Xps.Packaging/IXpsFixedDocumentSequenceReader.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<format type="text/markdown"><![CDATA[
129129
130130
## Remarks
131-
For more information about the <xref:System.Printing.PrintTicket> part of an XML Paper Specification (XPS) sequence, see chapter 2 in the XPS specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
131+
For more information about the <xref:System.Printing.PrintTicket> part of an XML Paper Specification (XPS) sequence, see chapter 2 in the XPS specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
132132
133133
]]></format>
134134
</remarks>

xml/System.Windows.Xps.Packaging/IXpsFixedPageReader.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
<format type="text/markdown"><![CDATA[
323323
324324
## Remarks
325-
For more information about the <xref:System.Printing.PrintTicket> part of an XML Paper Specification (XPS) page, see chapter 2 in the XPS specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
325+
For more information about the <xref:System.Printing.PrintTicket> part of an XML Paper Specification (XPS) page, see chapter 2 in the XPS specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
326326
327327
]]></format>
328328
</remarks>
@@ -382,7 +382,7 @@
382382
<format type="text/markdown"><![CDATA[
383383
384384
## Remarks
385-
For more information about the <xref:System.Windows.Documents.DocumentStructures.StoryFragments> element of an XPS package, see chapter 9 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
385+
For more information about the <xref:System.Windows.Documents.DocumentStructures.StoryFragments> element of an XPS package, see chapter 9 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
386386
387387
]]></format>
388388
</remarks>

xml/System.Windows.Xps.Packaging/XpsResourceDictionary.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
## Remarks
2727
This class has no public constructor. Get a reference to an <xref:System.Windows.Xps.Packaging.XpsResourceDictionary> by using the <xref:System.Windows.Xps.Packaging.IXpsFixedPageWriter.AddResourceDictionary%2A?displayProperty=nameWithType> method.
2828
29-
For more information about the `ResourceDictionary` element of an XPS package, see chapter 7 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
29+
For more information about the `ResourceDictionary` element of an XPS package, see chapter 7 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
3030
3131
]]></format>
3232
</remarks>

xml/System.Windows.Xps.Packaging/XpsSignatureDefinition.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<format type="text/markdown"><![CDATA[
185185
186186
## Remarks
187-
For more information about the `Intent` element of signature definitions in XML Paper Specification (XPS) packages, see chapter 10 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
187+
For more information about the `Intent` element of signature definitions in XML Paper Specification (XPS) packages, see chapter 10 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
188188
189189
190190
@@ -233,7 +233,7 @@
233233
## Remarks
234234
This property corresponds to the `SignerName` attribute of the `SignatureDefinition` element in an XML Paper Specification (XPS) package. Notice the difference in the names.
235235
236-
For more information about the `SignerName` attribute, see chapter 10 of the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
236+
For more information about the `SignerName` attribute, see chapter 10 of the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
237237
238238
239239
@@ -280,7 +280,7 @@
280280
<format type="text/markdown"><![CDATA[
281281
282282
## Remarks
283-
For more information about the `SignBy` element of signature definitions in XML Paper Specification (XPS) packages, see the XPS specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
283+
For more information about the `SignBy` element of signature definitions in XML Paper Specification (XPS) packages, see the XPS specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
284284
285285
286286
@@ -331,7 +331,7 @@
331331
332332
The original producer of the XML Paper Specification (XPS) package can set this property. Optionally, the signer can set the property at the time of signing the package if no one else has already signed.
333333
334-
For more information about the `SigningLocation` element, see chapter 10 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
334+
For more information about the `SigningLocation` element, see chapter 10 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
335335
336336
337337
@@ -380,7 +380,7 @@
380380
## Remarks
381381
To link a `Signature` element to this <xref:System.Windows.Xps.Packaging.XpsSignatureDefinition>, you must set the `Id` attribute of the `Signature` to the value of the <xref:System.Windows.Xps.Packaging.XpsSignatureDefinition.SpotId%2A> property. For more information about `Signature` elements, see the [Open Packaging Conventions](https://www.microsoft.com/whdc/xps/xpspkg.mspx) schema.
382382
383-
For more information about the `SpotID` attribute of the `SignatureDefinition` element in an XML Paper Specification (XPS) package, see chapter 10 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
383+
For more information about the `SpotID` attribute of the `SignatureDefinition` element in an XML Paper Specification (XPS) package, see chapter 10 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
384384
385385
386386
@@ -427,7 +427,7 @@
427427
<format type="text/markdown"><![CDATA[
428428
429429
## Remarks
430-
For more information about the `SpotLocation` element of signature definitions in XML Paper Specification (XPS) packages, see chapter 10 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
430+
For more information about the `SpotLocation` element of signature definitions in XML Paper Specification (XPS) packages, see chapter 10 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
431431
432432
]]></format>
433433
</remarks>

xml/System.Windows.Xps.Serialization/BasePackagingPolicy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@
252252
253253
`<LinkTarget Name=\"` *target name* `\" />`, where *target name* is the string.
254254
255-
For more information about the `<PageContent.LinkTargets>` and <xref:System.Windows.Documents.LinkTarget> elements, see chapter 3 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/whdc/xps/downloads.mspx).
255+
For more information about the `<PageContent.LinkTargets>` and <xref:System.Windows.Documents.LinkTarget> elements, see chapter 3 in the XML Paper Specification (XPS) specification, which you can obtain at [XPS: Specification and License Downloads](https://www.microsoft.com/download/details.aspx?id=51478).
256256
257257
]]></format>
258258
</remarks>

0 commit comments

Comments
 (0)