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