beginrowlayouteventargs-ag凯发旗舰厅



com.spire.pdf.tables
class beginrowlayouteventargs

java.lang.object
  extended by com.spire.ms.system.eventargs
      extended by com.spire.pdf.tables.beginrowlayouteventargs

public class beginrowlayouteventargs
extends com.spire.ms.system.eventargs

represents startrowlayout event arguments.


constructor summary
beginrowlayouteventargs(int rowindex, pdfcellstyle cellstyle)
           
 
method summary
 boolean getcancel()
          gets or sets a value indicating whether table drawing should stop.
 pdfcellstyle getcellstyle()
          gets the cell style.
 int[] getcolumnspanmap()
          gets or sets the span map.
 boolean getignorecolumnformat()
          gets or sets a value indicating whether column string format should be ignored.
 float getminimalheight()
          sets the minimal height of the row.
 int getrowindex()
          gets the index of the row.
 boolean getskip()
          gets or sets a value indicating whether this row should be ignored.
 void setcancel(boolean value)
           
 void setcellstyle(pdfcellstyle value)
           
 void setcolumnspanmap(int[] value)
           
 void setignorecolumnformat(boolean value)
           
 void setminimalheight(double value)
           
 void setminimalheight(float value)
           
 void setskip(boolean value)
           
 
constructor detail

beginrowlayouteventargs

public beginrowlayouteventargs(int rowindex,
                               pdfcellstyle cellstyle)
method detail

getrowindex

public int getrowindex()
gets the index of the row.

getcellstyle

public pdfcellstyle getcellstyle()
gets the cell style.

setcellstyle

public void setcellstyle(pdfcellstyle value)

getcolumnspanmap

public int[] getcolumnspanmap()
gets or sets the span map.

setcolumnspanmap

public void setcolumnspanmap(int[] value)

getcancel

public boolean getcancel()
gets or sets a value indicating whether table drawing should stop.

setcancel

public void setcancel(boolean value)

getskip

public boolean getskip()
gets or sets a value indicating whether this row should be ignored.

setskip

public void setskip(boolean value)

getignorecolumnformat

public boolean getignorecolumnformat()
gets or sets a value indicating whether column string format should be ignored.

setignorecolumnformat

public void setignorecolumnformat(boolean value)

getminimalheight

public float getminimalheight()
sets the minimal height of the row.

setminimalheight

public void setminimalheight(float value)

setminimalheight

public void setminimalheight(double value)


网站地图