Skip to content

Commit f34ba6e

Browse files
Aspose.PDF for C++ 25.4
1 parent 395c6d9 commit f34ba6e

File tree

627 files changed

+2272
-591
lines changed

Some content is hidden

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

627 files changed

+2272
-591
lines changed

english/cpp/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ is_root: true
2929
| [Aspose::Pdf::Multithreading](./aspose.pdf.multithreading/) | The **[Aspose.Pdf.Multithreading](./aspose.pdf.multithreading/)** namespace provides classes that are meant to be used in multi-threaded scenarios. |
3030
| [Aspose::Pdf::Operators](./aspose.pdf.operators/) | The **[Aspose.Pdf.Operators](./aspose.pdf.operators/)** is a namespace for [Operator](./aspose.pdf/operator/) implementations. These classes describes operators used in PDF page contents. |
3131
| [Aspose::Pdf::Optimization](./aspose.pdf.optimization/) | The **[Aspose.Pdf.Optimization](./aspose.pdf.optimization/)** is a namespace for classes for managing of document optimization process. |
32-
| [Aspose::Pdf::PdfToMarkdown](./aspose.pdf.pdftomarkdown/) | |
3332
| [Aspose::Pdf::Plugins](./aspose.pdf.plugins/) | |
3433
| [Aspose::Pdf::Sanitization](./aspose.pdf.sanitization/) | The **[Aspose.Pdf.Sanitization](./aspose.pdf.sanitization/)** is a namespace for sanitization operations. |
3534
| [Aspose::Pdf::Security](./aspose.pdf.security/) | The **[Aspose.Pdf.Security](./aspose.pdf.security/)** namespace contains classes used for encryption and digital signing. |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class MarkupAnnotation : public Aspose::Pdf::Annotations::Annotation,
3333
| [GetState](./getstate/)() | Gets the state of the annotation. [Note](../../aspose.pdf/note/), the state stored in other text annotation which has state and statemodel keys. |
3434
| [GetStateModel](./getstatemodel/)() | Gets the state model of the annotation. [Note](../../aspose.pdf/note/), the state stored in other text annotation which has state and statemodel keys. |
3535
| [MarkupAnnotation](./markupannotation/)(System::SharedPtr\<Document\>) | Constructor for markup annotation. |
36+
| [set_CreationDate](./set_creationdate/)(System::DateTime) | Gets date and time when annotation was created. |
3637
| [set_InReplyTo](./set_inreplyto/)(System::SharedPtr\<Annotation\>) | A reference to the annotation that this annotation is "in reply to". Both annotations must be on the same page of the document. |
3738
| [set_Opacity](./set_opacity/)(double) | Sets the constant opacity value to be used in painting the annotation. |
3839
| [set_Popup](./set_popup/)(System::SharedPtr\<PopupAnnotation\>) | Pop-up annotation for entering or editing the text associated with this annotation. |
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Aspose::Pdf::Annotations::MarkupAnnotation::set_CreationDate method
3+
linktitle: set_CreationDate
4+
second_title: Aspose.PDF for C++ API Reference
5+
description: 'Aspose::Pdf::Annotations::MarkupAnnotation::set_CreationDate method. Gets date and time when annotation was created in C++.'
6+
type: docs
7+
weight: 1300
8+
url: /cpp/aspose.pdf.annotations/markupannotation/set_creationdate/
9+
---
10+
## MarkupAnnotation::set_CreationDate method
11+
12+
13+
Gets date and time when annotation was created.
14+
15+
```cpp
16+
void Aspose::Pdf::Annotations::MarkupAnnotation::set_CreationDate(System::DateTime value)
17+
```
18+
19+
## See Also
20+
21+
* Class [DateTime](../../../system/datetime/)
22+
* Class [MarkupAnnotation](../)
23+
* Namespace [Aspose::Pdf::Annotations](../../)
24+
* Library [Aspose.PDF for C++](../../../)

english/cpp/aspose.pdf.annotations/markupannotation/set_inreplyto/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: set_InReplyTo
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Annotations::MarkupAnnotation::set_InReplyTo method. A reference to the annotation that this annotation is "in reply to". Both annotations must be on the same page of the document in C++.'
66
type: docs
7-
weight: 1300
7+
weight: 1400
88
url: /cpp/aspose.pdf.annotations/markupannotation/set_inreplyto/
99
---
1010
## MarkupAnnotation::set_InReplyTo method

english/cpp/aspose.pdf.annotations/markupannotation/set_opacity/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: set_Opacity
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Annotations::MarkupAnnotation::set_Opacity method. Sets the constant opacity value to be used in painting the annotation in C++.'
66
type: docs
7-
weight: 1400
7+
weight: 1500
88
url: /cpp/aspose.pdf.annotations/markupannotation/set_opacity/
99
---
1010
## MarkupAnnotation::set_Opacity method

english/cpp/aspose.pdf.annotations/markupannotation/set_popup/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: set_Popup
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Annotations::MarkupAnnotation::set_Popup method. Pop-up annotation for entering or editing the text associated with this annotation in C++.'
66
type: docs
7-
weight: 1500
7+
weight: 1600
88
url: /cpp/aspose.pdf.annotations/markupannotation/set_popup/
99
---
1010
## MarkupAnnotation::set_Popup method

english/cpp/aspose.pdf.annotations/markupannotation/set_replytype/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: set_ReplyType
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Annotations::MarkupAnnotation::set_ReplyType method. A string specifying the relationship (the "reply type") between this annotation and one specified by InReplyTo in C++.'
66
type: docs
7-
weight: 1600
7+
weight: 1700
88
url: /cpp/aspose.pdf.annotations/markupannotation/set_replytype/
99
---
1010
## MarkupAnnotation::set_ReplyType method

english/cpp/aspose.pdf.annotations/markupannotation/set_richtext/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: set_RichText
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Annotations::MarkupAnnotation::set_RichText method. Sets a rich text string to be displayed in the pop-up window when the annotation is opened in C++.'
66
type: docs
7-
weight: 1700
7+
weight: 1800
88
url: /cpp/aspose.pdf.annotations/markupannotation/set_richtext/
99
---
1010
## MarkupAnnotation::set_RichText method

english/cpp/aspose.pdf.annotations/markupannotation/set_subject/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: set_Subject
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Annotations::MarkupAnnotation::set_Subject method. Gets text representing desciption of the object in C++.'
66
type: docs
7-
weight: 1800
7+
weight: 1900
88
url: /cpp/aspose.pdf.annotations/markupannotation/set_subject/
99
---
1010
## MarkupAnnotation::set_Subject method

english/cpp/aspose.pdf.annotations/markupannotation/set_title/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linktitle: set_Title
44
second_title: Aspose.PDF for C++ API Reference
55
description: 'Aspose::Pdf::Annotations::MarkupAnnotation::set_Title method. Sets a text that shall be displayed in title bar of annotation in C++.'
66
type: docs
7-
weight: 1900
7+
weight: 2000
88
url: /cpp/aspose.pdf.annotations/markupannotation/set_title/
99
---
1010
## MarkupAnnotation::set_Title method

0 commit comments

Comments
 (0)