ElementNon Breaking Space Field
A non-breaking space
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public const char NonBreakingSpace = ' 'VB
Public Const NonBreakingSpace As Char = " "CC++
public:
literal wchar_t NonBreakingSpace = ' 'F#
static val mutable NonBreakingSpace: charField Value
CharRemarks
XText doesn't write out entities in text such as " " so we need to use literal
characters instead.