Skip to content

Commit

Permalink
Aspose.PDF for C++ API Reference including System namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMalokhovetskiy committed Sep 22, 2024
1 parent 4f220ce commit 5993acf
Show file tree
Hide file tree
Showing 13,579 changed files with 360,026 additions and 8,947 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
59 changes: 59 additions & 0 deletions english/cpp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,62 @@ is_root: true
| [Aspose::Pdf::Vector](./aspose.pdf.vector/) | |
| [Aspose::Pdf::Vector::Extraction](./aspose.pdf.vector.extraction/) | |
| [Aspose::Pdf::XfaConverter](./aspose.pdf.xfaconverter/) | |
| [System](./system/) | |
| [System::Collections](./system.collections/) | |
| [System::Collections::Concurrent](./system.collections.concurrent/) | |
| [System::Collections::Generic](./system.collections.generic/) | |
| [System::Collections::ObjectModel](./system.collections.objectmodel/) | |
| [System::Collections::Specialized](./system.collections.specialized/) | |
| [System::ComponentModel](./system.componentmodel/) | |
| [System::ComponentModel::Design::Serialization](./system.componentmodel.design.serialization/) | |
| [System::Data](./system.data/) | |
| [System::Data::Common](./system.data.common/) | |
| [System::Data::SqlClient](./system.data.sqlclient/) | |
| [System::Diagnostics](./system.diagnostics/) | |
| [System::Drawing](./system.drawing/) | |
| [System::Drawing::Drawing2D](./system.drawing.drawing2d/) | |
| [System::Drawing::Imaging](./system.drawing.imaging/) | |
| [System::Drawing::Printing](./system.drawing.printing/) | |
| [System::Drawing::Text](./system.drawing.text/) | |
| [System::Globalization](./system.globalization/) | |
| [System::IO](./system.io/) | |
| [System::IO::Compression](./system.io.compression/) | |
| [System::Linq](./system.linq/) | |
| [System::Net](./system.net/) | |
| [System::Net::Cache](./system.net.cache/) | |
| [System::Net::Http](./system.net.http/) | |
| [System::Net::Http::Headers](./system.net.http.headers/) | |
| [System::Net::NetworkInformation](./system.net.networkinformation/) | |
| [System::Net::Security](./system.net.security/) | |
| [System::Net::Sockets](./system.net.sockets/) | |
| [System::Reflection](./system.reflection/) | |
| [System::Resources](./system.resources/) | |
| [System::Runtime::CompilerServices](./system.runtime.compilerservices/) | |
| [System::Runtime::InteropServices](./system.runtime.interopservices/) | |
| [System::Runtime::Serialization](./system.runtime.serialization/) | |
| [System::Security](./system.security/) | |
| [System::Security::Authentication](./system.security.authentication/) | |
| [System::Security::Cryptography](./system.security.cryptography/) | |
| [System::Security::Cryptography::Pkcs](./system.security.cryptography.pkcs/) | |
| [System::Security::Cryptography::X509Certificates](./system.security.cryptography.x509certificates/) | |
| [System::Security::Cryptography::Xml](./system.security.cryptography.xml/) | |
| [System::Security::Permissions](./system.security.permissions/) | |
| [System::Security::Policy](./system.security.policy/) | |
| [System::TestPredicates::TypeTraits](./system.testpredicates.typetraits/) | |
| [System::Text](./system.text/) | |
| [System::Text::RegularExpressions](./system.text.regularexpressions/) | |
| [System::Threading](./system.threading/) | |
| [System::Timers](./system.timers/) | |
| [System::Web](./system.web/) | |
| [System::Web::Services](./system.web.services/) | |
| [System::Web::Services::Description](./system.web.services.description/) | |
| [System::Web::Services::Protocols](./system.web.services.protocols/) | |
| [System::Web::UI::WebControls](./system.web.ui.webcontrols/) | |
| [System::Windows::Forms](./system.windows.forms/) | |
| [System::Xml](./system.xml/) | |
| [System::Xml::Resolvers](./system.xml.resolvers/) | |
| [System::Xml::Schema](./system.xml.schema/) | |
| [System::Xml::Serialization](./system.xml.serialization/) | |
| [System::Xml::XPath](./system.xml.xpath/) | |
| [System::Xml::Xsl](./system.xml.xsl/) | |
| [System::Xml::Xsl::Runtime](./system.xml.xsl.runtime/) | |
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ class ActionCollection : public System::Collections::Generic::ICollection<System
| [Remove](./remove/)(const System::SharedPtr\<PdfAction\>\&) override | Removes item from collection. |
## See Also
* Class [ICollection](../../system.collections.generic/icollection/)
* Namespace [Aspose::Pdf::Annotations](../)
* Library [Aspose.PDF for C++](../../)
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ void Aspose::Pdf::Annotations::ActionCollection::Add(const System::SharedPtr<Pdf
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [PdfAction](../../pdfaction/)
* Class [ActionCollection](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Not implemented.
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [PdfAction](../../pdfaction/)
* Class [ActionCollection](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ void Aspose::Pdf::Annotations::ActionCollection::CopyTo(System::ArrayPtr<System:
## See Also
* Typedef [ArrayPtr](../../../system/arrayptr/)
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [PdfAction](../../pdfaction/)
* Class [ActionCollection](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ System::SharedPtr<System::Object> Aspose::Pdf::Annotations::ActionCollection::ge

## See Also

* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Object](../../../system/object/)
* Class [ActionCollection](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ System::SharedPtr<System::Collections::Generic::IEnumerator<System::SharedPtr<Pd

## See Also

* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [IEnumerator](../../../system.collections.generic/ienumerator/)
* Class [PdfAction](../../pdfaction/)
* Class [ActionCollection](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Retreived action.
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [PdfAction](../../pdfaction/)
* Class [ActionCollection](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Not implemented.
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [PdfAction](../../pdfaction/)
* Class [ActionCollection](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
18 changes: 0 additions & 18 deletions english/cpp/aspose.pdf.annotations/annotation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ class Annotation : public Aspose::Pdf::BaseParagraph
| Method | Description |
| --- | --- |
| virtual [Accept](./accept/)(System::SharedPtr\<AnnotationSelector\>) | Accepts visitor for annotation processing. |
| [BaseParagraph](../../aspose.pdf/baseparagraph/baseparagraph/)() | |
| virtual [ChangeAfterResize](./changeafterresize/)(System::SharedPtr\<Matrix\>) | Update parameters and appearance, according to the matrix transform. |
| [Clone](../../aspose.pdf/baseparagraph/clone/)() override | Clones this instance. Virtual method. Always return null. |
| [Flatten](./flatten/)() | Places annotation contents directly on the page, annotation object will be removed. |
| [get_Actions](./get_actions/)() | Gets list of annotatation actions. |
| virtual [get_ActiveState](./get_activestate/)() | Gets current annotation appearance state. |
Expand All @@ -38,12 +36,6 @@ class Annotation : public Aspose::Pdf::BaseParagraph
| [get_FullName](./get_fullname/)() | Gets full qualified name of the annotation. |
| virtual [get_Height](./get_height/)() | Gets height of the annotation. |
| [get_HorizontalAlignment](./get_horizontalalignment/)() override | Gets text alignment for annotation. |
| virtual [get_Hyperlink](../../aspose.pdf/baseparagraph/get_hyperlink/)() | Gets the fragment hyperlink(for pdf generator). |
| [get_IsFirstParagraphInColumn](../../aspose.pdf/baseparagraph/get_isfirstparagraphincolumn/)() const | Gets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation) |
| [get_IsInLineParagraph](../../aspose.pdf/baseparagraph/get_isinlineparagraph/)() const | Gets a paragraph is inline. Default is false.(for pdf generation) |
| [get_IsInNewPage](../../aspose.pdf/baseparagraph/get_isinnewpage/)() const | Gets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation) |
| [get_IsKeptWithNext](../../aspose.pdf/baseparagraph/get_iskeptwithnext/)() const | Gets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation) |
| [get_Margin](../../aspose.pdf/baseparagraph/get_margin/)() | Gets a outer margin for paragraph (for pdf generation) |
| [get_Modified](./get_modified/)() | Gets date and time when annotation was recently modified. |
| [get_Name](./get_name/)() | Gets annotation name on the page. |
| virtual [get_PageIndex](./get_pageindex/)() | Gets index of page which contains annotation. |
Expand All @@ -52,9 +44,7 @@ class Annotation : public Aspose::Pdf::BaseParagraph
| [get_TextHorizontalAlignment](./get_texthorizontalalignment/)() | Gets text alignment for annotation. |
| static [get_UpdateAppearanceOnConvert](./get_updateappearanceonconvert/)() | If true, annotation appearance will be updated before converting PF document into image. This allows convert fields correctly but probably demand more time. |
| static [get_UseFontSubset](./get_usefontsubset/)() | If this property set to true, fonts will be added to document as subsets. Default value is true. |
| virtual [get_VerticalAlignment](../../aspose.pdf/baseparagraph/get_verticalalignment/)() | Gets a vertical alignment of paragraph. |
| virtual [get_Width](./get_width/)() | Gets width of the annotation. |
| [get_ZIndex](../../aspose.pdf/baseparagraph/get_zindex/)() const | Gets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page. |
| [GetRectangle](./getrectangle/)(bool) | Returns rectangle of annotation taking into consideration page rotation. |
| virtual [set_ActiveState](./set_activestate/)(System::String) | Sets current annotation appearance state. |
| [set_Alignment](./set_alignment/)(TextAlignment) | [Annotation](./) alignment. This property is obsolete. Use HorizontalAligment instead. |
Expand All @@ -64,21 +54,13 @@ class Annotation : public Aspose::Pdf::BaseParagraph
| [set_Flags](./set_flags/)(AnnotationFlags) | Flags of the annotation. |
| virtual [set_Height](./set_height/)(double) | Sets height of the annotation. |
| [set_HorizontalAlignment](./set_horizontalalignment/)(Aspose::Pdf::HorizontalAlignment) override | Sets text alignment for annotation. |
| virtual [set_Hyperlink](../../aspose.pdf/baseparagraph/set_hyperlink/)(System::SharedPtr\<Aspose::Pdf::Hyperlink\>) | Sets the fragment hyperlink(for pdf generator). |
| [set_IsFirstParagraphInColumn](../../aspose.pdf/baseparagraph/set_isfirstparagraphincolumn/)(bool) | Sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation) |
| [set_IsInLineParagraph](../../aspose.pdf/baseparagraph/set_isinlineparagraph/)(bool) | Sets a paragraph is inline. Default is false.(for pdf generation) |
| [set_IsInNewPage](../../aspose.pdf/baseparagraph/set_isinnewpage/)(bool) | Sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation) |
| [set_IsKeptWithNext](../../aspose.pdf/baseparagraph/set_iskeptwithnext/)(bool) | Sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation) |
| [set_Margin](../../aspose.pdf/baseparagraph/set_margin/)(System::SharedPtr\<MarginInfo\>) | Sets a outer margin for paragraph (for pdf generation) |
| [set_Modified](./set_modified/)(System::DateTime) | Sets date and time when annotation was recently modified. |
| [set_Name](./set_name/)(System::String) | Sets annotation name on the page. |
| virtual [set_Rect](./set_rect/)(System::SharedPtr\<Rectangle\>) | Sets annotation rectangle. |
| [set_TextHorizontalAlignment](./set_texthorizontalalignment/)(Aspose::Pdf::HorizontalAlignment) | Sets text alignment for annotation. |
| static [set_UpdateAppearanceOnConvert](./set_updateappearanceonconvert/)(bool) | If true, annotation appearance will be updated before converting PF document into image. This allows convert fields correctly but probably demand more time. |
| static [set_UseFontSubset](./set_usefontsubset/)(bool) | If this property set to true, fonts will be added to document as subsets. Default value is true. |
| virtual [set_VerticalAlignment](../../aspose.pdf/baseparagraph/set_verticalalignment/)(Aspose::Pdf::VerticalAlignment) | Sets a vertical alignment of paragraph. |
| virtual [set_Width](./set_width/)(double) | Sets width of the annotation. |
| [set_ZIndex](../../aspose.pdf/baseparagraph/set_zindex/)(int32_t) | Sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page. |
## See Also
* Class [BaseParagraph](../../aspose.pdf/baseparagraph/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ virtual void Aspose::Pdf::Annotations::Annotation::Accept(System::SharedPtr<Anno
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [AnnotationSelector](../../annotationselector/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ virtual void Aspose::Pdf::Annotations::Annotation::ChangeAfterResize(System::Sha
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Matrix](../../../aspose.pdf/matrix/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ System::SharedPtr<PdfActionCollection> Aspose::Pdf::Annotations::Annotation::get

## See Also

* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [PdfActionCollection](../../pdfactioncollection/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ virtual System::String Aspose::Pdf::Annotations::Annotation::get_ActiveState()

## See Also

* Class [String](../../../system/string/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ System::SharedPtr<AppearanceDictionary> Aspose::Pdf::Annotations::Annotation::ge

## See Also

* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [AppearanceDictionary](../../appearancedictionary/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ System::SharedPtr<Aspose::Pdf::Annotations::Border> Aspose::Pdf::Annotations::An

## See Also

* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Border](../../border/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ System::SharedPtr<Aspose::Pdf::Annotations::Characteristics> Aspose::Pdf::Annota

## See Also

* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Characteristics](../../characteristics/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ System::SharedPtr<Aspose::Pdf::Color> Aspose::Pdf::Annotations::Annotation::get_

## See Also

* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Color](../../../aspose.pdf/color/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ System::String Aspose::Pdf::Annotations::Annotation::get_Contents()

## See Also

* Class [String](../../../system/string/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ System::String Aspose::Pdf::Annotations::Annotation::get_FullName()

## See Also

* Class [String](../../../system/string/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ System::DateTime Aspose::Pdf::Annotations::Annotation::get_Modified()

## See Also

* Class [DateTime](../../../system/datetime/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ System::String Aspose::Pdf::Annotations::Annotation::get_Name()

## See Also

* Class [String](../../../system/string/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ virtual System::SharedPtr<Rectangle> Aspose::Pdf::Annotations::Annotation::get_R

## See Also

* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Rectangle](../../../aspose.pdf/rectangle/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ System::SharedPtr<AppearanceDictionary> Aspose::Pdf::Annotations::Annotation::ge

## See Also

* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [AppearanceDictionary](../../appearancedictionary/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ True - if rectangle found; otherwise, false.
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Rectangle](../../../aspose.pdf/rectangle/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ virtual void Aspose::Pdf::Annotations::Annotation::set_ActiveState(System::Strin
## See Also
* Class [String](../../../system/string/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ void Aspose::Pdf::Annotations::Annotation::set_Border(System::SharedPtr<Aspose::
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Border](../../border/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ void Aspose::Pdf::Annotations::Annotation::set_Color(System::SharedPtr<Aspose::P
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Color](../../../aspose.pdf/color/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ void Aspose::Pdf::Annotations::Annotation::set_Contents(System::String value)
## See Also
* Class [String](../../../system/string/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ void Aspose::Pdf::Annotations::Annotation::set_Modified(System::DateTime value)
## See Also
* Class [DateTime](../../../system/datetime/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ void Aspose::Pdf::Annotations::Annotation::set_Name(System::String value)
## See Also
* Class [String](../../../system/string/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
* Library [Aspose.PDF for C++](../../../)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ virtual void Aspose::Pdf::Annotations::Annotation::set_Rect(System::SharedPtr<Re
## See Also
* Typedef [SharedPtr](../../../system/sharedptr/)
* Class [Rectangle](../../../aspose.pdf/rectangle/)
* Class [Annotation](../)
* Namespace [Aspose::Pdf::Annotations](../../)
Expand Down
Loading

0 comments on commit 5993acf

Please sign in to comment.