Share via


Formatting toolbar

The following are the predefined items in the Formatting toolbar of Microsoft Expression Web. If you are designing an add-in that is intended to reside in the Formatting toolbar (the toolbaritem element is defined in the add-in manifest), use this list to define values for the parent and before attributes.

Formatting toolbar

  • COMMANDBAR_Formatting_ManageStyles   corresponds to the Manage Styles command ( w4_btn_format_css_manage_styles ).

  • COMMANDBAR_Formatting_Style   corresponds to the Style drop-down menu.

  • COMMANDBAR_Formatting_Font   corresponds to the Font drop-down menu.

  • COMMANDBAR_Formatting_FontSize   corresponds to the Font Size drop-down menu.

  • COMMANDBAR_Formatting_Bold   corresponds to the Bold command ( w4_btn_format_bold ).

  • COMMANDBAR_Formatting_Italic   corresponds to the Italic command ( w4_btn_format_italic ).

  • COMMANDBAR_Formatting_Underline   corresponds to the Underline command ( w4_btn_format_underline ).

  • COMMANDBAR_Formatting_AlignLeft   corresponds to the Align Left command ( w4_btn_format_left ).

  • COMMANDBAR_Formatting_Center   corresponds to the Center command ( w4_btn_format_center ).

  • COMMANDBAR_Formatting_AlignRight   corresponds to the Align Right command ( w4_btn_format_right ).

  • COMMANDBAR_Formatting_Justify   corresponds to the Justify command ( w4_btn_format_justify ).

  • COMMANDBAR_Formatting_IncreaseFontSize   corresponds to the Increase Font Size command ( w4_btn_format_font_increment ).

  • COMMANDBAR_Formatting_DecreaseFontSize   corresponds to the Decrease Font Size command ( w4_btn_format_font_decrement ).

  • COMMANDBAR_Formatting_Numbering   corresponds to the Numbering command ( w4_btn_format_li_numbered ).

  • COMMANDBAR_Formatting_Bullets   corresponds to the Bullets command ( w4_btn_format_li_bullet ).

  • COMMANDBAR_Formatting_DecreaseIndent   corresponds to the Decrease Indent command ( w4_btn_format_outdent ).

  • COMMANDBAR_Formatting_IncreaseIndent   corresponds to the Increase Indent command ( w4_btn_format_indent ).

  • COMMANDBAR_Formatting_Borders   corresponds to the Borders command and drop-down menu ( w4_btn_table_boxborder ).

    • COMMANDBAR_Formatting_Borders_OutsideBorders   corresponds to the Outside Borders command ( w4_btn_table_boxborder ).

    • COMMANDBAR_Formatting_Borders_AllBorders   corresponds to the All Borders command ( w4_btn_table_gridborder ).

    • COMMANDBAR_Formatting_Borders_TopBorder   corresponds to the Top Border command ( w4_btn_table_topborder ).

    • COMMANDBAR_Formatting_Borders_LeftBorder   corresponds to the Left Border command ( w4_btn_table_leftborder ).

    • COMMANDBAR_Formatting_Borders_InsideHorizontalBorder   corresponds to the Inside Horizontal Border command ( w4_btn_table_insidehorizontalborder ).

    • COMMANDBAR_Formatting_Borders_HorizontalLine   corresponds to the Horizontal Line command ( w4_btn_table_horizontalline ).

    • COMMANDBAR_Formatting_Borders_InsideBorders   corresponds to the Inside Borders command ( w4_btn_table_insideborder ).

    • COMMANDBAR_Formatting_Borders_NoBorder   corresponds to the No Border command ( w4_btn_table_noborder ).

    • COMMANDBAR_Formatting_Borders_BottomBorder   corresponds to the Bottom Border command ( w4_btn_table_bottomborder ).

    • COMMANDBAR_Formatting_Borders_RightBorder   corresponds to the Right Border command ( w4_btn_table_rightborder ).

    • COMMANDBAR_Formatting_Borders_InsideVerticalBorder   corresponds to the Inside Vertical Border command ( w4_btn_table_insideverticalborder ).

  • COMMANDBAR_Formatting_Highlight   corresponds to the Highlight command ( w4_btn_higlightcolor_dropdown ).

  • COMMANDBAR_Formatting_FontColor   corresponds to the Font Color command ( w4_btn_fontcolor_dropdown ).

  • COMMANDBAR_Formatting_LefttoRight   corresponds to the Left to Right command.

  • COMMANDBAR_Formatting_RighttoLeft   corresponds to the Right to Left command.

  • COMMANDBAR_Formatting_LefttoRightEmbedding   corresponds to the Left to Right Embedding command.

  • COMMANDBAR_Formatting_RighttoLeftEmbedding   corresponds to the Right to Left Embedding command.

  • COMMANDBAR_Formatting_LefttoRightDocument   corresponds to the Left to Right Document command.

  • COMMANDBAR_Formatting_RighttoLeftDocument   corresponds to the Right to Left Document command.

  • COMMANDBAR_MasterPage_Regions   corresponds to the Master Page Regions command.

See Also

Concepts

MENU names
COMMANDBAR names
The add-in manifest

  Copyright © 2011 by Microsoft Corporation. All rights reserved.