Table of Contents

Class ExcelThemeLine

Namespace
OfficeOpenXml.Drawing.Theme
Assembly
EPPlus.dll

Linestyle for a theme

public class ExcelThemeLine : XmlHelper
Inheritance
ExcelThemeLine
Inherited Members

Properties

Alignment

Specifies the pen alignment type for use within a text body

public ePenAlignment Alignment { get; set; }

Property Value

ePenAlignment

Cap

The ending caps for the line

public eLineCap Cap { get; set; }

Property Value

eLineCap

CompoundLineStyle

The compound line type to be used for the underline stroke

public eCompundLineStyle CompoundLineStyle { get; set; }

Property Value

eCompundLineStyle

Fill

Access to fill properties

public ExcelDrawingFill Fill { get; }

Property Value

ExcelDrawingFill

HeadEnd

Properties for drawing line head ends

public ExcelDrawingLineEnd HeadEnd { get; }

Property Value

ExcelDrawingLineEnd

Join

The shape that lines joined together have

public eLineJoin? Join { get; set; }

Property Value

eLineJoin?

MiterJoinLimit

How much lines are extended to form a miter join

public double? MiterJoinLimit { get; set; }

Property Value

double?

Style

Preset line dash

public eLineStyle Style { get; set; }

Property Value

eLineStyle

TailEnd

Properties for drawing line tail ends

public ExcelDrawingLineEnd TailEnd { get; }

Property Value

ExcelDrawingLineEnd

Width

Line width, in EMU's

1 Pixel = 9525 1 Pt = 12700 1 cm = 360000 1 US inch = 914400

public int Width { get; set; }

Property Value

int