writer2latex.office
Class ListStyle
java.lang.Object
writer2latex.office.OfficeStyle
writer2latex.office.ListStyle
public class ListStyle
- extends OfficeStyle
Class representing a list style (including outline numbering) in OOo Writer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX_LEVEL
private static final int MAX_LEVEL
- See Also:
- Constant Field Values
level
private PropertySet[] level
levelStyle
private PropertySet[] levelStyle
ListStyle
public ListStyle()
getLevelType
public java.lang.String getLevelType(int i)
isNumber
public boolean isNumber(int i)
isBullet
public boolean isBullet(int i)
isImage
public boolean isImage(int i)
getLevelProperty
public java.lang.String getLevelProperty(int i,
java.lang.String sName)
getLevelStyleProperty
public java.lang.String getLevelStyleProperty(int i,
java.lang.String sName)
loadStyleFromDOM
public void loadStyleFromDOM(org.w3c.dom.Node node)
- Overrides:
loadStyleFromDOM
in class OfficeStyle