ODFPY 1.2.0
 
Loading...
Searching...
No Matches
odf.opendocument.OpaqueObject Class Reference

just a record to bear a filename, a mediatype and a bytes content More...

Public Member Functions

 __init__ (self, filename, mediatype, content=None)
 the constructor
 

Public Attributes

 mediatype = mediatype
 
 filename = filename
 
 content = content
 

Detailed Description

just a record to bear a filename, a mediatype and a bytes content

Definition at line 101 of file opendocument.py.

Constructor & Destructor Documentation

◆ __init__()

odf.opendocument.OpaqueObject.__init__ ( self,
filename,
mediatype,
content = None )

the constructor

Parameters
filenamea unicode string
mediatypea unicode string
contenta byte string or None

Definition at line 108 of file opendocument.py.

Member Data Documentation

◆ content

odf.opendocument.OpaqueObject.content = content

Definition at line 115 of file opendocument.py.

◆ filename

odf.opendocument.OpaqueObject.filename = filename

Definition at line 114 of file opendocument.py.

◆ mediatype

odf.opendocument.OpaqueObject.mediatype = mediatype

Definition at line 113 of file opendocument.py.


The documentation for this class was generated from the following file: