@Deprecated public final class OpenTypeStyle extends com.aspose.ms.System.Enum
Represents the OpenType font style.
Modifier and Type | Field and Description |
---|---|
static int |
Bold
Deprecated.
Bold text.
|
static int |
Condensed
Deprecated.
Condensed text.
|
static int |
Extended
Deprecated.
Extended text.
|
static int |
Italic
Deprecated.
Italic text.
|
static int |
Outline
Deprecated.
Outline text.
|
static int |
Regular
Deprecated.
Normal text.
|
static int |
Shadow
Deprecated.
Shadow text.
|
static int |
Underline
Deprecated.
Underlined text.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Regular
Normal text.
public static final int Bold
Bold text.
public static final int Italic
Italic text.
public static final int Underline
Underlined text.
public static final int Outline
Outline text.
public static final int Shadow
Shadow text.
public static final int Condensed
Condensed text.
public static final int Extended
Extended text.
Copyright © 2020. All rights reserved.