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 Summary
Fields Modifier and Type Field Description intidbooleanisStylestatic intNUMBER_TYPE_BULLETint[]numberTypeinttemplateID 
- 
Constructor Summary
Constructors Constructor Description ListDescriptor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisUnordered(int level) 
 - 
 
- 
- 
Field Detail
- 
NUMBER_TYPE_BULLET
public static final int NUMBER_TYPE_BULLET
- See Also:
 - Constant Field Values
 
 
- 
id
public int id
 
- 
templateID
public int templateID
 
- 
isStyle
public boolean isStyle
 
- 
numberType
public int[] numberType
 
 - 
 
 -