ParagraphCollection
AddTextRnageFromLatexMathCode Method
|
Creat Text Rnage math equation from latex math code.
Namespace:
Spire.Presentation.Collections
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public TextRange AddTextRnageFromLatexMathCode(
string latexMathCode,
TextParagraph textParagraph
)
Public Function AddTextRnageFromLatexMathCode (
latexMathCode As String,
textParagraph As TextParagraph
) As TextRange
public:
TextRange^ AddTextRnageFromLatexMathCode(
String^ latexMathCode,
TextParagraph^ textParagraph
)
member AddTextRnageFromLatexMathCode :
latexMathCode : string *
textParagraph : TextParagraph -> TextRange
Parameters
-
latexMathCode
-
Type:
System
String
latex math code.
-
textParagraph
-
Type:
Spire.Presentation
TextParagraph
Parent Paragraph.
Return Value
Type:
TextRange
See Also