🗊Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике

Категория: Информатика
Нажмите для полного просмотра!
Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №1Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №2Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №3Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №4Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №5Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №6Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №7Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №8Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №9Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №10Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №11Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №12Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №13Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №14Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №15Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №16Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №17Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №18Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №19Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №20Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №21Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №22Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №23Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №24

Вы можете ознакомиться и скачать Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике. Презентация содержит 24 слайдов. Презентации для любого класса можно скачать бесплатно. Если материал и наш сайт презентаций Вам понравились – поделитесь им с друзьями с помощью социальных кнопок и добавьте в закладки в своем браузере.

Слайды и текст этой презентации


Слайд 1


Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №1
Описание слайда:

Слайд 2





OFC335
Microsoft Office Word 2007 XML Programmability: 
True Data/View Separation and Rich Eventing for Custom XML
Tristan Davis
Program Manager
Microsoft Corporation
Описание слайда:
OFC335 Microsoft Office Word 2007 XML Programmability: True Data/View Separation and Rich Eventing for Custom XML Tristan Davis Program Manager Microsoft Corporation

Слайд 3





Agenda
The world today (Microsoft Office Word 2003)
Structural Integrity
Content Controls
Data/View Separation
Microsoft Office XML data store
XML mapping
Conclusion
Questions
Описание слайда:
Agenda The world today (Microsoft Office Word 2003) Structural Integrity Content Controls Data/View Separation Microsoft Office XML data store XML mapping Conclusion Questions

Слайд 4





The World Today
Word 2003 was a major step forward:
XML-based file format (WordprocessingML)
Customer-defined schema support
However, a big toolbox doesn’t mean it’s 
easy to build a house
You need XML schema, XSLT, client-side 
code, etc.
Описание слайда:
The World Today Word 2003 was a major step forward: XML-based file format (WordprocessingML) Customer-defined schema support However, a big toolbox doesn’t mean it’s easy to build a house You need XML schema, XSLT, client-side code, etc.

Слайд 5





The World of Word 2007
Make it easier to push/pull customer data 
within Word documents
How?
Structural integrity (Content Controls)
Provide content restriction, lockdown capability
Data/view separation (Office XML data store)
Place to store custom XML data in the new file format
Each item is stored as a separate part within the package
Описание слайда:
The World of Word 2007 Make it easier to push/pull customer data within Word documents How? Structural integrity (Content Controls) Provide content restriction, lockdown capability Data/view separation (Office XML data store) Place to store custom XML data in the new file format Each item is stored as a separate part within the package

Слайд 6





Structuring a Document
Tristan Davis
Program Manager
Microsoft Word
Описание слайда:
Structuring a Document Tristan Davis Program Manager Microsoft Word

Слайд 7





Content Controls
Evolution of customer-defined XML
No XML schema required
Provide friendly end user exposure of 
structured content
Each provides unique content restrictions / user interface that doesn’t affect layout
Controls can be grouped to lock them down 
as a unit
Controls can be mapped to XML data
Описание слайда:
Content Controls Evolution of customer-defined XML No XML schema required Provide friendly end user exposure of structured content Each provides unique content restrictions / user interface that doesn’t affect layout Controls can be grouped to lock them down as a unit Controls can be mapped to XML data

Слайд 8





XML Data Store / XML Mapping
Tristan Davis
Program Manager
Microsoft Word
Описание слайда:
XML Data Store / XML Mapping Tristan Davis Program Manager Microsoft Word

Слайд 9





Office XML Data Store
Customer-defined XML (incl. WSS/Office doc props) stored separately from WordprocessingML as a part in Open XML format
Any XML can be stored 
(with or without XML schema)
XML data is available as an editable tree 
(using familiar DOM) within Word
Can be populated on a server using WinFX 
or a client using Word OM
Описание слайда:
Office XML Data Store Customer-defined XML (incl. WSS/Office doc props) stored separately from WordprocessingML as a part in Open XML format Any XML can be stored (with or without XML schema) XML data is available as an editable tree (using familiar DOM) within Word Can be populated on a server using WinFX or a client using Word OM

Слайд 10





XML Mapping
Link document controls to nodes in the 
XML data store
Provides for true data/view separation 
model in Word
Mappings are created using standard 
XPath expressions
Mappings can be set up to ‘auto-attach’ 
to incoming data
Out-of-the-box support for mapping to 
Office properties
Описание слайда:
XML Mapping Link document controls to nodes in the XML data store Provides for true data/view separation model in Word Mappings are created using standard XPath expressions Mappings can be set up to ‘auto-attach’ to incoming data Out-of-the-box support for mapping to Office properties

Слайд 11





Mapping WSS Data Into Word
Tristan Davis
Program Manager
Microsoft Word
Описание слайда:
Mapping WSS Data Into Word Tristan Davis Program Manager Microsoft Word

Слайд 12





Mapping WSS Data into Word
Word 2007 has native integration 
between the WSS property set and the 
XML mapping architecture:
WSS properties are stored as items in the Office 
XML data store
Properties can be mapped to content controls in 
the document
WSS docs automatically get UI on the ribbon to 
do this mapping
InfoPath property panel is synchronized with the 
data store
Описание слайда:
Mapping WSS Data into Word Word 2007 has native integration between the WSS property set and the XML mapping architecture: WSS properties are stored as items in the Office XML data store Properties can be mapped to content controls in the document WSS docs automatically get UI on the ribbon to do this mapping InfoPath property panel is synchronized with the data store

Слайд 13





Client Side Programming
Recommended approach: program directly against the data
InfoPath or Office OM – your choice
Word will automatically take care of the effects on the presentation via the XML mappings
Use shared error board to communicate validation errors to the user
Use controls OM if you need behavior for specific controls (e.g. to block user from exiting)
Описание слайда:
Client Side Programming Recommended approach: program directly against the data InfoPath or Office OM – your choice Word will automatically take care of the effects on the presentation via the XML mappings Use shared error board to communicate validation errors to the user Use controls OM if you need behavior for specific controls (e.g. to block user from exiting)

Слайд 14





Using InfoPath for Client-Side Business Logic
Tristan Davis
Program Manager
Microsoft Word
Описание слайда:
Using InfoPath for Client-Side Business Logic Tristan Davis Program Manager Microsoft Word

Слайд 15





Using Office OM for Client-Side Business Logic
Tristan Davis
Program Manager
Microsoft Word
Описание слайда:
Using Office OM for Client-Side Business Logic Tristan Davis Program Manager Microsoft Word

Слайд 16





Server Side Programming
Recommended approach: 
Using WinFX to navigate the file format
Adding a part is as simple as adding a 
single relationship
Finding an existing part is done by namespace 
or GUID matching
Описание слайда:
Server Side Programming Recommended approach: Using WinFX to navigate the file format Adding a part is as simple as adding a single relationship Finding an existing part is done by namespace or GUID matching

Слайд 17





Using Custom XML Data on 
the Server
Tristan Davis
Program Manager
Microsoft Word
Описание слайда:
Using Custom XML Data on the Server Tristan Davis Program Manager Microsoft Word

Слайд 18





Related Areas In VSTO V3
Document control support in the Microsoft Visual Studio designer
Integration with .NET data binding
.NET programming model for the XML data store for document manipulation on client/server
Leveraging the XML data store / new file format for VSTO solution storage
Описание слайда:
Related Areas In VSTO V3 Document control support in the Microsoft Visual Studio designer Integration with .NET data binding .NET programming model for the XML data store for document manipulation on client/server Leveraging the XML data store / new file format for VSTO solution storage

Слайд 19





Conclusion
Two main themes to Word 2007 for 
solution creation
Make structured document more robust by 
providing controls and content groups
Provide true data/view separation by providing 
custom XML data store
Result: you have to write less code and your solutions are more reliable with Word as the editing environment
Описание слайда:
Conclusion Two main themes to Word 2007 for solution creation Make structured document more robust by providing controls and content groups Provide true data/view separation by providing custom XML data store Result: you have to write less code and your solutions are more reliable with Word as the editing environment

Слайд 20





Key Takeaways
Word 2007 allows for more granular control 
over structured data via content controls
Specialized UI, Content restrictions, locking, etc.
Word 2007 allows for separation of data and presentation via the Office XML data store
Word 2007 allows for automatic two-way synchronization between data and view via 
XML mapping
Описание слайда:
Key Takeaways Word 2007 allows for more granular control over structured data via content controls Specialized UI, Content restrictions, locking, etc. Word 2007 allows for separation of data and presentation via the Office XML data store Word 2007 allows for automatic two-way synchronization between data and view via XML mapping

Слайд 21





Resources
Описание слайда:
Resources

Слайд 22





The 2007 Microsoft Office System Clients. Servers. Solutions.
Описание слайда:
The 2007 Microsoft Office System Clients. Servers. Solutions.

Слайд 23


Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №23
Описание слайда:

Слайд 24


Презентация "Microsoft Office Word 2007" - скачать презентации по Информатике, слайд №24
Описание слайда:



Похожие презентации
Mypresentation.ru
Загрузить презентацию