Partager via


Selection.ReadingModeShrinkFont Method

Decreases the size of the displayed text one point size when the document is displayed in Reading mode.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub ReadingModeShrinkFont
'Usage
Dim instance As Selection

instance.ReadingModeShrinkFont()
void ReadingModeShrinkFont()

Remarks

Use the ReadingModeGrowFont() method to increase the size of the text. This does not affect the size of the font in the document, only the size of the text while viewing the document in Reading mode.

Note

Text does not need to be selected for this method to affect the text displayed in Reading mode. Text size for all text displayed in Reading mode is affected.

See Also

Reference

Selection Interface

Selection Members

Microsoft.Office.Interop.Word Namespace