[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

FaxPrintJob

inherits from PrintJob

Object <- PrintJob <- FaxPrintJob



Operations

Get list of all operations

Init
MapCoverPage
MapPageHeader


Attributes

Get list of all attributes

OptionsWindow
PixelSize
PixelSize
Quality
TransferTicket


Fields

Field Type
PrintJob: target: Object
stream: Stream
printServer: Object
renderServer: Object
destination: Object
contact: FullContact
landscape: Boolean
shouldFormatToStandardPaperSize: Boolean
border: Micron
totalPages: Unsigned
coverPage: Object
copies: Unsigned
pageHeader: Object
currentPage: Unsigned
pagePosition: Micron
viewableCount: Unsigned
currentCardSubstitute: Card
FaxPrintJob: quality: Unsigned
transferTicket: Object


Instance template

instance FaxPrintJob tag;
         target: nilObject;
         stream: nilObject;
    printServer: nilObject;
   renderServer: nilObject;
    destination: nilObject;
        contact: nilObject;
      landscape: false;
shouldFormatToStandardPaperSize: false;
         border: <0.0>;
     totalPages: 0;
      coverPage: nilObject;
         copies: 0;
     pageHeader: nilObject;
    currentPage: 0;
   pagePosition: <0.0>;
  viewableCount: 0;
currentCardSubstitute: nilObject;
        quality: 0;
 transferTicket: nilObject;
end instance;

Class definition

Define Class FaxPrintJob;
    inherits from PrintJob;
    field quality: Unsigned, getter;
    field transferTicket: Object, weak, getter, setter;
    
    attribute TransferTicket: Object;
    
    overrides Init;
    overrides SetQuality;                   
        // 1=normal (3.85 lines/mm), 2=fine (7.7 lines/mm)
    overrides PixelSize;                    
        // 215mm x 297mm
    overrides SetPixelSize;
    overrides OptionsWindow;
    overrides MapPageHeader;
    overrides MapCoverPage;
end class;