THPDFPage.TextOutBoxEx Method

メソッドの要約: THPDFPage.TextOutBoxEx Method

宣言

function TextOutBoxEx(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: AnsiString; Align: THPDFJustificationType): THPDFTextOutBoxResult;

ユニット

HPDFDoc

パラメータ

名前目的
XLeft position of the text box
YTop position of the text box
LineSpacingLine spacing used while laying out text
BoxWidthText box width
BoxHeightText box height
TextANSI text to render
AlignHorizontal justification mode

戻り値

THPDFTextOutBoxResult with layout and overflow details

使用上の注意

関連 API