Question
What's New in Illustrator Scripting CC2020
Let the testing begin!!
| CC2020 | |
| Application Class | |
| New Properties | |
| Application.homeScreenVisible (Read Only) | |
| Data Type: Boolean | |
| Adobe Illustrator 24 Type Library | |
| True if home Screen is Visible. | |
| New Methods | |
| Application.selectTool (toolName: string) : Boolean | |
| Adobe Illustrator 24 Type Library | |
| Select tool using toolname. | |
| toolName: Data Type: string | |
| Tool Name. | |
| Application.showLearnPanelWithContent (manifest: string , hTMLPage: string) : Boolean | |
| Adobe Illustrator 24 Type Library | |
| Display learn panel with specific content. | |
| manifest: Data Type: string | |
| Path of the manifest. | |
| hTMLPage: Data Type: string | |
| Url of the html file to be displayed on learn panel. | |
| Document Class | |
| New Methods | |
| Document.writeAsLibrary (file: File , libraryType: LibraryType ) | |
| Adobe Illustrator 24 Type Library | |
| Write the document to a file as a library of specified type. | |
| file: Data Type: File | |
| The file to write the library in. | |
| libraryType: Data Type: LibraryType | |
| Type of library to write as. | |
| Document.getPageItemFromUuid (uuid: string) : PageItem | |
| Adobe Illustrator 24 Type Library | |
| Retrieves the pageitem using Uuid. | |
| uuid: Data Type: string | |
| Uuid of pageitem. | |
| View Class | |
| New Property | |
| View.visibleZoom | |
| Data Type: number | |
| Adobe Illustrator 24 Type Library | |
| The zoom factor of this view that is visible to user. | |
| PageItem Class | |
| New Property | |
| PageItem.uuid (Read Only) | |
| Data Type: string | |
| Adobe Illustrator 24 Type Library | |
| The item's unique identifier. |

