Aspose::Pdf::TeXFragment class
Contents
[
Hide
]TeXFragment class
Represents TeX fragment.
class TeXFragment : public Aspose::Pdf::FormattedFragment
Methods
Method | Description |
---|---|
Clone() override | Clones fragment. |
get_LatexLoadOptionsOfInstance() const | Gets TeXLoadOptions that will be used for loading (and rendering) of LaTeX into this instance of class. Please use it when it’s necessary use specific setting for import of LaTeX for this or that instance (f.e when this or that instance should use specific BasePath for imported LaTeX or should use specific loader of external resources) If parameter is default (null), then standard LaTeX loading options will be used. |
get_TeXLoadOptionsOfInstance() const | Gets TeXLoadOptions that will be used for loading (and rendering) of LaTeX into this instance of class. Please use it when it’s necessary use specific setting for import of LaTeX for this or that instance (f.e when this or that instance should use specific BasePath for imported LaTeX or should use specific loader of external resources) If parameter is default (null), then standard LaTeX loading options will be used. |
set_LatexLoadOptionsOfInstance(System::SharedPtr<TeXLoadOptions>) | Sets TeXLoadOptions that will be used for loading (and rendering) of LaTeX into this instance of class. Please use it when it’s necessary use specific setting for import of LaTeX for this or that instance (f.e when this or that instance should use specific BasePath for imported LaTeX or should use specific loader of external resources) If parameter is default (null), then standard LaTeX loading options will be used. |
set_TeXLoadOptionsOfInstance(System::SharedPtr<TeXLoadOptions>) | Sets TeXLoadOptions that will be used for loading (and rendering) of LaTeX into this instance of class. Please use it when it’s necessary use specific setting for import of LaTeX for this or that instance (f.e when this or that instance should use specific BasePath for imported LaTeX or should use specific loader of external resources) If parameter is default (null), then standard LaTeX loading options will be used. |
TeXFragment(System::String) | Initializes a new instance of the HtmlFragment class. |
TeXFragment(System::String, bool) | Initializes a new instance of the HtmlFragment class. |
See Also
- Class FormattedFragment
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++