Uses of Class
writer2latex.office.ListStyle

Packages that use ListStyle
writer2latex.latex   
writer2latex.office   
writer2latex.xhtml   
 

Uses of ListStyle in writer2latex.latex
 

Methods in writer2latex.latex with parameters of type ListStyle
private  void ListStyleConverter.createLabels(ListStyle style, java.lang.String[] sName, int nMaxLevel, boolean bDeclareCounters, boolean bRenewLabels, boolean bUseTextStyle, LaTeXDocumentPortion ldp)
          Create LaTeX list labels from an OOo list style.
private  java.lang.String ListStyleConverter.getLength(ListStyle style, int nLevel, java.lang.String sProperty)
           
 

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)