VSTO Powerpoint Notes Page - Different colored words on same line
问题 I am trying to insert content into the Notes Page of Powerpoint programmatically. There will be different colored text on the same line. I have only gotten it to work via paragraphs, but doing so will make them appear on different lines. This is what I have tried: var slideRange = Application.ActivePresentation.Slides; slideRange[1].NotesPage.Shapes[2].TextFrame.TextRange.Paragraphs(1).Font.Color.RGB = Color.Black; slideRange[1].NotesPage.Shapes[2].TextFrame.TextRange.Paragraphs(1).Text =