FarPoint.Win.Spread
TextShape Class
Members  See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.DrawingSpace Namespace : TextShape Class


Represents a text string shape object.

Object Model






Syntax

Visual Basic (Declaration) 
Public Class TextShape 
   Inherits PSShape
   Implements IElement, IElementEnhanced, ISerializeSupportIPdfSupportPSObject, IPSObject 
Visual Basic (Usage)Copy Code
Dim instance As TextShape
C# 
public class TextShape : PSShape, IElement, IElementEnhanced, ISerializeSupportIPdfSupportPSObject, IPSObject  

Inheritance Hierarchy

System.Object
   FarPoint.Win.ElementWindowless
      FarPoint.Win.Spread.DrawingSpace.PSObject
         FarPoint.Win.Spread.DrawingSpace.PSShape
            FarPoint.Win.Spread.DrawingSpace.TextShape

See Also