Class ListDescriptor

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

@Deprecated(since="2026-04-30") public class ListDescriptor extends Object
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 Details

    • NUMBER_TYPE_BULLET

      public static final int NUMBER_TYPE_BULLET
      Deprecated.
      See Also:
    • id

      public int id
      Deprecated.
    • templateID

      public int templateID
      Deprecated.
    • isStyle

      public boolean isStyle
      Deprecated.
    • numberType

      public int[] numberType
      Deprecated.
  • Constructor Details

    • ListDescriptor

      public ListDescriptor()
      Deprecated.
  • Method Details

    • isUnordered

      public boolean isUnordered(int level)
      Deprecated.