|
com.aspose.pdf.elements
Class HeadingType
java.lang.Object
com.aspose.pdf.elements.HeadingType
public class HeadingType - extends java.lang.Object
Enumerates the heading types.
|
Field Summary |
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, ... |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Arab
public static final int Arab
- Arab type,for example, 1,1.1,...
- See Also:
- Constant Field Values
RomanUpper
public static final int RomanUpper
- Roman upper type, for example, I,I.II, ...
- See Also:
- Constant Field Values
RomanLower
public static final int RomanLower
- Roman lower type, for example, i,i.ii, ...
- See Also:
- Constant Field Values
EnglishUpper
public static final int EnglishUpper
- English upper type, for example, A,A.B, ...
- See Also:
- Constant Field Values
EnglishLower
public static final int EnglishLower
- English lower type, for example, a,a.b, ...
- See Also:
- Constant Field Values
HeadingType
public HeadingType()
|