Hi,
I drafted the following method based on some C# form answer.
Please let me know if that’s correct or maybe there is a way to simplify it?
private static boolean isField(Document word, Run run) {
try {
…...simplified by utilizing the properties of the Field class more effectively...