Skip to main content

RichEditRibbonTabCollectionBuilder Methods

A builder for the Rich Text Edit ribbon tab collection.
Name Description
Add() Adds a new tab to the end of the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
Add(String, String) Adds a new tab to the end of the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
Add(String) Adds a new tab with the specified title to the end of the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
AddFileTab() Adds the File tab to the ribbon tab collection.
AddFloatingObjectsContextTab() Adds the Floating Objects tab to the ribbon tab collection.
AddHeaderAndFooterContextTab() Adds the Header And Footer tab to the ribbon tab collection.
AddHomeTab() Adds the Home tab to the ribbon tab collection.
AddInsertTab() Adds the Insert tab to the ribbon tab collection.
AddMailMergeTab() Adds the Mail Merge tab to the ribbon tab collection.
AddPageLayoutTab() Adds the Page Layout tab to the ribbon tab collection.
AddReferencesTab() Adds the References tab to the ribbon tab collection.
AddTableDesignContextTab() Adds the Table Design tab to the ribbon tab collection.
AddTableLayoutContextTab() Adds the Table Layout tab to the ribbon tab collection.
AddViewTab() Adds the View tab to the ribbon tab collection.
Clear() Removes all tabs from the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetAt(Int32) Retrieves a tab from the collection by a tab index. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
GetByName(String) Retrieves a specific tab from the collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
GetByTitle(String) Retrieves a tab from the collection by a tab title. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Insert(Int32) Inserts a new tab to the ribbon tab collection at the specified position. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
InsertFileTab(Int32) Inserts the File tab to the ribbon tab collection at the specified position.
InsertFloatingObjectsContextTab(Int32) Inserts the Floating Objects context tab to the ribbon tab collection at the specified position.
InsertHeaderAndFooterContextTab(Int32) Inserts the Header And Footer context tab to the ribbon tab collection at the specified position.
InsertHomeTab(Int32) Inserts the Home tab to the ribbon tab collection at the specified position.
InsertInsertTab(Int32) Inserts the Insert tab to the ribbon tab collection at the specified position.
InsertMailMergeTab(Int32) Inserts the Mail Merge tab to the ribbon tab collection at the specified position.
InsertPageLayoutTab(Int32) Inserts the Page Layout tab to the ribbon tab collection at the specified position.
InsertReferencesTab(Int32) Inserts the References tab to the ribbon tab collection at the specified position.
InsertTableDesignContextTab(Int32) Inserts the Table Design tab to the ribbon tab collection at the specified position.
InsertTableLayoutContextTab(Int32) Inserts the Table Layout context tab to the ribbon tab collection at the specified position.
InsertViewTab(Int32) Inserts the View tab to the ribbon tab collection at the specified position.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RemoveAt(Int32) Removes a tab at the specified position from the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
RemoveByName(String) Removes a tab with the specified name from the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
RemoveByTitle(String) Removes a tab with the specified title from the ribbon tab collection. Inherited from RibbonTabCollectionBuilder<TTabCollectionBuilder, TTabInfoBuilder, TItemCollectionBuilder>.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also