Skip to main content
Participant
August 24, 2007
Question

SDK-Supplied Implementation for IID_ITEXTATTRWIDESTRING?

  • August 24, 2007
  • 1 reply
  • 238 views
I want to invisibly tag some text by creating a text attribute boss that aggregates the IID_ITEXTATTRWIDESTRING interface, as described at http://support.adobe.com/devsup/devsup.nsf/docs/53962.htm.

Should I write my own implelemtation of IID_IITEXTATTRWIDESTRING, or is there an SDK-supplied implementation?

For example, IID_ITEXTATTRBOOLEAN has the SDK-supplied kTextAttrBooleanOffImpl implementation, although it isn't documented anywhere that I know of -- I only know about it because it's used in one of the sample plugins.

Thanks for any info.

Bob
This topic has been closed for replies.

1 reply

Inspiring
August 25, 2007
Open Safari / Internet Explorer
Open SDK docs index.html
E.g. I have a bookmark on file:///Adobe/ID4SDK/docs/references/sdkdocs/index.html
Your folder structure of the SDK location may vary
Click (API Classes)
Cmd+F ITextAttrWideString
Click
Go to bottom of page "Boss classes that aggregate this interface"
Choose one, e.g. "kXMLRubyBoss"
Click
See yourself.

Hth,
Dirk