Click or drag to resize

DocxParagraphGetRun Method

Gets the run.

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

Parameters

idx  Int32
The index.

Return Value

DocxRun
DocxRun.
See Also