public final class DSCConstants extends Object
Modifier and Type | Field | Description |
---|---|---|
static Object |
ATEND |
Indicator for the PostScript interpreter that the value is provided
later in the document (mostly in the %%Trailer section).
|
static String |
BBOX |
Bounding box for the document
|
static String |
BEGIN_DATA |
Indicates the start of a data section
|
static String |
BEGIN_DEFAULTS |
Indicates the start of the defaults section
|
static String |
BEGIN_DOCUMENT |
Indicates the start of an embedded document
|
static String |
BEGIN_EMULATION |
Indicates the start of a non-PostScript section
|
static String |
BEGIN_FEATURE |
Indicates the start of a PPD feature
|
static String |
BEGIN_OBJECT |
Indicates the start of a graphic object
|
static String |
BEGIN_PAGE_SETUP |
Indicates the start of the page setup section
|
static String |
BEGIN_PREVIEW |
Indicates the start of a preview section (EPS only)
|
static String |
BEGIN_PROLOG |
Indicates the start of the prolog
|
static String |
BEGIN_RESOURCE |
Indicates the start of a resource (font, file, procset)
|
static String |
BEGIN_SETUP |
Indicates the start of the document setup
|
static String |
COPYRIGHT |
Copyright information associated with the document or resource
|
static String |
CREATION_DATE |
Date and time when the document was created
|
static String |
CREATOR |
Creator of the document
|
static String |
DOCUMENT_DATA |
Type of data
|
static String |
DOCUMENT_MEDIA |
This comment indicates all types of paper media (paper sizes, weight, color)
this document requires.
|
static String |
DOCUMENT_NEEDED_RESOURCES |
This comment provides a list of resources the document needs
|
static String |
DOCUMENT_SUPPLIED_RESOURCES |
This comment provides a list of resources the document includes
|
static String |
EMULATION |
Use for indicating an emulator being invoked in the document
|
static String |
END_COMMENTS |
Explicit end of comments
|
static String |
END_DATA |
Indicates the end of a data section
|
static String |
END_DEFAULTS |
Indicates the end of the defaults section
|
static String |
END_DOCUMENT |
Indicates the end of an embedded document
|
static String |
END_EMULATION |
Indicates the end of a non-PostScript section
|
static String |
END_FEATURE |
Indicates the end of a PPD feature
|
static String |
END_OBJECT |
Indicates the end of a graphic object
|
static String |
END_PAGE |
Deprecated.
Shouldn't really use that.
|
static String |
END_PAGE_SETUP |
Indicates the end of the page setup section
|
static String |
END_PREVIEW |
Indicates the end of a preview section (EPS only)
|
static String |
END_PROLOG |
Indicates the end of the prolog
|
static String |
END_RESOURCE |
Indicates the end of a resource (font, file, procset)
|
static String |
END_SETUP |
Indicates the end of the document setup
|
static String |
EOF |
Indicates the end of the document
|
static String |
EPSF_30 |
Lead-in for an EPS file
|
static String |
EXTENSIONS |
Required PostScript Level 1 extension for this document
|
static String |
FOR |
Indicates who is this document printed for
|
static String |
HIRES_BBOX |
High-resolution bounding box for the document
|
static String |
INCLUDE_DOCUMENT |
Indicates a referenced embedded document
|
static String |
INCLUDE_FEATURE |
Indicates a referenced a PPD feature
|
static String |
INCLUDE_RESOURCE |
Indicates a referenced a resource (font, file, procset)
|
static String |
LANGUAGE_LEVEL |
Indicates the PostScript language level used in the document
|
static String |
NEXT_LINE |
Indicates a continued line
|
static String |
ORIENTATION |
Indicates the orientation of the document
|
static String |
PAGE |
Indicates a page number
|
static String |
PAGE_BBOX |
Bounding box for a page
|
static String |
PAGE_HIRES_BBOX |
High-resolution bounding box for a page
|
static String |
PAGE_MEDIA |
Indicates that the paper attributes denoted by medianame are invoked on this page.
|
static String |
PAGE_ORDER |
Indicates the order of the pages
|
static String |
PAGE_ORIENTATION |
Bounding box for a page
|
static String |
PAGE_REQUIREMENTS |
This is the page-level invocation of a combination of the options listed in
the %%Requirements: comment.
|
static String |
PAGE_RESOURCES |
This comment indicates the names and values of all resources that are needed
or supplied on the present page.
|
static String |
PAGE_TRAILER |
Indicates the start of the page trailer
|
static String |
PAGES |
Number of pages in the document
|
static String |
PS_ADOBE_30 |
Lead-in for a DSC-conformant PostScript file
|
static String |
REQUIREMENTS |
This comment describes document requirements, such as duplex printing,
hole punching, collating, or other physical document processing needs.
|
static String |
ROUTING |
Indicates how the document should be routed back to its owner
|
static String |
TITLE |
Title of the document
|
static String |
TRAILER |
Indicates the start of the document trailer
|
static String |
VERSION |
Version of the document
|
public static final String PS_ADOBE_30
public static final String EPSF_30
public static final String BBOX
public static final String HIRES_BBOX
public static final String COPYRIGHT
public static final String CREATOR
public static final String CREATION_DATE
public static final String DOCUMENT_DATA
public static final String EMULATION
public static final String END_COMMENTS
public static final String EXTENSIONS
public static final String FOR
public static final String LANGUAGE_LEVEL
public static final String ORIENTATION
public static final String PAGES
public static final String PAGE_ORDER
public static final String ROUTING
public static final String TITLE
public static final String VERSION
public static final String NEXT_LINE
public static final String BEGIN_DATA
public static final String END_DATA
public static final String BEGIN_DEFAULTS
public static final String END_DEFAULTS
public static final String BEGIN_EMULATION
public static final String END_EMULATION
public static final String BEGIN_PREVIEW
public static final String END_PREVIEW
public static final String BEGIN_PROLOG
public static final String END_PROLOG
public static final String BEGIN_SETUP
public static final String END_SETUP
public static final String BEGIN_OBJECT
public static final String END_OBJECT
public static final String BEGIN_PAGE_SETUP
public static final String END_PAGE_SETUP
public static final String PAGE
public static final String PAGE_BBOX
public static final String PAGE_HIRES_BBOX
public static final String PAGE_ORIENTATION
public static final String PAGE_TRAILER
public static final String TRAILER
public static final String END_PAGE
public static final String EOF
public static final String DOCUMENT_MEDIA
public static final String DOCUMENT_NEEDED_RESOURCES
public static final String DOCUMENT_SUPPLIED_RESOURCES
public static final String REQUIREMENTS
public static final String BEGIN_DOCUMENT
public static final String END_DOCUMENT
public static final String INCLUDE_DOCUMENT
public static final String BEGIN_FEATURE
public static final String END_FEATURE
public static final String INCLUDE_FEATURE
public static final String BEGIN_RESOURCE
public static final String END_RESOURCE
public static final String INCLUDE_RESOURCE
public static final String PAGE_MEDIA
public static final String PAGE_REQUIREMENTS
public static final String PAGE_RESOURCES
public static final Object ATEND
Copyright © 2018 Apache Software Foundation. All rights reserved.