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...
9ヶ月 前 | 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'); ...
9ヶ月 前 | 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...
11ヶ月 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0

