|
|||||||||
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 |