Skip to content

Commit daf0828

Browse files
Update file(s) "/." from "groupdocs-parser/Groupdocs.Parser-References"
1 parent 3be49f5 commit daf0828

168 files changed

Lines changed: 1463 additions & 541 deletions

File tree

Some content is hidden

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

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/documentdata/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ public class DocumentData : IEnumerable<FieldData>
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [DocumentData](documentdata)(IEnumerable&lt;FieldData&gt;) | Initializes a new instance of the [`DocumentData`](../documentdata) class. |
21+
| [DocumentData](documentdata#constructor_1)(IEnumerable&lt;FieldData&gt;) | Initializes a new instance of the [`DocumentData`](../documentdata) class. |
22+
| [DocumentData](documentdata#constructor)(TemplateIEnumerable&lt;FieldData&gt;) | Initializes a new instance of the [`DocumentData`](../documentdata) class. |
2223

2324
## Properties
2425

2526
| Name | Description |
2627
| --- | --- |
2728
| [Count](../../groupdocs.parser.data/documentdata/count) { get; } | Gets the total number of the fields data. |
2829
| [Item](../../groupdocs.parser.data/documentdata/item) { get; } | Gets the field data by an index. |
30+
| [Template](../../groupdocs.parser.data/documentdata/template) { get; } | Gets the template. |
2931

3032
## Methods
3133

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/documentdata/documentdata/_index.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ type: docs
66
weight: 10
77
url: /net/groupdocs.parser.data/documentdata/documentdata/
88
---
9-
## DocumentData constructor
9+
## DocumentData(IEnumerable&lt;FieldData&gt;) {#constructor_1}
1010

1111
Initializes a new instance of the [`DocumentData`](../../documentdata) class.
1212

@@ -25,4 +25,27 @@ public DocumentData(IEnumerable<FieldData> fields)
2525
* namespace [GroupDocs.Parser.Data](../../../groupdocs.parser.data)
2626
* assembly [GroupDocs.Parser](../../../)
2727

28+
---
29+
30+
## DocumentData(Template, IEnumerable&lt;FieldData&gt;) {#constructor}
31+
32+
Initializes a new instance of the [`DocumentData`](../../documentdata) class.
33+
34+
```csharp
35+
public DocumentData(Template template, IEnumerable<FieldData> fields)
36+
```
37+
38+
| Parameter | Type | Description |
39+
| --- | --- | --- |
40+
| template | Template | The template. |
41+
| fields | IEnumerable`1 | The collection of fields data. |
42+
43+
### See Also
44+
45+
* class [Template](../../../groupdocs.parser.templates/template)
46+
* class [FieldData](../../fielddata)
47+
* class [DocumentData](../../documentdata)
48+
* namespace [GroupDocs.Parser.Data](../../../groupdocs.parser.data)
49+
* assembly [GroupDocs.Parser](../../../)
50+
2851
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll -->

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/documentdata/getenumerator/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GetEnumerator
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Returns an enumerator for the fields data.
55
type: docs
6-
weight: 40
6+
weight: 50
77
url: /net/groupdocs.parser.data/documentdata/getenumerator/
88
---
99
## DocumentData.GetEnumerator method

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/documentdata/getfieldsbyname/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GetFieldsByName
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Returns the collection of field data where the name is equal to fieldName.
55
type: docs
6-
weight: 50
6+
weight: 60
77
url: /net/groupdocs.parser.data/documentdata/getfieldsbyname/
88
---
99
## DocumentData.GetFieldsByName method
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Template
3+
second_title: GroupDocs.Parser for .NET API Reference
4+
description: Gets the template.
5+
type: docs
6+
weight: 40
7+
url: /net/groupdocs.parser.data/documentdata/template/
8+
---
9+
## DocumentData.Template property
10+
11+
Gets the template.
12+
13+
```csharp
14+
public Template Template { get; }
15+
```
16+
17+
### Property Value
18+
19+
The template.
20+
21+
### See Also
22+
23+
* class [Template](../../../groupdocs.parser.templates/template)
24+
* class [DocumentData](../../documentdata)
25+
* namespace [GroupDocs.Parser.Data](../../../groupdocs.parser.data)
26+
* assembly [GroupDocs.Parser](../../../)
27+
28+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll -->

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/documentpagedata/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public sealed class DocumentPageData : DocumentData
1818

1919
| Name | Description |
2020
| --- | --- |
21-
| [DocumentPageData](documentpagedata)(IEnumerable&lt;FieldData&gt;, int) | Initializes a new instance of the [`DocumentPageData`](../documentpagedata) class. |
21+
| [DocumentPageData](documentpagedata)(TemplateIEnumerable&lt;FieldData&gt;, int) | Initializes a new instance of the [`DocumentPageData`](../documentpagedata) class. |
2222

2323
## Properties
2424

@@ -27,6 +27,7 @@ public sealed class DocumentPageData : DocumentData
2727
| [Count](../../groupdocs.parser.data/documentdata/count) { get; } | Gets the total number of the fields data. |
2828
| [Item](../../groupdocs.parser.data/documentdata/item) { get; } | Gets the field data by an index. |
2929
| [PageIndex](../../groupdocs.parser.data/documentpagedata/pageindex) { get; } | Gets the page index. |
30+
| [Template](../../groupdocs.parser.data/documentdata/template) { get; } | Gets the template. |
3031

3132
## Methods
3233

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/documentpagedata/documentpagedata/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,18 @@ url: /net/groupdocs.parser.data/documentpagedata/documentpagedata/
1111
Initializes a new instance of the [`DocumentPageData`](../../documentpagedata) class.
1212

1313
```csharp
14-
public DocumentPageData(IEnumerable<FieldData> fields, int pageIndex)
14+
public DocumentPageData(Template template, IEnumerable<FieldData> fields, int pageIndex)
1515
```
1616

1717
| Parameter | Type | Description |
1818
| --- | --- | --- |
19+
| template | Template | The template. |
1920
| fields | IEnumerable`1 | The collection of fields data. |
2021
| pageIndex | Int32 | The zero-based page index. |
2122

2223
### See Also
2324

25+
* class [Template](../../../groupdocs.parser.templates/template)
2426
* class [FieldData](../../fielddata)
2527
* class [DocumentPageData](../../documentpagedata)
2628
* namespace [GroupDocs.Parser.Data](../../../groupdocs.parser.data)

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/point/_index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url: /net/groupdocs.parser.data/point/
1111
Represents a point.
1212

1313
```csharp
14-
public sealed class Point
14+
public sealed class Point : IEquatable<Point>
1515
```
1616

1717
## Constructors
@@ -32,8 +32,13 @@ public sealed class Point
3232
| Name | Description |
3333
| --- | --- |
3434
| static [Parse](../../groupdocs.parser.data/point/parse)(string) | Converts the string representation of a point to its class equivalent. |
35+
| override [Equals](../../groupdocs.parser.data/point/equals#equals_1)(object) | Determines whether the current [`Point`](../point) is the same as specified object. |
36+
| [Equals](../../groupdocs.parser.data/point/equals#equals)(Point) | Determines whether the current [`Point`](../point) is the same as specified [`Point`](../point) object. |
37+
| override [GetHashCode](../../groupdocs.parser.data/point/gethashcode)() | Returns the hash code for the current [`Point`](../point) object. |
3538
| override [ToString](../../groupdocs.parser.data/point/tostring)() | Converts the value of this instance to String. |
3639
| static [TryParse](../../groupdocs.parser.data/point/tryparse)(string, out Point) | Converts the string representation of a point to its class equivalent. A return value indicates whether the conversion is succeeded or failed. |
40+
| [operator ==](../../groupdocs.parser.data/point/op_equality) | Determines whether two [`Point`](../point) objects are the same. |
41+
| [operator !=](../../groupdocs.parser.data/point/op_inequality) | Determines whether two [`Point`](../point) objects are not the same. |
3742

3843
### See Also
3944

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
title: Equals
3+
second_title: GroupDocs.Parser for .NET API Reference
4+
description: Determines whether the current Pointgroupdocs.parser.data/point is the same as specified object.
5+
type: docs
6+
weight: 50
7+
url: /net/groupdocs.parser.data/point/equals/
8+
---
9+
## Equals(object) {#equals_1}
10+
11+
Determines whether the current [`Point`](../../point) is the same as specified object.
12+
13+
```csharp
14+
public override bool Equals(object obj)
15+
```
16+
17+
| Parameter | Type | Description |
18+
| --- | --- | --- |
19+
| obj | Object | The object to compare with the current [`Point`](../../point) object. |
20+
21+
### Return Value
22+
23+
```csharp
24+
true
25+
```
26+
27+
if
28+
29+
```csharp
30+
obj
31+
```
32+
33+
parameter is [`Point`](../../point) and is the same as current [`Point`](../../point) object; otherwise,
34+
35+
```csharp
36+
false
37+
```
38+
39+
### See Also
40+
41+
* class [Point](../../point)
42+
* namespace [GroupDocs.Parser.Data](../../../groupdocs.parser.data)
43+
* assembly [GroupDocs.Parser](../../../)
44+
45+
---
46+
47+
## Equals(Point) {#equals}
48+
49+
Determines whether the current [`Point`](../../point) is the same as specified [`Point`](../../point) object.
50+
51+
```csharp
52+
public bool Equals(Point other)
53+
```
54+
55+
| Parameter | Type | Description |
56+
| --- | --- | --- |
57+
| other | Point | The object to compare with the current [`Point`](../../point) object. |
58+
59+
### Return Value
60+
61+
```csharp
62+
true
63+
```
64+
65+
if both [`Point`](../../point) objects are the same; otherwise,
66+
67+
```csharp
68+
false
69+
```
70+
71+
### See Also
72+
73+
* class [Point](../../point)
74+
* namespace [GroupDocs.Parser.Data](../../../groupdocs.parser.data)
75+
* assembly [GroupDocs.Parser](../../../)
76+
77+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll -->
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: GetHashCode
3+
second_title: GroupDocs.Parser for .NET API Reference
4+
description: Returns the hash code for the current Pointgroupdocs.parser.data/point object.
5+
type: docs
6+
weight: 60
7+
url: /net/groupdocs.parser.data/point/gethashcode/
8+
---
9+
## Point.GetHashCode method
10+
11+
Returns the hash code for the current [`Point`](../../point) object.
12+
13+
```csharp
14+
public override int GetHashCode()
15+
```
16+
17+
### Return Value
18+
19+
A hash code for the current [`Point`](../../point) object.
20+
21+
### See Also
22+
23+
* class [Point](../../point)
24+
* namespace [GroupDocs.Parser.Data](../../../groupdocs.parser.data)
25+
* assembly [GroupDocs.Parser](../../../)
26+
27+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.parser.dll -->

0 commit comments

Comments
 (0)