|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.graphics.pdfgraphicswidget
com.spire.pdf.graphics.pdflayoutwidget
com.spire.pdf.lists.pdflistbase
com.spire.pdf.lists.pdfsortedlist
public class pdfsortedlist
represents the ordered list.
field summary |
---|
fields inherited from class com.spire.pdf.graphics.pdflayoutwidget |
---|
beginpagelayout |
constructor summary | |
---|---|
pdfsortedlist()
creates ordered list. |
|
pdfsortedlist(pdffontbase font)
initializes a new instance of the class. |
|
pdfsortedlist(pdflistitemcollection items)
creates ordered list using items. |
|
pdfsortedlist(pdflistitemcollection items,
pdforderedmarker marker)
initializes a new instance of the class. |
|
pdfsortedlist(pdfnumberstyle style)
initializes a new instance of the class. |
|
pdfsortedlist(pdforderedmarker marker)
initializes a new instance of the class. |
|
pdfsortedlist(java.lang.string text)
initializes a new instance of the class. |
|
pdfsortedlist(java.lang.string text,
pdforderedmarker marker)
initializes a new instance of the class from formatted text that is splitted by new lines. |
method summary | |
---|---|
pdforderedmarker |
getmarker()
gets marker of the list items. |
boolean |
getmarkerhierarchy()
true if user want to use numbering hierarchy, otherwise false. |
void |
setmarker(pdforderedmarker value)
sets marker of the list items. |
void |
setmarkerhierarchy(boolean value)
true if user want to use numbering hierarchy, otherwise false. |
methods inherited from class com.spire.pdf.lists.pdflistbase |
---|
getbrush, getfont, getindent, getitems, getpen, getstringformat, gettextindent, setbrush, setfont, setindent, setpen, setstringformat, settextindent |
methods inherited from class com.spire.pdf.graphics.pdflayoutwidget |
---|
draw, draw, draw, draw, draw, draw |
methods inherited from class com.spire.pdf.graphics.pdfgraphicswidget |
---|
draw, draw, draw |
constructor detail |
---|
public pdfsortedlist()
public pdfsortedlist(pdffontbase font)
font
- the font.public pdfsortedlist(pdfnumberstyle style)
style
- the style.public pdfsortedlist(pdflistitemcollection items)
items
- items for a list.public pdfsortedlist(pdforderedmarker marker)
marker
- the marker for the list.public pdfsortedlist(pdflistitemcollection items, pdforderedmarker marker)
items
- the item collection.marker
- the marker for the list.public pdfsortedlist(java.lang.string text)
text
- the formatted text.public pdfsortedlist(java.lang.string text, pdforderedmarker marker)
text
- the formatted text.marker
- the marker.method detail |
---|
public pdforderedmarker getmarker()
public void setmarker(pdforderedmarker value)
public boolean getmarkerhierarchy()
public void setmarkerhierarchy(boolean value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |