Инфоурок Другое ПрезентацииMicrosoft Office Word 2007

Microsoft Office Word 2007

Скачать материал
Скачать материал "Microsoft Office Word 2007"

Получите профессию

Технолог-калькулятор общественного питания

за 6 месяцев

Пройти курс

Рабочие листы
к вашим урокам

Скачать

Методические разработки к Вашему уроку:

Получите новую специальность за 3 месяца

Интернет-маркетолог

Описание презентации по отдельным слайдам:

  • 1 слайд

  • OFC335Microsoft Office Word 2007 XML Programmability: True Data/View Separa...

    2 слайд

    OFC335
    Microsoft Office Word 2007 XML Programmability:
    True Data/View Separation and Rich Eventing for Custom XML
    Tristan Davis
    Program Manager
    Microsoft Corporation

  • AgendaThe world today (Microsoft Office Word 2003)
Structural Integrity
Conte...

    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

  • The World TodayWord 2003 was a major step forward:
XML-based file format (Wor...

    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 of Word 2007Make it easier to push/pull customer data within Word...

    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

  • Tristan DavisProgram Manager
Microsoft WordStructuring a Document

    6 слайд

    Tristan Davis
    Program Manager
    Microsoft Word
    Structuring a Document

  • Content ControlsEvolution of customer-defined XML
No XML schema required
Prov...

    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

  • Tristan DavisProgram Manager
Microsoft WordXML Data Store / XML Mapping

    8 слайд

    Tristan Davis
    Program Manager
    Microsoft Word
    XML Data Store / XML Mapping

  • Office XML Data StoreCustomer-defined XML (incl. WSS/Office doc props) stored...

    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

  • XML MappingLink document controls to nodes in the XML data store
Provides fo...

    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

  • Tristan DavisProgram Manager
Microsoft WordMapping WSS Data Into Word

    11 слайд

    Tristan Davis
    Program Manager
    Microsoft Word
    Mapping WSS Data Into Word

  • Mapping WSS Data into WordWord 2007 has native integration between the WSS p...

    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

  • Client Side ProgrammingRecommended approach: program directly against the dat...

    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)

  • Tristan DavisProgram Manager
Microsoft WordUsing InfoPath for Client-Side Bu...

    14 слайд

    Tristan Davis
    Program Manager
    Microsoft Word
    Using InfoPath for Client-Side Business Logic

  • Tristan DavisProgram Manager
Microsoft WordUsing Office OM for Client-Side B...

    15 слайд

    Tristan Davis
    Program Manager
    Microsoft Word
    Using Office OM for Client-Side Business Logic

  • Server Side ProgrammingRecommended approach: Using WinFX to navigate the fil...

    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

  • Tristan DavisProgram Manager
Microsoft WordUsing Custom XML Data on the Server

    17 слайд

    Tristan Davis
    Program Manager
    Microsoft Word
    Using Custom XML Data on
    the Server

  • Related Areas In VSTO V3Document control support in the Microsoft Visual Stud...

    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

  • ConclusionTwo main themes to Word 2007 for solution creation
Make structured...

    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

  • Key TakeawaysWord 2007 allows for more granular control over structured data...

    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

  • Resources

    21 слайд

    Resources

  • The 2007 Microsoft Office System Clients. Servers. Solutions.Install Beta 2 t...

    22 слайд

    The 2007 Microsoft Office System Clients. Servers. Solutions.
    Install Beta 2 today!
    It’s in your attendee bag
    Learn more at the Office System TLC
    Demo Stations / Hands-on-Labs / Chalk-talks
    Get more information
    http://www.microsoft.com/office/preview/default.mspx
    http://msdn.microsoft.com/office/
    Talk
    Lab
    Demo

  • Fill out a session evaluation on CommNet and 
Win an XBOX 360!

    23 слайд

    Fill out a session evaluation on CommNet and
    Win an XBOX 360!

  • © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Window...

    24 слайд

    © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.
    The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.
    MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Получите профессию

Технолог-калькулятор общественного питания

за 6 месяцев

Пройти курс

Рабочие листы
к вашим урокам

Скачать

Скачать материал

Найдите материал к любому уроку, указав свой предмет (категорию), класс, учебник и тему:

6 677 003 материала в базе

Скачать материал

Другие материалы

Вам будут интересны эти курсы:

Оставьте свой комментарий

Авторизуйтесь, чтобы задавать вопросы.

  • Скачать материал
    • 06.01.2020 126
    • PPTX 1.3 мбайт
    • Оцените материал:
  • Настоящий материал опубликован пользователем Гусаниева Зулайхат Пайзулаевна. Инфоурок является информационным посредником и предоставляет пользователям возможность размещать на сайте методические материалы. Всю ответственность за опубликованные материалы, содержащиеся в них сведения, а также за соблюдение авторских прав несут пользователи, загрузившие материал на сайт

    Если Вы считаете, что материал нарушает авторские права либо по каким-то другим причинам должен быть удален с сайта, Вы можете оставить жалобу на материал.

    Удалить материал
  • Автор материала

    • На сайте: 3 года и 4 месяца
    • Подписчики: 0
    • Всего просмотров: 87723
    • Всего материалов: 207

Ваша скидка на курсы

40%
Скидка для нового слушателя. Войдите на сайт, чтобы применить скидку к любому курсу
Курсы со скидкой

Курс профессиональной переподготовки

Экскурсовод

Экскурсовод (гид)

500/1000 ч.

Подать заявку О курсе

Курс профессиональной переподготовки

Организация деятельности библиотекаря в профессиональном образовании

Библиотекарь

300/600 ч.

от 7900 руб. от 3650 руб.
Подать заявку О курсе
  • Сейчас обучается 291 человек из 67 регионов
  • Этот курс уже прошли 853 человека

Курс профессиональной переподготовки

Руководство электронной службой архивов, библиотек и информационно-библиотечных центров

Начальник отдела (заведующий отделом) архива

600 ч.

9840 руб. 5600 руб.
Подать заявку О курсе
  • Этот курс уже прошли 26 человек

Курс повышения квалификации

Специалист в области охраны труда

72/180 ч.

от 1750 руб. от 1050 руб.
Подать заявку О курсе
  • Сейчас обучается 30 человек из 20 регионов
  • Этот курс уже прошли 162 человека

Мини-курс

Коррекция нарушений у детей: сна, питания и приучения к туалету

6 ч.

780 руб. 390 руб.
Подать заявку О курсе
  • Сейчас обучается 20 человек из 14 регионов

Мини-курс

Стратегии развития бизнеса: конкуренция, позиционирование и прогнозирование

3 ч.

780 руб. 390 руб.
Подать заявку О курсе

Мини-курс

Психологическая экспертиза в работе с детьми и родителями

2 ч.

780 руб. 390 руб.
Подать заявку О курсе
  • Сейчас обучается 79 человек из 36 регионов
  • Этот курс уже прошли 55 человек