-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C++ API Reference with non static fields
- Loading branch information
1 parent
5993acf
commit 5f5db14
Showing
224 changed files
with
3,250 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
...aspose.pdf.forms/form/signdependentelementsrenderingmodewhenconverted/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Aspose::Pdf::Forms::Form::SignDependentElementsRenderingModeWhenConverted field | ||
linktitle: SignDependentElementsRenderingModeWhenConverted | ||
second_title: Aspose.PDF for C++ API Reference | ||
description: 'Aspose::Pdf::Forms::Form::SignDependentElementsRenderingModeWhenConverted field. Forms can contain signing information, i.e. can be signed or unsigned. And form''s view sometimes must depend on whether form is signed or not. This property tells to form''s converter (f.e. during conversion XFA form to Standard form) whether result form must be rendered as signed or as unsigned in C++.' | ||
type: docs | ||
weight: 3800 | ||
url: /cpp/aspose.pdf.forms/form/signdependentelementsrenderingmodewhenconverted/ | ||
--- | ||
## SignDependentElementsRenderingModeWhenConverted field | ||
|
||
|
||
[Forms](../../) can contain signing information, i.e. can be signed or unsigned. And form's view sometimes must depend on whether form is signed or not. This property tells to form's converter (f.e. during conversion [XFA](../../xfa/) form to Standard form) whether result form must be rendered as signed or as unsigned. | ||
|
||
```cpp | ||
Form::SignDependentElementsRenderingModes Aspose::Pdf::Forms::Form::SignDependentElementsRenderingModeWhenConverted | ||
``` | ||
|
||
## See Also | ||
|
||
* Class [Form](../) | ||
* Namespace [Aspose::Pdf::Forms](../../) | ||
* Library [Aspose.PDF for C++](../../../) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
english/cpp/aspose.pdf.text/textstate/tabstopdefaultvalue/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Aspose::Pdf::Text::TextState::TabstopDefaultValue field | ||
linktitle: TabstopDefaultValue | ||
second_title: Aspose.PDF for C++ API Reference | ||
description: 'Aspose::Pdf::Text::TextState::TabstopDefaultValue field. Default value of tabulation in widths of space character of default font in C++.' | ||
type: docs | ||
weight: 4100 | ||
url: /cpp/aspose.pdf.text/textstate/tabstopdefaultvalue/ | ||
--- | ||
## TabstopDefaultValue field | ||
|
||
|
||
Default value of tabulation in widths of space character of default font. | ||
|
||
```cpp | ||
float Aspose::Pdf::Text::TextState::TabstopDefaultValue | ||
``` | ||
|
||
## See Also | ||
|
||
* Class [TextState](../) | ||
* Namespace [Aspose::Pdf::Text](../../) | ||
* Library [Aspose.PDF for C++](../../../) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: Aspose::Pdf::Text::TextState::TabTag field | ||
linktitle: TabTag | ||
second_title: Aspose.PDF for C++ API Reference | ||
description: 'Aspose::Pdf::Text::TextState::TabTag field. You can place this tag in text to declare tabulation in C++.' | ||
type: docs | ||
weight: 4200 | ||
url: /cpp/aspose.pdf.text/textstate/tabtag/ | ||
--- | ||
## TabTag field | ||
|
||
|
||
You can place this tag in text to declare tabulation. | ||
|
||
```cpp | ||
System::String Aspose::Pdf::Text::TextState::TabTag | ||
``` | ||
|
||
## Remarks | ||
|
||
|
||
It has effect only in couple with [TabStops](../../tabstops/). | ||
## See Also | ||
|
||
* Class [TextState](../) | ||
* Namespace [Aspose::Pdf::Text](../../) | ||
* Library [Aspose.PDF for C++](../../../) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
english/cpp/aspose.pdf.text/unicodesubstitution/originalcode/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Aspose::Pdf::Text::UnicodeSubstitution::OriginalCode field | ||
linktitle: OriginalCode | ||
second_title: Aspose.PDF for C++ API Reference | ||
description: 'Aspose::Pdf::Text::UnicodeSubstitution::OriginalCode field. Represents original character unicode in C++.' | ||
type: docs | ||
weight: 200 | ||
url: /cpp/aspose.pdf.text/unicodesubstitution/originalcode/ | ||
--- | ||
## OriginalCode field | ||
|
||
|
||
Represents original character unicode. | ||
|
||
```cpp | ||
char16_t Aspose::Pdf::Text::UnicodeSubstitution::OriginalCode | ||
``` | ||
|
||
## See Also | ||
|
||
* Class [UnicodeSubstitution](../) | ||
* Namespace [Aspose::Pdf::Text](../../) | ||
* Library [Aspose.PDF for C++](../../../) |
23 changes: 23 additions & 0 deletions
23
english/cpp/aspose.pdf.text/unicodesubstitution/substitutioncode/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Aspose::Pdf::Text::UnicodeSubstitution::SubstitutionCode field | ||
linktitle: SubstitutionCode | ||
second_title: Aspose.PDF for C++ API Reference | ||
description: 'Aspose::Pdf::Text::UnicodeSubstitution::SubstitutionCode field. Represents character unicode that substitutes original unicode in C++.' | ||
type: docs | ||
weight: 300 | ||
url: /cpp/aspose.pdf.text/unicodesubstitution/substitutioncode/ | ||
--- | ||
## SubstitutionCode field | ||
|
||
|
||
Represents character unicode that substitutes original unicode. | ||
|
||
```cpp | ||
char16_t Aspose::Pdf::Text::UnicodeSubstitution::SubstitutionCode | ||
``` | ||
|
||
## See Also | ||
|
||
* Class [UnicodeSubstitution](../) | ||
* Namespace [Aspose::Pdf::Text](../../) | ||
* Library [Aspose.PDF for C++](../../../) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
english/cpp/aspose.pdf/docsaveoptions/customprogresshandler/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Aspose::Pdf::DocSaveOptions::CustomProgressHandler field | ||
linktitle: CustomProgressHandler | ||
second_title: Aspose.PDF for C++ API Reference | ||
description: 'Aspose::Pdf::DocSaveOptions::CustomProgressHandler field. This handler can be used to handle conversion progress events f.e. it can be used to show progress bar or messages about current amount of processed pages, example of handler''s code that shows progress on console is : in C++.' | ||
type: docs | ||
weight: 2600 | ||
url: /cpp/aspose.pdf/docsaveoptions/customprogresshandler/ | ||
--- | ||
## CustomProgressHandler field | ||
|
||
|
||
This handler can be used to handle conversion progress events f.e. it can be used to show progress bar or messages about current amount of processed pages, example of handler's code that shows progress on console is : | ||
|
||
```cpp | ||
UnifiedSaveOptions::ConversionProgressEventHandler Aspose::Pdf::DocSaveOptions::CustomProgressHandler | ||
``` | ||
|
||
## See Also | ||
|
||
* Class [DocSaveOptions](../) | ||
* Namespace [Aspose::Pdf](../../) | ||
* Library [Aspose.PDF for C++](../../../) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
english/cpp/aspose.pdf/document/fontsubstitution/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Aspose::Pdf::Document::FontSubstitution field | ||
linktitle: FontSubstitution | ||
second_title: Aspose.PDF for C++ API Reference | ||
description: 'Aspose::Pdf::Document::FontSubstitution field. Occurs when font replaces another font in document in C++.' | ||
type: docs | ||
weight: 11900 | ||
url: /cpp/aspose.pdf/document/fontsubstitution/ | ||
--- | ||
## FontSubstitution field | ||
|
||
|
||
Occurs when font replaces another font in document. | ||
|
||
```cpp | ||
System::Event<void(System::SharedPtr<Text::Font>, System::SharedPtr<Text::Font>)> Aspose::Pdf::Document::FontSubstitution | ||
``` | ||
|
||
## See Also | ||
|
||
* Class [Document](../) | ||
* Namespace [Aspose::Pdf](../../) | ||
* Library [Aspose.PDF for C++](../../../) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.