Package src :: Package inspectors :: Module ooo_meta_inspector
[hide private]
[frames] | no frames]

Module ooo_meta_inspector

source code

The module provides the methods for getting OpenOffice.org file formats' odt, odp, and ods meta informations.


Author: Olli Kauppinen

Functions [hide private]
 
getMetaInformation(documentDict, elementTagName)
Gets the meta information by the given elementTagName from odt,odp and ods documents.
source code
 
getDocumentStatistic(documentDict, attributeName)
Gets the document statistic by the given attributeName.
source code
 
getMeta(documentDict)
Gets all the document meta information.
source code
 
getOdtStatistic(documentDict)
Gets all the odt document statistic information.
source code
 
getOdsStatistic(documentDict)
Gets all the ods document statistic information.
source code
 
printOdpStatistic()
Get all the odp document statistic information.
source code
Variables [hide private]
  __package__ = 'src.inspectors'
Function Details [hide private]

getMetaInformation(documentDict, elementTagName)

source code 

Gets the meta information by the given elementTagName from odt,odp and ods documents.

Returns:
The meta information.

getDocumentStatistic(documentDict, attributeName)

source code 

Gets the document statistic by the given attributeName.

Returns:
The statistic value.

getMeta(documentDict)

source code 

Gets all the document meta information.

Returns:
The meta information in the dictionary. Tag names are the key values in the dictionary.

getOdtStatistic(documentDict)

source code 

Gets all the odt document statistic information.

Returns:
The statistic information in the dictionary. Attribute names are the key values in the dictionary.

getOdsStatistic(documentDict)

source code 

Gets all the ods document statistic information.

Returns:
The statistic information in the dictionary. Attribute names are the key values in the dictionary.

printOdpStatistic()

source code 

Get all the odp document statistic information.

Returns:
The statistic information in the dictionary. Attribute names are the key values in the dictionary.