Uses of Class
aspose.pdf.ListType

Uses of ListType in aspose.pdf
 

Fields in aspose.pdf declared as ListType
static ListType ListType.ListOfFigures
          List of figures.
static ListType ListType.ListOfTables
          List of tables.
static ListType ListType.TableOfContents
          Table of contents.
 

Methods in aspose.pdf that return ListType
 ListType ListSection.getListType()
          Gets the ListType of the ListSection object.
 

Methods in aspose.pdf with parameters of type ListType
 void ListSection.setListType(ListType value)
          Sets the ListType of the ListSection object.