[]
Specifies the rules for text extension when text is justified.
public enum TextExtensionStrategy
Default = 0
Text extension is based on JustifiedSpaceExtension and JustifiedTextExtension properties.
EastAsianExcel = 2
Allow text extension for wide characters and white spaces (not for narrow characters).
Excel = 3
Allow text extension for white spaces only.
Normal = 1
Same as Default.