| Formulator ActiveX Control Methods |
|
Copy Copies the current selection to the clipboard. Cut Cuts the current selection to the clipboard. Paste Pastes the current clipboard string content at the current caret location. Undo Undoes the last action. Redo Redoes the last action. SelectAll Selects the entire equation. DialogOtherStyle Opens the “Other Style” dialog DialogDefineStyle Opens the “Define Style” dialog DialogOtherSize Opens the “Other Size” dialog DialogDefineSize Opens the “Define Size” dialog SetStyleFaceName Allows to change the font name assigned to each style. GetStyleFaceName Allows to get the font name assigned to each style. SetStyleBold Allows to change the weight of the font assigned to each style. GetStyleBold Allows to get the weight of the font assigned to each style. SetStyleItalic Allows to change the italic property of the font assigned to each style. GetStyleItalic Allows to get the italic property of the font assigned to each style. SetStyleColor Allows to change the color of the font assigned to each style. GetStyleColor Allows to get the color of the font assigned to each style. SetExpressionColor Allows to change the color of entire mathematical expression. SetSymbolSize Sets the font size in points (pt) for predefined types of text. GetSymbolSize Gets the font size in points (pt) for predefined types of text. SetStyle Assigns a font and character style and color to selected text or subsequently typed characters (by means of enumerated values). GetStyle Retrieves the current style value (as an enumerated values). SetSizeLargeOp This method assigns a font size of the reserved “Large Symbol” type to selected text or subsequently typed characters. SetSizeRegular This method assigns a font size of the reserved “Regular Text” type to selected text or subsequently typed characters. SetSizeSubscript This method assigns a font size of the reserved “Subscript” type to selected text or subsequently typed characters. SetSizeSubSubscript This method assigns a font size of the reserved “Sub-Subscript” type to selected text or subsequently typed characters. SetSizeSmaller This command decreases a font size of the selected text by the number of point that is defined by the argument. SetSizeLarger This command increases a font size of the selected text by the number of point that is defined by the argument. SetMathML Imports the equation by the MathML 2.0 text storing in the argument. GetMathML Exports the current version of the equation that you’re working on by saving it in the argument as MathML 2.0 text. GetMathMLStr Exports the current version of the equation that you’re working on by returning it. ExportEMF Exports the current version of the equation that you’re working on by saving it on disk into EMF (Enhanced Windows Metafile) file. ExportHEMF Exports the current version of the equation in the form of handle in memory to EMF (Enhanced Windows Metafile). ExportImage Exports the current version of the equation that you’re working on by saving it on disk in a graphic file. ExportHBitmap Exports the current version of the equation in the form of handle in memory to Bitmap. ExportXHTML Exports the current version of the equation for publishing mathematics on web by saving it on disk into XHTML file. DrawExpression Draws the current version of the equation that you’re working into the Device Context. RelayMessage Translates keyboard messages from a container application to the Formulator ActiveX Control. GetFormulatorLicenseInfo Returns status of the current version of Formulator ActiveX Control. EmulateToolbarButton Emulates click on a toolbar’s button. SetRichUIMode Switches between full and simplified edit modes (the last looks like an usual edit box). IsRichUIMode Returns the current edit mode (full or simplified). OnChange Fires when document is changed. OnEnter Fires on ENTER OnChar Fires on character pressed OnSetFocus Fires on set focus OnKillFocus Fires on kill focus OnLMouseClick Fires on left mouse click OnLMouseDblClick Fires on left mouse double click OnRMouseClick Fires on right mouse click OnRMouseDblClick Fires on right mouse double click |
Methods