|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectaspose.pdf.EnumerationBase
aspose.pdf.NumberingFormatType
public class NumberingFormatType
Enumerates the footnote number types.
Field Summary | |
---|---|
static NumberingFormatType |
Arab
Arab type,for example, 1,1.1,... |
static NumberingFormatType |
EnglishLower
English lower type, for example, a,a.b, ... |
static NumberingFormatType |
EnglishUpper
English upper type, for example, A,A.B, ... |
static NumberingFormatType |
RomanLower
Roman lower type, for example, i,i.ii, ... |
static NumberingFormatType |
RomanUpper
Roman upper type, for example, I,I.II, ... |
Method Summary |
---|
Methods inherited from class aspose.pdf.EnumerationBase |
---|
getValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final NumberingFormatType Arab
public static final NumberingFormatType RomanUpper
public static final NumberingFormatType RomanLower
public static final NumberingFormatType EnglishUpper
public static final NumberingFormatType EnglishLower
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |