public final class NoteFileType extends FileType
Defines Note-taking formats. Includes the following file types:
One
.
Learn more about Note-taking formats here.
Modifier and Type | Field and Description |
---|---|
static NoteFileType |
One
File represented by .ONE extension are created by Microsoft OneNote application.
|
Constructor and Description |
---|
NoteFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getConvertOptions, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final NoteFileType One
File represented by .ONE extension are created by Microsoft OneNote application. OneNote lets you gather information using the application as if you are using your draftpad for taking notes. Learn more about this file format here.
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType