Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== LineBreak ====== Property of [[:scripting:api:text-document:start|ITextDocument]] ===== Description ===== Default Line Break Style ===== Property type ===== Read-Write Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pstrChars = TextDocument.LineBreak; TextDocument.LineBreak = pstrChars; </code>==== Visual Basic Script ==== <code vb> pstrChars = TextDocument.LineBreak TextDocument.LineBreak = pstrChars </code>==== C++ ==== <code cpp> BSTR pstrChars; HRESULT hr = TextDocument.get_LineBreak(&pstrChars); hr = TextDocument.put_LineBreak(pstrChars); </code>===== See Also ===== [[:scripting:api:text-document:start|ITextDocument]] ~~NOTOC~~