Interface | Description |
---|---|
ILinkProvider | Deprecated
use ILinkProviderEx instead
|
ILinkProviderEx |
Link provider for text controls.
|
INavigationProvider |
Navigation provider for text controls.
|
IPlainTextControlOperation |
Interface for plain text control operations.
|
IRichTextControlOperation |
Interface for rich text control operations.
|
IRichTextControlWithSharedToolBarProvider |
This is a provider for creating rich text controls that use a shared tool
bar.
|
IRichTextToolBar |
The interface represents a tool bar associated with a rich text control.
|
ITextControl |
Base interface for text controls.
|
ITextControlEditPart |
Interface for text control edit parts.
|
ITextControlOperation |
Interface for text control operations used to access
TextControlService |
ITextControlProvider |
Interface for text control providers.
|
ITextConverter |
TextConverter provides methods to convert plain text to rich text and convert
rich text to plain text.
|
Class | Description |
---|---|
CreatePlainTextControlOperation |
This is an operation to create a plain text control.
|
CreateRichTextControlOperation |
This is an operation to create a rich text control.
|
CreateRichTextControlWithSharedToolBarOperation |
This is an operation for creating a rich text control with a shared tool
bar.
|
CreateTextConverterOperation |
This is an operation to return an
ITextConverter . |
GetPlainTextDirectEditManagerOperation |
This is an operation to get plain text direct edit manager.
|
GetPlainTextDirectEditPolicyOperation |
This is an operation to get plain text direct edit policy.
|
GetRichTextDirectEditManagerOperation |
This is an operation to get rich text direct edit manager.
|
GetRichTextDirectEditPolicyOperation |
This is an operation to get rich text direct edit policy.
|
Link |
Base class for links
|
LinkSelectionService |
Link selection service for text controls.
|
NavigationService |
Navigation service for text controls.
|
SupportRichTextControlOperation |
This operation tests if there is currently a rich text control
provider.
|
TextControlService |
Text control service.
|