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 Details

    • NUMBER_TYPE_BULLET

      public static final int NUMBER_TYPE_BULLET
      See Also:
    • id

      public int id
    • templateID

      public int templateID
    • isStyle

      public boolean isStyle
    • numberType

      public int[] numberType
  • Constructor Details

    • ListDescriptor

      public ListDescriptor()
  • Method Details

    • isUnordered

      public boolean isUnordered(int level)