public final class NumberingFormatType
extends com.aspose.ms.System.Enum
Enumerates the footnote number types.
Modifier and Type | Field and Description |
---|---|
static int |
Arab
Arab type,for example, 1,1.1,...
|
static int |
EnglishLower
English lower type, for example, a,a.b, ...
|
static int |
EnglishUpper
English upper type, for example, A,A.B, ...
|
static int |
RomanLower
Roman lower type, for example, i,i.ii, ...
|
static int |
RomanUpper
Roman upper type, for example, I,I.II, ...
|
public static final int Arab
Arab type,for example, 1,1.1,...
public static final int RomanUpper
Roman upper type, for example, I,I.II, ...
public static final int RomanLower
Roman lower type, for example, i,i.ii, ...
public static final int EnglishUpper
English upper type, for example, A,A.B, ...
public static final int EnglishLower
English lower type, for example, a,a.b, ...
Copyright © 2016 Aspose. All Rights Reserved.