Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration Direction

An enumeration describing the possible positioning strategies of padded characters relative to the string that's being padded.

Index

Enumeration members

Enumeration members

Both

Both:

Position padding characters before and after the string, while keeping it centered.

Left

Left:

Position padding characters before the string.

Right

Right:

Position padding characters after the string.

Generated using TypeDoc