EvinceDocument.DocumentLicense

Fields

Name

Type

Access

Description

text

str

r/w

uri

str

r/w

web_statement

str

r/w

Methods

class

new ()

copy ()

free ()

get_text ()

get_uri ()

get_web_statement ()

Details

class EvinceDocument.DocumentLicense
classmethod new()
Returns:

a new, empty EvinceDocument.DocumentLicense

Return type:

EvinceDocument.DocumentLicense

copy()
Returns:

a copy of self, or None

Return type:

EvinceDocument.DocumentLicense

free()

Frees self.

get_text()
Returns:

the license text

Return type:

str or None

get_uri()
Returns:

the license URI

Return type:

str or None

get_web_statement()
Returns:

the license web statement

Return type:

str or None