Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Returns the story type for the specified selection. Read-only WdStoryType.
Syntax
expression. StoryType
expression Required. A variable that represents a Selection object.
Example
This example returns the story type of the selection.
story = Selection.StoryType
This example closes the footnote pane if the selection is contained in the footnote story.
ActiveDocument.ActiveWindow.View.Type = wdNormalView
If Selection.StoryType = wdFootnotesStory Then _
ActiveDocument.ActiveWindow.ActivePane.Close
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.