[]
Stores values that can be used to specify how the item's paddings should be handled.
public enum PaddingType
| Name | Description |
|---|---|
| Adjust | Adjust the paddings so that they become a multiple of the size of the font. |
| Keep | Keeps the paddings as is. |
| Remove | Remove paddings |