GXPS.CoreProperties¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
w/co |
The Core Properties Source File |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class GXPS.CoreProperties(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
The
GXPS.CoreProperties
struct contains only private fields and should not be directly accessed.- get_category()¶
-
Get the category.
New in version 0.2.3.
- get_content_status()¶
-
Get the status of the content (e.g. Draft, Reviewed, Final)
New in version 0.2.3.
- get_content_type()¶
-
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:
Get the creating date.
New in version 0.2.3.
- get_creator()¶
-
Get the creator.
New in version 0.2.3.
- get_description()¶
-
Get the description.
New in version 0.2.3.
- get_identifier()¶
-
Get the unique identifier.
New in version 0.2.3.
- get_keywords()¶
-
Get the keywords.
New in version 0.2.3.
- get_language()¶
-
Get the language.
New in version 0.2.3.
- get_last_modified_by()¶
-
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:
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:
Get the last modification date.
New in version 0.2.3.
- get_revision()¶
-
Get the revision number.
New in version 0.2.3.
- get_subject()¶
-
Get the subject.
New in version 0.2.3.
- get_title()¶
-
Get the title.
New in version 0.2.3.
Property Details¶
- GXPS.CoreProperties.props.source¶
- Name:
source
- Type:
- Default Value:
- Flags:
The Core Properties Source File