THPDFPage.TextOutBoxEx Method
Σύνοψη μεθόδου: THPDFPage.TextOutBoxEx Method
Δήλωση
function TextOutBoxEx(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: AnsiString; Align: THPDFJustificationType): THPDFTextOutBoxResult;
Μονάδα
HPDFDoc
Παράμετροι
| Όνομα | Σκοπός |
|---|---|
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 | ANSI text to render |
Align | Horizontal justification mode |
Τιμή επιστροφής
THPDFTextOutBoxResult with layout and overflow details
Σημειώσεις χρήσης
- Use this API when the caller needs to inspect text fitting results
- Use THPDFPage.TextOutBox for the simpler output-only workflow
Σχετικά API
- THPDFPage
- THPDFPage Methods
- AcroForm Support
- THotPDF
- Contents