TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

enum WhitespaceFlags in Tinman.Core.Document

Enumeration of flags for whitespace handling of inline nodes.

[Flags, PersistentEnum]
enum WhitespaceFlags  

Remarks

Whitespace flags of consecutive inline nodes are collapsed, i.e. the trailing whitespace of the previous node and the leading whitespace of the following node will be merged. Also leading whitespaces at the beginning of a block node are dropped, just as tailing whitespaces at the end of a block node.

Items

None = 0

The inline has neither leading nor trailing whitespaces.

Leading = 0x01

A leading whitespace is required for the inline node.

Trailing = 0x02

A trailing whitespace is required for the inline node.