Aspose::Pdf::Facades::PdfFileMend::AddText method
Contents
[
Hide
]PdfFileMend::AddText(const System::SharedPtr<FormattedText>&, const System::ArrayPtr<int32_t>&, float, float, float, float) method
Not implemented.
bool Aspose::Pdf::Facades::PdfFileMend::AddText(const System::SharedPtr<FormattedText> &text, const System::ArrayPtr<int32_t> &pageNums, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
| Parameter | Type | Description |
|---|---|---|
| text | const System::SharedPtr<FormattedText>& | FormattedText object. |
| pageNums | const System::ArrayPtr<int32_t>& | Page numbers array. |
| lowerLeftX | float | Lower left X coordinate. |
| lowerLeftY | float | Lower left Y coordinate. |
| upperRightX | float | Upper right X coordinate. |
| upperRightY | float | Upper right Y coordinate. |
ReturnValue
True in case text was successfully added.
See Also
- Typedef SharedPtr
- Class FormattedText
- Typedef ArrayPtr
- Class PdfFileMend
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileMend::AddText(const System::SharedPtr<FormattedText>&, int32_t, float, float) method
Not implemented.
bool Aspose::Pdf::Facades::PdfFileMend::AddText(const System::SharedPtr<FormattedText> &text, int32_t pageNum, float lowerLeftX, float lowerLeftY)
| Parameter | Type | Description |
|---|---|---|
| text | const System::SharedPtr<FormattedText>& | FormattedText object. |
| pageNum | int32_t | Page number. |
| lowerLeftX | float | Lower left X coordinate. |
| lowerLeftY | float | Lower left Y coordinate. |
ReturnValue
True in case text was successfully added.
See Also
- Typedef SharedPtr
- Class FormattedText
- Class PdfFileMend
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileMend::AddText(const System::SharedPtr<FormattedText>&, int32_t, float, float, float, float) method
Not implemented.
bool Aspose::Pdf::Facades::PdfFileMend::AddText(const System::SharedPtr<FormattedText> &text, int32_t pageNum, float lowerLeftX, float lowerLeftY, float upperRightX, float upperRightY)
| Parameter | Type | Description |
|---|---|---|
| text | const System::SharedPtr<FormattedText>& | FormattedText object. |
| pageNum | int32_t | Page number. |
| lowerLeftX | float | Lower left X coordinate. |
| lowerLeftY | float | Lower left Y coordinate. |
| upperRightX | float | Upper right X coordinate. |
| upperRightY | float | Upper right Y coordinate. |
ReturnValue
True in case text was successfully added.
See Also
- Typedef SharedPtr
- Class FormattedText
- Class PdfFileMend
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++