[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FormattedContentObject

Class FormattedContentObject

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a ContentObject that has formatting properties.

Derived classes include Paragraph, Run, Table, Row, Cell, ContentControl.

public class FormattedContentObject : ContentObject
Inheritance
object
FormattedContentObject
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

GetInheritedFormatting()

Gets a list of direct formatting applied to this and parent objects.

protected List<Dictionary<string, object>> GetInheritedFormatting()

Returns

System.Collections.Generic.List<T><System.Collections.Generic.Dictionary<TKey, TValue><string, object>>

A list of direct formatting applied to this and parent objects.