[]
Represents a ContentObject that has formatting properties.
Derived classes include Paragraph, Run, Table, Row, Cell, ContentControl.
public class FormattedContentObject : ContentObject
Gets a list of direct formatting applied to this and parent objects.
protected List<Dictionary<string, object>> GetInheritedFormatting()
A list of direct formatting applied to this and parent objects.