Package com.itextpdf.kernel.pdf.canvas
Class PdfCanvasConstants
- java.lang.Object
-
- com.itextpdf.kernel.pdf.canvas.PdfCanvasConstants
-
public class PdfCanvasConstants extends java.lang.ObjectA container for constants defined in the PDF specification (ISO 32000-1).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPdfCanvasConstants.FillingRuleRule for determining which points lie inside a path.static classPdfCanvasConstants.LineCapStyleThe line cap style specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.static classPdfCanvasConstants.LineJoinStyleThe line join style specifies the shape to be used at the corners of paths that are stroked.static classPdfCanvasConstants.TextRenderingModeThe text rendering mode determines whether showing text causes glyph outlines to be stroked, filled, used as a clipping boundary, or some combination of the three.
-
Constructor Summary
Constructors Modifier Constructor Description privatePdfCanvasConstants()
-