GXPS.CoreProperties

g GObject.GInterface GObject.GInterface Gio.Initable Gio.Initable GObject.GInterface->Gio.Initable GObject.Object GObject.Object GXPS.CoreProperties GXPS.CoreProperties GObject.Object->GXPS.CoreProperties Gio.Initable->GXPS.CoreProperties

Subclasses:

None

Methods

Inherited:

GObject.Object (37), Gio.Initable (2)

Structs:

GObject.ObjectClass (5)

get_category ()

get_content_status ()

get_content_type ()

get_created ()

get_creator ()

get_description ()

get_identifier ()

get_keywords ()

get_language ()

get_last_modified_by ()

get_last_printed ()

get_modified ()

get_revision ()

get_subject ()

get_title ()

get_version ()

Virtual Methods

Inherited:

GObject.Object (7), Gio.Initable (1)

Properties

Name

Type

Flags

Short Description

source

str

w/co

The Core Properties Source File

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent

GObject.Object

r

Class Details

class GXPS.CoreProperties(**kwargs)
Bases:

GObject.Object, Gio.Initable

Abstract:

No

Structure:

GXPS.CorePropertiesClass

The GXPS.CoreProperties struct contains only private fields and should not be directly accessed.

get_category()
Returns:

a string containing the category or None

Return type:

str

Get the category.

New in version 0.2.3.

get_content_status()
Returns:

a string containing the status of the content or None

Return type:

str

Get the status of the content (e.g. Draft, Reviewed, Final)

New in version 0.2.3.

get_content_type()
Returns:

a string containing the type of content or None

Return type:

str

Get the type of content represented, generally defined by a specific use and intended audience. This is not the MIME-Type.

New in version 0.2.3.

get_created()
Returns:

the creating date as a time_t or -1.

Return type:

int

Get the creating date.

New in version 0.2.3.

get_creator()
Returns:

a string containing the creator or None

Return type:

str

Get the creator.

New in version 0.2.3.

get_description()
Returns:

a string containing the description or None

Return type:

str

Get the description.

New in version 0.2.3.

get_identifier()
Returns:

a string containing the identifier or None

Return type:

str

Get the unique identifier.

New in version 0.2.3.

get_keywords()
Returns:

a string containing the keywords or None

Return type:

str

Get the keywords.

New in version 0.2.3.

get_language()
Returns:

a string containing the language or None

Return type:

str

Get the language.

New in version 0.2.3.

get_last_modified_by()
Returns:

a string containing the user who performed the last modification or None

Return type:

str

Get the user who performed the last modification.

New in version 0.2.3.

get_last_printed()
Returns:

the date of the last printing as a time_t or -1.

Return type:

int

Get the date of the last printing.

New in version 0.2.3.

get_modified()
Returns:

the modification date as a time_t or -1.

Return type:

int

Get the last modification date.

New in version 0.2.3.

get_revision()
Returns:

a string containing the revision number or None

Return type:

str

Get the revision number.

New in version 0.2.3.

get_subject()
Returns:

a string containing the subject or None

Return type:

str

Get the subject.

New in version 0.2.3.

get_title()
Returns:

a string containing the title or None

Return type:

str

Get the title.

New in version 0.2.3.

get_version()
Returns:

a string containing the version number or None

Return type:

str

Get the version number.

New in version 0.2.3.

Property Details

GXPS.CoreProperties.props.source
Name:

source

Type:

str

Default Value:

None

Flags:

WRITABLE, CONSTRUCT_ONLY

The Core Properties Source File