Adds the specified text.

Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfListItem Add(
	string text,
	PdfFontBase font
)
Public Function Add ( 
	text As String,
	font As PdfFontBase
) As PdfListItem
public:
PdfListItem^ Add(
	String^ text, 
	PdfFontBase^ font
)
member Add : 
        text : string * 
        font : PdfFontBase -> PdfListItem 

Parameters

text
String
The text.
font
PdfFontBase
The font.

Return Value

PdfListItem
The item index in collection.

See Also