Uses of Enum Class
org.apache.tika.parser.microsoft.onenote.OneNotePropertyEnum
Packages that use OneNotePropertyEnum
-
Uses of OneNotePropertyEnum in org.apache.tika.parser.microsoft.onenote
Subclasses with type arguments of type OneNotePropertyEnum in org.apache.tika.parser.microsoft.onenoteMethods in org.apache.tika.parser.microsoft.onenote that return OneNotePropertyEnumModifier and TypeMethodDescriptionstatic OneNotePropertyEnumstatic OneNotePropertyEnumReturns the enum constant of this class with the specified name.static OneNotePropertyEnum[]OneNotePropertyEnum.values()Returns an array containing the constants of this enum class, 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 booleanOneNotePropertyEnum.getInlineBool(OneNotePropertyEnum propertyEnum) static longOneNotePropertyEnum.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.