appendPiece Method

Summary

Appends the specified Piece to the end of the document.

Syntax

TypeScript
    appendPiece(piece: Piece): void; 

Parameters

piece

The Piece to append.

Remarks

This would be used to move a specific Piece object to the end of the document for structure management.

Note: This is equivalent to insertPiece(lastPiece(), piece, true);

Requirements

Target Platforms

See Also

PieceStructure Object

PieceStructure Members

Leadtools.Document.Editor Namespace

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Editor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.