THPDFPage.TextOutBoxEx Method

Resumo do método: THPDFPage.TextOutBoxEx Method

Declaração

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

Unidade

HPDFDoc

Parâmetros

NomeFinalidade
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

Valor de retorno

THPDFTextOutBoxResult with layout and overflow details

Notas de uso

APIs relacionadas