TeXFragment

TeXFragment class

Represents TeX fragment.

The TeXFragment type exposes the following members:

Constructors

NameDescription
TeXFragment(text)Initializes a new instance of the TeXFragment class
TeXFragment(text, remove_indents)Initializes a new instance of the TeXFragment class

Properties

NameDescription
vertical_alignmentGets or sets a vertical alignment of paragraph
horizontal_alignmentGets or sets a horizontal alignment of paragraph
marginGets or sets a outer margin for paragraph (for pdf generation)
is_first_paragraph_in_columnGets or sets a bool value that indicates whether this paragraph will be at next column.
Default is false.(for pdf generation)
is_kept_with_nextGets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph.
Default is false.(for pdf generation)
is_in_new_pageGets or sets a bool value that force this paragraph generates at new page.
Default is false.(for pdf generation)
is_in_line_paragraphGets or sets a paragraph is inline.
Default is false.(for pdf generation)
hyperlinkGets or sets the fragment hyperlink(for pdf generator).
z_indexGets or 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.
te_x_load_options_of_instanceGets or 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.
latex_load_options_of_instanceGets or 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.

Methods

NameDescription
clone()Clones fragment.

See Also