[#BloombergLP-bslim-Printer-start] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslim.adoc[bslim]::xref:BloombergLP/bslim/Printer.adoc[Printer]::start :relfileprefix: ../../../ :mrdocs: Print the initial indentation and opening bracket for this object. == Synopsis Declared in `<bslim_printer.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void start(bool suppressBracket = false) const; ---- == Description Print to the output stream supplied at construction `absLevel() * spacesPerLevel()` blank spaces if the `suppressInitialIndentFlag` is `false`, and suppress the initial indentation otherwise. If the optionally specified `suppressBracket` is `false`, print an opening square bracket. == Parameters [cols="1,4"] |=== | Name| Description | *suppressBracket* | if `true`, omit the opening square bracket |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#