跳到主要内容

SetNumbering

Specifies that the current paragraph references the numbering definition instance in the current document.

Syntax

expression.SetNumbering(oNumberingLevel);

expression - A variable that represents a ApiParagraph class.

Parameters

NameRequired/OptionalData typeDefaultDescription
oNumberingLevelRequiredApiNumberingLevelThe numbering level which will be used for assigning the numbers to the paragraph.

Returns

This method doesn't return any data.