Class DSCConstants
java.lang.Object
org.apache.xmlgraphics.ps.DSCConstants
This class defines constants with Strings for the DSC specification.
- Version:
- $Id$
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classUsed for the ATEND constant. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectIndicator for the PostScript interpreter that the value is provided later in the document (mostly in the %%Trailer section).static final StringBounding box for the documentstatic final StringIndicates the start of a data sectionstatic final StringIndicates the start of the defaults sectionstatic final StringIndicates the start of an embedded documentstatic final StringIndicates the start of a non-PostScript sectionstatic final StringIndicates the start of a PPD featurestatic final StringIndicates the start of a graphic objectstatic final StringIndicates the start of the page setup sectionstatic final StringIndicates the start of a preview section (EPS only)static final StringIndicates the start of the prologstatic final StringIndicates the start of a resource (font, file, procset)static final StringIndicates the start of the document setupstatic final StringCopyright information associated with the document or resourcestatic final StringDate and time when the document was createdstatic final StringCreator of the documentstatic final StringType of datastatic final StringThis comment indicates all types of paper media (paper sizes, weight, color) this document requires.static final StringThis comment provides a list of resources the document needsstatic final StringThis comment provides a list of resources the document includesstatic final StringUse for indicating an emulator being invoked in the documentstatic final StringExplicit end of commentsstatic final StringIndicates the end of a data sectionstatic final StringIndicates the end of the defaults sectionstatic final StringIndicates the end of an embedded documentstatic final StringIndicates the end of a non-PostScript sectionstatic final StringIndicates the end of a PPD featurestatic final StringIndicates the end of a graphic objectstatic final StringDeprecated.Shouldn't really use that.static final StringIndicates the end of the page setup sectionstatic final StringIndicates the end of a preview section (EPS only)static final StringIndicates the end of the prologstatic final StringIndicates the end of a resource (font, file, procset)static final StringIndicates the end of the document setupstatic final StringIndicates the end of the documentstatic final StringLead-in for an EPS filestatic final StringRequired PostScript Level 1 extension for this documentstatic final StringIndicates who is this document printed forstatic final StringHigh-resolution bounding box for the documentstatic final StringIndicates a referenced embedded documentstatic final StringIndicates a referenced a PPD featurestatic final StringIndicates a referenced a resource (font, file, procset)static final StringIndicates the PostScript language level used in the documentstatic final StringIndicates a continued linestatic final StringIndicates the orientation of the documentstatic final StringIndicates a page numberstatic final StringBounding box for a pagestatic final StringHigh-resolution bounding box for a pagestatic final StringIndicates that the paper attributes denoted by medianame are invoked on this page.static final StringIndicates the order of the pagesstatic final StringBounding box for a pagestatic final StringThis is the page-level invocation of a combination of the options listed in the %%Requirements: comment.static final StringThis comment indicates the names and values of all resources that are needed or supplied on the present page.static final StringIndicates the start of the page trailerstatic final StringNumber of pages in the documentstatic final StringLead-in for a DSC-conformant PostScript filestatic final StringThis comment describes document requirements, such as duplex printing, hole punching, collating, or other physical document processing needs.static final StringIndicates how the document should be routed back to its ownerstatic final StringTitle of the documentstatic final StringIndicates the start of the document trailerstatic final StringVersion of the document -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PS_ADOBE_30
-
EPSF_30
-
BBOX
-
HIRES_BBOX
-
COPYRIGHT
Copyright information associated with the document or resource- See Also:
-
CREATOR
-
CREATION_DATE
-
DOCUMENT_DATA
-
EMULATION
Use for indicating an emulator being invoked in the document- See Also:
-
END_COMMENTS
-
EXTENSIONS
Required PostScript Level 1 extension for this document- See Also:
-
FOR
-
LANGUAGE_LEVEL
Indicates the PostScript language level used in the document- See Also:
-
ORIENTATION
-
PAGES
-
PAGE_ORDER
-
ROUTING
Indicates how the document should be routed back to its owner- See Also:
-
TITLE
-
VERSION
-
NEXT_LINE
-
BEGIN_DATA
-
END_DATA
-
BEGIN_DEFAULTS
-
END_DEFAULTS
-
BEGIN_EMULATION
Indicates the start of a non-PostScript section- See Also:
-
END_EMULATION
-
BEGIN_PREVIEW
Indicates the start of a preview section (EPS only)- See Also:
-
END_PREVIEW
-
BEGIN_PROLOG
-
END_PROLOG
-
BEGIN_SETUP
-
END_SETUP
-
BEGIN_OBJECT
-
END_OBJECT
-
BEGIN_PAGE_SETUP
-
END_PAGE_SETUP
-
PAGE
-
PAGE_BBOX
-
PAGE_HIRES_BBOX
-
PAGE_ORIENTATION
-
PAGE_TRAILER
-
TRAILER
-
END_PAGE
Deprecated.Shouldn't really use that. Bad idea. "Page" and "Trailer" end a page.Indicates the end of a page (NON-STANDARD!)- See Also:
-
EOF
-
DOCUMENT_MEDIA
This comment indicates all types of paper media (paper sizes, weight, color) this document requires.- See Also:
-
DOCUMENT_NEEDED_RESOURCES
This comment provides a list of resources the document needs- See Also:
-
DOCUMENT_SUPPLIED_RESOURCES
This comment provides a list of resources the document includes- See Also:
-
REQUIREMENTS
This comment describes document requirements, such as duplex printing, hole punching, collating, or other physical document processing needs.- See Also:
-
BEGIN_DOCUMENT
-
END_DOCUMENT
-
INCLUDE_DOCUMENT
-
BEGIN_FEATURE
-
END_FEATURE
-
INCLUDE_FEATURE
-
BEGIN_RESOURCE
Indicates the start of a resource (font, file, procset)- See Also:
-
END_RESOURCE
Indicates the end of a resource (font, file, procset)- See Also:
-
INCLUDE_RESOURCE
Indicates a referenced a resource (font, file, procset)- See Also:
-
PAGE_MEDIA
Indicates that the paper attributes denoted by medianame are invoked on this page.- See Also:
-
PAGE_REQUIREMENTS
This is the page-level invocation of a combination of the options listed in the %%Requirements: comment.- See Also:
-
PAGE_RESOURCES
This comment indicates the names and values of all resources that are needed or supplied on the present page.- See Also:
-
ATEND
Indicator for the PostScript interpreter that the value is provided later in the document (mostly in the %%Trailer section).
-
-
Constructor Details
-
DSCConstants
private DSCConstants()
-