Skip to main content
frameexpert
Community Expert
Community Expert
June 5, 2012
Question

How do I convert a condition integer to an object

  • June 5, 2012
  • 2 replies
  • 779 views

I have a condition integer for conditional text that is applied to text. How do I convert the integer to a Condition Format object? Thanks in advance.

Rick Quatro

This topic has been closed for replies.

2 replies

Legend
June 8, 2012

Rick,

It appears that Jang's idea is the general solution to converting an FDK object handle integer to an ES object. I imaging you were probably following this thread already, but this was the general answer to the same question about a document object.

http://forums.adobe.com/message/4476098

Russ

4everJang
Legend
June 5, 2012

Hi Rick,

I would try looping through the CondFmt objects in the document and see if you can match their id property to the condition integer you found for yout text.

Good luck

Jang