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:project:start|IProject]] ===== Description ===== Default line break style ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var sLineBreak = Project.LineBreak; </code>==== Visual Basic Script ==== <code vb> sLineBreak = Project.LineBreak </code>==== C++ ==== <code cpp> BSTR sLineBreak; HRESULT hr = Project.get_LineBreak(&sLineBreak); </code>===== See Also ===== [[:scripting:api:project:start|IProject]] ~~NOTOC~~