|
|||||||||
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 |