- This is a Word Add-in that helps automate adding drop cap to paragraphs below titles for stylized effect
- It has been designed primarily to work on the windows version of Word, but might work on other versions like on mac and linux, but no gurantees though
- To install and use, see below.
- It takes approximately 1 minute as or version 1.0.0.0 to drop everything and the same amount of time to clear all Dropped Characters everything
- Installing
- Download the zip file (Drop-Cap-Add-In.zip) from the master branch root
- Extract it and run the setup.exe file
- It should now be in word whenever you open word
- Do not delete the folder which contains these files, it runs from there
- Updating
- You will be able to see the version number from the top of this ReadMe document
- Download the same zip file from root
- Extract it and locate the version that you want inside the folder Application Files
- Take that version and paste it in the same folder as your current version (in Application Files)
- This can be skipped. Paste the .vsto file in the new version in the main folder replacing the one there
- You can delete the old version if you want. Or you could simply uninstall and reinstall the new version
- Uninstalling
- Open Control Panel from the start menu
- Go to Uninstall A Program under Programs
- Locate the Program with the name Drop-Cap
- Right click it then click uninstall
- It will remove itself from word
By default all descriptions are included in the tool tip for each element.
- Title Identifiers:
- Font {1,2,3,4}: Fonts of titles, all titles will be skipped and the first paragraph which is not a title will be formatted to have a Drop Cap. A blank input means that Font is not checked.
- Size: The Cut-off for the lowest size that a title can be, above this it will be a title unless there is a font specified which will hence be checked.
- Divider: Skips one paragraph after the title if checked to allow for a divider (----------) etc.
- Main:
- Auto Drop Cap: Drops paragraphs according toe the identifiers. Each drop is from the beginning of the paragraph to the first alphabet.
- Remove Drop Cap: Removes all Drop Cap in the document regardless of whether it was applied by the add-in or manually.
- Drop Settings:
- Font : Sets the font of the Dropped text. Blank means the same font as the paragraph.
- Lines To Drop: Lines the Dropped text should cover, default is 3.
- In Margin: If the Dropped text should end before the margin or if they should be in text. Check = End before Margin.
- Load the file you want to Drop Cap into Word
- In Size, put the largest size such that all titles are larger than it (including all text which should not be dropped). If the paragraphs are the same size, ensure that they are in a different font
- For anything that you want the add-in to skip, put it in a different font
- Paste the main title font name in Font 1, or a substring of it if you want
- Paste any necessary font names as you require into Font {2,3,4}. The order does not matter
- If there is a divider of some sort (*'s or -'s etc.) below each title, check the divider box
- Set Lines to Drop as per how many lines you require the Dropped Character to occupy
- Set Font based on if you want a different font for the Dropped Character
- Check In Margin if you want the Dropped Character to end before the margin and leave it unchecked if it should be inline with the text
- Now simply click Auto Drop Cap and watch it do it's work
- The add-in dropped paragraphs that it should have skipped
- There is probably a space at the start of a few paragraphs that were not formatted correctly, select the text again and give it the same font
- Word does not like to keep the font at the front of paragraphs for some reason ¯\_(ツ)_/¯
Thats about what I have, hope it is useful :D