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 Summary
All 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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasDestinationPdf
boolean hasDestinationPdf()
.ironpdfengineproto.PdfDocumentP destination_pdf = 1;- Returns:
 - Whether the destinationPdf field is set.
 
 
- 
getDestinationPdf
PdfDocumentP getDestinationPdf()
.ironpdfengineproto.PdfDocumentP destination_pdf = 1;- Returns:
 - The destinationPdf.
 
 
- 
getDestinationPdfOrBuilder
PdfDocumentPOrBuilder getDestinationPdfOrBuilder()
.ironpdfengineproto.PdfDocumentP destination_pdf = 1; 
- 
hasSourcePdf
boolean hasSourcePdf()
.ironpdfengineproto.PdfDocumentP source_pdf = 2;- Returns:
 - Whether the sourcePdf field is set.
 
 
- 
getSourcePdf
PdfDocumentP getSourcePdf()
.ironpdfengineproto.PdfDocumentP source_pdf = 2;- Returns:
 - The sourcePdf.
 
 
- 
getSourcePdfOrBuilder
PdfDocumentPOrBuilder getSourcePdfOrBuilder()
.ironpdfengineproto.PdfDocumentP source_pdf = 2; 
- 
hasLayerMode
boolean hasLayerMode()
.ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;- Returns:
 - Whether the layerMode field is set.
 
 
- 
getLayerMode
PdfiumLayerModesP getLayerMode()
.ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;- Returns:
 - The layerMode.
 
 
- 
getLayerModeOrBuilder
PdfiumLayerModesPOrBuilder getLayerModeOrBuilder()
.ironpdfengineproto.PdfiumLayerModesP layer_mode = 3; 
- 
getDestPageIndicesList
List<Integer> getDestPageIndicesList()
repeated int32 dest_page_indices = 4;- Returns:
 - A list containing the destPageIndices.
 
 
- 
getDestPageIndicesCount
int getDestPageIndicesCount()
repeated int32 dest_page_indices = 4;- Returns:
 - The count of destPageIndices.
 
 
- 
getDestPageIndices
int 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.
 
 
- 
getSrcPageIndex
int getSrcPageIndex()
int32 src_page_index = 5;- Returns:
 - The srcPageIndex.
 
 
 - 
 
 -