[]
Specifies the rules for text extension when text is justified.
public enum TextExtensionStrategy
Public Enum TextExtensionStrategy
Name | Description |
---|---|
Default | Text extension is based on JustifiedSpaceExtension and JustifiedTextExtension properties. |
EastAsianExcel | Allow text extension for wide characters and white spaces (not for narrow characters). |
Excel | Allow text extension for white spaces only. |
Normal | Same as Default. |