Skip to content

Commit 55d2b2b

Browse files
Aspose.PDF for C++ 25.10
1 parent d81dd20 commit 55d2b2b

File tree

755 files changed

+3627
-885
lines changed

Some content is hidden

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

755 files changed

+3627
-885
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The **[Aspose.Pdf.Annotations](./)** namespace provides classes for working with
3232
| [CaretSymbolConverter](./caretsymbolconverter/) | |
3333
| [Characteristics](./characteristics/) | Represents annotation characteristics. |
3434
| [CircleAnnotation](./circleannotation/) | Class representing Circle annotation. |
35-
| [ColorBarAnnotation](./colorbarannotation/) | Class representing [ColorBarAnnotation](./colorbarannotation/) annotation. Property [Color](../aspose.pdf/color/) ignored, instead used ColorsOfCMYK color. On creation, the ratio of width and height determines the orientation of the annotation - horizontal or vertical. Next, it checks that the annotation rectangle is outside the TrimBox, and if not, then it is shifted to the nearest location outside the TrimBox, taking into account the orientation of the annotation. It is possible to reduce the width (height) so that the annotation fits outside the TrimBox. If there is no space for the layout, the width/height can be set to zero (in this case, the annotation is present on the page, but not displayed). |
35+
| [ColorBarAnnotation](./colorbarannotation/) | Class representing [ColorBarAnnotation](./colorbarannotation/) annotation. Property [Color](../aspose.pdf/color/) ignored, instead used [ColorsOfCMYK](./colorsofcmyk/) color. On creation, the ratio of width and height determines the orientation of the annotation - horizontal or vertical. Next, it checks that the annotation rectangle is outside the TrimBox, and if not, then it is shifted to the nearest location outside the TrimBox, taking into account the orientation of the annotation. It is possible to reduce the width (height) so that the annotation fits outside the TrimBox. If there is no space for the layout, the width/height can be set to zero (in this case, the annotation is present on the page, but not displayed). |
3636
| [ColorsOfCMYKConverter](./colorsofcmykconverter/) | |
3737
| [CommonFigureAnnotation](./commonfigureannotation/) | Abstract class representing common figure annotation. |
3838
| [CornerPrinterMarkAnnotation](./cornerprintermarkannotation/) | Represents annotation types that are placed in the corners of the printed page. |
@@ -154,16 +154,16 @@ The **[Aspose.Pdf.Annotations](./)** namespace provides classes for working with
154154
| [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. |
155155
| [Justification](./justification/) | Enumerates the forms of quadding (justification) to be used in displaying the annotation's text. |
156156
| [LaunchActionOperation](./launchactionoperation/) | Enumerates the operations to perform with document during launch action executing. |
157-
| [LightingSchemeType](./lightingschemetype/) | Enum LightingSchemeType: set of lighting scheme types. |
157+
| [LightingSchemeType](./lightingschemetype/) | Enum [LightingSchemeType](./lightingschemetype/): set of lighting scheme types. |
158158
| [LineEnding](./lineending/) | Enumerates the line ending styles to be used in drawing the line. |
159159
| [LineIntent](./lineintent/) | Enumerates the intents of the line annotation. |
160-
| [PDF3DActivation](./pdf3dactivation/) | Enum PDF3DActivation: set of 3D annotation activation mode. |
160+
| [PDF3DActivation](./pdf3dactivation/) | Enum [PDF3DActivation](./pdf3dactivation/): set of 3D annotation activation mode. |
161161
| [PolyIntent](./polyintent/) | Enumerates the intents of the polygon or polyline annotation. |
162162
| [PredefinedAction](./predefinedaction/) | Defines different actions which can be triggered from a PDF file. |
163163
| [PrinterMarkCornerPosition](./printermarkcornerposition/) | Represents a position of a mark in a corner of a page. |
164164
| [PrinterMarkSidePosition](./printermarksideposition/) | Represents a position of a registration mark on a page. |
165165
| [PrinterMarksKind](./printermarkskind/) | Specifies the types of printer's marks to be added to a document. |
166-
| [RenderModeType](./rendermodetype/) | Enum RenderModeType: set of render mode types. |
166+
| [RenderModeType](./rendermodetype/) | Enum [RenderModeType](./rendermodetype/): set of render mode types. |
167167
| [RenditionOperation](./renditionoperation/) | The operation to perform when the action is triggered. |
168168
| [RenditionType](./renditiontype/) | Enumeration describes possible types of [Rendition](./rendition/). |
169169
| [ReplyType](./replytype/) | Enumerates the kinds of the relationships (the "reply type") between the annotation and one specified by InReplyTo. |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.annotations/colorbarannotation/
1010
## ColorBarAnnotation class
1111

1212

13-
Class representing [ColorBarAnnotation](./) annotation. Property [Color](../../aspose.pdf/color/) ignored, instead used ColorsOfCMYK color. On creation, the ratio of width and height determines the orientation of the annotation - horizontal or vertical. Next, it checks that the annotation rectangle is outside the TrimBox, and if not, then it is shifted to the nearest location outside the TrimBox, taking into account the orientation of the annotation. It is possible to reduce the width (height) so that the annotation fits outside the TrimBox. If there is no space for the layout, the width/height can be set to zero (in this case, the annotation is present on the page, but not displayed).
13+
Class representing [ColorBarAnnotation](./) annotation. Property [Color](../../aspose.pdf/color/) ignored, instead used [ColorsOfCMYK](../colorsofcmyk/) color. On creation, the ratio of width and height determines the orientation of the annotation - horizontal or vertical. Next, it checks that the annotation rectangle is outside the TrimBox, and if not, then it is shifted to the nearest location outside the TrimBox, taking into account the orientation of the annotation. It is possible to reduce the width (height) so that the annotation fits outside the TrimBox. If there is no space for the layout, the width/height can be set to zero (in this case, the annotation is present on the page, but not displayed).
1414

1515
```cpp
1616
class ColorBarAnnotation : public Aspose::Pdf::Annotations::PrinterMarkAnnotation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.annotations/lightingschemetype/
1010
## LightingSchemeType enum
1111

1212

13-
Enum LightingSchemeType: set of lighting scheme types.
13+
Enum [LightingSchemeType](./): set of lighting scheme types.
1414

1515
```cpp
1616
enum class LightingSchemeType

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.annotations/pdf3dactivation/
1010
## PDF3DActivation enum
1111

1212

13-
Enum PDF3DActivation: set of 3D annotation activation mode.
13+
Enum [PDF3DActivation](./): set of 3D annotation activation mode.
1414

1515
```cpp
1616
enum class PDF3DActivation

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.annotations/rendermodetype/
1010
## RenderModeType enum
1111

1212

13-
Enum RenderModeType: set of render mode types.
13+
Enum [RenderModeType](./): set of render mode types.
1414

1515
```cpp
1616
enum class RenderModeType

english/cpp/aspose.pdf.facades/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The **[Aspose.Pdf.Facades](./)** namespace provides classes originaly came from
5757
| Enum | Description |
5858
| --- | --- |
5959
| [Algorithm](./algorithm/) | Represents algorithms which can be used to encrypt pdf document. |
60-
| [AutoRotateMode](./autorotatemode/) | Direction of the rotation when document is printed. |
60+
| [AutoRotateMode](./autorotatemode/) | [Direction](../aspose.pdf/direction/) of the rotation when document is printed. |
6161
| [BlendingColorSpace](./blendingcolorspace/) | Class represents blending color space. |
6262
| [DataType](./datatype/) | Enumerates field types definitions. |
6363
| [DefaultMetadataProperties](./defaultmetadataproperties/) | Enumeration of standard XMP properties. |

english/cpp/aspose.pdf.facades/autorotatemode/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.facades/autorotatemode/
1010
## AutoRotateMode enum
1111

1212

13-
Direction of the rotation when document is printed.
13+
[Direction](../../aspose.pdf/direction/) of the rotation when document is printed.
1414

1515
```cpp
1616
enum class AutoRotateMode
@@ -21,8 +21,8 @@ enum class AutoRotateMode
2121
| Name | Value | Description |
2222
| --- | --- | --- |
2323
| None | 0 | No rotation. |
24-
| ClockWise | 1 | Rotation direction is clockwise. |
25-
| AntiClockWise | 2 | Rotation directon is counterclockwise. |
24+
| ClockWise | 1 | [Rotation](../../aspose.pdf/rotation/) direction is clockwise. |
25+
| AntiClockWise | 2 | [Rotation](../../aspose.pdf/rotation/) directon is counterclockwise. |
2626
2727
## See Also
2828

english/cpp/aspose.pdf.facades/formattedtext/formattedtext/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Aspose::Pdf::Facades::FormattedText::FormattedText(System::String text, System::
250250
| text | System::String | [Text](../../../aspose.pdf.text/) content of the string. |
251251
| fontColor | System::SharedPtr\<FontColor\> | [Color](../../../aspose.pdf/color/) of the text. |
252252
| fontStyle | FontStyle | Style of the text. |
253-
| encodingType | EncodingType | Encoding type (value of EncodingType enumeration). |
253+
| encodingType | EncodingType | Encoding type (value of [EncodingType](../../encodingtype/) enumeration). |
254254
| embedded | bool | True if the font will be embedded. |
255255
| textSize | float | Size of the text. |
256256

english/cpp/aspose.pdf.facades/pdffileinfo/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class PdfFileInfo : public Aspose::Pdf::Facades::SaveableFacade
2727
| [get_CreationDate](./get_creationdate/)() | Gets the CreationDate information of PDF document. |
2828
| [get_Creator](./get_creator/)() | Gets the Creator information of PDF document. |
2929
| [get_HasCollection](./get_hascollection/)() | Returns true if the current input file is a 'Portfolio' file containing collection of PDF files in it. |
30-
| [get_HasEditPassword](./get_haseditpassword/)() | Returns true if password is needed to modify permissions or document security property. Pay attention that this property can be read only if valid password was provided in [PdfFileInfo](./) constructor. In case PasswordType is Inaccessible (means that invalid password was provided) reading this property will fail with [InvalidPasswordException](../../aspose.pdf/invalidpasswordexception/). |
30+
| [get_HasEditPassword](./get_haseditpassword/)() | Returns true if password is needed to modify permissions or document security property. Pay attention that this property can be read only if valid password was provided in [PdfFileInfo](./) constructor. In case [PasswordType](../../aspose.pdf/passwordtype/) is Inaccessible (means that invalid password was provided) reading this property will fail with [InvalidPasswordException](../../aspose.pdf/invalidpasswordexception/). |
3131
| [get_HasOpenPassword](./get_hasopenpassword/)() | Returns true if password is needed to open password protected pdf document. |
3232
| [get_Header](./get_header/)() const | Gets the customized information of PDF document. |
3333
| [get_InputFile](./get_inputfile/)() const | Gets the input file. |

english/cpp/aspose.pdf.facades/pdffileinfo/get_haseditpassword/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.facades/pdffileinfo/get_haseditpassword/
1010
## PdfFileInfo::get_HasEditPassword method
1111

1212

13-
Returns true if password is needed to modify permissions or document security property. Pay attention that this property can be read only if valid password was provided in [PdfFileInfo](../) constructor. In case PasswordType is Inaccessible (means that invalid password was provided) reading this property will fail with [InvalidPasswordException](../../../aspose.pdf/invalidpasswordexception/).
13+
Returns true if password is needed to modify permissions or document security property. Pay attention that this property can be read only if valid password was provided in [PdfFileInfo](../) constructor. In case [PasswordType](../../../aspose.pdf/passwordtype/) is Inaccessible (means that invalid password was provided) reading this property will fail with [InvalidPasswordException](../../../aspose.pdf/invalidpasswordexception/).
1414

1515
```cpp
1616
bool Aspose::Pdf::Facades::PdfFileInfo::get_HasEditPassword()

0 commit comments

Comments
 (0)