THPDFPage.TextOutBoxEx Method

Résumé de la méthode: THPDFPage.TextOutBoxEx Method

Déclaration

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

Unité

HPDFDoc

Paramètres

NomObjectif
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

Valeur de retour

THPDFTextOutBoxResult with layout and overflow details

Notes d'utilisation

API associées