|
iDRS™ SDK 16
|
Interface for CPageTableCell wrapper. More...
Go to the source code of this file.
Functions | |
| CPageTableCell | CPageTableCell_Create (idrs_exception *pargException) |
| Instantiates a new CPageTableCell object. | |
| IDRS_RECT | CPageTableCell_GetBoundingBox (const CPageTableCell argCPageTableCell, idrs_exception *pargException) |
| Get the rectangle containing the column. | |
| IDRS_INT | CPageTableCell_GetRowIndex (const CPageTableCell argCPageTableCell, idrs_exception *pargException) |
| Get the row index. | |
| IDRS_INT | CPageTableCell_GetColIndex (const CPageTableCell argCPageTableCell, idrs_exception *pargException) |
| Get the column index. | |
| IDRS_INT | CPageTableCell_GetRowSpan (const CPageTableCell argCPageTableCell, idrs_exception *pargException) |
| Get the rows span. | |
| IDRS_INT | CPageTableCell_GetColSpan (const CPageTableCell argCPageTableCell, idrs_exception *pargException) |
| Get the columns span. | |
| CPageStyleTableCell | CPageTableCell_GetCellStyle (const CPageTableCell argCPageTableCell, idrs_exception *pargException) |
| Get the cell style. | |
| CPageTextLineArray | CPageTableCell_GetTextLines (const CPageTableCell argCPageTableCell, idrs_exception *pargException) |
| Get the array containing text lines. | |
| void | CPageTableCell_SetBoundingBox (CPageTableCell argCPageTableCell, const IDRS_RECT *rcBoundingBox, idrs_exception *pargException) |
| Set the coordinates for the bounding rectangle. | |
| void | CPageTableCell_SetRowIndex (CPageTableCell argCPageTableCell, IDRS_INT const iRowIndex, idrs_exception *pargException) |
| Set the cell row index. | |
| void | CPageTableCell_SetColIndex (CPageTableCell argCPageTableCell, IDRS_INT const iColIndex, idrs_exception *pargException) |
| Set the cell column index. | |
| void | CPageTableCell_SetRowSpan (CPageTableCell argCPageTableCell, IDRS_INT const iRowSpan, idrs_exception *pargException) |
| Set the rows span for the cell. | |
| void | CPageTableCell_SetColSpan (CPageTableCell argCPageTableCell, IDRS_INT const iColSpan, idrs_exception *pargException) |
| Set the cols span for the cell. | |
| void | CPageTableCell_SetCellStyle (CPageTableCell argCPageTableCell, const CPageStyleTableCell argPageStyleTableCell, idrs_exception *pargException) |
| Set the style associated to the table cell. | |
| void | CPageTableCell_SetTextLines (CPageTableCell argCPageTableCell, const CPageTextLineArray argTextLines, idrs_exception *pargException) |
| Set the array containing the lines of text in the cell. | |
| void | CPageTableCell_Destroy (CPageTableCell argCPageTableCell, idrs_exception *pargException) |
| Destroys a CPageTableCell handle. | |
| CPageTableCellArray | ArrayInterface_Create_CPageTableCellArray (idrs_exception *pargException) |
| Creates a new CPageTableCellArray object. | |
Interface for CPageTableCell wrapper.
| CPageTableCellArray ArrayInterface_Create_CPageTableCellArray | ( | idrs_exception * | pargException | ) |
Creates a new CPageTableCellArray object.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageTableCell CPageTableCell_Create | ( | idrs_exception * | pargException | ) |
Instantiates a new CPageTableCell object.
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageTableCell_Destroy | ( | CPageTableCell | argCPageTableCell, |
| idrs_exception * | pargException | ||
| ) |
Destroys a CPageTableCell handle.
| argCPageTableCell | CPageTableCell handle to destroy |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_RECT CPageTableCell_GetBoundingBox | ( | const CPageTableCell | argCPageTableCell, |
| idrs_exception * | pargException | ||
| ) |
Get the rectangle containing the column.
| argCPageTableCell | CPageTableCell handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageStyleTableCell CPageTableCell_GetCellStyle | ( | const CPageTableCell | argCPageTableCell, |
| idrs_exception * | pargException | ||
| ) |
Get the cell style.
| argCPageTableCell | CPageTableCell handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_INT CPageTableCell_GetColIndex | ( | const CPageTableCell | argCPageTableCell, |
| idrs_exception * | pargException | ||
| ) |
Get the column index.
| argCPageTableCell | CPageTableCell handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_INT CPageTableCell_GetColSpan | ( | const CPageTableCell | argCPageTableCell, |
| idrs_exception * | pargException | ||
| ) |
Get the columns span.
| argCPageTableCell | CPageTableCell handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_INT CPageTableCell_GetRowIndex | ( | const CPageTableCell | argCPageTableCell, |
| idrs_exception * | pargException | ||
| ) |
Get the row index.
| argCPageTableCell | CPageTableCell handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| IDRS_INT CPageTableCell_GetRowSpan | ( | const CPageTableCell | argCPageTableCell, |
| idrs_exception * | pargException | ||
| ) |
Get the rows span.
| argCPageTableCell | CPageTableCell handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| CPageTextLineArray CPageTableCell_GetTextLines | ( | const CPageTableCell | argCPageTableCell, |
| idrs_exception * | pargException | ||
| ) |
Get the array containing text lines.
| argCPageTableCell | CPageTableCell handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageTableCell_SetBoundingBox | ( | CPageTableCell | argCPageTableCell, |
| const IDRS_RECT * | rcBoundingBox, | ||
| idrs_exception * | pargException | ||
| ) |
Set the coordinates for the bounding rectangle.
| argCPageTableCell | CPageTableCell handle |
| rcBoundingBox | Bounding rectangle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageTableCell_SetCellStyle | ( | CPageTableCell | argCPageTableCell, |
| const CPageStyleTableCell | argPageStyleTableCell, | ||
| idrs_exception * | pargException | ||
| ) |
Set the style associated to the table cell.
| argCPageTableCell | CPageTableCell handle |
| argPageStyleTableCell | Object containing the style associated to the cell |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageTableCell_SetColIndex | ( | CPageTableCell | argCPageTableCell, |
| IDRS_INT const | iColIndex, | ||
| idrs_exception * | pargException | ||
| ) |
Set the cell column index.
| argCPageTableCell | CPageTableCell handle |
| iColIndex | 0 based column index |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageTableCell_SetColSpan | ( | CPageTableCell | argCPageTableCell, |
| IDRS_INT const | iColSpan, | ||
| idrs_exception * | pargException | ||
| ) |
Set the cols span for the cell.
| argCPageTableCell | CPageTableCell handle |
| iColSpan | Columns span value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageTableCell_SetRowIndex | ( | CPageTableCell | argCPageTableCell, |
| IDRS_INT const | iRowIndex, | ||
| idrs_exception * | pargException | ||
| ) |
Set the cell row index.
| argCPageTableCell | CPageTableCell handle |
| iRowIndex | 0 based row index |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageTableCell_SetRowSpan | ( | CPageTableCell | argCPageTableCell, |
| IDRS_INT const | iRowSpan, | ||
| idrs_exception * | pargException | ||
| ) |
Set the rows span for the cell.
| argCPageTableCell | CPageTableCell handle |
| iRowSpan | Rows span value |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageTableCell_SetTextLines | ( | CPageTableCell | argCPageTableCell, |
| const CPageTextLineArray | argTextLines, | ||
| idrs_exception * | pargException | ||
| ) |
Set the array containing the lines of text in the cell.
| argCPageTableCell | CPageTableCell handle |
| argTextLines | Array containing the lines of text in the cell |
| pargException | Pointer to exception structure that will be filled if an exception occurs |