AttachedFile
Overview
AttachedFile is a class in Aspose.Note FOSS for Python.
Inherits from: Node.
AttachedFile.FileName holds the optional name of the attached file.
This class provides 1 method for working with AttachedFile objects in Python programs.
Available methods include: __init__.
All exported members are accessible to any Python application after installing the Aspose.Note FOSS for Python package.
Properties: Bytes, FileName, Tags.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
FileName | str | None | Read | Gets the file name. |
Bytes | bytes | Read | Gets the bytes. |
Tags | list[NoteTag] | Read | Gets the tags. |
Methods
| Signature | Description |
|---|---|
__init__(FileName: str | None, Bytes: bytes, Tags: list[NoteTag] | None) |