Click or drag to resize

DocxParagraphGetRun Method

Gets the run.

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

Parameters

idx  Int32
The index.

Return Value

DocxRun
DocxRun.
See Also