Interface SectionHeaderOrBuilder (2.46.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
Type Description
boolean

The dividerBelow.

getSubtitle()

public abstract String getSubtitle()

The subtitle of the section

string subtitle = 1;

Returns
Type Description
String

The subtitle.

getSubtitleBytes()

public abstract ByteString getSubtitleBytes()

The subtitle of the section

string subtitle = 1;

Returns
Type Description
ByteString

The bytes for subtitle.