Uses of Class
org.apache.tika.parser.microsoft.onenote.OneNotePropertyEnum
-
Packages that use OneNotePropertyEnum Package Description org.apache.tika.parser.microsoft.onenote -
-
Uses of OneNotePropertyEnum in org.apache.tika.parser.microsoft.onenote
Methods in org.apache.tika.parser.microsoft.onenote that return OneNotePropertyEnum Modifier and Type Method Description static OneNotePropertyEnum
OneNotePropertyEnum. of(Long id)
static OneNotePropertyEnum
OneNotePropertyEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static OneNotePropertyEnum[]
OneNotePropertyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.parser.microsoft.onenote that return types with arguments of type OneNotePropertyEnum Modifier and Type Method Description Set<OneNotePropertyEnum>
OneNoteTreeWalkerOptions. getUtf16PropertiesToPrint()
Print file node data in UTF-16 format when they match these props.Methods in org.apache.tika.parser.microsoft.onenote with parameters of type OneNotePropertyEnum Modifier and Type Method Description static boolean
OneNotePropertyEnum. getInlineBool(OneNotePropertyEnum propertyEnum)
static long
OneNotePropertyEnum. getType(OneNotePropertyEnum propertyEnum)
Method parameters in org.apache.tika.parser.microsoft.onenote with type arguments of type OneNotePropertyEnum Modifier and Type Method Description OneNoteTreeWalkerOptions
OneNoteTreeWalkerOptions. setUtf16PropertiesToPrint(Set<OneNotePropertyEnum> utf16PropertiesToPrint)
Print file node data in UTF-16 format when they match these props.
-