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 PdfDocumentP
getDestinationPdf()
.ironpdfengineproto.PdfDocumentP destination_pdf = 1;
PdfDocumentPOrBuilder
getDestinationPdfOrBuilder()
.ironpdfengineproto.PdfDocumentP destination_pdf = 1;
int
getDestPageIndices(int index)
repeated int32 dest_page_indices = 4;
int
getDestPageIndicesCount()
repeated int32 dest_page_indices = 4;
List<Integer>
getDestPageIndicesList()
repeated int32 dest_page_indices = 4;
PdfiumLayerModesP
getLayerMode()
.ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;
PdfiumLayerModesPOrBuilder
getLayerModeOrBuilder()
.ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;
PdfDocumentP
getSourcePdf()
.ironpdfengineproto.PdfDocumentP source_pdf = 2;
PdfDocumentPOrBuilder
getSourcePdfOrBuilder()
.ironpdfengineproto.PdfDocumentP source_pdf = 2;
int
getSrcPageIndex()
int32 src_page_index = 5;
boolean
hasDestinationPdf()
.ironpdfengineproto.PdfDocumentP destination_pdf = 1;
boolean
hasLayerMode()
.ironpdfengineproto.PdfiumLayerModesP layer_mode = 3;
boolean
hasSourcePdf()
.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.
-
-