Set an Element's Design Option through the API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello!
I'm trying to copy elements from one document into a design option in the active document through the API, and was wondering if there's a way to programmatically set the design option. Currently, the implementation I have forces the user to have the design option open and we copy from the source document into the open document which would set the design option that way, but that requires user intervention. Trying to set the design option/ design option parameter tosses an error at you stating that the field is read-only (which fits, from everything I've read online regarding design options).
Is there a way we can set the design options of these element copies or is this the best work around we can hope for until the API supports design options better? Maybe someone has a sneaky trick that works like magic?