Interface Document.DocumentLayout.DocumentLayoutBlock.LayoutPageSpanOrBuilder (2.47.0)

public static interface Document.DocumentLayout.DocumentLayoutBlock.LayoutPageSpanOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPageEnd()

public abstract int getPageEnd()

Page where block ends in the document.

int32 page_end = 2;

Returns
Type Description
int

The pageEnd.

getPageStart()

public abstract int getPageStart()

Page where block starts in the document.

int32 page_start = 1;

Returns
Type Description
int

The pageStart.