P
Piotr Nadolny
1) The following line sets the line spacing rule for the specified
paragraph:
ole_1.object.selection.paragraphformat.linespacingrule = wdLineSpaceDouble;
That works fine but I'd like to set the space between each paragraphs in the
document not for the concrete paragraph. What should I use ?
2) ole_1.object.selection.typeparagraph types new paragraph in the
selection. Is it good idea to use ole_1.object.selection.typetext(char(11))
to enter new line (not paragraph)? This question is related to the first one
because I'd like to obtain a double line space when I type a new paragraph
and a single line space when I enter a new line in the range of a concrete
paragraph.
paragraph:
ole_1.object.selection.paragraphformat.linespacingrule = wdLineSpaceDouble;
That works fine but I'd like to set the space between each paragraphs in the
document not for the concrete paragraph. What should I use ?
2) ole_1.object.selection.typeparagraph types new paragraph in the
selection. Is it good idea to use ole_1.object.selection.typetext(char(11))
to enter new line (not paragraph)? This question is related to the first one
because I'd like to obtain a double line space when I type a new paragraph
and a single line space when I enter a new line in the range of a concrete
paragraph.