
Explore Word add-in development with C# VSTO and web types, compare Windows-only VSTO to cross-platform web type, and learn how to insert, access, reference, retrieve data, and modify properties.
Explore the basic layout of a word add-in project, including startup and shutdown events, VSTO generated code, and building a main ribbon with the visual designer and drag-and-drop UI elements.
Explore basic interactions in a Word add-in using C# VSTO and web types, inserting text at the cursor and reading selected ranges through range, selection, and application objects.
Access and configure page setup in a Word add-in using C# VSTO, adjusting top, right, bottom, and left margins of the active document.
Learn to insert headers and footers in a Word add-in using c# vsto, accessing document sections, and configuring first, last, primary headers and even pages.
Learn to build a Word add-in using C# VSTO and web types to insert images into the document and headers, using a button, an open file dialog, and inline shapes.
Learn the basics of a Word web add-in using a Visual Studio template, focusing on project structure, content and scripts, and inserting and retrieving text with Word.run and context.
Learn to insert headers and footers in a Word web add-in using C# VSTO, with scripts and word run to insert text.
This course is designed to get you started with the word add-ins in a quick and practical way. We will take a look at two types of add-ins - web and VSTO. One will be a great fit for C# developers and the other for web developers. We will look at the structure, basic interactions and something a bit more advanced.