|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PdfTextRenderingMode>
org.axsl.pdf.PdfTextRenderingMode
public enum PdfTextRenderingMode
An enumeration of the valid text rendering modes. See PDF Reference, 3rd Edition, Section 5.2.5.
| Enum Constant Summary | |
|---|---|
CLIP
Add text to path for clipping. |
|
FILL
Fill text. |
|
FILL_CLIP
Fill text and add to path for clipping. |
|
FILL_STROKE
Fill, then stroke text. |
|
FILL_STROKE_CLIP
Fill, then stroke text and add to path for clipping. |
|
INVISIBLE
Neither fill nor stroke text (invisible). |
|
STROKE
Stroke text. |
|
STROKE_CLIP
Stroke text and add to path for clipping. |
|
| Method Summary | |
|---|---|
byte |
getModeValue()
Returns the PDF value for this mode. |
static PdfTextRenderingMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PdfTextRenderingMode[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PdfTextRenderingMode FILL
public static final PdfTextRenderingMode STROKE
public static final PdfTextRenderingMode FILL_STROKE
public static final PdfTextRenderingMode INVISIBLE
public static final PdfTextRenderingMode FILL_CLIP
public static final PdfTextRenderingMode STROKE_CLIP
public static final PdfTextRenderingMode FILL_STROKE_CLIP
public static final PdfTextRenderingMode CLIP
| Method Detail |
|---|
public static final PdfTextRenderingMode[] values()
for(PdfTextRenderingMode c : PdfTextRenderingMode.values())
System.out.println(c);
public static PdfTextRenderingMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic byte getModeValue()
|
aXSL API 0.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
This documentation was created August 8 2007 by The aXSL Group and may be freely copied. See license for details.