Share via


Tables toolbar

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

Tables toolbar

  • COMMANDBAR_Tables_ColumnToTheLeft   corresponds to the Column to the Left command ( w4_btn_tabletool_addcolumnleft ).

  • COMMANDBAR_Tables_ColumnToTheRight   corresponds to the Column to the Right command ( w4_btn_tabletool_addcolumnright ).

  • COMMANDBAR_Tables_RowAbove   corresponds to the Row Above command ( w4_btn_tabletool_addrowabove ).

  • COMMANDBAR_Tables_RowBelow   corresponds to the Row Below command ( w4_btn_tabletool_addrowbelow ).

  • COMMANDBAR_Tables_DeleteCells   corresponds to the Delete Cells command ( w4_btn_tabletool_deletecells ).

  • COMMANDBAR_Tables_MergeCells   corresponds to the Merge Cells command ( w4_btn_table_merge ).

  • COMMANDBAR_Tables_SplitCells   corresponds to the Split Cells command ( w4_btn_table_split ).

  • COMMANDBAR_Tables_AlignTop   corresponds to the Align Top command ( w4_btn_table_align_top ).

  • COMMANDBAR_Tables_CenterVertically   corresponds to the Center Vertically command ( w4_btn_table_align_middle ).

  • COMMANDBAR_Tables_AlignBottom   corresponds to the Align Bottom command ( w4_btn_table_align_bottom ).

  • COMMANDBAR_Tables_DistributeRowsEvenly   corresponds to the Distribute Rows Evenly command ( w4_btn_table_even_rows ).

  • COMMANDBAR_Tables_DistributeColumnssEvenly   corresponds to the Distribute Columns Evenly command ( w4_btn_table_even_columns ).

  • COMMANDBAR_Tables_AutoFitToContents   corresponds to the AutoFit to Contents command ( w4_btn_table_turnoffwidths ).

  • COMMANDBAR_Tables_FillColor   corresponds to the Fill Color command ( w4_btn_fillcolor_dropdown ).

  • COMMANDBAR_Tables_TableAutoFormatCombo   corresponds to the Table AutoFormat command ( w4_btn_table_autoformat ).

See Also

Concepts

MENU names
COMMANDBAR names
The add-in manifest

  Copyright © 2011 by Microsoft Corporation. All rights reserved.