Interface PdfiumAddBackgroundForegroundRequestPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumAddBackgroundForegroundRequestP,- PdfiumAddBackgroundForegroundRequestP.Builder
 
 public interface PdfiumAddBackgroundForegroundRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfDocumentPgetDestinationPdf().ironpdfengineproto.PdfDocumentP destination_pdf = 1;PdfDocumentPOrBuildergetDestinationPdfOrBuilder().ironpdfengineproto.PdfDocumentP destination_pdf = 1;intgetDestPageIndices(int index)repeated int32 dest_page_indices = 4;intgetDestPageIndicesCount()repeated int32 dest_page_indices = 4;List<Integer>getDestPageIndicesList()repeated int32 dest_page_indices = 4;PdfiumLayerModesPgetLayerMode().ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;PdfiumLayerModesPOrBuildergetLayerModeOrBuilder().ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;PdfDocumentPgetSourcePdf().ironpdfengineproto.PdfDocumentP source_pdf = 2;PdfDocumentPOrBuildergetSourcePdfOrBuilder().ironpdfengineproto.PdfDocumentP source_pdf = 2;intgetSrcPageIndex()int32 src_page_index = 5;booleanhasDestinationPdf().ironpdfengineproto.PdfDocumentP destination_pdf = 1;booleanhasLayerMode().ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;booleanhasSourcePdf().ironpdfengineproto.PdfDocumentP source_pdf = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasDestinationPdfboolean hasDestinationPdf() .ironpdfengineproto.PdfDocumentP destination_pdf = 1;- Returns:
- Whether the destinationPdf field is set.
 
 - 
getDestinationPdfPdfDocumentP getDestinationPdf() .ironpdfengineproto.PdfDocumentP destination_pdf = 1;- Returns:
- The destinationPdf.
 
 - 
getDestinationPdfOrBuilderPdfDocumentPOrBuilder getDestinationPdfOrBuilder() .ironpdfengineproto.PdfDocumentP destination_pdf = 1;
 - 
hasSourcePdfboolean hasSourcePdf() .ironpdfengineproto.PdfDocumentP source_pdf = 2;- Returns:
- Whether the sourcePdf field is set.
 
 - 
getSourcePdfPdfDocumentP getSourcePdf() .ironpdfengineproto.PdfDocumentP source_pdf = 2;- Returns:
- The sourcePdf.
 
 - 
getSourcePdfOrBuilderPdfDocumentPOrBuilder getSourcePdfOrBuilder() .ironpdfengineproto.PdfDocumentP source_pdf = 2;
 - 
hasLayerModeboolean hasLayerMode() .ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;- Returns:
- Whether the layerMode field is set.
 
 - 
getLayerModePdfiumLayerModesP getLayerMode() .ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;- Returns:
- The layerMode.
 
 - 
getLayerModeOrBuilderPdfiumLayerModesPOrBuilder getLayerModeOrBuilder() .ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;
 - 
getDestPageIndicesListList<Integer> getDestPageIndicesList() repeated int32 dest_page_indices = 4;- Returns:
- A list containing the destPageIndices.
 
 - 
getDestPageIndicesCountint getDestPageIndicesCount() repeated int32 dest_page_indices = 4;- Returns:
- The count of destPageIndices.
 
 - 
getDestPageIndicesint getDestPageIndices(int index) repeated int32 dest_page_indices = 4;- Parameters:
- index- The index of the element to return.
- Returns:
- The destPageIndices at the given index.
 
 - 
getSrcPageIndexint getSrcPageIndex() int32 src_page_index = 5;- Returns:
- The srcPageIndex.
 
 
- 
 
-