public final class LatexFragment extends FormattedFragment
Represents LaTeX fragment.
Constructor and Description |
---|
LatexFragment(String text)
Initializes a new instance of the HtmlFragment class.
|
LatexFragment(String text,
boolean removeIndents)
Initializes a new instance of the HtmlFragment class.
|
Modifier and Type | Method and Description |
---|---|
Object |
deepClone()
Clones this instance.
|
LatexLoadOptions |
getLatexLoadOptionsOfInstance()
Gets or sets LatexLoadOptions that will be used for loading (and rendering) of LaTeX into this instance of class.
|
void |
setLatexLoadOptionsOfInstance(LatexLoadOptions 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 LatexFragment(String text)
Initializes a new instance of the HtmlFragment class.
text
- The fragment textpublic LatexFragment(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 LatexLoadOptions getLatexLoadOptionsOfInstance()
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.
public void setLatexLoadOptionsOfInstance(LatexLoadOptions 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
- LatexLoadOptions instancepublic Object deepClone()
BaseParagraph
Clones this instance. Virtual method. Always return null.
deepClone
in interface com.aspose.ms.System.ICloneable
deepClone
in class BaseParagraph