You've already forked lazarus-ccr
27 lines
2.8 KiB
XML
27 lines
2.8 KiB
XML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<fpdoc-descriptions><package name="GridPrinterPkg"><module name="GridPrn"><element name="TGridPrnMargins"><short>Defines the page margins</short>
|
||
|
</element><element name="TGridPrnMargins.Left"><short>Value for the left margin, in millimeters</short>
|
||
|
</element><element name="TGridPrnMargins.Top"><short>Value for the top margin, in millimeters</short>
|
||
|
</element><element name="TGridPrnMargins.Right"><short>Value for the right margin, in millimeters</short>
|
||
|
</element><element name="TGridPrnMargins.Bottom"><short>Value for the bottom margin</short>
|
||
|
</element><element name="TGridPrnMargins.Header"><short>Distance between header (top edge) to the top of the page</short><descr>It is not checked that the header overlaps with the body of the printed grid.
|
||
|
</descr>
|
||
|
</element><element name="TGridPrnMargins.Footer"><short>Distance between the footer (bottom edge) and the bottom of the page</short><descr>It is not checked that the footer overlaps with the body of the printed grid.
|
||
|
</descr>
|
||
|
</element><element name="TGridPrnMargins.Create"><short>Constructor of the <var/>TGridPrnMargins</prn> class</short><descr>Stores the associated <var>TGridPrinter</var> instance for notification when the margins are changed.
|
||
|
</descr>
|
||
|
</element><element name="TGridPrnMargins.Changed"><short>Notifies the associated <var>TGridPrinter</var> instance that margins have been changed.</short>
|
||
|
</element><element name="TGridPrnOrder"><short>Defines how a large grid is wrapped over into multiple pages</short><descr><ul><li><var>poRowsFirst</var> - completes first the rows, and then continues with the next block of rows</li><li><var>poColsFirst</var> - completes first the coluumns, and then continues with the next block of columns.</li>
|
||
|
</ul>
|
||
|
</descr>
|
||
|
</element><element name="TGridPrnScalingMode"><short>Defines how the <var>PrintScalingFactor</var> is used</short><descr><ul><li><var>smManual</var> - the current value of the <var>PrintScalingFactor</var> is applied directly.</li><li><var>smFitToWidth</var> - the <var>PrintScalingFactor</var> is adjusted such that the number of pages specified by <var>PrintScaleToNumHorPages</var> fit on a single printed page.</li><li><var>smFitToHeight</var> - the <var>PrintScalingFactor</var> is adjusted such that the number of pages specified by <var>PrintScaleToNumVertPages</var> fit on a single printed page.</li>
|
||
|
</ul>
|
||
|
</descr>
|
||
|
</element><element name="TGridPrnOutputDevice"><short>Identifies the device which is used when the <var>GridPrinter</var> is printing</short><descr><ul><li><var>odPrinter</var> - printer</li><li><var>odPreview</var> - bitmap for the print preview</li>
|
||
|
</ul>
|
||
|
</descr>
|
||
|
</element>
|
||
|
</module>
|
||
|
</package>
|
||
|
</fpdoc-descriptions>
|