|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.lists.pdflistitem
public class pdflistitem
represents the list item of the list.
constructor summary | |
---|---|
pdflistitem()
creates new empty pdf list item. |
|
pdflistitem(java.lang.string text)
creates new pdf list item with default settings. |
|
pdflistitem(java.lang.string text,
pdffontbase font)
initializes a new instance of the class. |
|
pdflistitem(java.lang.string text,
pdffontbase font,
pdfstringformat format)
initializes a new instance of the class. |
|
(java.lang.string text,
pdffontbase font,
pdfstringformat format,
pdfpen pen,
pdfbrush brush)
creates new list item. |
method summary | |
---|---|
pdfbrush |
getbrush()
gets list item brush. |
pdffontbase |
getfont()
gets item font. |
pdfpen |
getpen()
gets list item pen. |
pdfstringformat |
getstringformat()
gets item string format. |
pdflistbase |
getsublist()
gets sublist for item. |
java.lang.string |
gettext()
gets item text. |
float |
gettextindent()
gets indent for item. |
void |
setbrush(pdfbrush value)
sets list item brush. |
void |
setfont(pdffontbase value)
sets item font. |
void |
setpen(pdfpen value)
sets list item pen. |
void |
setstringformat(pdfstringformat value)
sets item string format. |
void |
setsublist(pdflistbase value)
sets sublist for item. |
void |
settext(java.lang.string value)
sets item text. |
void |
settextindent(float value)
sets indent for item. |
constructor detail |
---|
public pdflistitem()
public pdflistitem(java.lang.string text)
public pdflistitem(java.lang.string text, pdffontbase font)
text
- the text of item.font
- the font of item.public pdflistitem(java.lang.string text, pdffontbase font, pdfstringformat format)
text
- the text of item.font
- the font of item.format
- the string format.public pdflistitem(java.lang.string text, pdffontbase font, pdfstringformat format, pdfpen pen, pdfbrush brush)
text
- the item text.font
- the item font.format
- the string format of item.pen
- the item pen.brush
- the item brush.method detail |
---|
public pdffontbase getfont()
public void setfont(pdffontbase value)
public java.lang.string gettext()
public void settext(java.lang.string value)
public pdfstringformat getstringformat()
public void setstringformat(pdfstringformat value)
public pdfpen getpen()
public void setpen(pdfpen value)
public pdfbrush getbrush()
public void setbrush(pdfbrush value)
public pdflistbase getsublist()
public void setsublist(pdflistbase value)
public float gettextindent()
public void settextindent(float value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |