Aspose::Cells::Drawing::TextBox::GetEquationParagraph method

TextBox::GetEquationParagraph(int32_t) method

Get the specified math paragraph from the TextBody property of the TextBox object. Notice: (1) Returns NULL when the index is out of bounds or not found. (2) Also returns NULL if the specified index position is not a math paragraph.

EquationNode Aspose::Cells::Drawing::TextBox::GetEquationParagraph(int32_t index)
ParameterTypeDescription
indexint32_tThe position index of the math paragraph, starting from 0.

ReturnValue

Returns the math paragraph specified by index.

See Also

TextBox::GetEquationParagraph() method

Gets the first math paragraph from the TextBody property of the TextBox object.

EquationNode Aspose::Cells::Drawing::TextBox::GetEquationParagraph()

ReturnValue

If there has math paragraph, returns the first one, otherwise returns null.

See Also