We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since AI 24.0 a UUID property has been added to the PageItem object, and a related getPageItemFromUuid() method has been added to the document object.
Document.getPageItemFromUuid (uuid: string) : PageItem -- | Adobe Illustrator 24 Type Library | Retrieves the pageitem using Uuid. | uuid: Data Type: string | Uuid of pageitem.
PageItem.uuid (Read Only) -- | Data Type: string | Adobe Illustrator 24 Type Library | The item's unique identifier.
I've tested this in AU 24.1.3 and works as described, see https://community.adobe.com/t5/illustrator/what-s-new-in-illustrator-scripting-cc2020/td-p/10772375?page=1
The text was updated successfully, but these errors were encountered:
Open a PR!
Sorry, something went wrong.
No branches or pull requests
Since AI 24.0 a UUID property has been added to the PageItem object, and a related getPageItemFromUuid() method has been added to the document object.
I've tested this in AU 24.1.3 and works as described, see https://community.adobe.com/t5/illustrator/what-s-new-in-illustrator-scripting-cc2020/td-p/10772375?page=1
The text was updated successfully, but these errors were encountered: