Table of Contents

Enum ListSymbolAlignment

Namespace
iText.Layout.Properties
Assembly
itext.layout.dll

A specialized enum containing alignment properties for list symbols.

public enum ListSymbolAlignment

Fields

LEFT = 1
RIGHT = 0

Remarks

A specialized enum containing alignment properties for list symbols.

LEFT means that the items will be aligned as follows:

9. Item 9
10. Item 10

Whereas RIGHT means the items will be aligned as follows:

9. Item 9
10. Item 10