Skip to content
Mike Pelley edited this page May 3, 2021 · 5 revisions

The IProject class provides a set of methods for writing Scripture data to a Paratext project. The following formats are supported:

The Scripture data is written a chapter at a time (except USX, which is written a book at a time). Paratext uses the permissions of the current user to determine if the plugin is allowed to modify Scripture data.

The API requires that the plugin holds a write lock in order to do any of the write operations.

Clone this wiki locally