Padding
Contents
[
Hide
]Padding class
Module: aspose_barcode.generation.padding
Paddings parameters.
Constructors
| Name | Description |
|---|---|
| init |
Methods
| Name | Return Type | Static | Description |
|---|---|---|---|
| str | str | No | Returns a human-readable string representation of this Padding. |
Properties
| Name | Type | Description |
|---|---|---|
| bottom | Optional[Unit] | Bottom padding. |
| left | Optional[Unit] | Left padding. |
| right | Optional[Unit] | Right padding. |
| top | Optional[Unit] | Top padding. |
Padding Constructor
__init__(self, _java_class)
| Parameter | Type | Description |
|---|---|---|
_java_class | `` |
Padding.str
__str__(self) -> str
Returns a human-readable string representation of this Padding.
Return Type: str — A string that represents this Padding.
Padding.bottom
Type: Optional[Unit]
Bottom padding.
Bottom padding.
| Parameter | Type | Description |
|---|---|---|
value | Unit |
Padding.left
Type: Optional[Unit]
Left padding.
Left padding.
| Parameter | Type | Description |
|---|---|---|
value | Unit |
Padding.right
Type: Optional[Unit]
Right padding.
Right padding.
| Parameter | Type | Description |
|---|---|---|
value | Unit |
Padding.top
Type: Optional[Unit]
Top padding.
Top padding.
| Parameter | Type | Description |
|---|---|---|
value | Unit |