THPDFPage.WideTextOutBoxEx Method
Riepilogo del metodo: THPDFPage.WideTextOutBoxEx Method
Dichiarazione
function WideTextOutBoxEx(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: WideString; Align: THPDFJustificationType): THPDFTextOutBoxResult;
UnitÃ
HPDFDoc
Parametri
| Nome | Scopo |
|---|---|
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 |
Valore restituito
THPDFTextOutBoxResult with layout and overflow details
Note d'uso
- Use this API for Unicode text workflows that need fitting results
- Use THPDFPage.WideTextOutBox for the simpler output-only workflow
API correlate
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents