org.apache.fop.render.pdf
Interface PDFRendererContextConstants
- RendererContextConstants
- PDFSVGHandler
public interface PDFRendererContextConstants
Defines a number of standard constants (keys) for use by the RendererContext class.
static String | PDF_CONTEXT - The current PDF page for page renference and as a resource context.
|
static String | PDF_DOCUMENT - The PDF document that this image is being drawn into.
|
static String | PDF_FONT_INFO - The current font information for the pdf renderer.
|
static String | PDF_FONT_NAME - The current pdf font name.
|
static String | PDF_FONT_SIZE - The current pdf font size.
|
static String | PDF_PAGE - The current PDF page for page renference and as a resource context.
|
static String | PDF_STATE - The current pdf state.
|
static String | PDF_STREAM - The current PDF stream to draw directly to.
|
PDF_CONTEXT
public static final String PDF_CONTEXT
The current PDF page for page renference and as a resource context.
PDF_DOCUMENT
public static final String PDF_DOCUMENT
The PDF document that this image is being drawn into.
PDF_FONT_INFO
public static final String PDF_FONT_INFO
The current font information for the pdf renderer.
PDF_FONT_NAME
public static final String PDF_FONT_NAME
The current pdf font name.
PDF_FONT_SIZE
public static final String PDF_FONT_SIZE
The current pdf font size.
PDF_PAGE
public static final String PDF_PAGE
The current PDF page for page renference and as a resource context.
PDF_STATE
public static final String PDF_STATE
The current pdf state.
PDF_STREAM
public static final String PDF_STREAM
The current PDF stream to draw directly to.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.