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 SummaryModifier and TypeMethodDescription.IronPdfEngine.Proto.PdfDocument inserted_document = 3;.IronPdfEngine.Proto.PdfDocument inserted_document = 3;intint32 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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasMainDocumentboolean hasMainDocument().IronPdfEngine.Proto.PdfDocument main_document = 1;- Returns:
- Whether the mainDocument field is set.
 
- 
getMainDocumentPdfDocument getMainDocument().IronPdfEngine.Proto.PdfDocument main_document = 1;- Returns:
- The mainDocument.
 
- 
getMainDocumentOrBuilderPdfDocumentOrBuilder getMainDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument main_document = 1;
- 
getInsertionIndexint getInsertionIndex()int32 insertion_index = 2;- Returns:
- The insertionIndex.
 
- 
hasInsertedDocumentboolean hasInsertedDocument().IronPdfEngine.Proto.PdfDocument inserted_document = 3;- Returns:
- Whether the insertedDocument field is set.
 
- 
getInsertedDocumentPdfDocument getInsertedDocument().IronPdfEngine.Proto.PdfDocument inserted_document = 3;- Returns:
- The insertedDocument.
 
- 
getInsertedDocumentOrBuilderPdfDocumentOrBuilder getInsertedDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument inserted_document = 3;
 
-