Show / Hide Table of Contents

Class ExcelDrawingTextSettings

Text settings for drawing objects.

Inheritance
System.Object
XmlHelper
ExcelDrawingTextSettings
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.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
In This Article
Back to top Generated by DocFX