PadNumber

The PadNumber command element specifies the one-byte pad character for number text items.

Components of PadNumber

A group view displays the components of the PadNumber command element.

The PadNumber command element can have Justify, ApplyPad, or Fill attributes, and either a PadValue or "PaddedToFixedSize" command.

Justify:
  • LEFT: Default setting. Specifies left justification.
  • RIGHT: Specifies right justification.
ApplyPad:
  • ANYCONTEXT: Specifies to pad the number text in any context.
  • FIXEDGROUP: Default setting. Specifies to pad the number text only in a fixed context.
Fill:
  • BEFORE: Specifies to pad the number before the sign.
  • AFTER: Default setting. Specifies to pad the number after the sign.

PadValue: Specifies the value of the one-byte pad character.

Example
<PadNumber fill="AFTER">
<PadValue><<00>></PadValue>
<PaddedToFixedSize Length="50"/>
</PadNumber>