Uses of Class
aspose.pdf.HeadingType

Uses of HeadingType in aspose.pdf
 

Fields in aspose.pdf declared as HeadingType
static HeadingType HeadingType.Arab
          Arab type,for example, 1,1.1,...
static HeadingType HeadingType.EnglishLower
          English lower type, for example, a,a.b, ...
static HeadingType HeadingType.EnglishUpper
          English upper type, for example, A,A.B, ...
static HeadingType HeadingType.RomanLower
          Roman lower type, for example, i,i.ii, ...
static HeadingType HeadingType.RomanUpper
          Roman upper type, for example, I,I.II, ...
 

Methods in aspose.pdf that return HeadingType
 HeadingType Heading.getHeadingType()
          Gets a HeadingType object for this heading.
 

Methods in aspose.pdf with parameters of type HeadingType
 void Heading.setHeadingType(HeadingType value)
          Sets a HeadingType object for this heading.