THPDFPage.TextOutBoxEx Method

Povzetek metode: THPDFPage.TextOutBoxEx Method

Deklaracija

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

Unit

HPDFDoc

Parametri

NameNamen
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

Vrnjena vrednost

THPDFTextOutBoxResult with layout and overflow details

Opombe o uporabi

Povezani API-ji