Show / Hide Table of Contents

Class ExcelShapeBase

Base class for drawing-shape objects

Inheritance
System.Object
XmlHelper
ExcelDrawing
ExcelShapeBase
ExcelConnectionShape
ExcelShape
Implements
System.IDisposable
Inherited Members
ExcelDrawing.EMU_PER_PIXEL
ExcelDrawing.EMU_PER_POINT
ExcelDrawing.EMU_PER_CM
ExcelDrawing.EMU_PER_MM
ExcelDrawing.EMU_PER_US_INCH
ExcelDrawing.EMU_PER_PICA
ExcelDrawing._doNotAdjust
ExcelDrawing.Name
ExcelDrawing.Description
ExcelDrawing.EditAs
ExcelDrawing.Locked
ExcelDrawing.Print
ExcelDrawing.From
ExcelDrawing.Position
ExcelDrawing.Size
ExcelDrawing.To
ExcelDrawing.Hyperlink
ExcelDrawing.As
ExcelDrawing.SetPosition(Int32, Int32)
ExcelDrawing.CellAnchor
ExcelDrawing.ChangeCellAnchor(eEditAs, Int32, Int32, Int32, Int32)
ExcelDrawing.ChangeCellAnchor(eEditAs)
ExcelDrawing.SetPosition(Int32, Int32, Int32, Int32)
ExcelDrawing.SetSize(Int32)
ExcelDrawing.SetSize(Int32, Int32)
ExcelDrawing.SendToBack()
ExcelDrawing.BringToFront()
ExcelDrawing.Group(ExcelDrawing[])
ExcelDrawing.UnGroup(Boolean)
ExcelDrawing.ParentGroup
ExcelDrawing.Dispose()
ExcelDrawing.AdjustPositionAndSize()
ExcelDrawing.CreateShapeNode()
ExcelDrawing.CreateClientData()
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
Assembly: EPPlus.dll
Syntax
public class ExcelShapeBase : ExcelDrawing, IDisposable, IPictureContainer

Properties

Border

Access to Border propesties

Declaration
public ExcelDrawingBorder Border { get; }
Property Value
Type Description
ExcelDrawingBorder

DrawingType

The type of drawing

Declaration
public override eDrawingType DrawingType { get; }
Property Value
Type Description
eDrawingType
Overrides
ExcelDrawing.DrawingType

Effect

Drawing effect properties

Declaration
public ExcelDrawingEffectStyle Effect { get; }
Property Value
Type Description
ExcelDrawingEffectStyle

Fill

Access Fill properties

Declaration
public ExcelDrawingFill Fill { get; }
Property Value
Type Description
ExcelDrawingFill

Font

Font properties

Declaration
public ExcelTextFont Font { get; }
Property Value
Type Description
ExcelTextFont

HeadEnd

Head line end

Declaration
public ExcelDrawingLineEnd HeadEnd { get; }
Property Value
Type Description
ExcelDrawingLineEnd

Indent

Indentation

Declaration
public int Indent { get; set; }
Property Value
Type Description
System.Int32

LockText

Lock drawing

Declaration
public bool LockText { get; set; }
Property Value
Type Description
System.Boolean

RichText

Richtext collection. Used to format specific parts of the text

Declaration
public ExcelParagraphCollection RichText { get; }
Property Value
Type Description
ExcelParagraphCollection

Style

Shape style

Declaration
public virtual eShapeStyle Style { get; set; }
Property Value
Type Description
eShapeStyle

TailEnd

Tail line end

Declaration
public ExcelDrawingLineEnd TailEnd { get; }
Property Value
Type Description
ExcelDrawingLineEnd

Text

Text inside the shape

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

TextAlignment

How the text is aligned

Declaration
public eTextAlignment TextAlignment { get; set; }
Property Value
Type Description
eTextAlignment

TextAnchoring

Text Anchoring

Declaration
public eTextAnchoringType TextAnchoring { get; set; }
Property Value
Type Description
eTextAnchoringType

TextAnchoringControl

The centering of the text box.

Declaration
public bool TextAnchoringControl { get; set; }
Property Value
Type Description
System.Boolean

TextBody

Access to text body properties.

Declaration
public ExcelTextBody TextBody { get; }
Property Value
Type Description
ExcelTextBody

TextVertical

Vertical text

Declaration
public eTextVerticalType TextVertical { get; set; }
Property Value
Type Description
eTextVerticalType

ThreeD

Defines 3D properties to apply to an object

Declaration
public ExcelDrawing3D ThreeD { get; }
Property Value
Type Description
ExcelDrawing3D

Implements

System.IDisposable
Back to top Generated by DocFX