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
Property Value
- long
this[int]
MsoPathInfo this[int index] { get; }
Parameters
index
int
Property Value
- MsoPathInfo
MsoLstCount
Property Value
- int
ShowStroke
bool ShowStroke { get; set; }
Property Value
- bool
Width
Property Value
- long
Methods
AddMso(MsoPathType)
MsoPathInfo AddMso(MsoPathType type)
Parameters
type
MsoPathType
Returns
- MsoPathInfo