CompositeNode(T).GetText Method

Aspose.Note for .NET API

CompositeNodeTGetText Method

Get all text from the node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public string GetText()
Public Function GetText As String
public:
String^ GetText()
member GetText : unit -> string 

Return Value

Type: String
All text in the node.
See Also