FontStyles
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum> com.aspose.ms.System.Enum com.aspose.pdf.FontStyles, com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>, com.aspose.ms.System.Enum com.aspose.pdf.FontStyles, com.aspose.ms.System.Enum, com.aspose.pdf.FontStyles
public final class FontStyles extends com.aspose.ms.System.Enum
Binary Flag
Specifies style information applied to text.
This enumeration has a {@code FlagsAttribute} attribute that allows a combination of its member values.
Fields
| Field | Description |
|---|---|
| Bold | Bold text. |
| Italic | Italic text. |
| Regular | Regular text. |
Bold
public static final int Bold
Bold text.
Italic
public static final int Italic
Italic text.
Regular
public static final int Regular
Regular text.