API Reference

Class

LegacyXlsChartText

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

Describes shallow metadata decoded from a chart Text record.

Inheritance

  • Object
  • LegacyXlsChartText

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

Accepted by parameters

Properties

public Byte HorizontalAlignment { get; } #

Gets the raw horizontal alignment identifier.

public String HorizontalAlignmentName { get; } #

Gets the decoded horizontal alignment name.

public Byte VerticalAlignment { get; } #

Gets the raw vertical alignment identifier.

public String VerticalAlignmentName { get; } #

Gets the decoded vertical alignment name.

public UInt16 BackgroundMode { get; } #

Gets the raw text background mode.

public String BackgroundModeName { get; } #

Gets the decoded text background mode name.

public String RgbHex { get; } #

Gets the text foreground color as RGB hex.

public Int32 X { get; } #

Gets the horizontal text position in SPRC units.

public Int32 Y { get; } #

Gets the vertical text position in SPRC units.

public Int32 Width { get; } #

Gets the text width in SPRC units.

public Int32 Height { get; } #

Gets the text height in SPRC units.

public UInt16 Flags { get; } #

Gets the raw Text record flag bitfield.

public IReadOnlyList<String> FlagNames { get; } #

Gets decoded Text record flag names.

public UInt16 ColorIndex { get; } #

Gets the indexed text color.

public Byte DataLabelPosition { get; } #

Gets the raw data-label position identifier.

public String DataLabelPositionName { get; } #

Gets the decoded data-label position name.

public Byte ReadingOrder { get; } #

Gets the raw reading-order identifier.

public String ReadingOrderName { get; } #

Gets the decoded reading-order name.

public UInt16 Rotation { get; } #

Gets the text rotation value.