| Modifier and Type | Method and Description |
|---|---|
TextLocator.Position |
TextLocator.Position.Builder.build() |
TextLocator.Position |
TextLocator.Position.Builder.buildPartial() |
static TextLocator.Position |
TextLocator.Position.getDefaultInstance() |
TextLocator.Position |
TextLocator.Position.getDefaultInstanceForType() |
TextLocator.Position |
TextLocator.Position.Builder.getDefaultInstanceForType() |
TextLocator.Position |
TextLocator.getEndPosition()
The position of the last byte within the text.
|
TextLocator.Position |
TextLocator.Builder.getEndPosition()
The position of the last byte within the text.
|
TextLocator.Position |
TextLocatorOrBuilder.getEndPosition()
The position of the last byte within the text.
|
TextLocator.Position |
TextLocator.getStartPosition()
The position of the first byte within the text.
|
TextLocator.Position |
TextLocator.Builder.getStartPosition()
The position of the first byte within the text.
|
TextLocator.Position |
TextLocatorOrBuilder.getStartPosition()
The position of the first byte within the text.
|
static TextLocator.Position |
TextLocator.Position.parseDelimitedFrom(InputStream input) |
static TextLocator.Position |
TextLocator.Position.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextLocator.Position |
TextLocator.Position.parseFrom(byte[] data) |
static TextLocator.Position |
TextLocator.Position.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextLocator.Position |
TextLocator.Position.parseFrom(ByteBuffer data) |
static TextLocator.Position |
TextLocator.Position.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextLocator.Position |
TextLocator.Position.parseFrom(com.google.protobuf.ByteString data) |
static TextLocator.Position |
TextLocator.Position.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextLocator.Position |
TextLocator.Position.parseFrom(com.google.protobuf.CodedInputStream input) |
static TextLocator.Position |
TextLocator.Position.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TextLocator.Position |
TextLocator.Position.parseFrom(InputStream input) |
static TextLocator.Position |
TextLocator.Position.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TextLocator.Position> |
TextLocator.Position.getParserForType() |
static com.google.protobuf.Parser<TextLocator.Position> |
TextLocator.Position.parser() |
| Modifier and Type | Method and Description |
|---|---|
TextLocator.Builder |
TextLocator.Builder.mergeEndPosition(TextLocator.Position value)
The position of the last byte within the text.
|
TextLocator.Position.Builder |
TextLocator.Position.Builder.mergeFrom(TextLocator.Position other) |
TextLocator.Builder |
TextLocator.Builder.mergeStartPosition(TextLocator.Position value)
The position of the first byte within the text.
|
static TextLocator.Position.Builder |
TextLocator.Position.newBuilder(TextLocator.Position prototype) |
TextLocator.Builder |
TextLocator.Builder.setEndPosition(TextLocator.Position value)
The position of the last byte within the text.
|
TextLocator.Builder |
TextLocator.Builder.setStartPosition(TextLocator.Position value)
The position of the first byte within the text.
|
Copyright © 2025 Google LLC. All rights reserved.