Pad Text

Provides a padding for the text.

This activity provides padding for the given text based on the given inputs.

Input

  • Text : String Argument Input the text that is to be padded

  • Pad Value: String Argument Input the value to be padded with the specified text.

  • Total Width: Integer Argument Input the total width of the text after padding.

  • Pad Text From: Select where the specified text is to be padded.

    • PadLeft - Right-aligns the characters in the given text.

    • PadRight - Left-aligns the characters in the given text.

Output

Last updated