Show / Hide Table of Contents

Class TextBoxShape

Inheritance
System.Object
AbstractShape
Shape
TextBoxShape
Implements
IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Inherited Members
Shape.LockAspectRatio
Shape.FormattedText
Shape.SetImage(String)
Shape.Picture
AbstractShape.Id
AbstractShape.Name
AbstractShape.Size
AbstractShape.ParentGroup
AbstractShape.AnchorPosition
AbstractShape.RelativePosition
AbstractShape.Position
AbstractShape.ShapeType
AbstractShape.FlipH
AbstractShape.FlipV
AbstractShape.PrintObject
AbstractShape.Locked
AbstractShape.LockText
AbstractShape.AlternateText
AbstractShape.Fill
AbstractShape.Line
AbstractShape.Effects
AbstractShape.HyperLink
AbstractShape.RotationAngle
AbstractShape.WithAdjustments(Int64[])
AbstractShape.Adjustments
AbstractShape.PolygonPoints
AbstractShape.Sheet
AbstractShape.Positioning
AbstractShape.AnchoredCell
AbstractShape.IWorksheetDrawingObject.BottomRightCell
AbstractShape.Worksheet
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class TextBoxShape : Shape, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject

Properties

Font

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

Text

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

Implements

IWorksheetDrawingObject
ISheetDrawingObject
IDrawingObject
Back to top Generated by DocFX