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
Cap
The ending caps for the line
public eLineCap Cap { get; set; }
Property Value
CompoundLineStyle
The compound line type to be used for the underline stroke
public eCompundLineStyle CompoundLineStyle { get; set; }
Property Value
Fill
Access to fill properties
public ExcelDrawingFill Fill { get; }
Property Value
HeadEnd
Properties for drawing line head ends
public ExcelDrawingLineEnd HeadEnd { get; }
Property Value
Join
The shape that lines joined together have
public eLineJoin? Join { get; set; }
Property Value
MiterJoinLimit
How much lines are extended to form a miter join
public double? MiterJoinLimit { get; set; }
Property Value
Style
Preset line dash
public eLineStyle Style { get; set; }
Property Value
TailEnd
Properties for drawing line tail ends
public ExcelDrawingLineEnd TailEnd { get; }
Property Value
Width
Line width, in EMU's
1 Pixel = 9525 1 Pt = 12700 1 cm = 360000 1 US inch = 914400
public int Width { get; set; }