OneStoreFile
Overview
OneStoreFile is a class in Aspose.Note for Python.
OneStoreFile.data holds the raw byte array of the .one file.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
data | bytes | Read | Holds the raw byte array of the .one file |
object_spaces | list[ObjectSpaceState] | Read | Provides a list of ObjectSpaceState objects representing object spaces in the file |
file_data_store | dict[str, bytes] | Read | Maps string identifiers to binary blobs stored within the file |
display_name | str | None | Read | Returns the optional display name of the OneStore file, or None if not set |