photo

Philipp


Last seen: 5 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
3 个回答

排名
292,683
of 300,343

声誉
0

贡献数
3 个提问
3 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,926

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,172

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Answer
  • Thankful Level 1

查看徽章

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...

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'); ...

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...

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

1

个回答