Interface PdfiumMergePageObjectsAppendRequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumMergePageObjectsAppendRequestP
,PdfiumMergePageObjectsAppendRequestP.Builder
public interface PdfiumMergePageObjectsAppendRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getCopyAnnotations()
bool copy_annotations = 5;
PdfDocumentP
getDestDocument()
.ironpdfengineproto.PdfDocumentP dest_document = 3;
PdfDocumentPOrBuilder
getDestDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP dest_document = 3;
int
getDestPageIndex()
int32 dest_page_index = 4;
PdfDocumentP
getSrcDocument()
.ironpdfengineproto.PdfDocumentP src_document = 1;
PdfDocumentPOrBuilder
getSrcDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP src_document = 1;
int
getSrcPageIndex()
int32 src_page_index = 2;
boolean
hasDestDocument()
.ironpdfengineproto.PdfDocumentP dest_document = 3;
boolean
hasSrcDocument()
.ironpdfengineproto.PdfDocumentP src_document = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSrcDocument
boolean hasSrcDocument()
.ironpdfengineproto.PdfDocumentP src_document = 1;
- Returns:
- Whether the srcDocument field is set.
-
getSrcDocument
PdfDocumentP getSrcDocument()
.ironpdfengineproto.PdfDocumentP src_document = 1;
- Returns:
- The srcDocument.
-
getSrcDocumentOrBuilder
PdfDocumentPOrBuilder getSrcDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP src_document = 1;
-
getSrcPageIndex
int getSrcPageIndex()
int32 src_page_index = 2;
- Returns:
- The srcPageIndex.
-
hasDestDocument
boolean hasDestDocument()
.ironpdfengineproto.PdfDocumentP dest_document = 3;
- Returns:
- Whether the destDocument field is set.
-
getDestDocument
PdfDocumentP getDestDocument()
.ironpdfengineproto.PdfDocumentP dest_document = 3;
- Returns:
- The destDocument.
-
getDestDocumentOrBuilder
PdfDocumentPOrBuilder getDestDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP dest_document = 3;
-
getDestPageIndex
int getDestPageIndex()
int32 dest_page_index = 4;
- Returns:
- The destPageIndex.
-
getCopyAnnotations
boolean getCopyAnnotations()
bool copy_annotations = 5;
- Returns:
- The copyAnnotations.
-
-