Skip to content
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions english/cpp/aspose.pdf.annotations/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The **[Aspose.Pdf.Annotations](./)** namespace provides classes for working with
| [CaretSymbolConverter](./caretsymbolconverter/) | |
| [Characteristics](./characteristics/) | Represents annotation characteristics. |
| [CircleAnnotation](./circleannotation/) | Class representing Circle annotation. |
| [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). |
| [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). |
| [ColorsOfCMYKConverter](./colorsofcmykconverter/) | |
| [CommonFigureAnnotation](./commonfigureannotation/) | Abstract class representing common figure annotation. |
| [CornerPrinterMarkAnnotation](./cornerprintermarkannotation/) | Represents annotation types that are placed in the corners of the printed page. |
Expand Down Expand Up @@ -154,16 +154,16 @@ The **[Aspose.Pdf.Annotations](./)** namespace provides classes for working with
| [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. |
| [LightingSchemeType](./lightingschemetype/) | Enum [LightingSchemeType](./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. |
| [PDF3DActivation](./pdf3dactivation/) | Enum [PDF3DActivation](./pdf3dactivation/): set of 3D annotation activation mode. |
| [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. |
| [RenderModeType](./rendermodetype/) | Enum [RenderModeType](./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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.annotations/colorbarannotation/
## ColorBarAnnotation class


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).
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).

```cpp
class ColorBarAnnotation : public Aspose::Pdf::Annotations::PrinterMarkAnnotation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.annotations/lightingschemetype/
## LightingSchemeType enum


Enum LightingSchemeType: set of lighting scheme types.
Enum [LightingSchemeType](./): set of lighting scheme types.

```cpp
enum class LightingSchemeType
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.annotations/pdf3dactivation/
## PDF3DActivation enum


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

```cpp
enum class PDF3DActivation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.annotations/rendermodetype/
## RenderModeType enum


Enum RenderModeType: set of render mode types.
Enum [RenderModeType](./): set of render mode types.

```cpp
enum class RenderModeType
Expand Down
2 changes: 1 addition & 1 deletion english/cpp/aspose.pdf.facades/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The **[Aspose.Pdf.Facades](./)** namespace provides classes originaly came from
| Enum | Description |
| --- | --- |
| [Algorithm](./algorithm/) | Represents algorithms which can be used to encrypt pdf document. |
| [AutoRotateMode](./autorotatemode/) | Direction of the rotation when document is printed. |
| [AutoRotateMode](./autorotatemode/) | [Direction](../aspose.pdf/direction/) of the rotation when document is printed. |
| [BlendingColorSpace](./blendingcolorspace/) | Class represents blending color space. |
| [DataType](./datatype/) | Enumerates field types definitions. |
| [DefaultMetadataProperties](./defaultmetadataproperties/) | Enumeration of standard XMP properties. |
Expand Down
6 changes: 3 additions & 3 deletions english/cpp/aspose.pdf.facades/autorotatemode/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.facades/autorotatemode/
## AutoRotateMode enum


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

```cpp
enum class AutoRotateMode
Expand All @@ -21,8 +21,8 @@ enum class AutoRotateMode
| Name | Value | Description |
| --- | --- | --- |
| None | 0 | No rotation. |
| ClockWise | 1 | Rotation direction is clockwise. |
| AntiClockWise | 2 | Rotation directon is counterclockwise. |
| ClockWise | 1 | [Rotation](../../aspose.pdf/rotation/) direction is clockwise. |
| AntiClockWise | 2 | [Rotation](../../aspose.pdf/rotation/) directon is counterclockwise. |

## See Also

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Aspose::Pdf::Facades::FormattedText::FormattedText(System::String text, System::
| text | System::String | [Text](../../../aspose.pdf.text/) content of the string. |
| fontColor | System::SharedPtr\<FontColor\> | [Color](../../../aspose.pdf/color/) of the text. |
| fontStyle | FontStyle | Style of the text. |
| encodingType | EncodingType | Encoding type (value of EncodingType enumeration). |
| encodingType | EncodingType | Encoding type (value of [EncodingType](../../encodingtype/) enumeration). |
| embedded | bool | True if the font will be embedded. |
| textSize | float | Size of the text. |

Expand Down
2 changes: 1 addition & 1 deletion english/cpp/aspose.pdf.facades/pdffileinfo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class PdfFileInfo : public Aspose::Pdf::Facades::SaveableFacade
| [get_CreationDate](./get_creationdate/)() | Gets the CreationDate information of PDF document. |
| [get_Creator](./get_creator/)() | Gets the Creator information of PDF document. |
| [get_HasCollection](./get_hascollection/)() | Returns true if the current input file is a 'Portfolio' file containing collection of PDF files in it. |
| [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/). |
| [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/). |
| [get_HasOpenPassword](./get_hasopenpassword/)() | Returns true if password is needed to open password protected pdf document. |
| [get_Header](./get_header/)() const | Gets the customized information of PDF document. |
| [get_InputFile](./get_inputfile/)() const | Gets the input file. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.facades/pdffileinfo/get_haseditpassword/
## PdfFileInfo::get_HasEditPassword method


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/).
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/).

```cpp
bool Aspose::Pdf::Facades::PdfFileInfo::get_HasEditPassword()
Expand Down
4 changes: 2 additions & 2 deletions english/cpp/aspose.pdf.facades/pdffilemend/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class PdfFileMend : public Aspose::Pdf::Facades::SaveableFacade
| [get_OutputFile](./get_outputfile/)() const | Sets the output file. |
| [get_OutputStream](./get_outputstream/)() const | Sets the output stream. |
| [get_TextPositioningMode](./get_textpositioningmode/)() const | Sets or gets text positioning strategy. [PositioningMode](../positioningmode/) Default mode is Legacy. |
| [get_WrapMode](./get_wrapmode/)() const | Sets or gets word wrapping algorithm. See WordWrapMode and IsWordWrap. |
| [get_WrapMode](./get_wrapmode/)() const | Sets or gets word wrapping algorithm. See [WordWrapMode](../wordwrapmode/) and IsWordWrap. |
| [PdfFileMend](./pdffilemend/)() | Constructor. |
| [PdfFileMend](./pdffilemend/)(System::String, System::String) | Constructor. |
| [PdfFileMend](./pdffilemend/)(System::SharedPtr\<System::IO::Stream\>, System::SharedPtr\<System::IO::Stream\>) | Constructor. |
Expand All @@ -52,7 +52,7 @@ class PdfFileMend : public Aspose::Pdf::Facades::SaveableFacade
| [set_OutputFile](./set_outputfile/)(System::String) | Sets the output file. |
| [set_OutputStream](./set_outputstream/)(System::SharedPtr\<System::IO::Stream\>) | Sets the output stream. |
| [set_TextPositioningMode](./set_textpositioningmode/)(PositioningMode) | Sets or gets text positioning strategy. [PositioningMode](../positioningmode/) Default mode is Legacy. |
| [set_WrapMode](./set_wrapmode/)(WordWrapMode) | Sets or gets word wrapping algorithm. See WordWrapMode and IsWordWrap. |
| [set_WrapMode](./set_wrapmode/)(WordWrapMode) | Sets or gets word wrapping algorithm. See [WordWrapMode](../wordwrapmode/) and IsWordWrap. |
## See Also

* Class [SaveableFacade](../saveablefacade/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.facades/pdffilemend/get_wrapmode/
## PdfFileMend::get_WrapMode method


Sets or gets word wrapping algorithm. See WordWrapMode and IsWordWrap.
Sets or gets word wrapping algorithm. See [WordWrapMode](../../wordwrapmode/) and IsWordWrap.

```cpp
WordWrapMode Aspose::Pdf::Facades::PdfFileMend::get_WrapMode() const
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ url: /cpp/aspose.pdf.facades/pdffilemend/set_wrapmode/
## PdfFileMend::set_WrapMode method


Sets or gets word wrapping algorithm. See WordWrapMode and IsWordWrap.
Sets or gets word wrapping algorithm. See [WordWrapMode](../../wordwrapmode/) and IsWordWrap.

```cpp
void Aspose::Pdf::Facades::PdfFileMend::set_WrapMode(WordWrapMode value)
Expand Down
Loading