OpenXmlDomReader.GetText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.
public override string GetText ();
override this.GetText : unit -> string
Public Overrides Function GetText () As String
Returns
The text of the element if the element is an OpenXmlLeafTextElement. Returns String.Empty for other elements.