I want to determine the font color used in a text frame. We can typically use something like
textShape.TextFrame.Paragraphs[0].Portions[0].PortionFormat.FillFormat
This returns an Aspose.Slides.IFillFormat object with A…...Inherited Scheme Color in a PPTX File in C# Aspose.Slides Product...new Presentation("TextColor.pptx")) { Console.Out.WriteLine(...