public final class FontStyleType
extends com.aspose.ms.System.Enum
Defines formatting styles that can be applied to text.
| Modifier and Type | Field and Description |
|---|---|
static int |
Bold
Bold text.
|
static int |
Italic
Italic text.
|
static int |
Regular
Standard text.
|
static int |
Strikeout
Text crossed out with a horizontal line.
|
static int |
Underline
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, toStringpublic static final int Regular
Standard 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 Strikeout
Text crossed out with a horizontal line.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.