PdfListItem
SubList Property
|
Gets or sets sublist for item.
Namespace:
Spire.Pdf.Lists
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfListBase SubList { get; set; }
Public Property SubList As PdfListBase
Get
Set
public:
property PdfListBase^ SubList {
PdfListBase^ get ();
void set (PdfListBase^ value);
}
member SubList : PdfListBase with get, set
Property Value
Type:
PdfListBase
See Also