Skip to content

Commit 57a55ac

Browse files
author
Dmitry Trusevich
committed
Samples: missing features from book part1
DEVSIX-397
1 parent 60b3f4d commit 57a55ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

model/src/main/java/com/itextpdf/model/Property.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package com.itextpdf.model;
22

33
import com.itextpdf.core.color.Color;
4+
import com.itextpdf.core.pdf.canvas.PdfCanvasConstants;
45

56
/**
67
* An enum of property names that are used for graphical properties of model
@@ -73,7 +74,7 @@ public enum Property {
7374
TAB_STOPS,
7475
TEXT_ALIGNMENT(true),
7576
/**
76-
* Use values from {@link PdfCanvasConstants#TextRenderingMode}.
77+
* Use values from .
7778
*/
7879
TEXT_RENDERING_MODE(true),
7980
TEXT_RISE(true),

0 commit comments

Comments
 (0)