public enum ExtendedAnnotationFont extends Enum<ExtendedAnnotationFont>
Enum Constant and Description |
---|
HeiseiKakuGoW5 |
HeiseiMinW3 |
HYGoThicMedium |
HYSMyeongJoMedium |
HYSMyeongJoStdMedium |
KozMinProRegular |
MHeiMedium |
MSungLight |
MSungStdLight |
STSongLight |
STSongStdLight |
Modifier and Type | Method and Description |
---|---|
static ExtendedAnnotationFont |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedAnnotationFont[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final ExtendedAnnotationFont HYSMyeongJoMedium
public static final ExtendedAnnotationFont HYGoThicMedium
public static final ExtendedAnnotationFont HeiseiKakuGoW5
public static final ExtendedAnnotationFont HeiseiMinW3
public static final ExtendedAnnotationFont MHeiMedium
public static final ExtendedAnnotationFont MSungLight
public static final ExtendedAnnotationFont STSongLight
public static final ExtendedAnnotationFont MSungStdLight
public static final ExtendedAnnotationFont STSongStdLight
public static final ExtendedAnnotationFont HYSMyeongJoStdMedium
public static final ExtendedAnnotationFont KozMinProRegular
public static ExtendedAnnotationFont[] values()
for (ExtendedAnnotationFont c : ExtendedAnnotationFont.values()) System.out.println(c);
public static ExtendedAnnotationFont valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 1998–2023 iText Group NV. All rights reserved.