Click or drag to resize

DocumentAddText Method (OpenXmlElement, String, String, Boolean)

Add the text at selection

Namespace:  SOWIDocument.Word
Assembly:  SOWIDocument.Word (in SOWIDocument.Word.dll) Version: 22.2.10.1 (22.2.10.450)
Syntax
internal OpenXmlElement AddText(
	ref OpenXmlElement pSelection,
	string pText,
	string pStyle = "",
	bool pNewParagraph = false
)

Parameters

pSelection
Type: OpenXmlElement
Document selection to insert text
pText
Type: SystemString
Text writes to selection
pStyle (Optional)
Type: SystemString
Style name must exist in document
pNewParagraph (Optional)
Type: SystemBoolean
Insert a new paragraph after section

Return Value

Type: OpenXmlElement
Gives a text selection or a paragraph (on parameter pNewParagraph)
Remarks
The control character (checkbox) is displayed in the text as a symbol, see also GetSymbolCharCheckboxText(String)
See Also