Click or drag to resize

DocxParagraphGetRun Method

Gets the run.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxRun GetRun(
	int idx
)

Parameters

idx
Type: SystemInt32
The index.

Return Value

Type: DocxRun
DocxRun.
See Also