LatexFragment
Inheritance: java.lang.Object, com.aspose.pdf.BaseParagraph, com.aspose.pdf.FormattedFragment, com.aspose.pdf.TeXFragment
public class LatexFragment extends TeXFragment
Represents TeX fragment.
Constructors
Constructor | 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. |
LatexFragment(String text)
public LatexFragment(String text)
Initializes a new instance of the HtmlFragment class.
Parameters:
Parameter | Type | Description |
---|---|---|
text | java.lang.String | The fragment text |
LatexFragment(String text, boolean removeIndents)
public LatexFragment(String text, boolean removeIndents)
Initializes a new instance of the HtmlFragment class.
Parameters:
Parameter | Type | Description |
---|---|---|
text | java.lang.String | The fragment text |
removeIndents | boolean | Determines whether not to make indents while typesetting LaTeX fragment |