THPDFPage.WideTextOutBoxEx Method

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

宣言

function WideTextOutBoxEx(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: WideString; 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
TextUnicode text to render
AlignHorizontal justification mode

戻り値

THPDFTextOutBoxResult with layout and overflow details

使用上の注意

関連 API