Skip to content
New issue

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

PageItem uuid property and related document property missing #64

Open
onlinelaser opened this issue Sep 8, 2020 · 1 comment
Open

Comments

@onlinelaser
Copy link

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

@zlovatt
Copy link
Member

zlovatt commented Dec 13, 2023

Open a PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants