Aspose::Pdf::LatexFragment class

LatexFragment class

Represents TeX fragment.

class LatexFragment : public Aspose::Pdf::TeXFragment

Methods

MethodDescription
BaseParagraph()
Clone() overrideClones fragment.
virtual get_HorizontalAlignment()Gets a horizontal alignment of paragraph.
virtual get_Hyperlink()Gets the fragment hyperlink(for pdf generator).
get_IsFirstParagraphInColumn() constGets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)
get_IsInLineParagraph() constGets a paragraph is inline. Default is false.(for pdf generation)
get_IsInNewPage() constGets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
get_IsKeptWithNext() constGets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)
get_LatexLoadOptionsOfInstance() constGets 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_Margin()Gets a outer margin for paragraph (for pdf generation)
get_TeXLoadOptionsOfInstance() constGets 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.
virtual get_VerticalAlignment()Gets a vertical alignment of paragraph.
get_ZIndex() constGets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.
LatexFragment(System::String)Initializes a new instance of the HtmlFragment class.
LatexFragment(System::String, bool)Initializes a new instance of the HtmlFragment class.
virtual set_HorizontalAlignment(Aspose::Pdf::HorizontalAlignment)Sets a horizontal alignment of paragraph.
virtual set_Hyperlink(System::SharedPtr<Aspose::Pdf::Hyperlink>)Sets the fragment hyperlink(for pdf generator).
set_IsFirstParagraphInColumn(bool)Sets a bool value that indicates whether this paragraph will be at next column. Default is false.(for pdf generation)
set_IsInLineParagraph(bool)Sets a paragraph is inline. Default is false.(for pdf generation)
set_IsInNewPage(bool)Sets a bool value that force this paragraph generates at new page. Default is false.(for pdf generation)
set_IsKeptWithNext(bool)Sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph. Default is false.(for pdf generation)
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_Margin(System::SharedPtr<MarginInfo>)Sets a outer margin for paragraph (for pdf generation)
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.
virtual set_VerticalAlignment(Aspose::Pdf::VerticalAlignment)Sets a vertical alignment of paragraph.
set_ZIndex(int32_t)Sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative ZIndex will be placed behind the text in the page.
TeXFragment(System::String)Initializes a new instance of the HtmlFragment class.
TeXFragment(System::String, bool)Initializes a new instance of the HtmlFragment class.

Deprecated

Please use TeXFragment instead

See Also