ODFPY  1.2.0
odf.easyliststyle Namespace Reference

Functions

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

Variables

bool SHOW_ALL_LEVELS = True
 
bool SHOW_ONE_LEVEL = False
 

Function Documentation

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

Definition at line 49 of file easyliststyle.py.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 45 of file easyliststyle.py.

Here is the call graph for this function:

Variable Documentation

bool odf.easyliststyle.SHOW_ALL_LEVELS = True

Definition at line 42 of file easyliststyle.py.

bool odf.easyliststyle.SHOW_ONE_LEVEL = False

Definition at line 43 of file easyliststyle.py.