Options.AutoFormatDeleteAutoSpaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if spaces inserted between Japanese and Latin text will be deleted when Microsoft Word formats a document or range automatically.
public:
property bool AutoFormatDeleteAutoSpaces { bool get(); void set(bool value); };
public bool AutoFormatDeleteAutoSpaces { get; set; }
member this.AutoFormatDeleteAutoSpaces : bool with get, set
Public Property AutoFormatDeleteAutoSpaces As Boolean