Prev: building blocks
Next: PRINTDATE Field Calculation
From: Software_Developer on 27 Apr 2010 09:06 Hello. In Word Object Model there is a missed method ToggleEditPlaceholderText of ContentControl object. Method description: Switches the state between editing the placeholder text for a content control and saving the placeholder text, and returns a Long that represents the state. Please see Word Help or MSDN http://msdn.microsoft.com/en-us/library/bb256833.aspx But this method really does not exist!!! It is not recognised by VBA editor. Also OLE/COM Object Viewer proofs that there is no such method in Word 12.0 Object Library!!! Please help. Thanks.
From: Jay Freedman on 27 Apr 2010 11:35 I don't know what sort of "help" you're expecting. Clearly the documentation is wrong, either because the method was never implemented or because it was withdrawn. In any case, it seems unnecessary; use the SetPlaceholderText method to make whatever changes you need. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. Software_Developer wrote: > Hello. > > In Word Object Model there is a missed method > ToggleEditPlaceholderText of ContentControl object. > > Method description: Switches the state between editing the > placeholder text for a content control and saving the placeholder > text, and returns a Long that represents the state. > > Please see Word Help or MSDN > http://msdn.microsoft.com/en-us/library/bb256833.aspx > > But this method really does not exist!!! It is not recognised by VBA > editor. Also OLE/COM Object Viewer proofs that there is no such > method in Word 12.0 Object Library!!! > > Please help. > Thanks.
|
Pages: 1 Prev: building blocks Next: PRINTDATE Field Calculation |