Skip to content

Commit c2a2f7f

Browse files
Update file(s) "/." from "groupdocs-metadata/Groupdocs.Metadata-References"
1 parent cbc174d commit c2a2f7f

26 files changed

Lines changed: 179 additions & 28 deletions

File tree

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/wordprocessingpackage/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public class WordProcessingPackage : DocumentPackage
2828
| [Count](../../groupdocs.metadata.common/metadatapackage/count) { get; } | Gets the number of metadata properties. |
2929
| [CreatedTime](../../groupdocs.metadata.formats.document/wordprocessingpackage/createdtime) { getset; } | Gets or sets the document created date. |
3030
| [HyperlinkBase](../../groupdocs.metadata.formats.document/wordprocessingpackage/hyperlinkbase) { getset; } | Gets or sets the hyperlink base. |
31+
| [HyperlinksChanged](../../groupdocs.metadata.formats.document/wordprocessingpackage/hyperlinkschanged) { getset; } | Gets or sets the Hyperlinks Changed of the document. |
3132
| [Item](../../groupdocs.metadata.common/metadatapackage/item) { get; } | Gets the [`MetadataProperty`](../../groupdocs.metadata.common/metadataproperty) with the specified name. |
3233
| [Keys](../../groupdocs.metadata.common/metadatapackage/keys) { get; } | Gets a collection of the metadata property names. |
3334
| [Keywords](../../groupdocs.metadata.formats.document/wordprocessingpackage/keywords) { getset; } | Gets or sets the keywords. |
@@ -40,6 +41,8 @@ public class WordProcessingPackage : DocumentPackage
4041
| [NameOfApplication](../../groupdocs.metadata.formats.document/wordprocessingpackage/nameofapplication) { get; } | Gets the name of the application. |
4142
| [PropertyDescriptors](../../groupdocs.metadata.common/metadatapackage/propertydescriptors) { get; } | Gets a collection of descriptors that contain information about properties accessible through the GroupDocs.Metadata search engine. |
4243
| [RevisionNumber](../../groupdocs.metadata.formats.document/wordprocessingpackage/revisionnumber) { getset; } | Gets or sets the revision number. |
44+
| [ScaleCrop](../../groupdocs.metadata.formats.document/wordprocessingpackage/scalecrop) { getset; } | Gets or sets the ScaleCrop of the document. |
45+
| [SharedDoc](../../groupdocs.metadata.formats.document/wordprocessingpackage/shareddoc) { getset; } | Gets or sets the SharedDoc of the document. |
4346
| [Subject](../../groupdocs.metadata.formats.document/wordprocessingpackage/subject) { getset; } | Gets or sets the subject. |
4447
| [Template](../../groupdocs.metadata.formats.document/wordprocessingpackage/template) { getset; } | Gets or sets the template. |
4548
| [Title](../../groupdocs.metadata.formats.document/wordprocessingpackage/title) { getset; } | Gets or sets the title of the document. |
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: HyperlinksChanged
3+
second_title: GroupDocs.Metadata for .NET API Reference
4+
description: Gets or sets the Hyperlinks Changed of the document.
5+
type: docs
6+
weight: 100
7+
url: /net/groupdocs.metadata.formats.document/wordprocessingpackage/hyperlinkschanged/
8+
---
9+
## WordProcessingPackage.HyperlinksChanged property
10+
11+
Gets or sets the Hyperlinks Changed of the document.
12+
13+
```csharp
14+
public bool? HyperlinksChanged { get; set; }
15+
```
16+
17+
### Property Value
18+
19+
The Hyperlinks Changed of the document.
20+
21+
### See Also
22+
23+
* class [WordProcessingPackage](../../wordprocessingpackage)
24+
* namespace [GroupDocs.Metadata.Formats.Document](../../../groupdocs.metadata.formats.document)
25+
* assembly [GroupDocs.Metadata](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.metadata.dll -->

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/wordprocessingpackage/keywords/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Keywords
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets or sets the keywords.
55
type: docs
6-
weight: 100
6+
weight: 110
77
url: /net/groupdocs.metadata.formats.document/wordprocessingpackage/keywords/
88
---
99
## WordProcessingPackage.Keywords property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/wordprocessingpackage/lastprinteddate/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LastPrintedDate
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets or sets the last printed date.
55
type: docs
6-
weight: 110
6+
weight: 120
77
url: /net/groupdocs.metadata.formats.document/wordprocessingpackage/lastprinteddate/
88
---
99
## WordProcessingPackage.LastPrintedDate property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/wordprocessingpackage/lastsavedby/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LastSavedBy
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets or sets the name of the last author.
55
type: docs
6-
weight: 120
6+
weight: 130
77
url: /net/groupdocs.metadata.formats.document/wordprocessingpackage/lastsavedby/
88
---
99
## WordProcessingPackage.LastSavedBy property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/wordprocessingpackage/lastsavedtime/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LastSavedTime
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets or sets the time of the last save.
55
type: docs
6-
weight: 130
6+
weight: 140
77
url: /net/groupdocs.metadata.formats.document/wordprocessingpackage/lastsavedtime/
88
---
99
## WordProcessingPackage.LastSavedTime property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/wordprocessingpackage/linksuptodate/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LinksUpToDate
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets or sets a value indicating whether the hyperlinks in the document are uptodate.
55
type: docs
6-
weight: 140
6+
weight: 150
77
url: /net/groupdocs.metadata.formats.document/wordprocessingpackage/linksuptodate/
88
---
99
## WordProcessingPackage.LinksUpToDate property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/wordprocessingpackage/manager/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Manager
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets or sets the manager.
55
type: docs
6-
weight: 150
6+
weight: 160
77
url: /net/groupdocs.metadata.formats.document/wordprocessingpackage/manager/
88
---
99
## WordProcessingPackage.Manager property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/wordprocessingpackage/nameofapplication/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: NameOfApplication
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets the name of the application.
55
type: docs
6-
weight: 160
6+
weight: 170
77
url: /net/groupdocs.metadata.formats.document/wordprocessingpackage/nameofapplication/
88
---
99
## WordProcessingPackage.NameOfApplication property

content/sites/groupdocs/metadata/english/net/groupdocs.metadata.formats.document/wordprocessingpackage/revisionnumber/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RevisionNumber
33
second_title: GroupDocs.Metadata for .NET API Reference
44
description: Gets or sets the revision number.
55
type: docs
6-
weight: 170
6+
weight: 180
77
url: /net/groupdocs.metadata.formats.document/wordprocessingpackage/revisionnumber/
88
---
99
## WordProcessingPackage.RevisionNumber property

0 commit comments

Comments
 (0)