StructureElementActualText Property |
Gets or sets the actual text for structure element.
Namespace: Aspose.Pdf.LogicalStructureAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 19.12
Syntaxpublic string ActualText { get; set; }
Public Property ActualText As String
Get
Set
public:
property String^ ActualText {
String^ get ();
void set (String^ value);
}
member ActualText : string with get, set
Property Value
Type:
StringActual text of the structure element.
See Also