Click or drag to resize

InlineXbrlWhitespace Enumeration

The InlineXbrlWhitespace enum indicates the default whitespace normalization during transformation of Inline XBRL tags.

Namespace:  Altova.RaptorXml.Xbrl
Assembly:  raptorxmlxbrlapi (in raptorxmlxbrlapi.dll) Version: 2.8.2.0 (1.0.0.0)
Syntax
public enum InlineXbrlWhitespace
Members
  Member nameValueDescription
Preserve0
Trim1
Replace2
Collapse3
See Also