LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Represents a string object that has been decoded into a real unicode string. Continua...
Membri pubblici | |
def | get_original_bytes (self) |
def | writeToStream (self, stream, encryption_key) |
Membri pubblici ereditati da generic.PdfObject | |
def | getObject (self) |
Attributi pubblici statici | |
bool | autodetect_pdfdocencoding = False |
bool | autodetect_utf16 = False |
Proprietà | |
original_bytes = property(lambda self: self.get_original_bytes()) | |
It is occasionally possible that a text string object gets created where a byte string object was expected due to the autodetection mechanism – if that occurs, this "original_bytes" property can be used to back-calculate what the original encoded bytes were. Continua... | |
Represents a string object that has been decoded into a real unicode string.
If read from a PDF document, this string appeared to match the PDFDocEncoding, or contained a UTF-16BE BOM mark to cause UTF-16 decoding to occur.
Definizione alla linea 421 del file generic.py.
def generic.TextStringObject.get_original_bytes | ( | self | ) |
Definizione alla linea 432 del file generic.py.
def generic.TextStringObject.writeToStream | ( | self, | |
stream, | |||
encryption_key | |||
) |
Definizione alla linea 445 del file generic.py.
|
static |
Definizione alla linea 422 del file generic.py.
|
static |
Definizione alla linea 423 del file generic.py.
|
static |
It is occasionally possible that a text string object gets created where a byte string object was expected due to the autodetection mechanism – if that occurs, this "original_bytes" property can be used to back-calculate what the original encoded bytes were.
Definizione alla linea 430 del file generic.py.