API Reference

Enum

LegacyXlsPhoneticType

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines the worksheet-level phonetic character conversion decoded from a BIFF PhoneticInfo record.

Inheritance

  • Enum
  • LegacyXlsPhoneticType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const LegacyXlsPhoneticType HalfWidthKatakana #

Use narrow/half-width Katakana characters as phonetic text.

Value: 0
public const LegacyXlsPhoneticType FullWidthKatakana #

Use wide/full-width Katakana characters as phonetic text.

Value: 1
public const LegacyXlsPhoneticType Hiragana #

Use Hiragana characters as phonetic text.

Value: 2
public const LegacyXlsPhoneticType NoConversion #

Use any characters without conversion.

Value: 3