THPDFPage.WideTextOutBoxEx Method
Tóm tắt phương thức: THPDFPage.WideTextOutBoxEx Method
Khai báo
function WideTextOutBoxEx(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: WideString; Align: THPDFJustificationType): THPDFTextOutBoxResult;
Đơn vị
HPDFDoc
Tham số
| Tên | Mục đích |
|---|---|
X | Left position of the text box |
Y | Top position of the text box |
LineSpacing | Line spacing used while laying out text |
BoxWidth | Text box width |
BoxHeight | Text box height |
Text | Unicode text to render |
Align | Horizontal justification mode |
Giá trị trả về
THPDFTextOutBoxResult with layout and overflow details
Ghi chú sử dụng
- Use this API for Unicode text workflows that need fitting results
- Use THPDFPage.WideTextOutBox for the simpler output-only workflow
API liên quan
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents