pdfsortedlist-ag凯发旗舰厅



com.spire.pdf.lists
class pdfsortedlist

java.lang.object
  extended by com.spire.pdf.graphics.pdfgraphicswidget
      extended by com.spire.pdf.graphics.pdflayoutwidget
          extended by com.spire.pdf.lists.pdflistbase
              extended by com.spire.pdf.lists.pdfsortedlist

public class pdfsortedlist
extends pdflistbase

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

pdfsortedlist

public pdfsortedlist()
creates ordered list.

pdfsortedlist

public pdfsortedlist(pdffontbase font)
initializes a new instance of the class.
parameters:
font - the font.

pdfsortedlist

public pdfsortedlist(pdfnumberstyle style)
initializes a new instance of the class.
parameters:
style - the style.

pdfsortedlist

public pdfsortedlist(pdflistitemcollection items)
creates ordered list using items.
parameters:
items - items for a list.

pdfsortedlist

public pdfsortedlist(pdforderedmarker marker)
initializes a new instance of the class.
parameters:
marker - the marker for the list.

pdfsortedlist

public pdfsortedlist(pdflistitemcollection items,
                     pdforderedmarker marker)
initializes a new instance of the class.
parameters:
items - the item collection.
marker - the marker for the list.

pdfsortedlist

public pdfsortedlist(java.lang.string text)
initializes a new instance of the class.
parameters:
text - the formatted text.

pdfsortedlist

public pdfsortedlist(java.lang.string text,
                     pdforderedmarker marker)
initializes a new instance of the class from formatted text that is splitted by new lines.
parameters:
text - the formatted text.
marker - the marker.
method detail

getmarker

public pdforderedmarker getmarker()
gets marker of the list items.

setmarker

public void setmarker(pdforderedmarker value)
sets marker of the list items.

getmarkerhierarchy

public boolean getmarkerhierarchy()
true if user want to use numbering hierarchy, otherwise false.

setmarkerhierarchy

public void setmarkerhierarchy(boolean value)
true if user want to use numbering hierarchy, otherwise false.


网站地图