THPDFPage TextBox / TextOutBox / GetTextRowCount | Överst |
|
Placerar text i fasta rektanglar med aktuellt teckensnitt och befintliga HotPDF-funktioner för textmått Delphi syntax: procedure TextBox(Rect: TRect; Text: AnsiString; Hor: THPDFJustificationType = jtLeft; Vert: THPDFTextBoxVerticalAlignment = tbvaTop); function TextOutBox(X, Y, LineSpacing, BoxWidth, BoxHeight: Integer; Text: AnsiString; Align: THPDFJustificationType = jtLeft): Integer; function GetTextRowCount(BoxWidth: Integer; Text: AnsiString): Integer;
|