|
|||||||||
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(IParagraph owner)
Initializes a new instance of the |
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 list style. |
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 or sets list nesting level. |
ListType |
getListType()
Gets type of the list. |
void |
increaseIndentLevel()
Increase level indent. |
boolean |
isRestartNumbering()
Returns or sets whether numbering of the list must restart from previous list. |
void |
isRestartNumbering(boolean value)
Returns or sets whether numbering of the list must restart from previous list. |
void |
removeList()
Removes the list from current paragraph. |
void |
setListLevelNumber(int value)
Returns or sets list nesting level. |
Methods inherited from class com.spire.doc.formatting.FormatBase |
---|
clearBackground, clearFormatting, hasKey, isDefault |
Methods inherited from class com.spire.doc.OwnerHolder |
---|
getDocument |
Constructor Detail |
---|
public ListFormat(IParagraph owner)
owner
- The owner (paragraph).public ListFormat(Document doc, ParagraphStyle owner)
doc
- The document.owner
- The owner.Method Detail |
---|
public int getListLevelNumber()
public void setListLevelNumber(int value)
public ListType getListType()
public boolean isRestartNumbering()
public void isRestartNumbering(boolean value)
public 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
- The list style name.public void applyBulletStyle()
public void applyNumberedStyle()
public void removeList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |