Table of Contents

IShapeLine.GetCap Method

Returns the line cap, if there is a LineStyle this is the Line cap, else if it is null it is the Theme line cap.

Syntax

Unit: FlexCel.Core

function IShapeLine.GetCap(const aPalette: TCoreExcelFile): TLineCap; virtual; abstract;

Parameters

<-> Parameter Type Description
const aPalette TCoreExcelFile

See also