LeenO computo metrico con LibreOffice  3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
Membri pubblici | Attributi pubblici statici | Proprietà | Elenco di tutti i membri
Riferimenti per la classe generic.TextStringObject

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...
 

Descrizione dettagliata

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.

Documentazione delle funzioni membro

◆ get_original_bytes()

def generic.TextStringObject.get_original_bytes (   self)

Definizione alla linea 432 del file generic.py.

◆ writeToStream()

def generic.TextStringObject.writeToStream (   self,
  stream,
  encryption_key 
)

Definizione alla linea 445 del file generic.py.

Documentazione dei membri dato

◆ autodetect_pdfdocencoding

bool generic.TextStringObject.autodetect_pdfdocencoding = False
static

Definizione alla linea 422 del file generic.py.

◆ autodetect_utf16

bool generic.TextStringObject.autodetect_utf16 = False
static

Definizione alla linea 423 del file generic.py.

Documentazione delle proprietà

◆ original_bytes

generic.TextStringObject.original_bytes = property(lambda self: self.get_original_bytes())
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.


La documentazione per questa classe è stata generata a partire dal seguente file: