aspose.pdf
Class HeadingType

java.lang.Object
  extended by aspose.pdf.EnumerationBase
      extended by aspose.pdf.HeadingType

public final class HeadingType
extends EnumerationBase

Enumerates the heading types.


Field Summary
static HeadingType Arab
          Arab type,for example, 1,1.1,...
static HeadingType EnglishLower
          English lower type, for example, a,a.b, ...
static HeadingType EnglishUpper
          English upper type, for example, A,A.B, ...
static HeadingType RomanLower
          Roman lower type, for example, i,i.ii, ...
static HeadingType 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

EnglishLower

public static final HeadingType EnglishLower
English lower type, for example, a,a.b, ...


EnglishUpper

public static final HeadingType EnglishUpper
English upper type, for example, A,A.B, ...


RomanLower

public static final HeadingType RomanLower
Roman lower type, for example, i,i.ii, ...


RomanUpper

public static final HeadingType RomanUpper
Roman upper type, for example, I,I.II, ...


Arab

public static final HeadingType Arab
Arab type,for example, 1,1.1,...