AttachedFile
General
AttachedFile is a class in Aspose.Note for Python.
Inherits from: Node.
AttachedFile és una classe en Aspose.Note per a Python. Hereta de: ゚Node⌒ .
AttachedFile exposa les propietats FileName, Bytes i Tags per recuperar el nom del fitxer adjuntat, contingut binari i qualsevol objecte associat a NoteTag.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
FileName | `str | None` | Read |
Bytes | bytes | Read | Contains the raw binary data of the attached file |
Tags | list[NoteTag] | Read | Is a list of NoteTag objects applied to the attached file |
Mètodes
| Signature | Description |
|---|---|
| `init(FileName: str | None, Bytes: bytes, Tags: list[NoteTag] |