LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Represents a string object where the text encoding could not be determined. Continua...
Membri pubblici | |
def | writeToStream (self, stream, encryption_key) |
Membri pubblici ereditati da generic.PdfObject | |
def | getObject (self) |
Proprietà | |
original_bytes = property(lambda self: self) | |
For compatibility with TextStringObject.original_bytes. Continua... | |
Represents a string object where the text encoding could not be determined.
This occurs quite often, as the PDF spec doesn't provide an alternate way to represent strings – for example, the encryption data stored in files (like /O) is clearly not text, but is still stored in a "String" object.
Definizione alla linea 400 del file generic.py.
def generic.ByteStringObject.writeToStream | ( | self, | |
stream, | |||
encryption_key | |||
) |
Definizione alla linea 407 del file generic.py.
|
static |
For compatibility with TextStringObject.original_bytes.
This method returns self.
Definizione alla linea 405 del file generic.py.