AutoOutlineType Enumeration
This enumerated type defines the auto-outline type
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
[SerializableAttribute]
public enum AutoOutlineType
<SerializableAttribute>
Public Enumeration AutoOutlineType
[SerializableAttribute]
public enum class AutoOutlineType
[<SerializableAttribute>]
type AutoOutlineType
TopLevel | 0 |
Top level with related topics section
|
TopNoRelated | 1 |
Top level without the related topics section
|
Subsection | 2 |
Subsection
|
SubSubsection | 3 |
Sub-subsection
|