[#BloombergLP-balxml-Formatter_PrettyImplState-2constructor-01e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Formatter_PrettyImplState.adoc[Formatter_PrettyImplState]::Formatter_PrettyImplState :relfileprefix: ../../../ :mrdocs: Create a `Formatter_PrettyImplState` with the specified `indentLevel`, `spacesPerLevel`, and `wrapColumn`. == Synopsis Declared in `<balxml_formatter_prettyimpl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- Formatter_PrettyImplState( int indentLevel, int spacesPerLevel, int wrapColumn, xref:BloombergLP/balxml/Formatter_PrettyImplState/allocator_type.adoc[allocator_type] const& allocator = allocator_type()); ---- == Description The object has an `id` attribute of `Id::e_AT_START`, a `column` attribute of 0, and an empty `elementNesting` attribute. Optionally specify an `allocator` (e.g., the address of a `bslma::Allocator` object) to supply memory; otherwise, the default allocator is used. == Parameters [cols="1,4"] |=== | Name| Description | *indentLevel* | initial indentation level | *spacesPerLevel* | spaces per indentation level | *wrapColumn* | column at which to wrap lines | *allocator* | memory allocator used to supply memory |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#