aspose.pdf
Class ListType

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

public final class ListType
extends EnumerationBase

Enumerates the types of list section.


Field Summary
static ListType ListOfFigures
          List of figures.
static ListType ListOfTables
          List of tables.
static ListType TableOfContents
          Table of contents.
 
Fields inherited from class aspose.pdf.EnumerationBase
value
 
Method Summary
 
Methods inherited from class aspose.pdf.EnumerationBase
getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ListOfFigures

public static final ListType ListOfFigures
List of figures.


ListOfTables

public static final ListType ListOfTables
List of tables.


TableOfContents

public static final ListType TableOfContents
Table of contents.