Answered
[JS] numbering value Paragarphe
Hello,
Is it possible to retrieve the value of a numbered paragraph?
Yours
Bonjour,
Est-il possible de récupère la valeur d'un paragraphe numéroté ?
Bien à vous
Hello,
Is it possible to retrieve the value of a numbered paragraph?
Yours
Bonjour,
Est-il possible de récupère la valeur d'un paragraphe numéroté ?
Bien à vous
@Philippe – yes. I suppose you mean the value of the number.
Select some text of a single paragraph and run this snippet:
alert(app.selection[0].paragraphs[0].numberingResultNumber);
numberingResultNumber will return a Number, not a String.
Uwe
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.