Top Banner
Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In
10
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

Microsoft Office: Accessibility

Mahmudul DinGroup #2: Office Plug-In

Page 2: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

What is Accessibility? Convenient,

structured format Universal application

for disabled viewers “Accessible”

documents can be viewed by deaf/blind

Important that we enforce as a community

Page 3: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

Best Practices General guidelines on how to make

documents Allows for a uniformed, structured

agreement Examples:

Titles and Header usage Picture Groups Captions on Images Correctly formed lists/notes on slides and

presentations

Page 4: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

Office and the Past Office allows for things

such as headers/footers and more to help make documents accessible

Last year: Best Practices Wizard

Transferred Word and PowerPoint documents into becoming “Accessible” by formatting it into an HTML web page

Page 5: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

Office 2007 Newest version OpenXML

Designed for years Here to “stay” Being standardized XML Markup

Object Model No more RTF! Complete change

Page 6: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

What We Must Do Implement an Office-2007 plug-in for:

Microsoft Word Microsoft PowerPoint

Use the power and flexibility of OpenXML to: Help make documents Accessible Create a tool that lets us make accessible

documents Expandable so that future versions will use

our work

Page 7: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

The How Visual Studio Programming in C# Manipulation of

OpenXML XPATH XML Manipulation

Object Model Manipulation of

objects Dissecting the files

themselves

Page 8: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

Progression: Testing and Deployment Dissecting XML

Formalized ways to find errors Wrote a basic plug-in that allows discovers

errors Enforcer

Need to write a waay to actually mod documents

Object Model Testing

Accessibility Community Various types of documents

Page 9: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

The Future Documentation

for expansion HTML conversion

tool? Real-time

accessibility functionality?

Auto-accessorizer?

Page 10: Microsoft Office: Accessibility Mahmudul Din Group #2: Office Plug-In.

Credits, Places Best Practices:

http://www.accessiblewizards.uiuc.edu/bp-word.php

OpenXML: http://openxmldeveloper.org/

Microsoft Office: http://office.microsoft.com

Any Questions?