[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FormattedMark

Class FormattedMark

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

Specifies the set of properties applied to the the special content mark.

public class FormattedMark : FormattingBag
Inheritance
object
FormattedMark
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

BaseKey

Gets the base (this class) key for formatting properties.

protected override string BaseKey { get; }

Property Value

string

Font

Provides access to the font formatting of this object.

public Font Font { get; }

Property Value

Font

Style

Gets or sets character or linked paragraph style which shall be used to format this object.

public Style Style { get; set; }

Property Value

Style

Methods

ClearFormatting()

Resets to default formatting.

public override void ClearFormatting()