Show / Hide Table of Contents

Class ExcelDrawingBorder

Border for drawings

Inheritance
object
XmlHelper
ExcelDrawingBorder
ExcelChartExParetoLine
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingBorder : XmlHelper

Properties

Alignment

The pen alignment type for use within a text body

Declaration
public ePenAlignment Alignment { get; set; }
Property Value
Type Description
ePenAlignment

CompoundLineStyle

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

Declaration
public eCompundLineStyle CompoundLineStyle { get; set; }
Property Value
Type Description
eCompundLineStyle

Fill

Access to fill properties

Declaration
public ExcelDrawingFillBasic Fill { get; }
Property Value
Type Description
ExcelDrawingFillBasic

HeadEnd

Head end style for the line

Declaration
public ExcelDrawingLineEnd HeadEnd { get; }
Property Value
Type Description
ExcelDrawingLineEnd

Join

How connected lines are joined

Declaration
public eLineJoin? Join { get; set; }
Property Value
Type Description
eLineJoin?

LineCap

Specifies how to cap the ends of lines

Declaration
public eLineCap LineCap { get; set; }
Property Value
Type Description
eLineCap

LineStyle

Preset line dash

Declaration
public eLineStyle? LineStyle { get; set; }
Property Value
Type Description
eLineStyle?

MiterJoinLimit

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

Declaration
public double? MiterJoinLimit { get; set; }
Property Value
Type Description
double?

TailEnd

Tail end style for the line

Declaration
public ExcelDrawingLineEnd TailEnd { get; }
Property Value
Type Description
ExcelDrawingLineEnd

Width

Width in points

Declaration
public double Width { get; set; }
Property Value
Type Description
double
In this article
Back to top Generated by DocFX