[#BloombergLP-balxml-Formatter_CompactImplState-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Formatter_CompactImplState.adoc[Formatter_CompactImplState]::Formatter_CompactImplState :relfileprefix: ../../../ :mrdocs: Create a `Formatter_CompactImplState` with the specified `indentLevel` and `spacesPerLevel`. == Synopsis Declared in `<balxml_formatter_compactimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Formatter_CompactImplState( int indentLevel, int spacesPerLevel); ---- == Description The created object has an `id` attribute of `Id::e_AT_START`, an `initialIndentLevel` attribute equal to `indentLevel`, and a `column` attribute of 0. == Parameters [cols="1,4"] |=== | Name| Description | *indentLevel* | initial and current indent level | *spacesPerLevel* | spaces per indentation level |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#