|
|||||||||
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.graphics.pdftextwidget
public class pdftextwidget
represents the text area with the ability to span several pages.
field summary |
---|
fields inherited from class com.spire.pdf.graphics.pdflayoutwidget |
---|
beginpagelayout |
constructor summary | |
---|---|
pdftextwidget()
initializes a new instance of the class. |
|
pdftextwidget(java.lang.string text)
initializes a new instance of the class. |
|
pdftextwidget(java.lang.string text,
pdffontbase font)
initializes a new instance of the class. |
|
pdftextwidget(java.lang.string text,
pdffontbase font,
pdfbrush brush)
initializes a new instance of the class. |
|
pdftextwidget(java.lang.string text,
pdffontbase font,
pdfpen pen)
initializes a new instance of the class. |
|
(java.lang.string text,
pdffontbase font,
pdfpen pen,
pdfbrush brush,
pdfstringformat format)
initializes a new instance of the class. |
method summary | |
---|---|
void |
setbrush(pdfbrush value)
sets the brush that will be used to draw the text. |
void |
setfont(pdffontbase value)
sets a font that will be used to draw the text. |
void |
setpen(pdfpen value)
sets a pen that will be used to draw the text. |
void |
setstringformat(pdfstringformat value)
sets text settings that will be used to draw the text. |
void |
settext(java.lang.string value)
sets a value indicating the text that should be printed. |
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 pdftextwidget()
public pdftextwidget(java.lang.string text)
text
- the text.public pdftextwidget(java.lang.string text, pdffontbase font)
text
- the text.font
- the font.public pdftextwidget(java.lang.string text, pdffontbase font, pdfpen pen)
text
- the text.font
- the font.pen
- the pen.public pdftextwidget(java.lang.string text, pdffontbase font, pdfbrush brush)
text
- the text.font
- the font.brush
- the brush.public pdftextwidget(java.lang.string text, pdffontbase font, pdfpen pen, pdfbrush brush, pdfstringformat format)
text
- the text.font
- the font.pen
- the pen.brush
- the brush.format
- the format.method detail |
---|
public void settext(java.lang.string value)
public void setpen(pdfpen value)
public void setbrush(pdfbrush value)
public void setfont(pdffontbase value)
public void setstringformat(pdfstringformat value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |