API Reference
Class
LegacyXlsPhoneticSettings
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
- Property LegacyXlsWorksheet.PhoneticSettings
Constructors
public LegacyXlsPhoneticSettings(UInt16 fontId, LegacyXlsPhoneticType type, LegacyXlsPhoneticAlignment alignment, IReadOnlyList<String> ranges) #Initializes worksheet-level phonetic display defaults.
Parameters
- fontId System.UInt16
- Zero-based font index used to display phonetic text.
- type OfficeIMO.Excel.LegacyXls.Model.LegacyXlsPhoneticType
- Character conversion type for phonetic text.
- alignment OfficeIMO.Excel.LegacyXls.Model.LegacyXlsPhoneticAlignment
- Alignment for phonetic text.
- ranges System.Collections.Generic.IReadOnlyList{System.String}
- Optional BIFF range list attached to the PhoneticInfo record.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.