Namespace: Spire.Pdf.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected static PdfListItemCollection CreateItems(
	string text
)
Protected Shared Function CreateItems ( 
	text As String
) As PdfListItemCollection
protected:
static PdfListItemCollection^ CreateItems(
	String^ text
)
static member CreateItems : 
        text : string -> PdfListItemCollection 

Parameters

text
String

Return Value

PdfListItemCollection

See Also