跳到主要内容

Push

Adds an element to the current paragraph.

Syntax

expression.Push(oElement);

expression - A variable that represents a ApiParagraph class.

Parameters

NameRequired/OptionalData typeDefaultDescription
oElementRequiredParagraphContentThe document element which will be added at the current position. Returns false if the oElement type is not supported by a paragraph.

Returns

boolean