|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.ms.system.eventargs
com.spire.pdf.tables.beginrowlayouteventargs
public class beginrowlayouteventargs
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 |
---|
public beginrowlayouteventargs(int rowindex, pdfcellstyle cellstyle)
method detail |
---|
public int getrowindex()
public pdfcellstyle getcellstyle()
public void setcellstyle(pdfcellstyle value)
public int[] getcolumnspanmap()
public void setcolumnspanmap(int[] value)
public boolean getcancel()
public void setcancel(boolean value)
public boolean getskip()
public void setskip(boolean value)
public boolean getignorecolumnformat()
public void setignorecolumnformat(boolean value)
public float getminimalheight()
public void setminimalheight(float value)
public void setminimalheight(double value)
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |