Interface SectionHeaderOrBuilder (2.43.0)

public interface SectionHeaderOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDividerBelow()

public abstract boolean getDividerBelow()

Whether to insert a divider below the section in the table of contents

bool divider_below = 2;

Returns
TypeDescription
boolean

The dividerBelow.

getSubtitle()

public abstract String getSubtitle()

The subtitle of the section

string subtitle = 1;

Returns
TypeDescription
String

The subtitle.

getSubtitleBytes()

public abstract ByteString getSubtitleBytes()

The subtitle of the section

string subtitle = 1;

Returns
TypeDescription
ByteString

The bytes for subtitle.