| 
OfficeMath
FromMathMLCode Method
  | 
 Froms the mathML code.
 Namespace:
 Spire.Doc.Fields.OMath
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
public void FromMathMLCode(
	string mathMLCode
)
 
Public Sub FromMathMLCode ( 
	mathMLCode As String
)
 
public:
void FromMathMLCode(
	String^ mathMLCode
)
 
member FromMathMLCode : 
mathMLCode : string -> unit 
 
 
 
Parameters
 
- 
mathMLCode
 
- 
 Type:
 
System
String
 
 The Math ML code.
 
 See Also
See Also