API Reference

Class

LegacyXlsPhoneticSettings

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Represents worksheet-level phonetic display defaults decoded from a BIFF PhoneticInfo record.

Inheritance

  • Object
  • LegacyXlsPhoneticSettings

Usage

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

Returned or exposed by

Constructors

public LegacyXlsPhoneticSettings(UInt16 fontId, LegacyXlsPhoneticType type, LegacyXlsPhoneticAlignment alignment, IReadOnlyList<String> ranges) #

Initializes worksheet-level phonetic display defaults.

Parameters

fontId System.UInt16 requiredposition: 0
Zero-based font index used to display phonetic text.
type OfficeIMO.Excel.LegacyXls.Model.LegacyXlsPhoneticType requiredposition: 1
Character conversion type for phonetic text.
alignment OfficeIMO.Excel.LegacyXls.Model.LegacyXlsPhoneticAlignment requiredposition: 2
Alignment for phonetic text.
ranges System.Collections.Generic.IReadOnlyList{System.String} requiredposition: 3
Optional BIFF range list attached to the PhoneticInfo record.

Properties

public UInt16 FontId { get; } #

Gets the zero-based font index used to display phonetic text.

public LegacyXlsPhoneticType Type { get; } #

Gets the character conversion type for phonetic text.

public LegacyXlsPhoneticAlignment Alignment { get; } #

Gets the alignment for phonetic text.

public IReadOnlyList<String> Ranges { get; } #

Gets BIFF cell ranges attached to the PhoneticInfo record.

public Boolean HasRanges { get; } #

Gets whether the record carries range-scoped phonetic guide metadata.