API Reference

Class

LegacyXlsChartPosition

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

Describes shallow metadata decoded from a chart Pos record.

Inheritance

  • Object
  • LegacyXlsChartPosition

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 UInt16 TopLeftMode { get; } #

Gets the raw upper-left position mode.

public String TopLeftModeName { get; } #

Gets the decoded upper-left position mode name.

public UInt16 BottomRightMode { get; } #

Gets the raw lower-right position mode.

public String BottomRightModeName { get; } #

Gets the decoded lower-right position mode name.

public String SemanticTypeName { get; } #

Gets the semantic object type implied by the position mode pair.

public String X1Y1MeaningName { get; } #

Gets the semantic meaning of the first X and Y coordinates.

public String X2Y2MeaningName { get; } #

Gets the semantic meaning of the second X and Y coordinates.

public String IgnoredCoordinateStateName { get; } #

Gets which coordinate group is ignored or context-dependent.

public Boolean HasKnownSemanticCombination { get; } #

Gets a value indicating whether the mode pair is a known Pos semantic combination.

public Int16 X1 { get; } #

Gets the first X coordinate or offset.

public Int16 Y1 { get; } #

Gets the first Y coordinate or offset.

public Int16 X2 { get; } #

Gets the second X coordinate, width, or ignored value.

public Int16 Y2 { get; } #

Gets the second Y coordinate, height, or ignored value.