ODFPY 1.2.0
 
Loading...
Searching...
No Matches
odf.userfield Namespace Reference

Classes

class  UserFields
 List, view and manipulate user fields. More...
 

Variables

 unicode = str
 
str OUTENCODING = "utf-8"
 
dict VALUE_TYPES
 

Variable Documentation

◆ OUTENCODING

str odf.userfield.OUTENCODING = "utf-8"

Definition at line 35 of file userfield.py.

◆ unicode

odf.userfield.unicode = str

Definition at line 33 of file userfield.py.

◆ VALUE_TYPES

dict odf.userfield.VALUE_TYPES
Initial value:
1= {
2 u'float': (OFFICENS, u'value'),
3 u'percentage': (OFFICENS, u'value'),
4 u'currency': (OFFICENS, u'value'),
5 u'date': (OFFICENS, u'date-value'),
6 u'time': (OFFICENS, u'time-value'),
7 u'boolean': (OFFICENS, u'boolean-value'),
8 u'string': (OFFICENS, u'string-value'),
9 }

Definition at line 39 of file userfield.py.