Skip to content

Commit

Permalink
feat: Aspose.PDF NET 24.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBiriukov committed Oct 16, 2024
1 parent 5377df1 commit 6a8279e
Show file tree
Hide file tree
Showing 524 changed files with 580 additions and 526 deletions.
1 change: 1 addition & 0 deletions english/net/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ is_root: true
| [Aspose.Pdf.Engine.IO.ConvertStrategies.ConvertHelpers](./aspose.pdf.engine.io.convertstrategies.converthelpers/) | |
| [Aspose.Pdf.Facades](./aspose.pdf.facades/) | The **Aspose.Pdf.Facades** namespace provides classes originaly came from Aspose.Pdf.Kit. These classes are used for manipulating documents perfoming operations like concatenating, stamping, signing, annotating etc. but on the high level without access to a document's inner structure. |
| [Aspose.Pdf.Forms](./aspose.pdf.forms/) | The **Aspose.Pdf.Forms** namespace has classes which describes forms (standard, static, dynamic) and various types of fields like text box, list box, radio button etc. |
| [Aspose.Pdf.Generator](./aspose.pdf.generator/) | The **Aspose.Pdf.Generator** namespace provides classes used to add various types of content to PDF page. |
| [Aspose.Pdf.GroupProcessor](./aspose.pdf.groupprocessor/) | The **Aspose.Pdf.GroupProcessor** namespace provides classes used to work text and fonts. |
| [Aspose.Pdf.GroupProcessor.Creators](./aspose.pdf.groupprocessor.creators/) | The **Aspose.Pdf.GroupProcessor.Creators** namespace provides classes used to create instances of GroupProcessor classes. |
| [Aspose.Pdf.LogicalStructure](./aspose.pdf.logicalstructure/) | The **Aspose.Pdf.Tagged.LogicalStructure** is a namespace for PDF Logical Structure classes. |
Expand Down
6 changes: 6 additions & 0 deletions english/net/aspose.pdf.drawing/arc/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ public sealed class Arc : Shape
| [Radius](../../aspose.pdf.drawing/arc/radius/) { getset; } | Gets or sets a float value that indicates the radius of the arc. |
| [Text](../../aspose.pdf.drawing/shape/text/) { getset; } | Gets or sets a text for shape |

## Methods

| Name | Description |
| --- | --- |
| override [CheckBounds](../../aspose.pdf.drawing/arc/checkbounds/)(doubledouble) | |

### See Also

* class [Shape](../shape/)
Expand Down
6 changes: 6 additions & 0 deletions english/net/aspose.pdf.drawing/circle/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ public sealed class Circle : Shape
| [Radius](../../aspose.pdf.drawing/circle/radius/) { getset; } | Gets or sets a float value that indicates the radius of the circle. |
| [Text](../../aspose.pdf.drawing/shape/text/) { getset; } | Gets or sets a text for shape |

## Methods

| Name | Description |
| --- | --- |
| override [CheckBounds](../../aspose.pdf.drawing/circle/checkbounds/)(doubledouble) | |

### See Also

* class [Shape](../shape/)
Expand Down
6 changes: 6 additions & 0 deletions english/net/aspose.pdf.drawing/curve/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ public sealed class Curve : Shape
| [PositionArray](../../aspose.pdf.drawing/curve/positionarray/) { getset; } | Gets or sets a float position array. |
| [Text](../../aspose.pdf.drawing/shape/text/) { getset; } | Gets or sets a text for shape |

## Methods

| Name | Description |
| --- | --- |
| override [CheckBounds](../../aspose.pdf.drawing/curve/checkbounds/)(doubledouble) | |

### See Also

* class [Shape](../shape/)
Expand Down
6 changes: 6 additions & 0 deletions english/net/aspose.pdf.drawing/ellipse/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ public sealed class Ellipse : Shape
| [Text](../../aspose.pdf.drawing/shape/text/) { getset; } | Gets or sets a text for shape |
| [Width](../../aspose.pdf.drawing/ellipse/width/) { getset; } | Gets or sets a float value that indicates the width of the ellipse. |

## Methods

| Name | Description |
| --- | --- |
| override [CheckBounds](../../aspose.pdf.drawing/ellipse/checkbounds/)(doubledouble) | |

### See Also

* class [Shape](../shape/)
Expand Down
3 changes: 2 additions & 1 deletion english/net/aspose.pdf.drawing/graph/shapes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ url: /net/aspose.pdf.drawing/graph/shapes/
Gets or sets a `Shapes` collection that indicates all shapes in the graph.

```csharp
public List<Shape> Shapes { get; set; }
public BoundsCheckableList<Shape> Shapes { get; set; }
```

### See Also

* class [BoundsCheckableList&lt;T&gt;](../../../aspose.pdf.generator/boundscheckablelist-1/)
* class [Shape](../../shape/)
* class [Graph](../)
* namespace [Aspose.Pdf.Drawing](../../../aspose.pdf.drawing/)
Expand Down
6 changes: 6 additions & 0 deletions english/net/aspose.pdf.drawing/line/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ public sealed class Line : Shape
| [PositionArray](../../aspose.pdf.drawing/line/positionarray/) { getset; } | Gets or sets a [`PositionArray`](./positionarray/) object that indicates the position array.The array is composed by coordinates of each control point of the line. directly. |
| [Text](../../aspose.pdf.drawing/shape/text/) { getset; } | Gets or sets a text for shape |

## Methods

| Name | Description |
| --- | --- |
| override [CheckBounds](../../aspose.pdf.drawing/line/checkbounds/)(doubledouble) | |

### See Also

* class [Shape](../shape/)
Expand Down
6 changes: 6 additions & 0 deletions english/net/aspose.pdf.drawing/path/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ public sealed class Path : Shape
| [Shapes](../../aspose.pdf.drawing/path/shapes/) { get; } | Gets or sets shapes collection. |
| [Text](../../aspose.pdf.drawing/shape/text/) { getset; } | Gets or sets a text for shape |

## Methods

| Name | Description |
| --- | --- |
| override [CheckBounds](../../aspose.pdf.drawing/path/checkbounds/)(doubledouble) | |

### See Also

* class [Shape](../shape/)
Expand Down
6 changes: 6 additions & 0 deletions english/net/aspose.pdf.drawing/rectangle/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ public sealed class Rectangle : Shape
| [Text](../../aspose.pdf.drawing/shape/text/) { getset; } | Gets or sets a text for shape |
| [Width](../../aspose.pdf.drawing/rectangle/width/) { getset; } | Gets or sets a float value that indicates the width of the rectangle. |

## Methods

| Name | Description |
| --- | --- |
| override [CheckBounds](../../aspose.pdf.drawing/rectangle/checkbounds/)(doubledouble) | |

### See Also

* class [Shape](../shape/)
Expand Down
9 changes: 8 additions & 1 deletion english/net/aspose.pdf.drawing/shape/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ url: /net/aspose.pdf.drawing/shape/
Represents shape - the base graphics object.

```csharp
public abstract class Shape
public abstract class Shape : IBoundsCheckableItem
```

## Properties
Expand All @@ -21,8 +21,15 @@ public abstract class Shape
| [GraphInfo](../../aspose.pdf.drawing/shape/graphinfo/) { get; set; } | Gets or sets a [`GraphInfo`](./graphinfo/) object that indicates the graph info,such as color, line width,etc. |
| [Text](../../aspose.pdf.drawing/shape/text/) { getset; } | Gets or sets a text for shape |

## Methods

| Name | Description |
| --- | --- |
| virtual [CheckBounds](../../aspose.pdf.drawing/shape/checkbounds/)(doubledouble) | |

### See Also

* interface [IBoundsCheckableItem](../../aspose.pdf.generator/iboundscheckableitem/)
* namespace [Aspose.Pdf.Drawing](../../aspose.pdf.drawing/)
* assembly [Aspose.PDF](../../)

Expand Down
1 change: 0 additions & 1 deletion english/net/aspose.pdf.facades/pdffilesignature/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public sealed class PdfFileSignature : SaveableFacade
| [Sign](../../aspose.pdf.facades/pdffilesignature/sign/#sign_2)(intstringstringstringboolRectangleSignature) | Sign the document with the given type signature. |
| [Sign](../../aspose.pdf.facades/pdffilesignature/sign/#sign_3)(intstringstringstringstringboolRectangleSignature) | Sign the document with the given type signature which is placed in already presented signature field. Before signing pdf document should already has signature field, corresponding page and rectangle are taken from signature field which is found by signature name (see SigName parameter). |
| [VerifySignature](../../aspose.pdf.facades/pdffilesignature/verifysignature/)(string) | Checks the validity of a signature. |
| [VerifySigned](../../aspose.pdf.facades/pdffilesignature/verifysigned/)(string) | Checks the validity of a signature. |

### See Also

Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.groupprocessor.creators/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Aspose.Pdf.GroupProcessor.Creators
second_title: Aspose.PDF for .NET API Reference
description: The Aspose.Pdf.GroupProcessor.Creators namespace provides classes used to create instances of GroupProcessor classes
type: docs
weight: 160
weight: 170
url: /net/aspose.pdf.groupprocessor.creators/
---
The **Aspose.Pdf.GroupProcessor.Creators** namespace provides classes used to create instances of GroupProcessor classes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class PdfTypeObjectCreator
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.GroupProcessor.Creators.PdfTypeObjectCreator class. Represents an creator of IPdfTypeExtractor object
type: docs
weight: 3820
weight: 3860
url: /net/aspose.pdf.groupprocessor.creators/pdftypeobjectcreator/
---
## PdfTypeObjectCreator class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.groupprocessor/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Aspose.Pdf.GroupProcessor
second_title: Aspose.PDF for .NET API Reference
description: The Aspose.Pdf.GroupProcessor namespace provides classes used to work text and fonts
type: docs
weight: 150
weight: 160
url: /net/aspose.pdf.groupprocessor/
---
The **Aspose.Pdf.GroupProcessor** namespace provides classes used to work text and fonts.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class ExtractorFactory
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.GroupProcessor.ExtractorFactory class. Represents factory for creating IPdfTypeExtractor objects
type: docs
weight: 3830
weight: 3870
url: /net/aspose.pdf.groupprocessor/extractorfactory/
---
## ExtractorFactory class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Interface IDocumentPageTextExtractor
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.GroupProcessor.IDocumentPageTextExtractor interface. Interface for document page text extractor
type: docs
weight: 3840
weight: 3880
url: /net/aspose.pdf.groupprocessor/idocumentpagetextextractor/
---
## IDocumentPageTextExtractor interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Interface IDocumentTextExtractor
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.GroupProcessor.IDocumentTextExtractor interface. Interface for document text extractor
type: docs
weight: 3850
weight: 3890
url: /net/aspose.pdf.groupprocessor/idocumenttextextractor/
---
## IDocumentTextExtractor interface
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Interface IPdfTypeExtractor
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.GroupProcessor.IPdfTypeExtractor interface. Represents interface to interacting with extractor
type: docs
weight: 3860
weight: 3900
url: /net/aspose.pdf.groupprocessor/ipdftypeextractor/
---
## IPdfTypeExtractor interface
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.logicalstructure/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Aspose.Pdf.LogicalStructure
second_title: Aspose.PDF for .NET API Reference
description: The Aspose.Pdf.Tagged.LogicalStructure is a namespace for PDF Logical Structure classes
type: docs
weight: 170
weight: 180
url: /net/aspose.pdf.logicalstructure/
---
The **Aspose.Pdf.Tagged.LogicalStructure** is a namespace for PDF Logical Structure classes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class AnnotationElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.AnnotationElement class. Represents a base class for annotation structure elements in logical structure
type: docs
weight: 4560
weight: 4600
url: /net/aspose.pdf.logicalstructure/annotationelement/
---
## AnnotationElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class AnnotElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.AnnotElement class. Represents Annot structure element in logical structure
type: docs
weight: 4550
weight: 4590
url: /net/aspose.pdf.logicalstructure/annotelement/
---
## AnnotElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class ArtElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.ArtElement class. Represents Art structure element in logical structure
type: docs
weight: 4570
weight: 4610
url: /net/aspose.pdf.logicalstructure/artelement/
---
## ArtElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class AttributeKey
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.AttributeKey class. Represents Standard Attribute Keys
type: docs
weight: 4580
weight: 4620
url: /net/aspose.pdf.logicalstructure/attributekey/
---
## AttributeKey class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class AttributeName
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.AttributeName class. Represents class for Attribute Name Values
type: docs
weight: 4590
weight: 4630
url: /net/aspose.pdf.logicalstructure/attributename/
---
## AttributeName class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class AttributeOwnerStandard
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.AttributeOwnerStandard class. Represents Standard Attribute Owners
type: docs
weight: 4600
weight: 4640
url: /net/aspose.pdf.logicalstructure/attributeownerstandard/
---
## AttributeOwnerStandard class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class BibEntryElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.BibEntryElement class. Represents BibEntry structure element in logical structure
type: docs
weight: 4630
weight: 4670
url: /net/aspose.pdf.logicalstructure/bibentryelement/
---
## BibEntryElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class BlockQuoteElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.BlockQuoteElement class. Represents BlockQuote structure element in logical structure
type: docs
weight: 4640
weight: 4680
url: /net/aspose.pdf.logicalstructure/blockquoteelement/
---
## BlockQuoteElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class BLSElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.BLSElement class. Represents a base class for blocklevel structure elements in logical structure
type: docs
weight: 4610
weight: 4650
url: /net/aspose.pdf.logicalstructure/blselement/
---
## BLSElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class BLSTextElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.BLSTextElement class. Represents a base class for blocklevel text structure elements in logical structure
type: docs
weight: 4620
weight: 4660
url: /net/aspose.pdf.logicalstructure/blstextelement/
---
## BLSTextElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class CaptionElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.CaptionElement class. Represents Caption structure element in logical structure
type: docs
weight: 4650
weight: 4690
url: /net/aspose.pdf.logicalstructure/captionelement/
---
## CaptionElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class CodeElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.CodeElement class. Represents Code structure element in logical structure
type: docs
weight: 4660
weight: 4700
url: /net/aspose.pdf.logicalstructure/codeelement/
---
## CodeElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class DivElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.DivElement class. Represents Div structure element in logical structure
type: docs
weight: 4670
weight: 4710
url: /net/aspose.pdf.logicalstructure/divelement/
---
## DivElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class DocumentElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.DocumentElement class. Represents Document structure element in logical structure
type: docs
weight: 4680
weight: 4720
url: /net/aspose.pdf.logicalstructure/documentelement/
---
## DocumentElement class
Expand Down
2 changes: 1 addition & 1 deletion english/net/aspose.pdf.logicalstructure/element/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class Element
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.Element class. Represents a base class for element in logical structure
type: docs
weight: 4690
weight: 4730
url: /net/aspose.pdf.logicalstructure/element/
---
## Element class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class ElementList
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.ElementList class. Represents an ordered collection of elements
type: docs
weight: 4700
weight: 4740
url: /net/aspose.pdf.logicalstructure/elementlist/
---
## ElementList class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class FigureElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.FigureElement class. Represents Figure structure element in logical structure
type: docs
weight: 4710
weight: 4750
url: /net/aspose.pdf.logicalstructure/figureelement/
---
## FigureElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class FormElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.FormElement class. Represents Form structure element in logical structure
type: docs
weight: 4720
weight: 4760
url: /net/aspose.pdf.logicalstructure/formelement/
---
## FormElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class FormulaElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.FormulaElement class. Represents Formula structure element in logical structure
type: docs
weight: 4730
weight: 4770
url: /net/aspose.pdf.logicalstructure/formulaelement/
---
## FormulaElement class
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Class GroupingElement
second_title: Aspose.PDF for .NET API Reference
description: Aspose.Pdf.LogicalStructure.GroupingElement class. Represents a base class for grouping structure elements in logical structure
type: docs
weight: 4740
weight: 4780
url: /net/aspose.pdf.logicalstructure/groupingelement/
---
## GroupingElement class
Expand Down
Loading

0 comments on commit 6a8279e

Please sign in to comment.