Interface PdfDocumentInsertRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfDocumentInsertRequest
,PdfDocumentInsertRequest.Builder
public interface PdfDocumentInsertRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.IronPdfEngine.Proto.PdfDocument inserted_document = 3;
.IronPdfEngine.Proto.PdfDocument inserted_document = 3;
int
int32 insertion_index = 2;
.IronPdfEngine.Proto.PdfDocument main_document = 1;
.IronPdfEngine.Proto.PdfDocument main_document = 1;
boolean
.IronPdfEngine.Proto.PdfDocument inserted_document = 3;
boolean
.IronPdfEngine.Proto.PdfDocument main_document = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMainDocument
boolean hasMainDocument().IronPdfEngine.Proto.PdfDocument main_document = 1;
- Returns:
- Whether the mainDocument field is set.
-
getMainDocument
PdfDocument getMainDocument().IronPdfEngine.Proto.PdfDocument main_document = 1;
- Returns:
- The mainDocument.
-
getMainDocumentOrBuilder
PdfDocumentOrBuilder getMainDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument main_document = 1;
-
getInsertionIndex
int getInsertionIndex()int32 insertion_index = 2;
- Returns:
- The insertionIndex.
-
hasInsertedDocument
boolean hasInsertedDocument().IronPdfEngine.Proto.PdfDocument inserted_document = 3;
- Returns:
- Whether the insertedDocument field is set.
-
getInsertedDocument
PdfDocument getInsertedDocument().IronPdfEngine.Proto.PdfDocument inserted_document = 3;
- Returns:
- The insertedDocument.
-
getInsertedDocumentOrBuilder
PdfDocumentOrBuilder getInsertedDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument inserted_document = 3;
-