public class TeXFragment extends FormattedFragment
Represents LaTeX fragment.
Constructor and Description |
---|
TeXFragment(String text)
Initializes a new instance of the HtmlFragment class.
|
TeXFragment(String text,
boolean removeIndents)
Initializes a new instance of the HtmlFragment class.
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones fragment.
|
TeXLoadOptions |
getLatexLoadOptionsOfInstance()
Deprecated.
Please us TeXLoadOptionsOfInstance instead.
|
TeXLoadOptions |
getTeXLoadOptionsOfInstance()
Gets or sets TeXLoadOptions that will be used for loading (and rendering) of LaTeX into this instance of class.
|
void |
setLatexLoadOptionsOfInstance(TeXLoadOptions value)
Deprecated.
Please us TeXLoadOptionsOfInstance instead.
|
void |
setTeXLoadOptionsOfInstance(TeXLoadOptions value)
Gets or sets LatexLoadOptions that will be used for loading (and rendering) of LaTeX into this instance of class.
|
getHorizontalAlignment, getHyperlink, getMargin, getVerticalAlignment, getZIndex, isFirstParagraphInColumn, isInLineParagraph, isInNewPage, isKeptWithNext, setFirstParagraphInColumn, setHorizontalAlignment, setHyperlink, setInLineParagraph, setInNewPage, setKeptWithNext, setMargin, setVerticalAlignment, setZIndex
public TeXFragment(String text)
Initializes a new instance of the HtmlFragment class.
text
- The fragment textpublic TeXFragment(String text, boolean removeIndents)
Initializes a new instance of the HtmlFragment class.
text
- The fragment textremoveIndents
- Determines whether not to make indents while typesetting LaTeX fragmentpublic TeXLoadOptions getTeXLoadOptionsOfInstance()
Gets 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.
public void setTeXLoadOptionsOfInstance(TeXLoadOptions value)
Gets or sets LatexLoadOptions 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.
value
- TeXLoadOptions instance@Deprecated public final TeXLoadOptions getLatexLoadOptionsOfInstance()
Gets 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.
@Deprecated public final void setLatexLoadOptionsOfInstance(TeXLoadOptions value)
Gets 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.
value
- TeXLoadOptions instancepublic Object deepClone()
Clones fragment.
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class BaseParagraph
Copyright © 2021 Aspose. All Rights Reserved.