:: com :: sun :: star :: svg ::

interface XSVGPrinter
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XSVGPrinter
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces
Usage Restrictions
deprecated

Methods' Summary
startJob  
printPage  
endJob  
Methods' Details
startJob
boolean
startJob( [in] ::com::sun::star::xml::sax::XDocumentHandler  aHandler,
[in] sequence< byte >  aJobSetup,
[in] string  aJobName,
[in] unsigned long  nCopies,
[in] boolean  bCollate );

printPage
void
printPage( [in] sequence< byte >  aPrintPage );

endJob
void
endJob();

Top of Page