[#BloombergLP-bdljsn-WriteOptions-setInitialIndentLevel] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/WriteOptions.adoc[WriteOptions]::setInitialIndentLevel :relfileprefix: ../../../ :mrdocs: Set the `initialIndentLevel` attribute of this object to the specified `value`. == Synopsis Declared in `<bdljsn_writeoptions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/WriteOptions.adoc[WriteOptions]& setInitialIndentLevel(int value); ---- == Description The behavior is undefined unless `0 <= value`. == Return Value a non‐`const` reference to this object == Parameters [cols="1,4"] |=== | Name| Description | *value* | new value for `initialIndentLevel` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#