- java.lang.Object
-
- java.awt.RenderingHints.Key
-
- com.itextpdf.text.pdf.PdfGraphics2D.HyperLinkKey
-
- Enclosing class:
- PdfGraphics2D
public static class PdfGraphics2D.HyperLinkKey extends java.awt.RenderingHints.Key- Since:
- 2.0.8
-
-
Field Summary
Fields Modifier and Type Field Description static PdfGraphics2D.HyperLinkKeyKEY_INSTANCEstatic java.lang.ObjectVALUE_HYPERLINKKEY_OFF
-
Constructor Summary
Constructors Modifier Constructor Description protectedHyperLinkKey(int arg0)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisCompatibleValue(java.lang.Object val)java.lang.StringtoString()
-
-
-
Field Detail
-
KEY_INSTANCE
public static final PdfGraphics2D.HyperLinkKey KEY_INSTANCE
-
VALUE_HYPERLINKKEY_OFF
public static final java.lang.Object VALUE_HYPERLINKKEY_OFF
-
-