Table of Contents

Class ExcelDrawingBorder

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

Border for drawings

public class ExcelDrawingBorder : XmlHelper
Inheritance
ExcelDrawingBorder
Derived
Inherited Members

Properties

Alignment

The pen alignment type for use within a text body

public ePenAlignment Alignment { get; set; }

Property Value

ePenAlignment

CompoundLineStyle

The compound line type that is to be used for lines with text such as underlines

public eCompundLineStyle CompoundLineStyle { get; set; }

Property Value

eCompundLineStyle

Fill

Access to fill properties

public ExcelDrawingFillBasic Fill { get; }

Property Value

ExcelDrawingFillBasic

HeadEnd

Head end style for the line

public ExcelDrawingLineEnd HeadEnd { get; }

Property Value

ExcelDrawingLineEnd

Join

How connected lines are joined

public eLineJoin? Join { get; set; }

Property Value

eLineJoin?

LineCap

Specifies how to cap the ends of lines

public eLineCap LineCap { get; set; }

Property Value

eLineCap

LineStyle

Preset line dash

public eLineStyle? LineStyle { get; set; }

Property Value

eLineStyle?

MiterJoinLimit

The amount by which lines is extended to form a miter join Otherwise miter joins can extend infinitely far.

public double? MiterJoinLimit { get; set; }

Property Value

double?

TailEnd

Tail end style for the line

public ExcelDrawingLineEnd TailEnd { get; }

Property Value

ExcelDrawingLineEnd

Width

Width in pixels

public double Width { get; set; }

Property Value

double