Bug 14956 - StyledText - printing should support pagination, headers, and footers
Summary: StyledText - printing should support pagination, headers, and footers
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 2.1 M3   Edit
Assignee: Knut Radloff CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 13651
  Show dependency tree
 
Reported: 2002-04-30 15:52 EDT by Knut Radloff CLA
Modified: 2002-10-31 18:20 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Knut Radloff CLA 2002-04-30 15:52:24 EDT
build 20020426 

Spawned off of bug 13651.
"should support pagination, headers, and footers
StyledText would need to add API for this. Unlikely to happen for 2.0. Printing 
page numbers seems like a reasonable request, though."

The best we could do for 2.0 without requiring additional workbench UI is 
adding page numbers.
Comment 1 Knut Radloff CLA 2002-05-01 12:17:21 EDT
Revisit post v2
Comment 2 Lynne Kues CLA 2002-07-08 10:50:43 EDT
Reopen
Comment 3 Knut Radloff CLA 2002-10-31 18:20:04 EST
Added class StyledTextPrintOptions and new StyledText API print(Printer, 
StyledTextPrintOptions).
Allows specifying headers/footers with page numbers and different text 
formatting options.