API Reference
Class
LegacyXlsDrawingAnchor
Describes shallow metadata decoded from an OfficeArtFClientAnchor record.
Inheritance
- Object
- LegacyXlsDrawingAnchor
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 LegacyXlsComment.Anchor
- Property LegacyXlsDrawingRecord.AnchorEntries
Accepted by parameters
- Constructor LegacyXlsComment.LegacyXlsComment
- Constructor LegacyXlsDrawingRecord.LegacyXlsDrawingRecord
Constructors
public LegacyXlsDrawingAnchor(UInt16 flags, UInt16 startColumn, UInt16 startDx, UInt16 startRow, UInt16 startDy, UInt16 endColumn, UInt16 endDx, UInt16 endRow, UInt16 endDy) #Creates preserve-only metadata for an OfficeArt client anchor.
Parameters
- flags System.UInt16
- startColumn System.UInt16
- startDx System.UInt16
- startRow System.UInt16
- startDy System.UInt16
- endColumn System.UInt16
- endDx System.UInt16
- endRow System.UInt16
- endDy System.UInt16
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 Flags { get; } #Gets the raw anchor flags.
public UInt16 StartColumn { get; } #Gets the zero-based starting column.
public UInt16 StartDx { get; } #Gets the starting column offset.
public UInt16 StartRow { get; } #Gets the zero-based starting row.
public UInt16 StartDy { get; } #Gets the starting row offset.
public UInt16 EndColumn { get; } #Gets the zero-based ending column.
public UInt16 EndDx { get; } #Gets the ending column offset.
public UInt16 EndRow { get; } #Gets the zero-based ending row.
public UInt16 EndDy { get; } #Gets the ending row offset.