Represents marker for ordered list.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
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 |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
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) | (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()()()() | (Inherited from Object.) |