We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60b3f4d commit 57a55acCopy full SHA for 57a55ac
model/src/main/java/com/itextpdf/model/Property.java
@@ -1,6 +1,7 @@
1
package com.itextpdf.model;
2
3
import com.itextpdf.core.color.Color;
4
+import com.itextpdf.core.pdf.canvas.PdfCanvasConstants;
5
6
/**
7
* An enum of property names that are used for graphical properties of model
@@ -73,7 +74,7 @@ public enum Property {
73
74
TAB_STOPS,
75
TEXT_ALIGNMENT(true),
76
- * Use values from {@link PdfCanvasConstants#TextRenderingMode}.
77
+ * Use values from .
78
*/
79
TEXT_RENDERING_MODE(true),
80
TEXT_RISE(true),
0 commit comments