TopicTransformationCoreHasHeaderText Property
This property is used to get or set whether or not all pages should be have the header text item
inserted into them.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public bool HasHeaderText { get; set; }
Public Property HasHeaderText As Boolean
Get
Set
public:
property bool HasHeaderText {
bool get ();
void set (bool value);
}
member HasHeaderText : bool with get, set
Property Value
BooleanThis will be true if the project's header text property contains a value, false if not