LeenO computo metrico con LibreOffice
3.22.0
Il software libero per la gestione di computi metrici e contabilità lavori.
|
Vai al codice sorgente di questo file.
Composti | |
class | generic.PdfObject |
class | generic.NullObject |
class | generic.BooleanObject |
class | generic.ArrayObject |
class | generic.IndirectObject |
class | generic.FloatObject |
class | generic.NumberObject |
class | generic.ByteStringObject |
Represents a string object where the text encoding could not be determined. Continua... | |
class | generic.TextStringObject |
Represents a string object that has been decoded into a real unicode string. Continua... | |
class | generic.NameObject |
class | generic.DictionaryObject |
class | generic.TreeObject |
class | generic.StreamObject |
class | generic.DecodedStreamObject |
class | generic.EncodedStreamObject |
class | generic.RectangleObject |
class | generic.Field |
class | generic.Destination |
class | generic.Bookmark |
Namespace | |
generic | |
Funzioni | |
def | generic.readObject (stream, pdf) |
def | generic.createStringObject (string) |
Given a string (either a "str" or "unicode"), create a ByteStringObject or a TextStringObject to represent the string. Continua... | |
def | generic.readHexStringFromStream (stream) |
def | generic.readStringFromStream (stream) |
def | generic.encode_pdfdocencoding (unicode_string) |
def | generic.decode_pdfdocencoding (byte_array) |
Variabili | |
generic.ObjectPrefix = b_('/<[tf(n%') | |
generic.NumberSigns = b_('+-') | |
generic.IndirectPattern = re.compile(b_(r"(\d+)\s+(\d+)\s+R[^a-zA-Z]")) | |
tuple | generic.char = _pdfDocEncoding[i] |