CharacterSpacingValues enumeration

Office 2013 and later

Defines the CharacterSpacingValues enumeration.

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

Member nameDescription
DoNotCompress Do Not Compress Whitespace. When the item is serialized out as xml, its value is "doNotCompress".
CompressPunctuation Compress Whitespace From Punctuation Characters. When the item is serialized out as xml, its value is "compressPunctuation".
CompressPunctuationAndJapaneseKana Compress Whitespace From Both Japanese Kana And Punctuation Characters. When the item is serialized out as xml, its value is "compressPunctuationAndJapaneseKana".
Show: