Aspose::Pdf::TeXFragment::TeXFragment constructor
TeXFragment::TeXFragment(System::String) constructor
Initializes a new instance of the HtmlFragment class.
Aspose::Pdf::TeXFragment::TeXFragment(System::String text)
| Parameter | Type | Description |
|---|---|---|
| text | System::String | The fragment text |
See Also
- Class String
- Class TeXFragment
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++
TeXFragment::TeXFragment(System::String, bool) constructor
Initializes a new instance of the HtmlFragment class.
Aspose::Pdf::TeXFragment::TeXFragment(System::String text, bool removeIndents)
| Parameter | Type | Description |
|---|---|---|
| text | System::String | The fragment text |
| removeIndents | bool | Determines whether not to make indents while typesetting LaTeX fragment |
See Also
- Class String
- Class TeXFragment
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++