A paragraph is defined as any Range within a document that is terminated by a paragraph mark. A paragraph mark can be placed in a document by code, so technically that paragraph is not defined by hitting the Enter key. A paragraph is any Range terminated by a paragraph mark - the the special double ASCII character Chr(13)+ Chr(7).
Auger282 said:
IF.. you have not hit the enter key after the quote in italics then you MUST, to define the rest of the text as a different paragraph.
This is quite correct. The text below the quote must be a different paragraph - if you want it to be Drop Cap, and the quote above
not a Drop Cap.
Let's be clear what Drop Cap does. Drop Cap takes the first character of a paragraph and
removes it from the paragraph. It becomes a new paragraph in a special kind of textbox. You can, in fact, move the Drop Cap object.
The Drop Cap textbox is special because, while it looks like a Shape object (it can be resized, and moved around), it is NOT a Shape. It is NOT part of the Shape collection. It is a special object - a Drop Cap object, and is part of the Paragraph object.
VBA documentation states that a paragraph can have only one Drop Cap object. This is not correct. A Drop Cap is a (sort of) Shape, and as such it has a an anchor. This anchor can be moved. If it is moved to a paragraph with a current Drop Cap, that paragraph now has two Drop Cap objects.
Taken with this information, it IS, in fact, possible to place a Drop Cap object within a table cell, and make text in that cell look like a Drop Cap effect.
Also note, that if you DO move a Drop Cap, if the anchor is moved from the originating paragraph using Format > Drop Cap is changed. Normally if you Drop Cap again, it acts like a toggle, and if there is a Drop Cap, then the Drop Cap reverts back to original text/format. If the anchor is moved using Drop cap will NOT bring it back to the original paragraph. It now belongs to whatever paragraph it is anchored to.
Gerry
My paintings and sculpture