Kosmaczewski.Oruga Assembly Documentation

XslFoFontStyleTypes Enumeration

Represents the different types of font styles handled by the Oruga module.

public enum XslFoFontStyleTypes

Remarks

This is an enum type marked with the [FlagsAttribute] attribute, and can be used as a bit flag enum

Members

Member NameDescription
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.

Requirements

Namespace: Kosmaczewski.Oruga.XslFo

Assembly: Kosmaczewski.Oruga (in Kosmaczewski.Oruga.dll)

See Also

Kosmaczewski.Oruga.XslFo Namespace