Table of Contents

Class ExcelShape

Namespace
OfficeOpenXml.Drawing
Assembly
Magicodes.EPPlus.dll
public sealed class ExcelShape : ExcelDrawing, IDisposable
Inheritance
ExcelShape
Implements
Inherited Members
Extension Methods

Properties

Border

public ExcelDrawingBorder Border { get; }

Property Value

ExcelDrawingBorder

Fill

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

Font

public ExcelTextFont Font { get; }

Property Value

ExcelTextFont

Indent

public int Indent { get; set; }

Property Value

int

LineEnds

public ExcelDrawingLineEnd LineEnds { get; }

Property Value

ExcelDrawingLineEnd

LockText

public bool LockText { get; set; }

Property Value

bool

RichText

public ExcelParagraphCollection RichText { get; }

Property Value

ExcelParagraphCollection

Style

public eShapeStyle Style { get; set; }

Property Value

eShapeStyle

Text

public string Text { get; set; }

Property Value

string

TextAlignment

public eTextAlignment TextAlignment { get; set; }

Property Value

eTextAlignment

TextAnchoring

public eTextAnchoringType TextAnchoring { get; set; }

Property Value

eTextAnchoringType

TextAnchoringControl

public bool TextAnchoringControl { get; set; }

Property Value

bool

TextVertical

public eTextVerticalType TextVertical { get; set; }

Property Value

eTextVerticalType