Office Tabs

  

-->

  1. The Office Tabs
  2. Office Tabs Mods
  3. Office Tabs For Word

The ribbon component of the Microsoft Office Fluent user interface gives users a flexible way to work with Office applications. Ribbon Extensibility (RibbonX) uses a simple, text-based, declarative XML markup to create and customize the ribbon.

Office Tab has a powerful Settings Center, where you can configure all Office Tab settings. You can use the Tab Center to manipulate all your settings such as enabling/disabling the tab separately, using shortcuts (or not), displaying the Tab Bar on the top, bottom, left or right position, choosing the Tab Style, and customizing the tab colors. Perforated Writing Pads, 8-1/2' x 11-3/4. Hammermill Laser Print Office Paper, 98. Avery Easy Peel White Address Labels w/.

The code example in this topic shows how to add custom components to the ribbon for a single document, as opposed to adding application-level customizations. In the following steps, you add a custom tab, a custom group, and a custom button to the existing ribbon in Word. You also implement a callback procedure for the button that inserts a company name into the document.

  1. Create the customization file in any text editor and save the file with the name customUI.xml.

  2. Add the following XML markup to the file and then close and save the file.

  3. Create a folder on your desktop named customUI and copy the XML customization file to the folder.

  4. Validate the XML markup with a custom schema.

  5. Create a document in Word and save it with the name RibbonSample.docm.

  6. Open the Visual Basic Editor, add the following procedure to the ThisDocument code module, and then close and save the document.

  7. Add a .zip extension to the document file name and then double-click it to open the file.

  8. Add the customization file to the container by dragging the customUI folder from the desktop to the .zip file.

  9. Extract the .rels file to your desktop. A _rels folder that contains the .rels file is copied to your desktop.

  10. Open the .rels file and add the following line between the last Relationship tag and the Relationships tag. This creates a relationship between the document file and the customization file.

  11. Close and save the file.

  12. Add the .rels folder back to the container file by dragging it from the desktop, overwriting the existing file.

  13. Rename the document file to its original name by removing the .zip extension.

  14. Open the document and notice that the ribbon now displays the My Tab tab.

  15. Choose the tab and notice the Sample Group group with a button control.

  16. Choose the button to insert the company name into the document.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.

The Office Tabs

< Documentation‎ | OOoAuthors User Manual‎ | Getting Started
  • Setting tab stops and indents


The horizontal ruler shows both the default tab stops and any that you have defined. To set the measurement unit and the spacing of default tab stops, go to Tools > Options > OpenOffice.org Writer > General.

Office Tabs Mods

Tabs

Office Tabs For Word

You can also set or change the measurement unit by right-clicking on the ruler to open a list of units, as shown below. Click on one of them to change the ruler to that unit.

Ruler showing default tab stops.

Double-click on a part of the ruler that is not between the left and right indent icons to open the Indents & Spacing page of the Paragraph dialog. To fine-tune tab stop settings, double-click anywhere between the left and right indent icons on the ruler itself to open the Tabs page of the Paragraph dialog, where you can fine-tune tab stop settings.

You can define tab stops as part of a paragraph style, as described in Chapter 7 (Working with Styles) in the Writer Guide.


Content on this page is licensed under the Creative Common Attribution 3.0 license (CC-BY).
Retrieved from 'https://wiki.openoffice.org/w/index.php?title=Documentation/OOoAuthors_User_Manual/Getting_Started/Setting_tab_stops_and_indents&oldid=78867'