addPhrase()
Add a phrase to the part.
If the phrase has no set start time, it is placed at the end of the part.
Parameters
Once an object part has been created, you can use the following function:
part.addPhrase(phrase)
| Parameter | Type | Default | Description |
|---|---|---|---|
phrase |
Phrase |
required | The phrase to add. |