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

NameTypeAccessDescription
FileNamestr | NoneReadGets the file name.
BytesbytesReadGets the bytes.
Tagslist[NoteTag]ReadGets the tags.
ParentNodeNode | NoneReadGets the parent node.
DocumentDocument | NoneReadGets the document.

Methods

SignatureDescription
__init__(FileName: str | None, Bytes: bytes, Tags: list[NoteTag] | None)
Accept(visitor: DocumentVisitor)

See Also

 English