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

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

Descrizione dettagliata

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.

Documentazione delle funzioni membro

◆ writeToStream()

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

Definizione alla linea 407 del file generic.py.

Documentazione delle proprietà

◆ original_bytes

generic.ByteStringObject.original_bytes = property(lambda self: self)
static

For compatibility with TextStringObject.original_bytes.

This method returns self.

Definizione alla linea 405 del file generic.py.


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