Skip to content

Commit

Permalink
Merge pull request #56 from aspose-pdf/main
Browse files Browse the repository at this point in the history
feat: Aspose.PDF NET 24.9
  • Loading branch information
adil-aspose authored Sep 20, 2024
2 parents 013fe36 + 4f220ce commit 812c061
Show file tree
Hide file tree
Showing 6,751 changed files with 20,759 additions and 64,149 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 0 additions & 6 deletions english/cpp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ is_root: true
| [Aspose::Pdf::Comparison::SideBySideComparison](./aspose.pdf.comparison.sidebysidecomparison/) | |
| [Aspose::Pdf::Devices](./aspose.pdf.devices/) | |
| [Aspose::Pdf::Drawing](./aspose.pdf.drawing/) | |
| [Aspose::Pdf::Engine::CommonData](./aspose.pdf.engine.commondata/) | |
| [Aspose::Pdf::Engine::CommonData::Text::CMaps](./aspose.pdf.engine.commondata.text.cmaps/) | |
| [Aspose::Pdf::Engine::CommonData::Text::Fonts::Utilities](./aspose.pdf.engine.commondata.text.fonts.utilities/) | |
| [Aspose::Pdf::Engine::Data](./aspose.pdf.engine.data/) | |
| [Aspose::Pdf::Engine::Filters](./aspose.pdf.engine.filters/) | |
| [Aspose::Pdf::Engine::IO::ConvertStrategies::ConvertHelpers](./aspose.pdf.engine.io.convertstrategies.converthelpers/) | |
| [Aspose::Pdf::Facades](./aspose.pdf.facades/) | |
| [Aspose::Pdf::Forms](./aspose.pdf.forms/) | |
| [Aspose::Pdf::GroupProcessor](./aspose.pdf.groupprocessor/) | |
Expand Down
14 changes: 7 additions & 7 deletions english/cpp/aspose.pdf.annotations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,17 +148,22 @@ url: /cpp/aspose.pdf.annotations/
| [CaptionPosition](./captionposition/) | Enumeration of the annotation's caption positioning. |
| [CaretSymbol](./caretsymbol/) | A symbol to be associated with the caret. |
| [ColorsOfCMYK](./colorsofcmyk/) | Colors included in the CMYK color model. |
| [ExplicitDestinationType](./explicitdestinationtype/) | Enumerates the types of explicit destinations. |
| [FileIcon](./fileicon/) | An icon to be used in displaying the annotation. |
| [FreeTextIntent](./freetextintent/) | Enumerates the intents of the free text annotation. |
| [HighlightingMode](./highlightingmode/) | Enumerates the annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area. |
| [Justification](./justification/) | Enumerates the forms of quadding (justification) to be used in displaying the annotation's text. |
| [LaunchActionOperation](./launchactionoperation/) | Enumerates the operations to perform with document during launch action executing. |
| [LightingSchemeType](./lightingschemetype/) | Enum LightingSchemeType: set of lighting scheme types. |
| [LineEnding](./lineending/) | Enumerates the line ending styles to be used in drawing the line. |
| [LineIntent](./lineintent/) | Enumerates the intents of the line annotation. |
| [PDF3DActivation](./pdf3dactivation/) | Enum PDF3DActivation: set of 3D annotation activation mode. |
| [LightingSchemeType](./lightingschemetype/) | Enum LightingSchemeType: set of lighting scheme types. |
| [RenderModeType](./rendermodetype/) | Enum RenderModeType: set of render mode types. |
| [PolyIntent](./polyintent/) | Enumerates the intents of the polygon or polyline annotation. |
| [PredefinedAction](./predefinedaction/) | Defines different actions which can be triggered from a PDF file. |
| [PrinterMarkCornerPosition](./printermarkcornerposition/) | Represents a position of a mark in a corner of a page. |
| [PrinterMarkSidePosition](./printermarksideposition/) | Represents a position of a registration mark on a page. |
| [PrinterMarksKind](./printermarkskind/) | Specifies the types of printer's marks to be added to a document. |
| [RenderModeType](./rendermodetype/) | Enum RenderModeType: set of render mode types. |
| [RenditionOperation](./renditionoperation/) | The operation to perform when the action is triggered. |
| [RenditionType](./renditiontype/) | Enumeration describes possible types of [Rendition](./rendition/). |
| [ReplyType](./replytype/) | Enumerates the kinds of the relationships (the "reply type") between the annotation and one specified by InReplyTo. |
Expand All @@ -168,8 +173,3 @@ url: /cpp/aspose.pdf.annotations/
| [StampIcon](./stampicon/) | Enumerates the icons to be used in displaying the annotation. |
| [TextAlignment](./textalignment/) | Alignment of text in annotation. |
| [TextIcon](./texticon/) | Enumerates the icons to be used in displaying the annotation. |
| [ExplicitDestinationType](./explicitdestinationtype/) | Enumerates the types of explicit destinations. |
| [HighlightingMode](./highlightingmode/) | Enumerates the annotation's highlighting mode, the visual effect to be used when the mouse button is pressed or held down inside its active area. |
| [Justification](./justification/) | Enumerates the forms of quadding (justification) to be used in displaying the annotation's text. |
| [LaunchActionOperation](./launchactionoperation/) | Enumerates the operations to perform with document during launch action executing. |
| [PredefinedAction](./predefinedaction/) | Defines different actions which can be triggered from a PDF file. |
16 changes: 2 additions & 14 deletions english/cpp/aspose.pdf.annotations/actioncollection/add/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Add
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::Add method. Adds new action into colleciton in C++.'
type: docs
weight: 500
weight: 100
url: /cpp/aspose.pdf.annotations/actioncollection/add/
---
## ActionCollection::Add method
Expand All @@ -13,26 +13,14 @@ url: /cpp/aspose.pdf.annotations/actioncollection/add/
Adds new action into colleciton.

```cpp
ASPOSE_PDF_SHARED_API void Aspose::Pdf::Annotations::ActionCollection::Add(const System::SharedPtr<PdfAction> &action) override
void Aspose::Pdf::Annotations::ActionCollection::Add(const System::SharedPtr<PdfAction> &action) override
```
| Parameter | Type | Description |
| --- | --- | --- |
| action | const System::SharedPtr\<PdfAction\>\& | Action which should be added. |
## Remarks
<parameterlist kind="param">
<parameteritem>
<parameternamelist>
<parametername>action</parametername>
</parameternamelist>
<parameterdescription>
<para>Action which should be added.</para>
</parameterdescription>
</parameteritem>
</parameterlist>
## See Also
* Class [PdfAction](../../pdfaction/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Clear
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::Clear method. Clear collection in C++.'
type: docs
weight: 900
weight: 200
url: /cpp/aspose.pdf.annotations/actioncollection/clear/
---
## ActionCollection::Clear method
Expand All @@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/actioncollection/clear/
Clear collection.

```cpp
ASPOSE_PDF_SHARED_API void Aspose::Pdf::Annotations::ActionCollection::Clear() override
void Aspose::Pdf::Annotations::ActionCollection::Clear() override
```

## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: Contains
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::Contains method. Returns true if give item presents in the collection in C++.'
type: docs
weight: 1000
weight: 300
url: /cpp/aspose.pdf.annotations/actioncollection/contains/
---
## ActionCollection::Contains method
Expand All @@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/actioncollection/contains/
Returns true if give item presents in the collection.

```cpp
ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Annotations::ActionCollection::Contains(const System::SharedPtr<PdfAction> &item) const override
bool Aspose::Pdf::Annotations::ActionCollection::Contains(const System::SharedPtr<PdfAction> &item) const override
```
Expand All @@ -24,19 +24,7 @@ ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Annotations::ActionCollection::Contains(
### ReturnValue
Not implemented.
## Remarks
<parameterlist kind="param">
<parameteritem>
<parameternamelist>
<parametername>item</parametername>
</parameternamelist>
<parameterdescription>
<para>Item to find.</para>
</parameterdescription>
</parameteritem>
</parameterlist>
## See Also
* Class [PdfAction](../../pdfaction/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: CopyTo
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::CopyTo method. Copies actions array into collection in C++.'
type: docs
weight: 700
weight: 400
url: /cpp/aspose.pdf.annotations/actioncollection/copyto/
---
## ActionCollection::CopyTo method
Expand All @@ -13,35 +13,15 @@ url: /cpp/aspose.pdf.annotations/actioncollection/copyto/
Copies actions array into collection.

```cpp
ASPOSE_PDF_SHARED_API void Aspose::Pdf::Annotations::ActionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<PdfAction>> array, int32_t index) override
void Aspose::Pdf::Annotations::ActionCollection::CopyTo(System::ArrayPtr<System::SharedPtr<PdfAction>> array, int32_t index) override
```
| Parameter | Type | Description |
| --- | --- | --- |
| array | System::ArrayPtr\<System::SharedPtr\<PdfAction\>\> | Array of actions which must be copied into collection. |
| index | int32_t | Index starting from which array will be copied. |
## Remarks
<parameterlist kind="param">
<parameteritem>
<parameternamelist>
<parametername>array</parametername>
</parameternamelist>
<parameterdescription>
<para>Array of actions which must be copied into collection.</para>
</parameterdescription>
</parameteritem>
<parameteritem>
<parameternamelist>
<parametername>index</parametername>
</parameternamelist>
<parameterdescription>
<para>Index starting from which array will be copied.</para>
</parameterdescription>
</parameteritem>
</parameterlist>
## See Also
* Class [PdfAction](../../pdfaction/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,39 @@
title: Aspose::Pdf::Annotations::ActionCollection::Delete method
linktitle: Delete
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::Delete method. Removes action from collection by index in C++.'
description: 'Aspose::Pdf::Annotations::ActionCollection::Delete method. Delete all actions in C++.'
type: docs
weight: 600
weight: 500
url: /cpp/aspose.pdf.annotations/actioncollection/delete/
---
## ActionCollection::Delete(int32_t) method
## ActionCollection::Delete() method


Removes action from collection by index.
Delete all actions.

```cpp
ASPOSE_PDF_SHARED_API void Aspose::Pdf::Annotations::ActionCollection::Delete(int32_t index)
void Aspose::Pdf::Annotations::ActionCollection::Delete()
```

| Parameter | Type | Description |
| --- | --- | --- |
| index | int32_t | Index of action to remove. |
## Remarks
<parameterlist kind="param">
<parameteritem>
<parameternamelist>
<parametername>index</parametername>
</parameternamelist>
<parameterdescription>
<para>Index of action to remove.</para>
</parameterdescription>
</parameteritem>
</parameterlist>
## See Also

* Class [ActionCollection](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
## ActionCollection::Delete() method
## ActionCollection::Delete(int32_t) method


Delete all actions.
Removes action from collection by index.

```cpp
ASPOSE_PDF_SHARED_API void Aspose::Pdf::Annotations::ActionCollection::Delete()
void Aspose::Pdf::Annotations::ActionCollection::Delete(int32_t index)
```
| Parameter | Type | Description |
| --- | --- | --- |
| index | int32_t | Index of action to remove. |
## See Also
* Class [ActionCollection](../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: get_Count
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::get_Count method. Count of actions on the collection in C++.'
type: docs
weight: 100
weight: 600
url: /cpp/aspose.pdf.annotations/actioncollection/get_count/
---
## ActionCollection::get_Count method
Expand All @@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/actioncollection/get_count/
Count of actions on the collection.

```cpp
ASPOSE_PDF_SHARED_API int32_t Aspose::Pdf::Annotations::ActionCollection::get_Count() const override
int32_t Aspose::Pdf::Annotations::ActionCollection::get_Count() const override
```

## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: get_IsReadOnly
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::get_IsReadOnly method. Returns true if collection is readonly in C++.'
type: docs
weight: 400
weight: 700
url: /cpp/aspose.pdf.annotations/actioncollection/get_isreadonly/
---
## ActionCollection::get_IsReadOnly method
Expand All @@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/actioncollection/get_isreadonly/
Returns true if collection is readonly.

```cpp
ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Annotations::ActionCollection::get_IsReadOnly() const override
bool Aspose::Pdf::Annotations::ActionCollection::get_IsReadOnly() const override
```

## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: get_IsSynchronized
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::get_IsSynchronized method. Returns true if object is synchronized in C++.'
type: docs
weight: 200
weight: 800
url: /cpp/aspose.pdf.annotations/actioncollection/get_issynchronized/
---
## ActionCollection::get_IsSynchronized method
Expand All @@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/actioncollection/get_issynchronized/
Returns true if object is synchronized.

```cpp
ASPOSE_PDF_SHARED_API bool Aspose::Pdf::Annotations::ActionCollection::get_IsSynchronized()
bool Aspose::Pdf::Annotations::ActionCollection::get_IsSynchronized()
```

## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: get_SyncRoot
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::get_SyncRoot method. Gets synchronization object in C++.'
type: docs
weight: 300
weight: 900
url: /cpp/aspose.pdf.annotations/actioncollection/get_syncroot/
---
## ActionCollection::get_SyncRoot method
Expand All @@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/actioncollection/get_syncroot/
Gets synchronization object.

```cpp
ASPOSE_PDF_SHARED_API System::SharedPtr<System::Object> Aspose::Pdf::Annotations::ActionCollection::get_SyncRoot() const
System::SharedPtr<System::Object> Aspose::Pdf::Annotations::ActionCollection::get_SyncRoot() const
```

## See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: GetEnumerator
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::GetEnumerator method. Returns enumerator for collection in C++.'
type: docs
weight: 800
weight: 1000
url: /cpp/aspose.pdf.annotations/actioncollection/getenumerator/
---
## ActionCollection::GetEnumerator method
Expand All @@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/actioncollection/getenumerator/
Returns enumerator for collection.

```cpp
ASPOSE_PDF_SHARED_API System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<PdfAction>>> Aspose::Pdf::Annotations::ActionCollection::GetEnumerator() override
System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<PdfAction>>> Aspose::Pdf::Annotations::ActionCollection::GetEnumerator() override
```


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linktitle: idx_get
second_title: Aspose.PDF for C++ API Reference
description: 'Aspose::Pdf::Annotations::ActionCollection::idx_get method. Gets action by its index in C++.'
type: docs
weight: 1200
weight: 1100
url: /cpp/aspose.pdf.annotations/actioncollection/idx_get/
---
## ActionCollection::idx_get method
Expand All @@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/actioncollection/idx_get/
Gets action by its index.

```cpp
ASPOSE_PDF_SHARED_API System::SharedPtr<PdfAction> Aspose::Pdf::Annotations::ActionCollection::idx_get(int32_t index)
System::SharedPtr<PdfAction> Aspose::Pdf::Annotations::ActionCollection::idx_get(int32_t index)
```
Expand All @@ -24,19 +24,7 @@ ASPOSE_PDF_SHARED_API System::SharedPtr<PdfAction> Aspose::Pdf::Annotations::Act
### ReturnValue
Retreived action.
## Remarks
<parameterlist kind="param">
<parameteritem>
<parameternamelist>
<parametername>index</parametername>
</parameternamelist>
<parameterdescription>
<para>Index of action.</para>
</parameterdescription>
</parameteritem>
</parameterlist>
## See Also
* Class [PdfAction](../../pdfaction/)
Expand Down
Loading

0 comments on commit 812c061

Please sign in to comment.