UPaddingData
IPaddingData, from Univer
See doc: Univer TypeDoc - IPaddingData
public struct UPaddingData
Remarks
Represents the padding values applied to a cell or element. Used to define spacing inside the cell from each edge (top, bottom, left, right).
Properties
Property | Type | Default | Description |
---|---|---|---|
t | int | 0 | Top padding |
b | int | 0 | Bottom padding |
l | int | 0 | Left padding |
r | int | 0 | Right padding |