org.apache.tika.parser.rtf
Class ListDescriptor

java.lang.Object
  extended by org.apache.tika.parser.rtf.ListDescriptor

public class ListDescriptor
extends Object

Contains the information for a single list in the list or list override tables.


Field Summary
 int id
           
 boolean isStyle
           
static int NUMBER_TYPE_BULLET
           
 int[] numberType
           
 int templateID
           
 
Constructor Summary
ListDescriptor()
           
 
Method Summary
 boolean isUnordered(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ListDescriptor

public ListDescriptor()
Method Detail

isUnordered

public boolean isUnordered(int level)


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.