Skip to content

Commit 039b309

Browse files
authored
Merge pull request #82 from aspose-pdf/main
Aspose.PDF for C++ 25.7
2 parents da00e4a + f4da2e4 commit 039b309

File tree

440 files changed

+1605
-903
lines changed

Some content is hidden

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

440 files changed

+1605
-903
lines changed

english/cpp/aspose.pdf.annotations/actioncollection/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/actioncollection/
1313
[Collection](../../aspose.pdf/collection/) of actions.
1414

1515
```cpp
16-
class ActionCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Annotations::PdfAction>>
16+
class ActionCollection : public System::Collections::Generic::ICollection<System::SharedPtr<PdfAction>>
1717
```
1818
1919
## Methods

english/cpp/aspose.pdf.annotations/annotationcollection/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/annotationcollection/
1313
Class representing annotation collection.
1414

1515
```cpp
16-
class AnnotationCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Aspose::Pdf::Annotations::Annotation>>
16+
class AnnotationCollection : public System::Collections::Generic::ICollection<System::SharedPtr<Annotation>>
1717
```
1818
1919
## Methods

english/cpp/aspose.pdf.annotations/appearancedictionary/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/appearancedictionary/
1313
[Annotation](../annotation/) appearance dictionary specifying how the annotation shall be presented visually on the page.
1414

1515
```cpp
16-
class AppearanceDictionary : public System::Collections::Generic::IDictionary<System::String, System::SharedPtr<Aspose::Pdf::XForm>>
16+
class AppearanceDictionary : public System::Collections::Generic::IDictionary<System::String, System::SharedPtr<XForm>>
1717
```
1818
1919
## Methods

english/cpp/aspose.pdf.annotations/border/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Border : public System::Object
2121
| Method | Description |
2222
| --- | --- |
2323
| [Border](./border/)(System::SharedPtr\<Annotation\>) | Constructor for border object. |
24-
| [get_Dash](./get_dash/)() const | Gets dash pattern. |
24+
| [get_Dash](./get_dash/)() | Gets dash pattern. |
2525
| [get_Effect](./get_effect/)() const | Gets border effect. |
2626
| [get_EffectIntensity](./get_effectintensity/)() const | Gets effect intencity. Valid range of value is [0..2]. |
2727
| [get_HCornerRadius](./get_hcornerradius/)() | Gets horizontal corner radius. |

english/cpp/aspose.pdf.annotations/border/get_dash/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/border/get_dash/
1313
Gets dash pattern.
1414

1515
```cpp
16-
System::SharedPtr<Aspose::Pdf::Annotations::Dash> Aspose::Pdf::Annotations::Border::get_Dash() const
16+
System::SharedPtr<Aspose::Pdf::Annotations::Dash> Aspose::Pdf::Annotations::Border::get_Dash()
1717
```
1818

1919
## See Also

english/cpp/aspose.pdf.annotations/colorbarannotation/get_colorofcmyk/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Gets color (one of cyan, magenta, yellow, black) for which the annotation is dra
1616
ColorsOfCMYK Aspose::Pdf::Annotations::ColorBarAnnotation::get_ColorOfCMYK() const
1717
```
1818

19-
20-
21-
2219
## See Also
2320

2421
* Enum [ColorsOfCMYK](../../colorsofcmyk/)

english/cpp/aspose.pdf.annotations/colorbarannotation/set_colorofcmyk/_index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ Sets color (one of cyan, magenta, yellow, black) for which the annotation is dra
1616
void Aspose::Pdf::Annotations::ColorBarAnnotation::set_ColorOfCMYK(ColorsOfCMYK value)
1717
```
1818
19-
20-
21-
2219
## See Also
2320
2421
* Enum [ColorsOfCMYK](../../colorsofcmyk/)

english/cpp/aspose.pdf.annotations/explicitdestination/tostring/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/explicitdestination/tostring/
1313
Returns string representation of [ExplicitDestination](../) object.
1414

1515
```cpp
16-
System::String Aspose::Pdf::Annotations::ExplicitDestination::ToString() const override=0
16+
System::String Aspose::Pdf::Annotations::ExplicitDestination::ToString() const =0
1717
```
1818

1919

english/cpp/aspose.pdf.annotations/genericannotation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class GenericAnnotation : public Aspose::Pdf::Annotations::Annotation
2121
| Method | Description |
2222
| --- | --- |
2323
| [Accept](./accept/)(System::SharedPtr\<AnnotationSelector\>) override | Accepts visitor for annotation processing. |
24-
| [GenericAnnotation](./genericannotation/)(System::SharedPtr\<Aspose::Pdf::Engine::Data::IPdfObject\>, System::SharedPtr\<Document\>) | |
24+
| [GenericAnnotation](./genericannotation/)(System::SharedPtr\<Engine::Data::IPdfObject\>, System::SharedPtr\<Document\>) | |
2525
| [get_AnnotationType](./get_annotationtype/)() override | Gets type of annotation. |
2626
## See Also
2727

english/cpp/aspose.pdf.annotations/genericannotation/genericannotation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ url: /cpp/aspose.pdf.annotations/genericannotation/genericannotation/
1313

1414

1515
```cpp
16-
Aspose::Pdf::Annotations::GenericAnnotation::GenericAnnotation(System::SharedPtr<Aspose::Pdf::Engine::Data::IPdfObject> engineAnnot, System::SharedPtr<Document> document)
16+
Aspose::Pdf::Annotations::GenericAnnotation::GenericAnnotation(System::SharedPtr<Engine::Data::IPdfObject> engineAnnot, System::SharedPtr<Document> document)
1717
```
1818
1919
## See Also

0 commit comments

Comments
 (0)