PdfStandardStructTypes
ListItem Field
|
An individual member of a list. Its children may be one or more labels, list bodies, or both (structure types Lbl or LBody).
Namespace:
Spire.Pdf.Interchange.TaggedPdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public const string ListItem = "LI"
Public Const ListItem As String = "LI"
public:
literal String^ ListItem = "LI"
static val mutable ListItem: string
Field Value
Type:
String
See Also