PdfListMarkerAlignment Enumeration
|
Represents marker alignment.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public enum PdfListMarkerAlignment
Public Enumeration PdfListMarkerAlignment
public enum class PdfListMarkerAlignment
type PdfListMarkerAlignment
Members
|
Member name
|
Value
|
Description
|
|
Left
|
0
|
Left alignment for marker.
|
|
Right
|
1
|
Right alignment for marker.
|
See Also