public interface PCLEventProducer extends EventProducer
Modifier and Type | Interface and Description |
---|---|
static class |
PCLEventProducer.Provider
Provider class for the event producer.
|
Modifier and Type | Method and Description |
---|---|
void |
fontTypeNotSupported(Object source,
String fontName,
String supportedTypes)
The font type is not supported for PCL output.
|
void |
paperTypeUnavailable(Object source,
long pageWidth,
long pageHeight,
String fallbackPaper)
Paper type could not be determined.
|
void paperTypeUnavailable(Object source, long pageWidth, long pageHeight, String fallbackPaper)
source
- the event sourcepageWidth
- the page width (in millipoints)pageHeight
- the page height (in millipoints)fallbackPaper
- the paper type that will be used insteadvoid fontTypeNotSupported(Object source, String fontName, String supportedTypes)
source
- The event sourcefontName
- The name of the font not supportedsupportedTypes
- The types of fonts currently supportedCopyright © 2025 Apache Software Foundation. All rights reserved.