PdfStandardStructTypes
HeadingLevel3 Field
|
Headings with specific levels, for use in applications that cannot hierarchically nest their sections and thus
cannot determine the level of a heading from its level of nesting.
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 HeadingLevel3 = "H3"
Public Const HeadingLevel3 As String = "H3"
public:
literal String^ HeadingLevel3 = "H3"
static val mutable HeadingLevel3: string
Field Value
Type:
String
See Also