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개월 전 | 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개월 전 | 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개월 전 | 답변 수: 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

