Class ReadFormattedTextEventArgs
Provides data for the FmtImport.ReadFormattedText
handler.
public class ReadFormattedTextEventArgs : EventArgs
- Inheritance
-
ReadFormattedTextEventArgs
Properties
- BackColor
Background color of the text fragment.
- FontStyle
FontStyle of the text fragment.
- ForeColor
Foreground color of the text fragment.
- Text
Starting the text fragment.
- TextStyle
TextStyle of the text fragment.
- UserData
User-defined data.