Table of Contents

Interface IGeomPathInfo

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IGeomPathInfo

Properties

ExtrusionOk

bool ExtrusionOk { get; set; }

Property Value

bool

FillMode

PathFillMode FillMode { get; set; }

Property Value

PathFillMode

Height

long Height { get; }

Property Value

long

this[int]

MsoPathInfo this[int index] { get; }

Parameters

index int

Property Value

MsoPathInfo

MsoLstCount

int MsoLstCount { get; }

Property Value

int

ShowStroke

bool ShowStroke { get; set; }

Property Value

bool

Width

long Width { get; }

Property Value

long

Methods

AddMso(MsoPathType)

MsoPathInfo AddMso(MsoPathType type)

Parameters

type MsoPathType

Returns

MsoPathInfo