| Modifier and Type | Method and Description | 
|---|---|
| void | PdfDocument. checkShowTextIsoConformance(CanvasGraphicsState gState, PdfResources resources)
             Checks whether PDF document conforms a specific standard. 
            | 
| Modifier and Type | Field and Description | 
|---|---|
| protected CanvasGraphicsState | PdfCanvas. currentGs
             the current graphics state. 
            | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Stack<CanvasGraphicsState> | PdfCanvas. gsStack
             a LIFO stack of graphics state saved states. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| CanvasGraphicsState | PdfCanvas. getGraphicsState()
             Gets current  CanvasGraphicsState. | 
| Constructor and Description | 
|---|
| CanvasGraphicsState(CanvasGraphicsState source)
             Copy constructor. 
            | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ParserGraphicsState
             Internal class which is essentially a  CanvasGraphicsStatewhich supports tracking of clipping path state and changes. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected CanvasGraphicsState | AbstractRenderInfo. gs | 
| Modifier and Type | Method and Description | 
|---|---|
| CanvasGraphicsState | AbstractRenderInfo. getGraphicsState() | 
| CanvasGraphicsState | IEventData. getGraphicsState() | 
| Constructor and Description | 
|---|
| AbstractRenderInfo(CanvasGraphicsState gs) | 
| ClippingPathInfo(CanvasGraphicsState gs, Path path, Matrix ctm) | 
| ImageRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Matrix ctm, PdfStream imageStream, PdfName resourceName, PdfDictionary colorSpaceDictionary, boolean isInline)
             Create an ImageRenderInfo 
            | 
| PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation)
             If the operation is  PathRenderInfo.NO_OPthen the rule is ignored, otherwisePdfCanvasConstants.FillingRule.NONZERO_WINDINGis used by default. | 
| PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy, CanvasGraphicsState gs, Path path, int operation, int rule, boolean isClip, int clipRule) | 
| TextRenderInfo(PdfString str, CanvasGraphicsState gs, Matrix textMatrix, Stack<CanvasTag> canvasTagHierarchy)
             Creates a new TextRenderInfo object 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PdfA1Checker. checkExtGState(CanvasGraphicsState extGState) | 
| void | PdfA2Checker. checkExtGState(CanvasGraphicsState extGState) | 
| abstract void | PdfAChecker. checkExtGState(CanvasGraphicsState extGState) Deprecated.  
              This method will be replaced by  checkExtGStatein 7.2 release | 
| void | PdfA1Checker. checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream) | 
| void | PdfA2Checker. checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream) | 
| void | PdfAChecker. checkExtGState(CanvasGraphicsState extGState, PdfStream contentStream)
             Performs a number of checks on the graphics state, among others ISO 19005-1 section 6.2.8 and 6.4 and ISO 19005-2 section 6.2.5 and 6.2.10. 
            | 
Copyright © 1998–2019 iText Group NV. All rights reserved.