[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CheckBoxSymbol

Class CheckBoxSymbol

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

Specifies a symbol to be used for a checkbox state.

public class CheckBoxSymbol
Inheritance
object
CheckBoxSymbol
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

Character

Gets or sets the character for the Unicode character value of the symbol.

public char Character { get; set; }

Property Value

char

FontName

Get or sets the font that will be used to format this symbol.

public string FontName { get; set; }

Property Value

string

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.