BackstageEditBox.GetText Property
getText.Represents the attribte in schema: getText
Namespace: DocumentFormat.OpenXml.Office2010.CustomUI
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "getText")> _
Public Property GetText As StringValue
Get
Set
'Usage
Dim instance As BackstageEditBox
Dim value As StringValue
value = instance.GetText
instance.GetText = value
[SchemaAttrAttribute(, "getText")]
public StringValue GetText { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue