Package org.apache.xmlgraphics.ps
Class DSCConstants
- java.lang.Object
-
- org.apache.xmlgraphics.ps.DSCConstants
-
public final class DSCConstants extends java.lang.ObjectThis class defines constants with Strings for the DSC specification.- Version:
- $Id: DSCConstants.java 1345683 2012-06-03 14:50:33Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.ObjectATENDIndicator for the PostScript interpreter that the value is provided later in the document (mostly in the %%Trailer section).static java.lang.StringBBOXBounding box for the documentstatic java.lang.StringBEGIN_DATAIndicates the start of a data sectionstatic java.lang.StringBEGIN_DEFAULTSIndicates the start of the defaults sectionstatic java.lang.StringBEGIN_DOCUMENTIndicates the start of an embedded documentstatic java.lang.StringBEGIN_EMULATIONIndicates the start of a non-PostScript sectionstatic java.lang.StringBEGIN_FEATUREIndicates the start of a PPD featurestatic java.lang.StringBEGIN_OBJECTIndicates the start of a graphic objectstatic java.lang.StringBEGIN_PAGE_SETUPIndicates the start of the page setup sectionstatic java.lang.StringBEGIN_PREVIEWIndicates the start of a preview section (EPS only)static java.lang.StringBEGIN_PROLOGIndicates the start of the prologstatic java.lang.StringBEGIN_RESOURCEIndicates the start of a resource (font, file, procset)static java.lang.StringBEGIN_SETUPIndicates the start of the document setupstatic java.lang.StringCOPYRIGHTCopyright information associated with the document or resourcestatic java.lang.StringCREATION_DATEDate and time when the document was createdstatic java.lang.StringCREATORCreator of the documentstatic java.lang.StringDOCUMENT_DATAType of datastatic java.lang.StringDOCUMENT_MEDIAThis comment indicates all types of paper media (paper sizes, weight, color) this document requires.static java.lang.StringDOCUMENT_NEEDED_RESOURCESThis comment provides a list of resources the document needsstatic java.lang.StringDOCUMENT_SUPPLIED_RESOURCESThis comment provides a list of resources the document includesstatic java.lang.StringEMULATIONUse for indicating an emulator being invoked in the documentstatic java.lang.StringEND_COMMENTSExplicit end of commentsstatic java.lang.StringEND_DATAIndicates the end of a data sectionstatic java.lang.StringEND_DEFAULTSIndicates the end of the defaults sectionstatic java.lang.StringEND_DOCUMENTIndicates the end of an embedded documentstatic java.lang.StringEND_EMULATIONIndicates the end of a non-PostScript sectionstatic java.lang.StringEND_FEATUREIndicates the end of a PPD featurestatic java.lang.StringEND_OBJECTIndicates the end of a graphic objectstatic java.lang.StringEND_PAGEDeprecated.Shouldn't really use that.static java.lang.StringEND_PAGE_SETUPIndicates the end of the page setup sectionstatic java.lang.StringEND_PREVIEWIndicates the end of a preview section (EPS only)static java.lang.StringEND_PROLOGIndicates the end of the prologstatic java.lang.StringEND_RESOURCEIndicates the end of a resource (font, file, procset)static java.lang.StringEND_SETUPIndicates the end of the document setupstatic java.lang.StringEOFIndicates the end of the documentstatic java.lang.StringEPSF_30Lead-in for an EPS filestatic java.lang.StringEXTENSIONSRequired PostScript Level 1 extension for this documentstatic java.lang.StringFORIndicates who is this document printed forstatic java.lang.StringHIRES_BBOXHigh-resolution bounding box for the documentstatic java.lang.StringINCLUDE_DOCUMENTIndicates a referenced embedded documentstatic java.lang.StringINCLUDE_FEATUREIndicates a referenced a PPD featurestatic java.lang.StringINCLUDE_RESOURCEIndicates a referenced a resource (font, file, procset)static java.lang.StringLANGUAGE_LEVELIndicates the PostScript language level used in the documentstatic java.lang.StringNEXT_LINEIndicates a continued linestatic java.lang.StringORIENTATIONIndicates the orientation of the documentstatic java.lang.StringPAGEIndicates a page numberstatic java.lang.StringPAGE_BBOXBounding box for a pagestatic java.lang.StringPAGE_HIRES_BBOXHigh-resolution bounding box for a pagestatic java.lang.StringPAGE_MEDIAIndicates that the paper attributes denoted by medianame are invoked on this page.static java.lang.StringPAGE_ORDERIndicates the order of the pagesstatic java.lang.StringPAGE_ORIENTATIONBounding box for a pagestatic java.lang.StringPAGE_REQUIREMENTSThis is the page-level invocation of a combination of the options listed in the %%Requirements: comment.static java.lang.StringPAGE_RESOURCESThis comment indicates the names and values of all resources that are needed or supplied on the present page.static java.lang.StringPAGE_TRAILERIndicates the start of the page trailerstatic java.lang.StringPAGESNumber of pages in the documentstatic java.lang.StringPS_ADOBE_30Lead-in for a DSC-conformant PostScript filestatic java.lang.StringREQUIREMENTSThis comment describes document requirements, such as duplex printing, hole punching, collating, or other physical document processing needs.static java.lang.StringROUTINGIndicates how the document should be routed back to its ownerstatic java.lang.StringTITLETitle of the documentstatic java.lang.StringTRAILERIndicates the start of the document trailerstatic java.lang.StringVERSIONVersion of the document
-
-
-
Field Detail
-
PS_ADOBE_30
public static final java.lang.String PS_ADOBE_30
Lead-in for a DSC-conformant PostScript file- See Also:
- Constant Field Values
-
EPSF_30
public static final java.lang.String EPSF_30
Lead-in for an EPS file- See Also:
- Constant Field Values
-
BBOX
public static final java.lang.String BBOX
Bounding box for the document- See Also:
- Constant Field Values
-
HIRES_BBOX
public static final java.lang.String HIRES_BBOX
High-resolution bounding box for the document- See Also:
- Constant Field Values
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
Copyright information associated with the document or resource- See Also:
- Constant Field Values
-
CREATOR
public static final java.lang.String CREATOR
Creator of the document- See Also:
- Constant Field Values
-
CREATION_DATE
public static final java.lang.String CREATION_DATE
Date and time when the document was created- See Also:
- Constant Field Values
-
DOCUMENT_DATA
public static final java.lang.String DOCUMENT_DATA
Type of data- See Also:
- Constant Field Values
-
EMULATION
public static final java.lang.String EMULATION
Use for indicating an emulator being invoked in the document- See Also:
- Constant Field Values
-
END_COMMENTS
public static final java.lang.String END_COMMENTS
Explicit end of comments- See Also:
- Constant Field Values
-
EXTENSIONS
public static final java.lang.String EXTENSIONS
Required PostScript Level 1 extension for this document- See Also:
- Constant Field Values
-
FOR
public static final java.lang.String FOR
Indicates who is this document printed for- See Also:
- Constant Field Values
-
LANGUAGE_LEVEL
public static final java.lang.String LANGUAGE_LEVEL
Indicates the PostScript language level used in the document- See Also:
- Constant Field Values
-
ORIENTATION
public static final java.lang.String ORIENTATION
Indicates the orientation of the document- See Also:
- Constant Field Values
-
PAGES
public static final java.lang.String PAGES
Number of pages in the document- See Also:
- Constant Field Values
-
PAGE_ORDER
public static final java.lang.String PAGE_ORDER
Indicates the order of the pages- See Also:
- Constant Field Values
-
ROUTING
public static final java.lang.String ROUTING
Indicates how the document should be routed back to its owner- See Also:
- Constant Field Values
-
TITLE
public static final java.lang.String TITLE
Title of the document- See Also:
- Constant Field Values
-
VERSION
public static final java.lang.String VERSION
Version of the document- See Also:
- Constant Field Values
-
NEXT_LINE
public static final java.lang.String NEXT_LINE
Indicates a continued line- See Also:
- Constant Field Values
-
BEGIN_DATA
public static final java.lang.String BEGIN_DATA
Indicates the start of a data section- See Also:
- Constant Field Values
-
END_DATA
public static final java.lang.String END_DATA
Indicates the end of a data section- See Also:
- Constant Field Values
-
BEGIN_DEFAULTS
public static final java.lang.String BEGIN_DEFAULTS
Indicates the start of the defaults section- See Also:
- Constant Field Values
-
END_DEFAULTS
public static final java.lang.String END_DEFAULTS
Indicates the end of the defaults section- See Also:
- Constant Field Values
-
BEGIN_EMULATION
public static final java.lang.String BEGIN_EMULATION
Indicates the start of a non-PostScript section- See Also:
- Constant Field Values
-
END_EMULATION
public static final java.lang.String END_EMULATION
Indicates the end of a non-PostScript section- See Also:
- Constant Field Values
-
BEGIN_PREVIEW
public static final java.lang.String BEGIN_PREVIEW
Indicates the start of a preview section (EPS only)- See Also:
- Constant Field Values
-
END_PREVIEW
public static final java.lang.String END_PREVIEW
Indicates the end of a preview section (EPS only)- See Also:
- Constant Field Values
-
BEGIN_PROLOG
public static final java.lang.String BEGIN_PROLOG
Indicates the start of the prolog- See Also:
- Constant Field Values
-
END_PROLOG
public static final java.lang.String END_PROLOG
Indicates the end of the prolog- See Also:
- Constant Field Values
-
BEGIN_SETUP
public static final java.lang.String BEGIN_SETUP
Indicates the start of the document setup- See Also:
- Constant Field Values
-
END_SETUP
public static final java.lang.String END_SETUP
Indicates the end of the document setup- See Also:
- Constant Field Values
-
BEGIN_OBJECT
public static final java.lang.String BEGIN_OBJECT
Indicates the start of a graphic object- See Also:
- Constant Field Values
-
END_OBJECT
public static final java.lang.String END_OBJECT
Indicates the end of a graphic object- See Also:
- Constant Field Values
-
BEGIN_PAGE_SETUP
public static final java.lang.String BEGIN_PAGE_SETUP
Indicates the start of the page setup section- See Also:
- Constant Field Values
-
END_PAGE_SETUP
public static final java.lang.String END_PAGE_SETUP
Indicates the end of the page setup section- See Also:
- Constant Field Values
-
PAGE
public static final java.lang.String PAGE
Indicates a page number- See Also:
- Constant Field Values
-
PAGE_BBOX
public static final java.lang.String PAGE_BBOX
Bounding box for a page- See Also:
- Constant Field Values
-
PAGE_HIRES_BBOX
public static final java.lang.String PAGE_HIRES_BBOX
High-resolution bounding box for a page- See Also:
- Constant Field Values
-
PAGE_ORIENTATION
public static final java.lang.String PAGE_ORIENTATION
Bounding box for a page- See Also:
- Constant Field Values
-
PAGE_TRAILER
public static final java.lang.String PAGE_TRAILER
Indicates the start of the page trailer- See Also:
- Constant Field Values
-
TRAILER
public static final java.lang.String TRAILER
Indicates the start of the document trailer- See Also:
- Constant Field Values
-
END_PAGE
public static final java.lang.String 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:
- Constant Field Values
-
EOF
public static final java.lang.String EOF
Indicates the end of the document- See Also:
- Constant Field Values
-
DOCUMENT_MEDIA
public static final java.lang.String DOCUMENT_MEDIA
This comment indicates all types of paper media (paper sizes, weight, color) this document requires.- See Also:
- Constant Field Values
-
DOCUMENT_NEEDED_RESOURCES
public static final java.lang.String DOCUMENT_NEEDED_RESOURCES
This comment provides a list of resources the document needs- See Also:
- Constant Field Values
-
DOCUMENT_SUPPLIED_RESOURCES
public static final java.lang.String DOCUMENT_SUPPLIED_RESOURCES
This comment provides a list of resources the document includes- See Also:
- Constant Field Values
-
REQUIREMENTS
public static final java.lang.String REQUIREMENTS
This comment describes document requirements, such as duplex printing, hole punching, collating, or other physical document processing needs.- See Also:
- Constant Field Values
-
BEGIN_DOCUMENT
public static final java.lang.String BEGIN_DOCUMENT
Indicates the start of an embedded document- See Also:
- Constant Field Values
-
END_DOCUMENT
public static final java.lang.String END_DOCUMENT
Indicates the end of an embedded document- See Also:
- Constant Field Values
-
INCLUDE_DOCUMENT
public static final java.lang.String INCLUDE_DOCUMENT
Indicates a referenced embedded document- See Also:
- Constant Field Values
-
BEGIN_FEATURE
public static final java.lang.String BEGIN_FEATURE
Indicates the start of a PPD feature- See Also:
- Constant Field Values
-
END_FEATURE
public static final java.lang.String END_FEATURE
Indicates the end of a PPD feature- See Also:
- Constant Field Values
-
INCLUDE_FEATURE
public static final java.lang.String INCLUDE_FEATURE
Indicates a referenced a PPD feature- See Also:
- Constant Field Values
-
BEGIN_RESOURCE
public static final java.lang.String BEGIN_RESOURCE
Indicates the start of a resource (font, file, procset)- See Also:
- Constant Field Values
-
END_RESOURCE
public static final java.lang.String END_RESOURCE
Indicates the end of a resource (font, file, procset)- See Also:
- Constant Field Values
-
INCLUDE_RESOURCE
public static final java.lang.String INCLUDE_RESOURCE
Indicates a referenced a resource (font, file, procset)- See Also:
- Constant Field Values
-
PAGE_MEDIA
public static final java.lang.String PAGE_MEDIA
Indicates that the paper attributes denoted by medianame are invoked on this page.- See Also:
- Constant Field Values
-
PAGE_REQUIREMENTS
public static final java.lang.String PAGE_REQUIREMENTS
This is the page-level invocation of a combination of the options listed in the %%Requirements: comment.- See Also:
- Constant Field Values
-
PAGE_RESOURCES
public static final java.lang.String PAGE_RESOURCES
This comment indicates the names and values of all resources that are needed or supplied on the present page.- See Also:
- Constant Field Values
-
ATEND
public static final java.lang.Object ATEND
Indicator for the PostScript interpreter that the value is provided later in the document (mostly in the %%Trailer section).
-
-