Uses of Class
writer2latex.office.ListStyle

Packages that use ListStyle
writer2latex.office   
writer2latex.xhtml   
 

Uses of ListStyle in writer2latex.office
 

Fields in writer2latex.office declared as ListStyle
private  ListStyle OfficeReader.outline
           
private  ListStyle ListCounter.style
           
 

Methods in writer2latex.office that return ListStyle
 ListStyle OfficeReader.getListStyle(java.lang.String sName)
           
 ListStyle OfficeReader.getOutlineStyle()
           
 

Constructors in writer2latex.office with parameters of type ListStyle
ListCounter(ListStyle style)
           
 

Uses of ListStyle in writer2latex.xhtml
 

Methods in writer2latex.xhtml with parameters of type ListStyle
private  void ListStyleConverter.cssList(ListStyle style, int nLevel, CSVList props)
           
private  ListCounter TextConverter.getListCounter(ListStyle style)
           
private  void TextConverter.handleHeading(org.w3c.dom.Node onode, org.w3c.dom.Node hnode, boolean bAfterSplit, ListStyle listStyle, int nListLevel, boolean bUnNumbered, boolean bRestart, int nStartValue)