Class ExcelDrawingBorder
Border for drawings
Inherited Members
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 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 |
---|---|
e |
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 |
---|---|
e |
Fill
Access to fill properties
Declaration
public ExcelDrawingFillBasic Fill { get; }
Property Value
Type | Description |
---|---|
Excel |
HeadEnd
Head end style for the line
Declaration
public ExcelDrawingLineEnd HeadEnd { get; }
Property Value
Type | Description |
---|---|
Excel |
Join
How connected lines are joined
Declaration
public eLineJoin? Join { get; set; }
Property Value
Type | Description |
---|---|
System. |
LineCap
Specifies how to cap the ends of lines
Declaration
public eLineCap LineCap { get; set; }
Property Value
Type | Description |
---|---|
e |
LineStyle
Preset line dash
Declaration
public eLineStyle? LineStyle { get; set; }
Property Value
Type | Description |
---|---|
System. |
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. |
TailEnd
Tail end style for the line
Declaration
public ExcelDrawingLineEnd TailEnd { get; }
Property Value
Type | Description |
---|---|
Excel |
Width
Width in pixels
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System. |