|
THPDFPage.AddFreeTextAnnotation
|
トップへ 前へ 次へ |
|
現在のページに新しい FreeText 注釈を追加します。
type THPDFFreeTextAnnotationJust = ( ftLeftJust, ftCenter, ftRightJust );
Delphi 構文: procedure AddFreeTextAnnotation ( 目次: AnsiString; Rectangle: TRect; Quadding: THPDFFreeTextAnnotationJust; Color: TColor = clRed );
C++ 構文: void __fastcall AddFreeTextAnnotation ( AnsiString 目次, Windows::TRect &Rectangle, THPDFFreeTextAnnotationJust Quadding, Graphics::TColor Color );
説明 使用法 AddFreeTextAnnotation to add new FreeText annotation specified text message ( 目次), rectangle area ( Rectangle ), justification ( Quadding ) and color on the current page.
Value Meaning ftLeftJust Left justification. ftCenter Center justification. ftRightJust Right justification.
|