Show / Hide Table of Contents

Class PhoneticRun

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

Constructors

PhoneticRun()

Declaration
public PhoneticRun()

PhoneticRun(String)

Declaration
public PhoneticRun(string text)
Parameters
Type Name Description
System.String text

Properties

BaseTextEndIndex

Declaration
public int BaseTextEndIndex { get; set; }
Property Value
Type Description
System.Int32

BaseTextStartIndex

Declaration
public int BaseTextStartIndex { get; set; }
Property Value
Type Description
System.Int32

PreserveSpace

Declaration
public bool PreserveSpace { get; set; }
Property Value
Type Description
System.Boolean

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Methods

Equals(PhoneticRun)

Declaration
public bool Equals(PhoneticRun other)
Parameters
Type Name Description
PhoneticRun other
Returns
Type Description
System.Boolean

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