| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.graphics.PdfTextLayout
com.spire.pdf.tables.PdfTableLayoutFormat
public class PdfTableLayoutFormat
Represents the parameters for Light Table layout.
| Constructor Summary | |
|---|---|
| PdfTableLayoutFormat()Initializes a new instance of the class. | |
| PdfTableLayoutFormat(PdfTextLayout baseFormat)Initializes a new instance of the class. | |
| Method Summary | |
|---|---|
|  int | getEndColumnIndex()Gets or sets the end column index. | 
|  int | getStartColumnIndex()Gets or sets the start column index. | 
|  void | setEndColumnIndex(int value) | 
|  void | setStartColumnIndex(int value) | 
| Methods inherited from class com.spire.pdf.graphics.PdfTextLayout | 
|---|
| getBreak, getLayout, getPaginateBounds, setBreak, setLayout, setPaginateBounds | 
| Constructor Detail | 
|---|
public PdfTableLayoutFormat()
public PdfTableLayoutFormat(PdfTextLayout baseFormat)
baseFormat - The base format.| Method Detail | 
|---|
public int getStartColumnIndex()
public void setStartColumnIndex(int value)
public int getEndColumnIndex()
public void setEndColumnIndex(int value)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||