Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > Element > Text

Text Property


C# Signature:

VB.NET Signature:


Description:

Returns a String that represents the text for this Element.

Text is a read only property.



Examples:

[csharp]
int length = e.Length;
[vbnet]
Dim length As Integer = e.Length


Getter

Signature:

public String Text

Returns:

String A String that represents the text for this Element.



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.