Options-Objekt (Word)Options object (Word)
Stellt die Anwendung und Dokument-Optionen in Word.Represents application and document options in Word. Viele der Eigenschaften für das Options -Objekt entsprechen Elementen im Dialogfeld Optionen .Many of the properties for the Options object correspond to items in the Options dialog box.
BemerkungenRemarks
Verwenden Sie die Options -Eigenschaft, um das Options -Objekt zurückzugeben.Use the Options property to return the Options object. Im folgende Beispiel werden drei Anwendungsoptionen für Word festgelegt.The following example sets three application options for Word.
With Options
.AllowDragAndDrop = True
.ConfirmConversions = False
.MeasurementUnit = wdPoints
End With
EigenschaftenProperties
Siehe auchSee also
Referenz zum Word-ObjektmodellWord Object Model Reference
Support und FeedbackSupport and feedback
Haben Sie Fragen oder Feedback zu Office VBA oder zu dieser Dokumentation?Have questions or feedback about Office VBA or this documentation? Unter Office VBA-Support und Feedback finden Sie Hilfestellung zu den Möglichkeiten, wie Sie Support erhalten und Feedback abgeben können.Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.