Interface CitationSpan.Builder

    • Method Detail

      • beginOffsetInclusive

        CitationSpan.Builder beginOffsetInclusive​(Integer beginOffsetInclusive)

        Where the text with a citation starts in the generated output.

        Parameters:
        beginOffsetInclusive - Where the text with a citation starts in the generated output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endOffsetExclusive

        CitationSpan.Builder endOffsetExclusive​(Integer endOffsetExclusive)

        Where the text with a citation ends in the generated output.

        Parameters:
        endOffsetExclusive - Where the text with a citation ends in the generated output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.