Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
DynaPDF.Table.ClearRow
The function deletes the content in the specified row.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
DynaPDF | 3.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "DynaPDF.Table.ClearRow"; Table; Row; Types ) More
Parameters
Parameter | Description | Example |
---|---|---|
Table | The identifier for the table. | $Table |
Row | The row number. Range from 0 to DynaPDF.Table.GetNumRows-1. | 0 |
Types | What to clear. Can be Text, Template, Table, Action, ForeGround, BackGround, AllCont or Both. Or you pass numeric values combined from the hex values int he table below. | "AllCont" |
Result
Returns OK or error.
Description
The function deletes the content in the specified row.The paramter Types is described in DynaPDF.Table.ClearContent.
Type | Hex Number | Description |
Text | 0x00000001 | Text is always a foreground object |
Image | 0x00000002 | Images |
Template | 0x00000004 | Templates |
Table | 0x00000008 | Sub tables are always foreground objects |
AllCont | 0x0000001F | Delete all content types |
ForeGround | 0x10000000 | Only foreground objects? |
BackGround | 0x20000000 | Only background objects? |
Both | 0x30000000 | Delete both fore- and background objects |
See also
- DynaPDF.Table.AddRow
- DynaPDF.Table.ClearContent
- DynaPDF.Table.Create
- DynaPDF.Table.DeleteCol
- DynaPDF.Table.DeleteRow
- DynaPDF.Table.DeleteRows
- DynaPDF.Table.GetNextRow
- DynaPDF.Table.GetNumRows
- DynaPDF.Table.Release
- DynaPDF.Table.SetFlags
This function checks for a license.
Created 18th August 2014, last changed 22nd February 2019