Click or drag to resize

DocumentGetText Method

Gives inner element text from Open XML Element include sub child elements

Namespace:  SIC.OpenDocumentFormat.MSWord
Assembly:  SIC.OpenDocumentFormat (in SIC.OpenDocumentFormat.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
internal string GetText(
	OpenXmlElement pOpenXmlElement
)

Parameters

pOpenXmlElement
Type: OpenXmlElement

[Missing <param name="pOpenXmlElement"/> documentation for "M:SIC.OpenDocumentFormat.MSWord.Document.GetText(DocumentFormat.OpenXml.OpenXmlElement)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SIC.OpenDocumentFormat.MSWord.Document.GetText(DocumentFormat.OpenXml.OpenXmlElement)"]

Remarks
Read all element w:t (prefix w, local name t). Delimiter character space/blank.
See Also