Property SharesJustificationSlackByWidth
SharesJustificationSlackByWidth
Gets whether a justified line's slack is shared among its spaces in proportion to each space's own width (true from compatibility mode 15, Word 2013) or equally (every earlier mode, and a document that declares no mode). WQ-0056: measured on Word's mode-15 export, where a space tracked 3 pt wider than its neighbours takes twice their share, and on the mode-11 export of the same sentence, where every space takes the same. Read from the DECLARED mode, like CompressesJustifiedSpaces.
public bool SharesJustificationSlackByWidth { get; }