Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll

White Space
C#
public enum WhiteSpace
ConstanteDescripción
InheritInherits this property from its parent element.
InitialSets this property to its default value.
NormalSequences of whitespace will collapse into a single whitespace. Text will wrap when necessary. This is default
NowrapSequences of whitespace will collapse into a single whitespace. Text will never wrap to the next line. The text continues on the same line until a br tag is encountered
PreWhitespace is preserved by the browser. Text will only wrap on line breaks. Acts like the pre tag in HTML
Pre_LineSequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks
Pre_WrapWhitespace is preserved by the browser. Text will wrap when necessary, and on line breaks