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
CompoundLineStyle
The compound line type that is to be used for lines with text such as underlines
public eCompundLineStyle CompoundLineStyle { get; set; }
Property Value
Fill
Access to fill properties
public ExcelDrawingFillBasic Fill { get; }
Property Value
HeadEnd
Head end style for the line
public ExcelDrawingLineEnd HeadEnd { get; }
Property Value
Join
How connected lines are joined
public eLineJoin? Join { get; set; }
Property Value
LineCap
Specifies how to cap the ends of lines
public eLineCap LineCap { get; set; }
Property Value
LineStyle
Preset line dash
public eLineStyle? LineStyle { get; set; }
Property Value
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
TailEnd
Tail end style for the line
public ExcelDrawingLineEnd TailEnd { get; }
Property Value
Width
Width in pixels
public double Width { get; set; }