Aspose::Cells::Drawing::ShapeCollection::AddLaTeXEquation method

ShapeCollection::AddLaTeXEquation(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const U16String&) method

Adds an equation object to the worksheet using LaTeX format strings.

TextBox Aspose::Cells::Drawing::ShapeCollection::AddLaTeXEquation(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const U16String &latex)
ParameterTypeDescription
topRowint32_tThe top row index.
topint32_tThe vertical offset its top row, in unit of pixel.
leftColumnint32_tThe left column index.
leftint32_tThe horizontal offset from its left column, in unit of pixel.
heightint32_tThe height of equation, in unit of pixel.
widthint32_tThe width of equation, in unit of pixel.
latexconst U16String&LaTeX format string

ReturnValue

See Also

ShapeCollection::AddLaTeXEquation(int32_t, int32_t, int32_t, int32_t, int32_t, int32_t, const char16_t*) method

Adds an equation object to the worksheet using LaTeX format strings.

TextBox Aspose::Cells::Drawing::ShapeCollection::AddLaTeXEquation(int32_t topRow, int32_t top, int32_t leftColumn, int32_t left, int32_t height, int32_t width, const char16_t *latex)
ParameterTypeDescription
topRowint32_tThe top row index.
topint32_tThe vertical offset its top row, in unit of pixel.
leftColumnint32_tThe left column index.
leftint32_tThe horizontal offset from its left column, in unit of pixel.
heightint32_tThe height of equation, in unit of pixel.
widthint32_tThe width of equation, in unit of pixel.
latexconst char16_t*LaTeX format string

ReturnValue

See Also