Show / Hide Table of Contents

Class ExcelDrawingBorder

Border for drawings

Inheritance
System.Object
XmlHelper
ExcelDrawingBorder
Inherited Members
XmlHelper.AddSchemaNodeOrder(String[], String[])
XmlHelper.AddSchemaNodeOrder(String[], String[], Int32[])
XmlHelper.GetBoolFromString(String)
XmlHelper.CreatespPrNode(String, Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public sealed 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
System.Nullable<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
System.Nullable<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
System.Nullable<System.Double>

TailEnd

Tail end style for the line

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

Width

Width in pixels

Declaration
public double Width { get; set; }
Property Value
Type Description
System.Double
Back to top Generated by DocFX