HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THotPDF.CurrentParagraph
|
Top Previous Next |
|
Gives access to the current document paragraph.
Delphi syntax: property CurrentParagraph: thpdf_para;
C++ syntax: __property thpdf_para* CurrentParagraph;
Description Use the CurrentParagraph property to access paragraph methods and properties.
Code Example
|