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