[#BloombergLP-bdljsn-WriteOptions-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdljsn.adoc[bdljsn]::xref:BloombergLP/bdljsn/WriteOptions.adoc[WriteOptions]::WriteOptions :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdljsn_writeoptions.h>` Create an object of type `WriteOptions` having the (default) attribute values: ` escapeForwardSlash() == true initialIndentLevel() == 0 sortMembers() == false spacesPerLevel() == 4 style() == e_COMPACT ` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/WriteOptions/2constructor-0e.adoc[WriteOptions](); ---- [.small]#xref:BloombergLP/bdljsn/WriteOptions/2constructor-0e.adoc[_» more..._]# Create an object of type `WriteOptions` having the value of the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdljsn/WriteOptions/2constructor-08.adoc[WriteOptions](xref:BloombergLP/bdljsn/WriteOptions.adoc[WriteOptions] const& original); ---- [.small]#xref:BloombergLP/bdljsn/WriteOptions/2constructor-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#