Represents marker for ordered list.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfOrderedMarker : PdfMarkerBase
Public Class PdfOrderedMarker Inherits PdfMarkerBase
public ref class PdfOrderedMarker : public PdfMarkerBase
type PdfOrderedMarker = class inherit PdfMarkerBase end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PdfOrderedMarker(PdfNumberStyle, PdfFontBase) |
Initializes a new instance of the class.
| |
| PdfOrderedMarker(PdfNumberStyle, String, PdfFontBase) |
Initializes a new instance of the class.
| |
| PdfOrderedMarker(PdfNumberStyle, String, String, PdfFontBase) |
Initializes a new instance of the class.
| |
| Alignment |
Gets or sets a value indicating whether the marker is
situated at the left of the list or at the right of the list.
(Inherited from PdfMarkerBase.) | |
| Brush |
Gets or sets marker brush.
(Inherited from PdfMarkerBase.) | |
| Delimiter |
Gets or sets the delimiter.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Font |
Gets or sets marker font.
(Inherited from PdfMarkerBase.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Pen |
Gets or sets marker pen.
(Inherited from PdfMarkerBase.) | |
| StartNumber |
Gets ar sets start number for ordered list. Default value is 1.
| |
| StringFormat |
Gets or sets the format.
(Inherited from PdfMarkerBase.) | |
| Style |
Gets or sets the list numbering style.
| |
| Suffix |
Gets or sets the suffix of the marker.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |