Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

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

interface XSVGPrinter

Base Interface
com::sun::star::uno::XInterface

[ 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