Uses of Class
aspose.pdf.NumberingFormatType

Uses of NumberingFormatType in aspose.pdf
 

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

Methods in aspose.pdf that return NumberingFormatType
 NumberingFormatType FootNote.getNumberingFormat()
          Gets a NumberingFormatType enumeration value that indicates footnote number format in the Pdf document.
 

Methods in aspose.pdf with parameters of type NumberingFormatType
 void FootNote.setNumberingFormat(NumberingFormatType numberingFormat)
          Sets a NumberingFormatType enumeration value that indicates footnote number format in the Pdf document.