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 2 methods for working with AttachedFile objects in Python programs.
Available methods include: Accept, __init__.
All public members are accessible to any Python application after installing the Aspose.Note FOSS for Python package.
Properties: Bytes, Document, FileName, ParentNode, 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. |
ParentNode | Node | None | Read | Gets the parent node. |
Document | Document | None | Read | Gets the document. |
Methods
| Signature | Description |
|---|---|
__init__(FileName: str | None, Bytes: bytes, Tags: list[NoteTag] | None) | |
Accept(visitor: DocumentVisitor) |