padding

Determines the padding of the cells of a table in a field.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 5.5 Security:

# Syntax

set the padding of line lineNumber of fieldReference to pixels

# Params

- pixels : The number of pixels to add as padding around the contents of the cells in a table.

# Examples

set the padding of line 5 of field 1 to 10

# Description

Use the padding property to add padding to table cells.

The padding property adds padding to all sides of a table cell. The padding property only has an effect on a table in a field.

To create a table within a field use the tabStops property.

# Tags

ui,

# See