pdfunorderedlist-ag凯发旗舰厅



com.spire.pdf.lists
class pdfunorderedlist

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

public class pdfunorderedlist
extends pdflistbase

represents unordered list.


field summary
 
fields inherited from class com.spire.pdf.graphics.pdflayoutwidget
beginpagelayout
 
constructor summary
pdfunorderedlist()
          initializes a new instance of the class.
pdfunorderedlist(pdffontbase font)
          initializes a new instance of the class.
pdfunorderedlist(pdflistitemcollection items)
          creates unordered list using items.
pdfunorderedlist(pdflistitemcollection items,  marker)
          initializes a new instance of the class.
pdfunorderedlist( marker)
          initializes a new instance of the class.
pdfunorderedlist(java.lang.string text)
          initializes a new instance of the class.
pdfunorderedlist(java.lang.string text,  marker)
          initializes a new instance of the class from formatted text that is splitted by new lines.
 
method summary
 
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

pdfunorderedlist

public pdfunorderedlist()
initializes a new instance of the class.

pdfunorderedlist

public pdfunorderedlist(pdflistitemcollection items)
creates unordered list using items.
parameters:
items - items for a list.

pdfunorderedlist

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

pdfunorderedlist

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

pdfunorderedlist

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

pdfunorderedlist

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

pdfunorderedlist

public pdfunorderedlist(java.lang.string text,
                         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.


网站地图