Adds the specified text.
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 PdfListItem Add( string text, float itemIndent )
Public Function Add ( text As String, itemIndent As Single ) As PdfListItem
public: PdfListItem^ Add( String^ text, float itemIndent )
member Add : text : string * itemIndent : float32 -> PdfListItem
Parameters
- text
- String
The text.
- itemIndent
- Single
The item indent.
Return Value
PdfListItemList item.