Quantcast
Channel: Adobe Community: Message List - InDesign Scripting
Viewing all articles
Browse latest Browse all 37788

Re: Find BulletChar Font

$
0
0

Hi,

 

I mean solution like this:

 

myDoc = app.activeDocument;
app.findTextPreferences = null;
app.findTextPreferences.bulletsAndNumberingListType = ListType.bulletList;
mFound = myDoc.findText();
l = mFound.length;while (l--) {          d = mFound[l].paragraphs.length;          while (d--)               alert (mFound[l].paragraphs[d].bulletChar.bulletsFont.fullName);          }

 

Jarek


Viewing all articles
Browse latest Browse all 37788

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>