DSCComment
, DSCEvent
AbstractDSCComment
, AbstractEvent
, AbstractResourceDSCComment
, AbstractResourcesDSCComment
, DefaultNestedDocumentHandler
, DSCAtend
, DSCCommentBeginDocument
, DSCCommentBeginResource
, DSCCommentBoundingBox
, DSCCommentDocumentNeededResources
, DSCCommentDocumentSuppliedResources
, DSCCommentEndComments
, DSCCommentEndOfFile
, DSCCommentHiResBoundingBox
, DSCCommentIncludeResource
, DSCCommentLanguageLevel
, DSCCommentPage
, DSCCommentPageBoundingBox
, DSCCommentPageHiResBoundingBox
, DSCCommentPageResources
, DSCCommentPages
, DSCCommentTitle
, DSCHeaderComment
, DSCParser
, DSCTools
, PageExtractor
, PostScriptComment
, PostScriptLine
, UnparsedDSCComment
public interface DSCParserConstants
Modifier and Type | Field | Description |
---|---|---|
static int |
COMMENT |
Indicates a normal PostScript comment (starting with "%")
|
static int |
DSC_COMMENT |
Indicates a DSC comment (starting with "%%")
|
static int |
EOF |
Indicates the end of the file (equivalent to the "%%EOF" DSC comment)
|
static int |
HEADER_COMMENT |
Indicates a header comment (starting with "%!")
|
static int |
LINE |
Indicates a normal PostScript line
|
static final int HEADER_COMMENT
static final int DSC_COMMENT
static final int COMMENT
static final int LINE
static final int EOF
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.