[Overview][Types][Classes][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: postscriptprinter.pas line 202
type TPostScript = class(TObject) |
||
public |
||
constructor Create; |
|
|
destructor Destroy; override; |
|
|
procedure AddPattern(); |
|
|
function FindPattern(); |
|
|
function DelPattern(); |
|
|
function NewPattern(); |
|
|
property Canvas: TPostScriptCanvas; [r] |
|
|
|
||
|
||
property Document: TStringList; [r] |
|
|
property PageNumber: Integer; [r] |
|
|
property Title: String; [rw] |
|
|
property LineSpacing: Integer; [rw] |
|
|
procedure BeginDoc; |
|
|
procedure NewPage; |
|
|
procedure EndDoc; |
|
|
end; |
|
||
| | ||
lazarus-ccr.sourceforge.net |