API Reference

Class

LegacyXlsDrawingChildAnchor

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

Describes shallow metadata decoded from an OfficeArtChildAnchor record.

Inheritance

  • Object
  • LegacyXlsDrawingChildAnchor

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

Constructors

public LegacyXlsDrawingChildAnchor(Int32 left, Int32 top, Int32 right, Int32 bottom) #

Creates preserve-only metadata for an OfficeArt child anchor.

Parameters

left System.Int32 requiredposition: 0
top System.Int32 requiredposition: 1
right System.Int32 requiredposition: 2
bottom System.Int32 requiredposition: 3

Properties

public Int32 Left { get; } #

Gets the left coordinate in the parent drawing coordinate space.

public Int32 Top { get; } #

Gets the top coordinate in the parent drawing coordinate space.

public Int32 Right { get; } #

Gets the right coordinate in the parent drawing coordinate space.

public Int32 Bottom { get; } #

Gets the bottom coordinate in the parent drawing coordinate space.

public Int32 Width { get; } #

Gets the decoded width.

public Int32 Height { get; } #

Gets the decoded height.