Aspose::Cells::Drawing::ShapeCollection::AddLaTeXEquation method
Contents
[
Hide
]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)
| Parameter | Type | Description |
|---|---|---|
| topRow | int32_t | The top row index. |
| top | int32_t | The vertical offset its top row, in unit of pixel. |
| leftColumn | int32_t | The left column index. |
| left | int32_t | The horizontal offset from its left column, in unit of pixel. |
| height | int32_t | The height of equation, in unit of pixel. |
| width | int32_t | The width of equation, in unit of pixel. |
| latex | const U16String& | LaTeX format string |
ReturnValue
See Also
- Class TextBox
- Class Vector
- Class U16String
- Class ShapeCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++
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)
| Parameter | Type | Description |
|---|---|---|
| topRow | int32_t | The top row index. |
| top | int32_t | The vertical offset its top row, in unit of pixel. |
| leftColumn | int32_t | The left column index. |
| left | int32_t | The horizontal offset from its left column, in unit of pixel. |
| height | int32_t | The height of equation, in unit of pixel. |
| width | int32_t | The width of equation, in unit of pixel. |
| latex | const char16_t* | LaTeX format string |
ReturnValue
See Also
- Class TextBox
- Class Vector
- Class ShapeCollection
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++