some problem in developing a PowerPoint Add-in

H

hclai

Recently, I encounter some problem in developing a PowerPoint Add-in.
In slideshow mode, we can change PointerType to PointerPen to draw lines.
We can save all lines before exiting slideshow mode, and the lines will be
save as msoInkComment object.
I have two question.
First, I want to modify the lines realtime in slideshow mode, but I don't
know where the lines record.
Sencond, I don't know how to modify msoInkComment shape object (I want to
know the actual format of the object).
 
Top