|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.graphics.pdftextlayout
public class pdftextlayout
class that defines layouting settings.
constructor summary | |
---|---|
pdftextlayout()
initializes a new instance of the class. |
|
pdftextlayout(pdftextlayout baseformat)
|
method summary | |
---|---|
pdflayoutbreaktype |
getbreak()
gets or sets break type of the element. |
pdflayouttype |
getlayout()
gets layout type of the element. |
java.awt.geom.rectangle2d |
getpaginatebounds()
gets the bounds on the next page. |
void |
setbreak(pdflayoutbreaktype value)
sets break type of the element. |
void |
setlayout(pdflayouttype value)
sets layout type of the element. |
void |
setpaginatebounds(java.awt.geom.rectangle2d value)
sets the paginatebounds on the next page. |
constructor detail |
---|
public pdftextlayout()
public pdftextlayout(pdftextlayout baseformat)
method detail |
---|
public pdflayouttype getlayout()
public void setlayout(pdflayouttype value)
public pdflayoutbreaktype getbreak()
public void setbreak(pdflayoutbreaktype value)
public java.awt.geom.rectangle2d getpaginatebounds()
public void setpaginatebounds(java.awt.geom.rectangle2d value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |