|
|||||||||
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
public abstract class pdflistbase
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 |
---|
public pdflistbase()
public pdflistbase(pdflistitemcollection items)
public pdflistbase(pdffontbase font)
method detail |
---|
public pdflistitemcollection getitems()
public float getindent()
public void setindent(double value)
public float gettextindent()
public void settextindent(float value)
public pdffontbase getfont()
public void setfont(pdffontbase value)
public pdfbrush getbrush()
public void setbrush(pdfbrush value)
public pdfpen getpen()
public void setpen(pdfpen value)
public pdfstringformat getstringformat()
public void setstringformat(pdfstringformat value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |