public interface ExtractAllTextRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PdfDocument |
getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
PdfDocumentOrBuilder |
getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1; |
int |
getPageIndexes(int index)
null/empty for all pages
|
int |
getPageIndexesCount()
null/empty for all pages
|
List<Integer> |
getPageIndexesList()
null/empty for all pages
|
boolean |
hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocument getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocumentOrBuilder getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1;
List<Integer> getPageIndexesList()
null/empty for all pages
repeated int32 page_indexes = 2;
int getPageIndexesCount()
null/empty for all pages
repeated int32 page_indexes = 2;
int getPageIndexes(int index)
null/empty for all pages
repeated int32 page_indexes = 2;
index
- The index of the element to return.Copyright © 2022–2023 Iron Software. All rights reserved.