LatexFragment Class |
Namespace: Aspose.Pdf
The LatexFragment type exposes the following members.
Name | Description | |
---|---|---|
![]() | LatexFragment(String) |
Initializes a new instance of the HtmlFragment class.
|
![]() | LatexFragment(String, Boolean) |
Initializes a new instance of the HtmlFragment class.
|
Name | Description | |
---|---|---|
![]() | HorizontalAlignment |
Gets or sets a horizontal alignment of paragraph
(Inherited from BaseParagraph.) |
![]() | Hyperlink |
Gets or sets the fragment hyperlink(for pdf generator).
(Inherited from BaseParagraph.) |
![]() | IsFirstParagraphInColumn |
Gets or sets a bool value that indicates whether this paragraph will be at next column.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | IsInLineParagraph |
Gets or sets a paragraph is inline.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | IsInNewPage |
Gets or sets a bool value that force this paragraph generates at new page.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | IsKeptWithNext |
Gets 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)
(Inherited from BaseParagraph.) |
![]() | LatexLoadOptionsOfInstance |
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.
|
![]() | Margin |
Gets or sets a outer margin for paragraph (for pdf generation)
(Inherited from BaseParagraph.) |
![]() | VerticalAlignment |
Gets or sets a vertical alignment of paragraph
(Inherited from BaseParagraph.) |
![]() | ZIndex |
Gets 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.
(Inherited from BaseParagraph.) |
Name | Description | |
---|---|---|
![]() | Clone | (Overrides BaseParagraphClone.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |