PdfFileMend.AddText
محتويات
[
يخفي
]AddText(FormattedText, int, float, float)
لم يتم تنفيذها.
public bool AddText(FormattedText text, int pageNum, float lowerLeftX, float lowerLeftY)
| Parameter | Type | Description |
|---|---|---|
| text | FormattedText | كائن FormattedText. |
| pageNum | Int32 | رقم الصفحة. |
| lowerLeftX | Single | إحداثي X السفلي الأيسر. |
| lowerLeftY | Single | إحداثي Y السفلي الأيسر. |
Return Value
صحيح في حالة إضافة النص بنجاح.
See Also
- class FormattedText
- class PdfFileMend
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
AddText(FormattedText, int, float, float, float, float)
لم يتم تنفيذها.
public bool AddText(FormattedText text, int pageNum, float lowerLeftX, float lowerLeftY,
float upperRightX, float upperRightY)
| Parameter | Type | Description |
|---|---|---|
| text | FormattedText | كائن FormattedText. |
| pageNum | Int32 | رقم الصفحة. |
| lowerLeftX | Single | إحداثي X السفلي الأيسر. |
| lowerLeftY | Single | إحداثي Y السفلي الأيسر. |
| upperRightX | Single | إحداثي X العلوي الأيمن. |
| upperRightY | Single | إحداثي Y العلوي الأيمن. |
Return Value
صحيح في حالة إضافة النص بنجاح.
See Also
- class FormattedText
- class PdfFileMend
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF
AddText(FormattedText, int[], float, float, float, float)
لم يتم تنفيذها.
public bool AddText(FormattedText text, int[] pageNums, float lowerLeftX, float lowerLeftY,
float upperRightX, float upperRightY)
| Parameter | Type | Description |
|---|---|---|
| text | FormattedText | كائن FormattedText. |
| pageNums | Int32[] | مصفوفة أرقام الصفحات. |
| lowerLeftX | Single | إحداثي X السفلي الأيسر. |
| lowerLeftY | Single | إحداثي Y السفلي الأيسر. |
| upperRightX | Single | إحداثي X العلوي الأيمن. |
| upperRightY | Single | إحداثي Y العلوي الأيمن. |
Return Value
صحيح في حالة إضافة النص بنجاح.
See Also
- class FormattedText
- class PdfFileMend
- namespace Aspose.Pdf.Facades
- assembly Aspose.PDF