Feeds
已回答
List all custom properties and add a new one with actxserver Word
Hi, the solution I found on "How to list all custom document properties?" hdlWord = actxserver('Word.Application'); hdlWord.V...
List all custom properties and add a new one with actxserver Word
Hi, the solution I found on "How to list all custom document properties?" hdlWord = actxserver('Word.Application'); hdlWord.V...
6 months 前 | 0
| 已接受
已回答
Add custom property to word via actxserver
I did not find a correct way to perform the ActiveX code. hdlDoc.CustomDocumentProperties.Add('ExtraProp',false,4,'NewValue'); ...
Add custom property to word via actxserver
I did not find a correct way to perform the ActiveX code. hdlDoc.CustomDocumentProperties.Add('ExtraProp',false,4,'NewValue'); ...
6 months 前 | 0
| 已接受
提问
Add custom property to word via actxserver
I want to add a new custom document property to a word document This word macro works totally fine: ActiveDocument.CustomDocum...
8 months 前 | 2 个回答 | 0
2
个回答已回答
How do I open the Header/Footer in a Word programatically from MATLAB?
I am trying to use this code, but there are some issues. I have an existing word template which I want to reuse. It has already...
How do I open the Header/Footer in a Word programatically from MATLAB?
I am trying to use this code, but there are some issues. I have an existing word template which I want to reuse. It has already...
1 year 前 | 0
提问
List all custom properties and add a new one with actxserver Word
Hi all, I am using actxserver for Word-Documents and manipulating their custom document properties. I know how to get and set ...
1 year 前 | 2 个回答 | 0
2
个回答提问
Save document with custom properties with actxserver Word
The following script shall change custom properties of a word document using the activexserver syntax for Microsoft Word. %% In...
1 year 前 | 1 个回答 | 0

