photo

Philipp


Last seen: 5 meses hace Con actividad desde 2024

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
3 Respuestas

CLASIFICACIÓN
292.685
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
3 Respuestas

ACEPTACIÓN DE RESPUESTAS
66.67%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.373

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
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 meses hace | 0

| aceptada

Respondida
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 meses hace | 0

| aceptada

Pregunta


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 meses hace | 2 respuestas | 0

2

respuestas

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

alrededor de 1 año hace | 0

Pregunta


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

más de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 1 año hace | 1 respuesta | 0

1

respuesta