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