A
Andreas Baus
Selection.Font.Size returns wdUndefined when the Selection contains
portions of text with different font sizes (of course, this makes
sense since the range then does not have one definite font size). Does
anyone know if there is an way to determine at least for example the
largest or smallest font size used in the selected range efficiently
(i.e. a solution that does *not* involve iterating over and checking
every single character, if possible...)?
All suggestions will be highly appreciated.
portions of text with different font sizes (of course, this makes
sense since the range then does not have one definite font size). Does
anyone know if there is an way to determine at least for example the
largest or smallest font size used in the selected range efficiently
(i.e. a solution that does *not* involve iterating over and checking
every single character, if possible...)?
All suggestions will be highly appreciated.