Overload List
| Name | Description | |
|---|---|---|
| Fragment()()()() |
Initializes a new empty instance of the Fragment class.
| |
| Fragment(String) |
Initialize a new instance of the Fragment class with given content.
| |
| Fragment(String, Double) |
Initialize a new instance of the Fragment class with given content and fontsize.
| |
| Fragment(String, Font) |
Initialize a new instance of the Fragment class with given content and font.
| |
| Fragment(String, Font, Double) |
Initialize a new instance of the Fragment class with given content, font and fontsize.
|