Represents the different types of font styles handled by the Oruga module.
This is an enum type marked with the [FlagsAttribute] attribute, and can be used as a bit flag enum
Member Name | Description |
---|---|
Bold | Specifies that the text is to be shown in bold. |
CenterAlign | Specifies that the text should be aligned to the center of its container. |
Italic | Specifies that the text is to be shown in italics. |
Justified | Specifies that the text should be aligned justified. |
LeftAlign | Specifies that the text should be aligned to the left side of its container. |
Plain | Specifies that all formatting must be removed. |
RightAlign | Specifies that the text should be aligned to the right side of its container. |
Underlined | Specifies that the text is to be shown underlined. |
Namespace: Kosmaczewski.Oruga.XslFo
Assembly: Kosmaczewski.Oruga (in Kosmaczewski.Oruga.dll)
Kosmaczewski.Oruga.XslFo Namespace