Skip to content

Commit aae385b

Browse files
Update file(s) "/." from "groupdocs-parser/Groupdocs.Parser-References"
1 parent 18b2b42 commit aae385b

12 files changed

Lines changed: 159 additions & 56 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ Represents a table page area which is used to represent a table in the parsing b
1414
public sealed class PageTableArea : PageArea
1515
```
1616

17-
## Constructors
18-
19-
| Name | Description |
20-
| --- | --- |
21-
| [PageTableArea](pagetablearea)(IEnumerable<double>, IEnumerable<double>, IEnumerable<PageTableAreaCell>, PageRectangle) | Initializes a new instance of the [`PageTableArea`](../pagetablearea) class. |
22-
2317
## Properties
2418

2519
| Name | Description |

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/pagetablearea/cells/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Cells
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Gets the collection of cells.
55
type: docs
6-
weight: 20
6+
weight: 10
77
url: /net/groupdocs.parser.data/pagetablearea/cells/
88
---
99
## PageTableArea.Cells property

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/pagetablearea/columncount/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ColumnCount
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Gets the total number of the table colums.
55
type: docs
6-
weight: 30
6+
weight: 20
77
url: /net/groupdocs.parser.data/pagetablearea/columncount/
88
---
99
## PageTableArea.ColumnCount property

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/pagetablearea/getcolumnwidth/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GetColumnWidth
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Returns the column width.
55
type: docs
6-
weight: 60
6+
weight: 50
77
url: /net/groupdocs.parser.data/pagetablearea/getcolumnwidth/
88
---
99
## PageTableArea.GetColumnWidth method

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/pagetablearea/getrowheight/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: GetRowHeight
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Returns the row height.
55
type: docs
6-
weight: 70
6+
weight: 60
77
url: /net/groupdocs.parser.data/pagetablearea/getrowheight/
88
---
99
## PageTableArea.GetRowHeight method

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/pagetablearea/item/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Item
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Gets the table cell by row and column indexes.
55
type: docs
6-
weight: 40
6+
weight: 30
77
url: /net/groupdocs.parser.data/pagetablearea/item/
88
---
99
## PageTableArea indexer

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

Lines changed: 0 additions & 35 deletions
This file was deleted.

content/sites/groupdocs/parser/english/net/groupdocs.parser.data/pagetablearea/rowcount/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RowCount
33
second_title: GroupDocs.Parser for .NET API Reference
44
description: Gets the total number of the table rows.
55
type: docs
6-
weight: 50
6+
weight: 40
77
url: /net/groupdocs.parser.data/pagetablearea/rowcount/
88
---
99
## PageTableArea.RowCount property

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/parsebytemplateoptions/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class ParseByTemplateOptions
2828
| Name | Description |
2929
| --- | --- |
3030
| [OcrOptions](../../groupdocs.parser.options/parsebytemplateoptions/ocroptions) { get; set; } | Gets the additional options for OCR functionality. |
31-
| [PageIndex](../../groupdocs.parser.options/parsebytemplateoptions/pageindex) { getset; } | Gets or sets index of the page for which the adjustment fields are to be generated. The default value is `0`. |
31+
| [PageIndex](../../groupdocs.parser.options/parsebytemplateoptions/pageindex) { getset; } | Gets or sets index of the page for which to perform a parsing by template. The default value is `0`. |
3232
| [UseOcr](../../groupdocs.parser.options/parsebytemplateoptions/useocr) { getset; } | Gets the value that indicates whether the OCR Connector is used to parse by template. |
3333

3434
### See Also

content/sites/groupdocs/parser/english/net/groupdocs.parser.options/parsebytemplateoptions/pageindex/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: PageIndex
33
second_title: GroupDocs.Parser for .NET API Reference
4-
description: Gets or sets index of the page for which the adjustment fields are to be generated. The default value is 0.
4+
description: Gets or sets index of the page for which to perform a parsing by template. The default value is 0.
55
type: docs
66
weight: 30
77
url: /net/groupdocs.parser.options/parsebytemplateoptions/pageindex/
88
---
99
## ParseByTemplateOptions.PageIndex property
1010

11-
Gets or sets index of the page for which the adjustment fields are to be generated. The default value is `0`.
11+
Gets or sets index of the page for which to perform a parsing by template. The default value is `0`.
1212

1313
```csharp
1414
public int PageIndex { get; set; }

0 commit comments

Comments
 (0)