FontStyle
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FontStyle extends System.Enum
Anger stilinformation som tillämpas på text.
Fält
| Fält | Beskrivning |
|---|---|
| Regular | Normal text. |
| Bold | Fet text. |
| Italic | Kursiv text. |
| Underline | Understruken text. |
| Strikeout | Text med en linje genom mitten. |
Regular
public static final int Regular
Normal text.
Bold
public static final int Bold
Fet text.
Italic
public static final int Italic
Kursiv text.
Underline
public static final int Underline
Understruken text.
Strikeout
public static final int Strikeout
Text med en linje genom mitten.