aspnetcore-js-devexpress-dot-richedit-0a59e75d.md
Contains padding settings.
export class Paddings implements IPaddings
IPaddings
Initializes a new instance of the Paddings class with specified settings.
constructor(
top: number,
right: number,
bottom: number,
left: number
)
| Name | Type | Description |
|---|---|---|
| top | number |
The padding for the top page edge.
| | right | number |
The padding for the right page edge.
| | bottom | number |
The padding for the bottom page edge.
| | left | number |
The padding for the left page edge.
|
Specifies the padding for the bottom page edge.
bottom: number
| Type | Description |
|---|---|
| number |
The padding value in pixels.
|
Specifies the padding for the left page edge.
left: number
| Type | Description |
|---|---|
| number |
The padding value in pixels.
|
Specifies the padding for the right page edge.
right: number
| Type | Description |
|---|---|
| number |
The padding value in pixels.
|
Specifies the padding for the top page edge.
top: number
| Type | Description |
|---|---|
| number |
The padding value in pixels.
|