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)
ParameterTypeDescription
textSystem::StringThe fragment text

See Also

TeXFragment::TeXFragment(System::String, bool) constructor

Initializes a new instance of the HtmlFragment class.

Aspose::Pdf::TeXFragment::TeXFragment(System::String text, bool removeIndents)
ParameterTypeDescription
textSystem::StringThe fragment text
removeIndentsboolDetermines whether not to make indents while typesetting LaTeX fragment

See Also