PdfStandardStructTypes
ListBody Field
|
The descriptive content of a list item. In a dictionary list, for example, it contains the definition of the term. It can either contain the content directly or have other BLSEs,
perhaps including nested lists, as children.
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 ListBody = "LBody"
Public Const ListBody As String = "LBody"
public:
literal String^ ListBody = "LBody"
static val mutable ListBody: string
Field Value
Type:
String
See Also