pdflistbase-ag凯发旗舰厅



com.spire.pdf.lists
class pdflistbase

java.lang.object
  extended by com.spire.pdf.graphics.pdfgraphicswidget
      extended by com.spire.pdf.graphics.pdflayoutwidget
          extended by com.spire.pdf.lists.pdflistbase
direct known subclasses:
pdfsortedlist, pdfunorderedlist

public abstract class pdflistbase
extends pdflayoutwidget

represents base class for lists.


field summary
 
fields inherited from class com.spire.pdf.graphics.pdflayoutwidget
beginpagelayout
 
constructor summary
pdflistbase()
           
pdflistbase(pdffontbase font)
           
pdflistbase(pdflistitemcollection items)
           
 
method summary
 pdfbrush getbrush()
          gets list brush.
 pdffontbase getfont()
          gets the list font.
 float getindent()
          gets tabulation for the list.
 pdflistitemcollection getitems()
          gets items of the list.
 pdfpen getpen()
          gets list pen.
 pdfstringformat getstringformat()
          gets the format of the list.
 float gettextindent()
          gets the indent from the marker to the list item text.
 void setbrush(pdfbrush value)
          sets list brush.
 void setfont(pdffontbase value)
          sets the list font.
 void setindent(double value)
          sets tabulation for the list.
 void setpen(pdfpen value)
          sets list pen.
 void setstringformat(pdfstringformat value)
          sets the format of the list.
 void settextindent(float value)
          sets the indent from the marker to the list item text.
 
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

pdflistbase

public pdflistbase()

pdflistbase

public pdflistbase(pdflistitemcollection items)

pdflistbase

public pdflistbase(pdffontbase font)
method detail

getitems

public pdflistitemcollection getitems()
gets items of the list.

getindent

public float getindent()
gets tabulation for the list.

setindent

public void setindent(double value)
sets tabulation for the list.

gettextindent

public float gettextindent()
gets the indent from the marker to the list item text.

settextindent

public void settextindent(float value)
sets the indent from the marker to the list item text.

getfont

public pdffontbase getfont()
gets the list font.

setfont

public void setfont(pdffontbase value)
sets the list font.

getbrush

public pdfbrush getbrush()
gets list brush.

setbrush

public void setbrush(pdfbrush value)
sets list brush.

getpen

public pdfpen getpen()
gets list pen.

setpen

public void setpen(pdfpen value)
sets list pen.

getstringformat

public pdfstringformat getstringformat()
gets the format of the list.

setstringformat

public void setstringformat(pdfstringformat value)
sets the format of the list.


网站地图