PdfListItem Constructor (String, PdfFontBase, PdfStringFormat)
|
Initializes a new instance of theclass.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfListItem(
string text,
PdfFontBase font,
PdfStringFormat format
)
Public Sub New (
text As String,
font As PdfFontBase,
format As PdfStringFormat
)
public:
PdfListItem(
String^ text,
PdfFontBase^ font,
PdfStringFormat^ format
)
new :
text : string *
font : PdfFontBase *
format : PdfStringFormat -> PdfListItem
Parameters
-
text
-
Type:
System
String
The text of item.
-
font
-
Type:
Spire.Pdf.Graphics
PdfFontBase
The font of item.
-
format
-
Type:
Spire.Pdf.Graphics
PdfStringFormat
The string format.
See Also