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