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…...Discourse February 5, 2026, 1:49pm 2 @co213 You’re seeing IFillFormat...request. co213 February 5, 2026, 2:03pm 3 Thanks. I can try RGB matching...