Class ExcelDrawingTextSettings
Text settings for drawing objects.
Inherited Members
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingTextSettings : XmlHelper
Properties
Effect
Text effects
Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingEffectStyle |
Fill
The Fill style
Declaration
public ExcelDrawingFill Fill { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingFill |
Outline
The text outline style.
Declaration
public ExcelDrawingBorder Outline { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingBorder |