Skip to main content
August 4, 2011
Question

Store datas in document

  • August 4, 2011
  • 2 replies
  • 841 views

Hi,

I know it's possible to store datas like String to the document or pageItem ..

But is it possible to store complex datas like HostObject in document ?

Thanks.

This topic has been closed for replies.

2 replies

August 4, 2011

Document.insertLabel can only store string data ..The second parameter must be a string and i would like to store a HostObject per exemple ..

Any idea ?

Participant
August 5, 2011

using SDK,or  Dynamicly create HostObject from string.

Harbs.
Legend
August 4, 2011

Document.insertLabel()

Harbs