@@ -406,7 +406,7 @@ None.
406406
407407#### Returns
408408
409- ` Array ` if successful, ` null ` if unsuccessful.
409+ Array of strings if successful, ` null ` if unsuccessful.
410410
411411#### Example
412412
@@ -441,13 +441,13 @@ Determines whether the file at path can be opened as a Premiere Pro [project](..
441441
442442#### Parameters
443443
444- | Argument | Type | Description |
445- | ------------ | ---------- | ------------------- |
446- | ` path ` | String | A path to a file. |
444+ | Parameter | Type | Description |
445+ | --------- | ------ | ----------------- |
446+ | ` path ` | String | A path to a file. |
447447
448448#### Returns
449449
450- Returns ** true** if file can be opened as a Premiere Pro [ project] ( ../general/project.md ) .
450+ Returns ` true ` if file can be opened as a Premiere Pro [ project] ( ../general/project.md ) .
451451
452452#### Example
453453
@@ -476,7 +476,7 @@ None.
476476
477477#### Returns
478478
479- Returns ** true** if at least 1 project is open; otherwise ** false** .
479+ Returns ` true ` if at least 1 project is open; otherwise ` false ` .
480480
481481---
482482
@@ -490,28 +490,28 @@ Creates a new .prproj [Project object](../general/project.md), at the specified
490490
491491#### Parameters
492492
493- | Argument | Type | Description |
494- | ------------ | ---------- | ---------------------------------------------------------------------- |
495- | ` path ` | String | A full path to new project; a .prproj extension will * not* be added. |
493+ | Parameter | Type | Description |
494+ | --------- | ------ | -------------------------------------------------------------------- |
495+ | ` path ` | String | A full path to new project; a .prproj extension will * not* be added. |
496496
497497#### Returns
498498
499- Returns ** true** if successful.
499+ Returns ` true ` if successful.
500500
501501---
502502
503503### app.openDocument()
504504
505- ` app.openDocument(path) `
505+ ` app.openDocument(path, [suppressConversionDialog], [bypassLocateFileDialog], [bypassWarningDialog], [doNotAddToMRUList] ) `
506506
507507#### Description
508508
509509Opens the file at the specified path, as a Premiere Pro [ Project object] ( ../general/project.md ) .
510510
511511#### Parameters
512512
513- | Argument | Type | Description |
514- | ---------------------------- | ----------- | ----------------------------------------------------------------- |
513+ | Parameter | Type | Description |
514+ | -------------------------- | ------- | --------------------------------------------------------------- |
515515| ` path ` | String | Full path to the document to be opened. |
516516| ` suppressConversionDialog ` | Boolean | Optional. Suppress project conversion dialog. |
517517| ` bypassLocateFileDialog ` | Boolean | Optional. Bypass the locate file dialog. |
@@ -520,7 +520,7 @@ Opens the file at the specified path, as a Premiere Pro [Project object](../gene
520520
521521#### Returns
522522
523- Returns ** true** if file was successfully opened.
523+ Returns ` true ` if file was successfully opened.
524524
525525---
526526
@@ -534,14 +534,14 @@ Opens an FCP XML file as a Premiere Pro [Project object](../general/project.md)
534534
535535#### Parameters
536536
537- | Argument | Type | Description |
538- | ------------ | ---------- | --------------- |
539- | ` path ` | String | |
540- | ` projPath ` | String | |
537+ | Parameter | Type | Description |
538+ | ---------- | ------ | ----------- |
539+ | ` path ` | String | |
540+ | ` projPath ` | String | |
541541
542542#### Returns
543543
544- Returns ** true** if file was successfully opened as a Premiere Pro [ Project object] ( ../general/project.md ) .
544+ Returns ` true ` if file was successfully opened as a Premiere Pro [ Project object] ( ../general/project.md ) .
545545
546546---
547547
@@ -573,13 +573,13 @@ Determines whether proxy usage is currently enabled.
573573
574574#### Parameters
575575
576- | Argument | Type | Description |
577- | ------------ | ----------- | ------------------------------------------- |
578- | ` enabled ` | Integer | ` 1 ` turns proxies on, ` 0 ` turns them off. |
576+ | Parameter | Type | Description |
577+ | --------- | ------- | ----------------------------------------- |
578+ | ` enabled ` | Integer | ` 1 ` turns proxies on, ` 0 ` turns them off. |
579579
580580#### Returns
581581
582- Returns 1 if proxy enablement was changed.
582+ Returns ` 1 ` if proxy enablement was changed.
583583
584584---
585585
@@ -593,14 +593,14 @@ Whether extension with the given extensionID persists, within this session.
593593
594594#### Parameters
595595
596- | Argument | Type | Description |
597- | --------------- | ----------- | --------------------------------------------------------------- |
596+ | Parameter | Type | Description |
597+ | ------------- | ------- | ------------------------------------------------------------- |
598598| ` extensionID ` | String | Which extension to modify. |
599599| ` persistent ` | Integer | Pass ` 1 ` to keep extension in memory, ` 0 ` to allow unloading. |
600600
601601#### Returns
602602
603- Returns ** true** if successful.
603+ Returns ` true ` if successful.
604604
605605#### Example
606606
@@ -625,14 +625,14 @@ Specifies the path to be used for one of Premiere Pro's scratch disk paths.
625625
626626#### Parameters
627627
628- | Argument | Type | Description |
629- | ------------------- | ----------| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
630- | ` path ` | String | The new path to be used. |
631- | ` scratchDiskType ` | ` Enum ` | Enumerated value, must be one of the following:<br />< br />- ` ScratchDiskType.FirstVideoCaptureFolder ` <br />- ` ScratchDiskType.FirstAudioCaptureFolder ` <br />- ` ScratchDiskType.FirstVideoPreviewFolder ` <br />- ` ScratchDiskType.FirstAudioPreviewFolder ` <br />- ` ScratchDiskType.FirstAutoSaveFolder ` <br />- ` ScratchDiskType.FirstCCLibrariesFolder ` <br />- ` ScratchDiskType.FirstCapsuleMediaFolder ` |
628+ | Parameter | Type | Description |
629+ | ----------------- | -- -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
630+ | ` path ` | String | The new path to be used. |
631+ | ` scratchDiskType ` | ` ScratchDiskType ` enum | Enumerated value, must be one of the following:<ul >< li > ` ScratchDiskType.FirstVideoCaptureFolder ` </ li >< li > ` ScratchDiskType.FirstAudioCaptureFolder ` </ li >< li > ` ScratchDiskType.FirstVideoPreviewFolder ` </ li >< li > ` ScratchDiskType.FirstAudioPreviewFolder ` </ li >< li > ` ScratchDiskType.FirstAutoSaveFolder ` </ li >< li > ` ScratchDiskType.FirstCCLibrariesFolder ` </ li >< li > ` ScratchDiskType.FirstCapsuleMediaFolder ` </ li ></ ul > |
632632
633633#### Returns
634634
635- Returns ' true' if successful.
635+ Returns ` true ` if successful.
636636
637637#### Example
638638
@@ -655,14 +655,14 @@ Writes a string to Premiere Pro's Events panel.
655655
656656#### Parameters
657657
658- | Argument | Type | Description |
659- | ------------- | ---------- | -------------------------------------------------------------------------------------------- |
660- | ` message ` | String | A message to display. |
661- | ` decorator ` | String | Decorator, one of:<br />< br / >` info ` <br />< br />< br /> ` warning ` <br />< br />< br /> ` error ` <br />< br / > |
658+ | Parameter | Type | Description |
659+ | ----------- | ------ | ---------------------------------------------------------------------------- |
660+ | ` message ` | String | A message to display. |
661+ | ` decorator ` | String | Decorator, one of:<ul >< li >` info ` </ li >< li > ` warning ` </ li >< li > ` error ` </ li ></ ul > |
662662
663663#### Returns
664664
665- Returns ' true' if successful.
665+ Returns ` true ` if successful.
666666
667667---
668668
@@ -676,8 +676,8 @@ Set workspace as active. Use [app.getWorkspaces()](#appgetworkspaces) to get a l
676676
677677#### Parameters
678678
679- | Argument | Type | Description |
680- | ------------- | ---------- | ---------------------------- |
679+ | Parameter | Type | Description |
680+ | ----------- | ------ | -------------------------- |
681681| ` workspace ` | String | The name of the workspace. |
682682
683683#### Returns
@@ -686,7 +686,7 @@ Boolean.
686686
687687#### Example
688688
689- Activate ` Editing ` workspace.
689+ Activate " Editing" workspace.
690690
691691``` js
692692var workspace = ' Editing' ;
@@ -713,7 +713,7 @@ None.
713713
714714#### Returns
715715
716- Returns ** true** if trace was added.
716+ Returns ` true ` if trace was added.
717717
718718---
719719
@@ -752,15 +752,15 @@ if (allViewIDs){
752752
753753#### Description
754754
755- Returns the Project associated with the provided View ID.
755+ Returns the [ Project] ( ../general/project.md ) associated with the provided View ID.
756756
757757#### Parameters
758758
759759A View ID, obtained from ` getProjectViewIDs ` .
760760
761761#### Returns
762762
763- A Project object, for the project associated with the provided View ID. Can be ` null ` .
763+ A [ Project] ( ../general/project.md ) object, for the project associated with the provided View ID. Can be ` null ` .
764764
765765#### Example
766766
@@ -788,15 +788,15 @@ if (allViewIDs){
788788
789789#### Description
790790
791- Returns an array of projectItems selected, in the current active project view.
791+ Returns an array of [ProjectItems](../item/projectitem.md) selected, in the current active project view.
792792
793793#### Parameters
794794
795795None.
796796
797797#### Returns
798798
799- An array of projectItems ; can be null.
799+ An array of [ProjectItems](../item/projectitem.md) ; can be null.
800800
801801#### Example
802802
0 commit comments