| 
CaptionNumberingFormat Enumeration
  | 
 Type of Caption Numbering
 Namespace:
 Spire.Doc
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public enum CaptionNumberingFormat
 
Public Enumeration CaptionNumberingFormat
 
public enum class CaptionNumberingFormat
 
type CaptionNumberingFormat
 
 
 
 
 Members
 Members
 
|  | Member name | Value | Description | 
|  | Number | 0 | caption format, Numbers | 
|  | Roman | 1 | Roman Numerals | 
|  | Alphabetic | 2 | caption format, Alphabets | 
 
 
 See Also
See Also