object.style.textJustify = "value";
<'text-justify'> = auto | none | inter-word | inter-character
auto
Automatically specified by the user agent.
none
Justification is disabled: there are no justification opportunities within the text.
inter-word
Justification adjusts spacing at word separators only.
inter-character
Justification adjusts spacing between each pair of adjacent typographic character units.