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. ====== Create ====== Method of [[:scripting:api:style-informer-creator:start|IStyleInformerCreator]] ===== Description ===== Creates Style Informer instance for a document ===== Parameters ===== * [[:scripting:api:syntax:start|ISyntax]] **pSyntax** ==== Return Value ==== * [[:scripting:api:style-informer:start|IStyleInformer]] **pInformer** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pInformer = StyleInformerCreator.Create(pSyntax); </code>==== Visual Basic Script ==== <code vb> pInformer = StyleInformerCreator.Create pSyntax </code>==== C++ ==== <code cpp> CComPtr<IStyleInformer> pInformer; HRESULT hr = StyleInformerCreator.Create(pSyntax, &Informer); </code>===== See Also ===== [[:scripting:api:style-informer-creator:start|IStyleInformerCreator]] ~~NOTOC~~