.NET Framework Class Library
NumFmt Enumeration
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Core.DOM Namespace > NumFmt Enumeration |
Namespace: Gnostice.Core.DOM
Assembly: Gnostice.Core (in Gnostice.Core.dll)
Visual Basic |
Public Enumeration NumFmt |
C# |
public enum NumFmt |
Visual C++ |
public enum class NumFmt |
Member name |
Value |
Description |
|
None |
0 |
||
Bullet |
1 |
||
Decimal |
2 |
||
LowerLetter |
3 |
||
UpperLetter |
4 |
||
LowerRoman |
5 |
||
UpperRoman |
6 |
||
CardinalText |
7 |