Get ShapeObject's text body by text identifier.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public TextBox GetTextBox(
	int shapeId
)
Public Function GetTextBox ( 
	shapeId As Integer
) As TextBox
public:
TextBox^ GetTextBox(
	int shapeId
)
member GetTextBox : 
        shapeId : int -> TextBox 

Parameters

shapeId
Int32
The shape id.

Return Value

TextBox

See Also