Class ListDescriptor
- java.lang.Object
- 
- org.apache.tika.parser.microsoft.rtf.ListDescriptor
 
- 
 public class ListDescriptor extends Object Contains the information for a single list in the list or list override tables.
- 
- 
Field SummaryFields Modifier and Type Field Description intidbooleanisStylestatic intNUMBER_TYPE_BULLETint[]numberTypeinttemplateID
 - 
Constructor SummaryConstructors Constructor Description ListDescriptor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisUnordered(int level)
 
- 
- 
- 
Field Detail- 
NUMBER_TYPE_BULLETpublic static final int NUMBER_TYPE_BULLET - See Also:
- Constant Field Values
 
 - 
idpublic int id 
 - 
templateIDpublic int templateID 
 - 
isStylepublic boolean isStyle 
 - 
numberTypepublic int[] numberType 
 
- 
 
-