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

Functions

 styleFromString (name, specifiers, delim, spacing, showAllLevels)
 
 styleFromList (styleName, specArray, spacing, showAllLevels)
 

Variables

int _MAX_LIST_LEVEL
 
bool SHOW_ALL_LEVELS = True
 
bool SHOW_ONE_LEVEL = False
 

Function Documentation

◆ styleFromList()

odf.easyliststyle.styleFromList ( styleName,
specArray,
spacing,
showAllLevels )

Definition at line 53 of file easyliststyle.py.

Here is the caller graph for this function:

◆ styleFromString()

odf.easyliststyle.styleFromString ( name,
specifiers,
delim,
spacing,
showAllLevels )

Definition at line 49 of file easyliststyle.py.

Here is the call graph for this function:

Variable Documentation

◆ _MAX_LIST_LEVEL

int odf.easyliststyle._MAX_LIST_LEVEL
protected

Definition at line 45 of file easyliststyle.py.

◆ SHOW_ALL_LEVELS

bool odf.easyliststyle.SHOW_ALL_LEVELS = True

Definition at line 46 of file easyliststyle.py.

◆ SHOW_ONE_LEVEL

bool odf.easyliststyle.SHOW_ONE_LEVEL = False

Definition at line 47 of file easyliststyle.py.