|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.doc.OwnerHolder
com.spire.doc.documents.xml.DocumentSerializable
com.spire.doc.formatting.FormatBase
com.spire.doc.formatting.AttrCollection
com.spire.doc.formatting.WordAttrCollection
com.spire.doc.formatting.ListFormat
public class ListFormat
Constructor Summary | |
---|---|
ListFormat(Document doc,
ParagraphStyle owner)
Initializes a new instance of the ListFormat class. |
|
ListFormat(IParagraph owner)
Initializes a new instance of the ListFormat class. |
Method Summary | |
---|---|
void |
applyBulletStyle()
Apply default bullet style for current paragraph. |
void |
applyNumberedStyle()
Apply default numbered style for current paragraph. |
void |
applyStyle(java.lang.String styleName)
Apply liststyle |
void |
continueListNumbering()
Continue last list. |
void |
decreaseIndentLevel()
Decrease level indent. |
ListLevel |
getCurrentListLevel()
Gets paragraph's ListLevel. |
ListStyle |
getCurrentListStyle()
Gets paragraph's list style. |
java.lang.String |
getCustomStyleName()
Gets the name of custom style. |
int |
getListLevelNumber()
Returns list nesting level. |
ListType |
getListType()
Gets type of the list. |
void |
increaseIndentLevel()
Increase level indent. |
boolean |
isRestartNumbering()
Returns whether numbering of the list must restart from previous list. |
void |
isRestartNumbering(boolean value)
Sets whether numbering of the list must restart from previous list. |
void |
removeList()
Removes the list from current paragraph. |
void |
setListLevelNumber(int value)
Sets list nesting level. |
Methods inherited from class com.spire.doc.formatting.FormatBase |
---|
clearFormatting, hasKey, isDefault |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public ListFormat(IParagraph owner)
ListFormat
class.
owner
- IParagraphpublic ListFormat(Document doc, ParagraphStyle owner)
ListFormat
class.
doc
- Documentowner
- IParagraphMethod Detail |
---|
public int getListLevelNumber()
public void setListLevelNumber(int value)
value
- ListLevelber int valuepublic ListType getListType()
public boolean isRestartNumbering()
public void isRestartNumbering(boolean value)
value
- isRestartNumberingpublic java.lang.String getCustomStyleName()
public ListStyle getCurrentListStyle()
public ListLevel getCurrentListLevel()
public void increaseIndentLevel()
public void decreaseIndentLevel()
public void continueListNumbering()
public void applyStyle(java.lang.String styleName)
styleName
- styleNamepublic void applyBulletStyle()
public void applyNumberedStyle()
public void removeList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |