Show / Hide Table of Contents

Class ExcelDrawingTextSettings

Text settings for drawing objects.

Inheritance
Object
XmlHelper
ExcelDrawingTextSettings
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
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