pdftextlayout-ag凯发旗舰厅



com.spire.pdf.graphics
class pdftextlayout

java.lang.object
  extended by com.spire.pdf.graphics.pdftextlayout
direct known subclasses:
pdfgridlayoutformat, pdftablelayoutformat

public class pdftextlayout
extends java.lang.object

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

pdftextlayout

public pdftextlayout()
initializes a new instance of the class.

pdftextlayout

public pdftextlayout(pdftextlayout baseformat)
method detail

getlayout

public pdflayouttype getlayout()
gets layout type of the element.
returns:
layout type of the element.

setlayout

public void setlayout(pdflayouttype value)
sets layout type of the element.

getbreak

public pdflayoutbreaktype getbreak()
gets or sets break type of the element.

setbreak

public void setbreak(pdflayoutbreaktype value)
sets break type of the element.

getpaginatebounds

public java.awt.geom.rectangle2d getpaginatebounds()
gets the bounds on the next page.
returns:
if this property is set, the element will use it for the layouting on the next pages, // otherwise, the element will be layout according to the bounds, used on the first page.

setpaginatebounds

public void setpaginatebounds(java.awt.geom.rectangle2d value)
sets the paginatebounds on the next page.


网站地图