Show / Hide Table of Contents

Class PhoneticText

Inheritance
System.Object
PhoneticText
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class PhoneticText : object

Constructors

PhoneticText()

Declaration
public PhoneticText()

Properties

Cell

Declaration
public Cell Cell { get; set; }
Property Value
Type Description
Cell

Properties

Declaration
public PhoneticProperties Properties { get; set; }
Property Value
Type Description
PhoneticProperties

Runs

Declaration
public List<PhoneticRun> Runs { get; }
Property Value
Type Description
List<PhoneticRun>

Methods

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Back to top Generated by DocFX