CODIUM Programming Language (CPL) CodiumSDK CPL WhiteSpace
July 14, 2023 at 8:30 PM
Espacio de nombres: CodiumSDK.CPL
Ensamblado: CodiumSDK.dll
Ensamblado: CodiumSDK.dll
White Space
C# |
public enum WhiteSpace |
Constante | Descripción | |
---|---|---|
Inherit | Inherits this property from its parent element. | |
Initial | Sets this property to its default value. | |
Normal | Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary. This is default | |
Nowrap | Sequences 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 | |
Pre | Whitespace is preserved by the browser. Text will only wrap on line breaks. Acts like the pre tag in HTML | |
Pre_Line | Sequences of whitespace will collapse into a single whitespace. Text will wrap when necessary, and on line breaks | |
Pre_Wrap | Whitespace is preserved by the browser. Text will wrap when necessary, and on line breaks |