IsHeaderLinkedToPreviousSections Property (DocumentVisualEditor)
Gets or sets a value indicating whether header of selected section is linked with previous sections.
'Declaration
Public Property IsHeaderLinkedToPreviousSections As Boolean
public bool IsHeaderLinkedToPreviousSections { get; set; }
public: __property bool get_IsHeaderLinkedToPreviousSections();
public: __property void set_IsHeaderLinkedToPreviousSections(
bool
);
public:
property bool IsHeaderLinkedToPreviousSections {
bool get();
void set(bool );
}
Property Value
True - the visual editor removes header from selected section and section will use header from previous sections;
false - the visual editor creates header for selected section.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5