Represents a font style.
Namespace: GroupDocs.Watermark.WatermarksAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 20.7.0
Syntax[FlagsAttribute]
public enum FontStyle
<FlagsAttribute>
Public Enumeration FontStyle
[FlagsAttribute]
public enum class FontStyle
[<FlagsAttribute>]
type FontStyle
Members
| Member name | Value | Description |
---|
| Regular | 0 |
Normal text.
|
| Bold | 1 |
Bold text.
|
| Italic | 2 |
Italic text.
|
| Underline | 4 |
Underlined text.
|
| Strikeout | 8 |
Text with a line through the middle.
|
See Also