Package | Description |
---|---|
org.apache.tika.parser.microsoft.onenote |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Set<OneNotePropertyEnum> |
OneNoteTreeWalkerOptions.getUtf16PropertiesToPrint()
Print file node data in UTF-16 format when they match these props.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
OneNotePropertyEnum.getInlineBool(OneNotePropertyEnum propertyEnum) |
static long |
OneNotePropertyEnum.getType(OneNotePropertyEnum propertyEnum) |
Modifier and Type | Method and Description |
---|---|
OneNoteTreeWalkerOptions |
OneNoteTreeWalkerOptions.setUtf16PropertiesToPrint(Set<OneNotePropertyEnum> utf16PropertiesToPrint)
Print file node data in UTF-16 format when they match these props.
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.