Uses of Enum
org.apache.tika.parser.microsoft.onenote.OneNotePropertyEnum
Packages that use OneNotePropertyEnum
-
Uses of OneNotePropertyEnum in org.apache.tika.parser.microsoft.onenote
Methods in org.apache.tika.parser.microsoft.onenote that return OneNotePropertyEnumModifier and TypeMethodDescriptionstatic OneNotePropertyEnum
static OneNotePropertyEnum
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 OneNotePropertyEnumModifier and TypeMethodDescriptionOneNoteTreeWalkerOptions.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 OneNotePropertyEnumModifier and TypeMethodDescriptionstatic 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 OneNotePropertyEnumModifier and TypeMethodDescriptionOneNoteTreeWalkerOptions.setUtf16PropertiesToPrint
(Set<OneNotePropertyEnum> utf16PropertiesToPrint) Print file node data in UTF-16 format when they match these props.