Generated by
JDiff

Class com.itextpdf.layout.renderer.DrawContext

Documentation changed from old to new.

Changed Constructors
DrawContext( PdfDocument, PdfCanvas ) Documentation changed from old to new.
Create drawing context by setting document and pdf canvas on which drawing will be performed.
DrawContext( PdfDocument, PdfCanvas , boolean ) Documentation changed from old to new.
Create drawing context by setting document and pdf canvas on which drawing will be performed.
 

Changed Methods
PdfCanvas  getCanvas() Documentation changed from old to new.
Get pdf canvas.
PdfDocument  getDocument() Documentation changed from old to new.
Get pdf document.
boolean  isTaggingEnabled() Documentation changed from old to new.
Get document tagging property.
void  setTaggingEnabled( boolean) Documentation changed from old to new.
Set document tagging property.