Class DSCConstants

java.lang.Object
org.apache.xmlgraphics.ps.DSCConstants

public final class DSCConstants extends Object
This class defines constants with Strings for the DSC specification.
Version:
$Id$
  • Field Details

    • PS_ADOBE_30

      public static final String PS_ADOBE_30
      Lead-in for a DSC-conformant PostScript file
      See Also:
    • EPSF_30

      public static final String EPSF_30
      Lead-in for an EPS file
      See Also:
    • BBOX

      public static final String BBOX
      Bounding box for the document
      See Also:
    • HIRES_BBOX

      public static final String HIRES_BBOX
      High-resolution bounding box for the document
      See Also:
    • CREATOR

      public static final String CREATOR
      Creator of the document
      See Also:
    • CREATION_DATE

      public static final String CREATION_DATE
      Date and time when the document was created
      See Also:
    • DOCUMENT_DATA

      public static final String DOCUMENT_DATA
      Type of data
      See Also:
    • EMULATION

      public static final String EMULATION
      Use for indicating an emulator being invoked in the document
      See Also:
    • END_COMMENTS

      public static final String END_COMMENTS
      Explicit end of comments
      See Also:
    • EXTENSIONS

      public static final String EXTENSIONS
      Required PostScript Level 1 extension for this document
      See Also:
    • FOR

      public static final String FOR
      Indicates who is this document printed for
      See Also:
    • LANGUAGE_LEVEL

      public static final String LANGUAGE_LEVEL
      Indicates the PostScript language level used in the document
      See Also:
    • ORIENTATION

      public static final String ORIENTATION
      Indicates the orientation of the document
      See Also:
    • PAGES

      public static final String PAGES
      Number of pages in the document
      See Also:
    • PAGE_ORDER

      public static final String PAGE_ORDER
      Indicates the order of the pages
      See Also:
    • ROUTING

      public static final String ROUTING
      Indicates how the document should be routed back to its owner
      See Also:
    • TITLE

      public static final String TITLE
      Title of the document
      See Also:
    • VERSION

      public static final String VERSION
      Version of the document
      See Also:
    • NEXT_LINE

      public static final String NEXT_LINE
      Indicates a continued line
      See Also:
    • BEGIN_DATA

      public static final String BEGIN_DATA
      Indicates the start of a data section
      See Also:
    • END_DATA

      public static final String END_DATA
      Indicates the end of a data section
      See Also:
    • BEGIN_DEFAULTS

      public static final String BEGIN_DEFAULTS
      Indicates the start of the defaults section
      See Also:
    • END_DEFAULTS

      public static final String END_DEFAULTS
      Indicates the end of the defaults section
      See Also:
    • BEGIN_EMULATION

      public static final String BEGIN_EMULATION
      Indicates the start of a non-PostScript section
      See Also:
    • END_EMULATION

      public static final String END_EMULATION
      Indicates the end of a non-PostScript section
      See Also:
    • BEGIN_PREVIEW

      public static final String BEGIN_PREVIEW
      Indicates the start of a preview section (EPS only)
      See Also:
    • END_PREVIEW

      public static final String END_PREVIEW
      Indicates the end of a preview section (EPS only)
      See Also:
    • BEGIN_PROLOG

      public static final String BEGIN_PROLOG
      Indicates the start of the prolog
      See Also:
    • END_PROLOG

      public static final String END_PROLOG
      Indicates the end of the prolog
      See Also:
    • BEGIN_SETUP

      public static final String BEGIN_SETUP
      Indicates the start of the document setup
      See Also:
    • END_SETUP

      public static final String END_SETUP
      Indicates the end of the document setup
      See Also:
    • BEGIN_OBJECT

      public static final String BEGIN_OBJECT
      Indicates the start of a graphic object
      See Also:
    • END_OBJECT

      public static final String END_OBJECT
      Indicates the end of a graphic object
      See Also:
    • BEGIN_PAGE_SETUP

      public static final String BEGIN_PAGE_SETUP
      Indicates the start of the page setup section
      See Also:
    • END_PAGE_SETUP

      public static final String END_PAGE_SETUP
      Indicates the end of the page setup section
      See Also:
    • PAGE

      public static final String PAGE
      Indicates a page number
      See Also:
    • PAGE_BBOX

      public static final String PAGE_BBOX
      Bounding box for a page
      See Also:
    • PAGE_HIRES_BBOX

      public static final String PAGE_HIRES_BBOX
      High-resolution bounding box for a page
      See Also:
    • PAGE_ORIENTATION

      public static final String PAGE_ORIENTATION
      Bounding box for a page
      See Also:
    • PAGE_TRAILER

      public static final String PAGE_TRAILER
      Indicates the start of the page trailer
      See Also:
    • TRAILER

      public static final String TRAILER
      Indicates the start of the document trailer
      See Also:
    • END_PAGE

      public static final 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:
    • EOF

      public static final String EOF
      Indicates the end of the document
      See Also:
    • DOCUMENT_MEDIA

      public static final String DOCUMENT_MEDIA
      This comment indicates all types of paper media (paper sizes, weight, color) this document requires.
      See Also:
    • DOCUMENT_NEEDED_RESOURCES

      public static final String DOCUMENT_NEEDED_RESOURCES
      This comment provides a list of resources the document needs
      See Also:
    • DOCUMENT_SUPPLIED_RESOURCES

      public static final String DOCUMENT_SUPPLIED_RESOURCES
      This comment provides a list of resources the document includes
      See Also:
    • REQUIREMENTS

      public static final String REQUIREMENTS
      This comment describes document requirements, such as duplex printing, hole punching, collating, or other physical document processing needs.
      See Also:
    • BEGIN_DOCUMENT

      public static final String BEGIN_DOCUMENT
      Indicates the start of an embedded document
      See Also:
    • END_DOCUMENT

      public static final String END_DOCUMENT
      Indicates the end of an embedded document
      See Also:
    • INCLUDE_DOCUMENT

      public static final String INCLUDE_DOCUMENT
      Indicates a referenced embedded document
      See Also:
    • BEGIN_FEATURE

      public static final String BEGIN_FEATURE
      Indicates the start of a PPD feature
      See Also:
    • END_FEATURE

      public static final String END_FEATURE
      Indicates the end of a PPD feature
      See Also:
    • INCLUDE_FEATURE

      public static final String INCLUDE_FEATURE
      Indicates a referenced a PPD feature
      See Also:
    • BEGIN_RESOURCE

      public static final String BEGIN_RESOURCE
      Indicates the start of a resource (font, file, procset)
      See Also:
    • END_RESOURCE

      public static final String END_RESOURCE
      Indicates the end of a resource (font, file, procset)
      See Also:
    • INCLUDE_RESOURCE

      public static final String INCLUDE_RESOURCE
      Indicates a referenced a resource (font, file, procset)
      See Also:
    • PAGE_MEDIA

      public static final String PAGE_MEDIA
      Indicates that the paper attributes denoted by medianame are invoked on this page.
      See Also:
    • PAGE_REQUIREMENTS

      public static final String PAGE_REQUIREMENTS
      This is the page-level invocation of a combination of the options listed in the %%Requirements: comment.
      See Also:
    • PAGE_RESOURCES

      public static final String PAGE_RESOURCES
      This comment indicates the names and values of all resources that are needed or supplied on the present page.
      See Also:
    • ATEND

      public static final Object ATEND
      Indicator for the PostScript interpreter that the value is provided later in the document (mostly in the %%Trailer section).