Package org.apache.tika.parser.rtf
Class ListDescriptor
java.lang.Object
org.apache.tika.parser.rtf.ListDescriptor
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Contains the information for a single list in the list or list override tables.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintDeprecated.booleanDeprecated.static final intDeprecated.int[]Deprecated.intDeprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NUMBER_TYPE_BULLET
public static final int NUMBER_TYPE_BULLETDeprecated.- See Also:
-
id
public int idDeprecated. -
templateID
public int templateIDDeprecated. -
isStyle
public boolean isStyleDeprecated. -
numberType
public int[] numberTypeDeprecated.
-
-
Constructor Details
-
ListDescriptor
public ListDescriptor()Deprecated.
-
-
Method Details
-
isUnordered
public boolean isUnordered(int level) Deprecated.
-