Why can't get Inline TextFrame?


this code textframes of page:

errorcode setidscriptprovider::setlabel(ihierarchy* parent,idatabase* database)

{

  errorcode status = ksuccess;

  int32 childcount = parent->getchildcount();

  (int32 childindex = 0; childindex < childcount; childindex++)

  {

   interfaceptr<ihierarchy> child(parent->querychild(childindex));

   uidref childuidref=::getuidref(child);

   if(utils<ipageitemtypeutils>()->istextframe(childuidref))

   { 

  // process

   }

//set inline object

   status = setlabel(child,database);

  }

  return status;

}

but if put other textframe inline textframe, inline object can't go my process

why can't inline textframe?

1. iitemstrand itextmodel.

2. owneditemdatalist itemstrand->collectowneditems.

3. iinlinedata using owneditemuid.



More discussions in InDesign SDK


adobe

Comments

Popular posts from this blog

Illustrator CS6 Ocurrío un error E/S en el archivo.

Why is os_ViewContainer running?

Animate - problem with duplicating scripts after loop