API Reference
Class
LegacyXlsDrawingChildAnchor
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
- Constructor LegacyXlsDrawingRecord.LegacyXlsDrawingRecord
Constructors
public LegacyXlsDrawingChildAnchor(Int32 left, Int32 top, Int32 right, Int32 bottom) #Creates preserve-only metadata for an OfficeArt child anchor.
Parameters
- left System.Int32
- top System.Int32
- right System.Int32
- bottom System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.