Show / Hide Table of Contents

Class PhoneticProperties

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

Properties

Alignment

Declaration
public PhoneticAlignment Alignment { get; set; }
Property Value
Type Description
PhoneticAlignment

Font

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

Type

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

Methods

Equals(PhoneticProperties)

Declaration
public bool Equals(PhoneticProperties other)
Parameters
Type Name Description
PhoneticProperties 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