Microsoft Word Content Control Mac

For more information about how to set up XML mapping, see the section New Word 2013 content control object model members later in this topic. Supporting repeating content. In addition to visualization enhancements and support for XML mapping to rich text content controls, Word 2013 also adds a new content control that enables you to repeat content. Feb 20, 2017 I would like to add many 'Content controls' to a word (office 15.30) file with OSX. The idea is to insert a number in a certain box and have a linked box in another page, where the number is automatically repeated (without refreshing the page). Word for Office 365 Word 2019 Word 2016 Word 2013 More. Less After you insert a check box in a document, you can change the check box symbol from an X to a checkmark or other symbol, or make other changes, such as the color or size of the checkbox. Word uses the headings in your document to build an automatic table of contents that can be updated when you change the heading text, sequence, or level. Click where you want to insert the table of contents – usually near the beginning of a document.

  1. Microsoft Word Content Control Macro
  2. Microsoft Word Content Control Edit
  3. Microsoft Word Mac Price
  4. Microsoft Word Content Control Mac Pro
  5. Microsoft Word Content Control Mac

You can control the number of hyphens in your document by adjusting the margin width. On the Layout tab, click Margins. Choose one of the preset margin widths, or choose Custom Margins and then enter Top, Bottom, Left, and Right margin widths. Populate a microsoft word template control - header and footer Mark as New. The content is not reaching the plan text content controls in the header and footers. If you only add a content control using the newclause tag to a clause with no other content controls within the newclause tag, then all text in the content control will be imported as full text. If you have many clauses to import, you can streamline this process by adding custom buttons to the Quick Access Tool bar in Word.

The Anchorage

Personal website of Gregory K. Maxey, Commander USN (Retired)

Do you have ad-blocking software enabled? While I respect your right to do so, your donations and the minimal advertisements on this site help to defray internet and other costs of providing this content. Please consider excluding this website from blocking or turning off the blocker while browsing this site.

DISCLAIMER/TERMS OF USE

The information, illustrations and code contained in my 'Microsoft Word Tips' are provided free and without risk or obligation.

However, the work is mine. If you use it for commercial purposes or benefit from my efforts through income earned or time saved then a donation, however small, will help to ensure the continued availability of this resource.

If you would like to donate, please use the appropriate donate button to access PayPal. Thank you!


This Microsoft Word Help & Microsoft Word Tips page serves to introduce Content Controls and list links to several more specific articles on Content Controls that are available on this website.

Content controls were introduced with the release of Word 2007 and have changed little with the subsequent release of Word 2010. I call them 'Word's Diamonds in the Rough' because, despite their enormous potential, Microsoft has failed miserably in resolving long standing bugs and in providing enhancements to functionality to fully realize this potential.

Purpose and general description:

Table 1 below provides a general description of the ten types of content controls available in Word 2013. Some of these controls are not available or have less capability in earlier versions.

Content Controls
TypeGeneral DescriptionRestrictions
Rich TextA rich text control can contain custom formatted text or other items, such as tables, pictures, or other content controls.Before Word 2013, rich text controls cannot be bound to an XML data node.
Plain TextA plain text content control is limited to plain text in a single or multiple paragraphs. It cannot contain other items, such as tables, pictures, or other content controls.All or nothing formatting. For example, if you italicize one word of a sentence that is in a plain text control, all the text inside the control is italicized.
PictureFills the content control with a single image.Prohibits users from inserting any other Word objects or any text.
Combo BoxContains a drop-down selection of list entries that users can select and text box that user can edit directly.All or nothing formatting. Input limited to a single paragraph of text.
Drop-Down ListA drop-down list displays a drop-down list of list entries that users can select. Unlike a combo box, the drop-down list does not let users enter a custom input.All or nothing formatting.
Date PickerContains a calendar control. Limits text to a single paragraph.Like plain text, limits text to a single paragraph that cannot contain any formatting.
Check BoxA check box provides a UI that represents a binary state: selected or cleared. Available only in Word 2010/2013.Content is displayed in a rich text control when opened in Word 2007.
Building Block GalleryA building block gallery enables users to select from a list of document building blocks to insert into a document. A document building block is a piece of content that has been created to be used multiple times, such as a common cover page, a formatted table, or a header.Cannot be bound to an XML data node.
GroupA group control defines a protected region of a document that users cannot edit or delete. A group control can contain any document items, such as text, tables, graphics, and other content controls.Cannot be bound to an XML data node.
Repeating
Section
Repeating section controls can contain text or other controls and allow you to insert as many sections as needed.Word 2013 only.

Table 1

Note: The Check Box content control is new in Word 2010 and was not available in Word 2007. For a work around, see my: Content Control Custom Checkboxes and Interactive Toggle Objects.

Features

Content controls provide a way for you to design documents and templates that have these features:

  • A user interface (UI) that has controlled input like a form.
  • Restrictions that prevent users from editing protected areas of the document or template.
  • Data mapping. Binding content to an XML data source.

User Interface

Content controls provide a UI that is optimized for both user input and print. When you add a content control to a document, the control is identified by a border, a title tab, and temporary (placeholder) text that provides a simple prompt or detailed instructions to the user. The border and the title tab of the control do not appear in printed versions of the document.

  • For example, if you want the user to enter a date (e.g., Contract Date) in a section of your document, you can add a date picker content control to the document. When a user clicks the control, the standard date picker UI appears.
  • Using the content control properties dialog, you can set the properties of the control (e.g., title and tag), the type of calendar that is displayed, and specify the date format.
  • Open design mode (Developer tab>Controls>Design Mode) to set the desired placeholder text.
  • After the user chooses a date and moves from the control to another area of the document, the UI of the control is hidden and only the content is displayed/printed.

User Restrictions

Restricting areas of the document lets you prevent users from changing or deleting the content in that area of the document. There are several ways you can restrict areas of a document by using content controls.

  • If the area you want to restrict is inside a content control, you can use 'Locking' properties of the content control to prevent users from deleting the control and/or editing the content of the control

Bonus Tip: Paired content controls can be used to provide labels and input for a simple form. Apply both locking properties to the label control.

  • If the area you want to restrict is not inside a content control, or if you want to restrict an area that contains content controls and other types of content, you can put the whole area in a 'group' content control. Unlike other content controls, a group control provides no UI that is visible to the user. Its only purpose is to define an area of the document that users cannot edit.
  • Alternatively, if the area you want to restrict is not inside a content control, or if you want to restrict an area that contains content controls and other types of content, you can put the whole area in a 'rich text' content control and set the locking properties of the rich text content control.

Notes:
1. If you create a 'group' or 'rich text' content control that contains other embedded content controls, the embedded content controls are not automatically restricted. You must use the 'Lock Contents' property of each embedded control to prevent users from editing their contents. For more on grouping controls see my: Content Control Grouping and Navigation
2. Locked and grouped content controls create un-editable regions in the document. Doing so can have undesirable effects. For example if you have grouped or locked controls in a document along with other fields, then if you want to update the document fields, you can't used CTRL+a (select all) the F9, because 'all' can no longer be selected.

Data Mapping

The real power of content controls lies in their ability to be mapped (or bound) to a custom XML data store embedded in the Word 2007/2010 OfficeOpenXML format document file. Through this binding:

  • Any changes in the data store data is automatically repeated in all content controls mapped to that data.
  • Any changes to a mapped content control automatically updates the data store and all other content controls mapped to that data store data.

Note: For more information on mapped content controls see: Repeating Data, Mapped Content Controls and Mayor & Maxey CC/V/B and DP Tools Add-In.

Content Controls vs. Legacy Form Fields

Content controls offer opportunities and several advantages to document designers over legacy form fields. Unfortunately they still have some very significant shortcomings.

You will be able to see all of your stored data but you can’t modify data and you cannot see forms or queries.Although it can’t open Access files, is definitely worth a mention. Although its very basic, it does allow you to view and export data including Access database formats from 1997 to 2013. No microsoft access on mac. Tap Forms is a user friendly database manager designed specifically for Mac.

Advantages

  • Content control drop-down lists are not limited to 25 list entries as are their form field drop-down list counterpart.
  • Content controls function in documents both with and without document protection. Your document does not require protection with the editing restriction 'Filling in forms' for content controls to function. This enables you to preserve and use many Word features that are disabled in protected documents (e.g., spell checking).

Disadvantages

  • Placeholder text in drop-down list and combo box content controls to provide a user prompt is needlessly/annoyingly included in the list entries.
  • Placeholder text in uncompleted content controls is printed with complete entries resulting in an unsightly printed document. See: Content Controls - Do Not Print PHT
  • Content controls are difficult to work with in VBA. Short sightedness on the part of Microsoft has resulted in the omission of seemingly basic methods and properties that 'should' be available. The illustration below shows code for determining (returning) the index (or list entry number) of a user selected item in a legacy form field drop-down list and a content control drop-down list. Hopefully Microsoft will correct these omissions in a service pack or the next Office version release.
  • Microsoft provided six new document events associated with controls. Unfortunately there is no 'Change' event and users will not see the programmatic results of data changes in content controls that effect other areas of the document until one of the other events (i.e., ContentControlOnExit) is executed. This problem is exacerbated by another shortcoming described below.
  • When the focus is in the last content control of a document and the user presses the tab key the focus remains in the last control. The focus is not moved either out of the control or back to the first content control. With the focus remaining in the last control and unless the document user is mindful of this shortcoming, programmatic changes to the document defined in the ContentControlOnExit event procedure for that control will not occur.

Note: For more on navigating in documents containing content controls see my: Content Control Grouping and Navigation.

  • There is no content control counter part for the type 'calculation' text form field. For methods to overcome this shortcoming see my: Content Controls in Math Applications.

Bugs

  • The most significant and inexcusable shortcoming is a long standing, unresolved bug in the Word2007 ContentControlOnExit event. The bug manifests whenever the active ribbon tab is the Home tab and you enter a content control. This action causes the ContentControl OnExit event to fire prematurely. Therefore the OnExit event will always fire twice (once when the user enters the control and again when the user exits the control). If the event contains code this can result in an endless loop execution of the code and noticeable screen 'flickering' as the code loops.

Note: The root source of this bug is the built-in 'Cut' command located in the Clipboard group of the Home tab. If you have code in the ContentControlOnExitEvent, you will see the code is executed each time the mouse is hovered over the Cut command. There are at least two brute force workarounds for this bug. One is to ensure some other tab (e.g., the 'Developer' tab) is the the ribbon active tab whenever you enter a content control. The other is to replace the built-in Cut command with a custom Cut command. The code/RibbonXML needed to employ these strategies is too long to post here. A demonstration of the bug (for Word 2007 users) and the workaround is in included in my: Validate Content Control Entries.

  • The Plain Text control property labeled 'Allow carriage returns (multiple paragraphs)' is incorrect and misleading. When you set this property, you are permitted to add additional lines (line breaks) by simply pressing the enter key. However these are simply additional lines in a single paragraph and not multiple paragraphs. A bug manifests if you insert a building block containing true multiple paragraphs. These will appear as paragraphs but if you save and reopen the document you may receive an error message that the file cannot be opened because it contains unreadable content.

Microsoft Word Content Control Macro

Comingling Content Controls and Legacy Form Fields

Most advanced and expert Word users recommend not mixing CCs and FFs in the same document. I generally support that view, but I won't go so far as to say don't!

In documents with a simple layout they can coexists quite well, and I can think of a few situations where I would consider using one or more CCs and one or more FFs in a single document. However, comingling CCs and FFs in the same document will present anomalies. If you have a compelling reason to comingle then do so, but first arm yourself with knowledge of the consequences to the document and the document user.

I've prepared a white paper (Word macro-enabled document) that covers this topic in more detail, explains the consequences and some possible methods for overcoming them: Comingling CCs and FFs.

Addition Resources

The following links provide additional tips on using content controls found on this website:

  • Content Control Tools: A massive project that combines and consolidates useful content control tools from some of my earlier projects plus lots of useful new features!
  • Content Control Grouping and Navigation: Tips for grouping controls and navigating between controls.
  • Content Control ADCAP (Advanced Capability) Dropdown List: Tips for adding advanced capabilities to content control dropdown lists and combo boxes.
  • Linked Content Control Drop-Down List: Tips for setting the value of a dependent (secondary) content control based on a selection made in a primary content control drop-down list.
  • Repeating Data, Mapped Content Controls and Mayor & Maxey CC/V/B and DP Tools Add-In: Tips and utilities for using mapped content controls.
  • Content Control Custom Checkboxes: A VBA template Add-In that provides a Content Control Checkbox utility for Word 2007. These checkboxes can perform independently or be set in groups where only one checkbox can be checked at a time.
  • Modify Content Control Placeholder Text: Tips and techniques for modifying Content Control Placeholder text and a template Add-In that you can download to speed up the process of reviewing or setting your Content Control properties.
  • Validate Content Control Entries: Within the limits of the content control OnExit event you can validate and ensure content controls are properly completed.
  • Content Control Validation using an attached Schema: Validate content control data using an attached schema.
  • Content Control Help Text: Methods for displaying content control custom user Help Text.
  • Content Controls in Math Applications: Tips and examples for using content controls as variables and to display results of mathematical operations.
  • Extract Form Field/Content Control Data: Tips and examples for processing a batch folder of documents containing content controls. Content control data can be extracted and recorded in an Access database or Word document.
  • Insert Content with Content Controls: Tips and examples for inserting content in your document using the Document_ContentControlOnExit event.
  • Content Control Custom Events: A VBA method to create and monitor content control custom events (OnChange, OnEnter, OnExit). Now change to content control text can be evaluated and processed in real time eliminating the need to first exit the control.
  • Content Controls - Do Not Print Placeholder Text: Three VBA methods to prevent printing the visible placeholder text in uncompleted content controls.
  • Content Control Enhancements - Word 2013: A summary of content control enhancements introduced with Word 2013.
  • Add, Map and Employ Repeating Section Content Controls in Word 2013: Provides steps and a demonstration for adding, mapping and employing repeating section content controls in Word 2013 documents.
  • Extract Content Control Data From Forms. A Word template add-in with all the tools you need to extract form data to a variety of storage file types.
  • Create Forms with Content Controls. This tips page summarizes the methods, advantages and disadvantages of using content controls in restricted content online, protected, fill-in and electronic 'e' type forms.
  • ADCAP Content Control Check Boxes. This tips page shows how you can leverage the custom Document_ConentControlOnChange event to produce mutually exclusive option buttons in a document.
  • Content Control Pronoun Sets. Provides a template add-in you can use to create and manage content control pronoun sets in a template or document.

That's it! I hope you have found this tips page useful and informative.

Share

PAYMENTS/DONATIONS

Do you want to make a payment for consulting work or donate to help support this site?

PayPal is a safe, easy way to pay online.

Use the appropriate currency 'Donate' button to make a payment or donation.


Search my site or the web using Google Search Engine

1. Frequently Used Shortcuts
+Z or Ctrl+ZUndo the last action
+X or Ctrl+XCut selected text or graphics
+C or Ctrl+CCopy selected text or graphics to the Clipboard
+V or Ctrl+VPaste the Clipboard contents
Option++GChoose the Go To command (Edit menu)
Option++LOpen the Spelling and Grammar dialog box
F8Extend a selection
+` (Grave accent)Go to the next window
+Shift+SChoose the Save As command (File menu).
Shift+F2Copy selected text
Shift+F3Change letters to uppercase, lowercase, or mixed case
Ctrl+F for Find; Ctrl+H for Find and ReplaceFind or Find and Replace
+P or Ctrl+PPrint a document
Shift+F5Move to the previous insertion point
+Shift+` (Grave accent)Go to the previous window
Shift+F7Open the Thesaurus pane
Shift+F8Shrink a selection
Shift+F9Switch between a field code and its result
+F3Cut the selection to the Spike
+F4Close the window
Option++RExpand or minimize the ribbon
+Shift+F5Edit a bookmark
Option+F7Find the next misspelling or grammatical error. The Check spelling as you type check box must be selected (Word menu, Preferences command, Spelling and Grammar).
+Shift+LLook up selected text on the Internet

▲ up

2. Move the Cursor
Move the cursorSome Windows keyboard shortcuts conflict with the corresponding default Mac OS keyboard shortcuts. To use these shortcuts, you may have to change your Mac keyboard settings to change the Show Desktop shortcut for the key.
Arrow LeftMove one character to the left
Arrow RightMove one character to the right
Option+Arrow LeftMove one word to the left
Option+Arrow RightMove one word to the right
+Arrow UpMove one paragraph up
+Arrow DownMove one paragraph down
Shift+TabMove one cell to the left (in a table)
TabMove one cell to the right (in a table)
Arrow UpMove up one line
Arrow DownMove down one line
+Arrow Right or EndMove to the end of a line
+Arrow Left or HomeMove to the beginning of a line
Page UpMove up one screen (scrolling)
Page DownMove down one screen (scrolling)
+Page DownMove to the top of the next page
+Page UpMove to the top of the previous page
+End; On a MacBook keyboard: +FN+Arrow RightTo the end of a document
+Home; On a MacBook keyboard: +FN+Arrow LeftTo the beginning of a document
Shift+F5To the previous insertion point

▲ up

3. Select text and graphics
Select the first item that you want, hold down , and then select any additional items.Select multiple items not next to each other
Shift+Arrow RightSelect one character to the right
Shift+Arrow LeftSelect one character to the left
Shift+Option+Arrow RightSelect one word to the right
Shift+Option+Arrow LeftSelect one word to the left
+Shift+Arrow Right or Shift+EndSelect to the end of a line
+Shift+Arrow Left or Shift+HomeSelect to the beginning of a line
Shift+Arrow DownSelect one line down
Shift+Arrow UpSelect one line up
+Shift+Arrow DownSelect to the end of a paragraph
+Shift+Arrow UpSelect to the beginning of a paragraph
Shift+Page DownSelect one screen down
Shift+Page UpSelect one screen up
+Shift+HomeSelect to the beginning of a document
+Shift+EndSelect to the end of a document
Option++Shift+Page DownSelect to the end of a window
+ASelect to select the entire document
+Shift+F8 , and then use the arrow keys; press Esc to cancel selection mode.Select to a vertical block of text
F8 , and then use the arrow keys; press Esc to cancel selection mode.Select to a specific location in a document

▲ up

4. Select text and graphics in a table
TabSelect the next cell's contents
Shift+TabSelect the preceding cell's contents
Hold down Shift and press an arrow key repeatedly.Extend a selection to adjacent cells
Click in the column's top or bottom cell. Hold down Shift and press the Arrow Up or Arrow Down key repeatedly.Select a column
+Shift+F8 , and then use the arrow keys; press Esc to cancel selection mode.Extend a selection (or block)
Shift+F8Reduce the selection size
Select the first item that you want, hold down , and then select any additional items.Select multiple cells, columns, or rows that are not next to each other

▲ up

5. Extend a selection
F8Turn on extend mode
F8, Arrow LeftSelect the nearest character to the left
F8, Arrow RightSelect the nearest character to the right
Press F8 repeatedly to expand the selection to the entire word, sentence, paragraph, section, and document.Expand a selection
Shift+F8Reduce the size of a selection
EscTurn off extend mode

Microsoft Word Content Control Edit

▲ up

6. Edit text and graphics
+C or F3Copy text or graphics
+Shift+CCopy a style
+Shift+VPaste a style
Ctrl+Option+CCopy text or graphics to the Scrapbook
+X or F2Cut selected text to the clipboard
+X or F2 (then move the cursor and press +V or F4 )Move text or graphics
Option+F3Create AutoText
+Option+Shift+VInsert AutoText
+V or F4Paste the Clipboard contents
+Ctrl+VPaste special
+Option+Shift+VPaste and match the formatting of the surrounding text
+Shift+F3Paste the Spike contents
DeleteDelete one character to the left
+DeleteDelete one word to the left
or ClearDelete one character to the right
+Delete one word to the right
+X or F2Cut selected text to the Clipboard
+ZUndo the last action
+YRedo the last action
+F3Cut to the Spike

▲ up

7. Align and format paragraphs
+ECenter a paragraph
+JJustify a paragraph
+LLeft-align a paragraph
+RRight-align a paragraph
Ctrl+Shift+MIndent a paragraph from the left
+Shift+MRemove a paragraph indent from the left
+TCreate a hanging indent
+Shift+TRemove a hanging indent
+Option+KStart AutoFormat
+Shift+NApply the Normal style
+Option+1Apply the Heading 1 style
+Option+2Apply the Heading 2 style
+Option+3Apply the Heading 3 style
+Shift+LApply the List style when the cursor is at the beginning of a line
Option+SpacebarInsert a nonbreaking space

▲ up

8. Set line spacing
+1Set lines as single-spaced
+2Set lines as double-spaced
+5Set lines as 1.5-line spacing
+0 (zero)Add or remove one line of space directly preceding a paragraph

▲ up

9. Format characters
+Shift+FChange the font
+Shift+>Increase the font size
+Shift+<Decrease the font size
+Increase the font size by 1 point
+Decrease the font size by 1 point
+DChange the formatting of characters (Font command, Format menu)
Shift+F3Change the case of letters
+Shift+AFormat in all capital letters
+BApply bold formatting
+UApply an underline
+Shift+WUnderline words but not spaces
+Shift+DDouble-underline text
+IApply italic formatting
+Shift+KFormat in all small capital letters
+= (Equal sign)Apply subscript formatting (automatic spacing)
+Shift++ (Plus sign)Apply superscript formatting (automatic spacing)
+Shift+XApply strike-through formatting

▲ up

10. Insert special characters
+F9Insert an empty field
Shift+ReturnInsert a line break
+EnterInsert a page break
+Shift+ReturnInsert a column break
+Shift+- (Hyphen)Insert a nonbreaking hyphen
Option+GInsert the copyright symbol
Option+RInsert the registered trademark symbol
Option+2Insert the trademark symbol
Option+; (Semicolon)Insert an ellipsis

Microsoft word for mac. ▲ up

11. Work with fields
Ctrl+Shift+DInsert a DATE field
+Option+Shift+LInsert a LISTNUM field
Ctrl+Shift+PInsert a PAGE field
Ctrl+Shift+TInsert a TIME field
+F9Insert an empty field
F9Update selected fields
+Shift+F9Unlink a field
Shift+F9Switch between a field code and its result
Option+F9Switch between all field codes and their results
Option+Shift+F9Run GOTOBUTTON or MACROBUTTON from the field that displays the field results
F11Go to the next field
Shift+F11Go to the previous field
+F11Lock a field
+Shift+F11Unlock a field

▲ up

12. Outline a document
Ctrl+Shift+Arrow LeftPromote a paragraph
Ctrl+Shift+Arrow RightDemote a paragraph
+Shift+NDemote to body text
Ctrl+Shift+Arrow UpMove selected paragraphs up
Ctrl+Shift+Arrow DownMove selected paragraphs down
Ctrl+Shift++ (Plus sign)Expand text under a heading
Ctrl+Shift+- (Minus sign)Collapse text under a heading
Ctrl+Shift+AExpand all body text and headings or collapse all body text
Ctrl+Shift+LShow the first line of body text or all body text
Ctrl+Shift + Show all headings with the specified heading level

▲ up

13. Review a document
+Option+AInsert a comment
+Shift+ETurn track changes on or off
HomeGo to the beginning of a comment
End (The End key is not available on all keyboards)Go to the end of a comment
+HomeGo to the beginning of the list of comments when in the Reviewing Pane
+EndGo to the end of the list of comments when in the Reviewing Pane

▲ up

14. Print a document
+PPrint a document

▲ up

15. Move around in a table
Tab (If the cursor is in the last cell of a table, pressing Tab adds a new row)Move to the next cell
Shift+TabMove to the preceding cell
Arrow Up or Arrow DownMove to the preceding or next row
Ctrl+HomeMove to the first cell in the row
Ctrl+EndMove to the last cell in the row
Ctrl+Page UpMove to the first cell in the column
Ctrl+Page DownMove to the last cell in the column
ReturnStart a new paragraph
Tab at the end of the last row.Add a new row at the bottom of the table
Return at the beginning of the first cellAdd text before a table at the beginning of a document
+Ctrl+IInsert a row

▲ up

16. Resize table columns by using the ruler
ShiftMove a single column line; Retain table width.
+ShiftEqually resize all columns to the right; Retain table width.
Proportionally resize all columns to the right; Retain table width.

▲ up

17. Resize table columns directly in a table.
To display a column's measurements in the ruler when you resize the column, press Option with these shortcut keys. To finely adjust a column width, turn off snap-to functionality by pressing Option with the shortcut keys.
No keyMove a single column line; Retain table width.
ShiftRetain column sizes to the right; Change table width.
+ShiftEqually resize all columns to the right; Retain table width.
Proportionally resize all columns to the right; Retain table width.

▲ up

18. Insert paragraphs and tab characters in a table
ReturnInsert a new paragraph in a cell
Option+TabInsert a Tab character in a cell

▲ up

Microsoft Word Mac Price

19. Use footnotes and endnotes
+Option+FInsert a footnote
+Option+EInsert an endnote

▲ up

20. Right-to-left language features
Ctrl++Arrow LeftParagraph direction to right to left
Ctrl++Arrow RightParagraph direction to left to right

Microsoft Word Content Control Mac Pro

▲ up

21. Function key shortcuts
Word 2016 for Mac uses the function keys for common commands, including Copy and Paste. For quick access to these shortcuts, you can change your Apple system preferences so you don't have to press the Fn key every time you use a function key shortcut.
F1Undo the last action
F2Cut selected text or graphics
F3Copy selected text or graphics to the clipboard
F4Paste the Clipboard contents
F5Choose the Go To command (Edit menu)
F7Open the Spelling and Grammar dialog box
F8Extend a selection
F9Update selected fields.
+F6Go to the next window
Shift+F2Copy selected text
Shift+F3Change letters to uppercase, lowercase, or mixed case
Shift+F4 or +Shift+F4Repeat a Find or Go To action
Shift+F5Move to the previous insertion point
Shift+F7Open the Thesaurus pane
Shift+F8Shrink a selection
Shift+F9Switch between a field code and its result.
Shift+F11Go to the previous field
+F3Cut the selection to the Spike
+F4Close the window
+F6Go to the next window
+F9Insert an empty field
+F11Lock a field
+Shift+F3Insert the contents of the Spike
+Shift+F5Edit a bookmark
+Shift+F7Update linked information in a Word source document
+Shift+F8+ Arrow KeyExtend a selection as a block selection
+Shift+F9Unlink a field
+Shift+F11Unlock a field
Option+F3Create an AutoText entry
Option+F7Find the next misspelling or grammatical error
Option+F8Run a macro
Option+F9Switch between all field codes and their results
+Shift+LLook up selected text on the Internet
Option+Shift+F9Run GOTOBUTTON or MACROBUTTON from the field that displays the field results

Microsoft Word Content Control Mac

▲ up