Interface AddBackgroundForegroundRequestOrBuilder
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 AddBackgroundForegroundRequest,AddBackgroundForegroundRequest.Builder
public interface AddBackgroundForegroundRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method Summary
Modifier and TypeMethodDescription.IronPdfEngine.Proto.PdfDocument background_pdf = 2;.IronPdfEngine.Proto.PdfDocument background_pdf = 2;.IronPdfEngine.Proto.PdfDocument base_pdf = 1;.IronPdfEngine.Proto.PdfDocument base_pdf = 1;intgetBasePdfPages(int index) repeated int32 base_pdf_pages = 5;intrepeated int32 base_pdf_pages = 5;repeated int32 base_pdf_pages = 5;.IronPdfEngine.Proto.PdfDocument foreground_pdf = 3;.IronPdfEngine.Proto.PdfDocument foreground_pdf = 3;intint32 layer_pdf_page_index = 4;boolean.IronPdfEngine.Proto.PdfDocument background_pdf = 2;boolean.IronPdfEngine.Proto.PdfDocument base_pdf = 1;boolean.IronPdfEngine.Proto.PdfDocument foreground_pdf = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
- 
Method Details
- 
hasBasePdf
boolean hasBasePdf().IronPdfEngine.Proto.PdfDocument base_pdf = 1;- Returns:
 - Whether the basePdf field is set.
 
 - 
getBasePdf
PdfDocument getBasePdf().IronPdfEngine.Proto.PdfDocument base_pdf = 1;- Returns:
 - The basePdf.
 
 - 
getBasePdfOrBuilder
PdfDocumentOrBuilder getBasePdfOrBuilder().IronPdfEngine.Proto.PdfDocument base_pdf = 1; - 
hasBackgroundPdf
boolean hasBackgroundPdf().IronPdfEngine.Proto.PdfDocument background_pdf = 2;- Returns:
 - Whether the backgroundPdf field is set.
 
 - 
getBackgroundPdf
PdfDocument getBackgroundPdf().IronPdfEngine.Proto.PdfDocument background_pdf = 2;- Returns:
 - The backgroundPdf.
 
 - 
getBackgroundPdfOrBuilder
PdfDocumentOrBuilder getBackgroundPdfOrBuilder().IronPdfEngine.Proto.PdfDocument background_pdf = 2; - 
hasForegroundPdf
boolean hasForegroundPdf().IronPdfEngine.Proto.PdfDocument foreground_pdf = 3;- Returns:
 - Whether the foregroundPdf field is set.
 
 - 
getForegroundPdf
PdfDocument getForegroundPdf().IronPdfEngine.Proto.PdfDocument foreground_pdf = 3;- Returns:
 - The foregroundPdf.
 
 - 
getForegroundPdfOrBuilder
PdfDocumentOrBuilder getForegroundPdfOrBuilder().IronPdfEngine.Proto.PdfDocument foreground_pdf = 3; - 
getLayerPdfPageIndex
int getLayerPdfPageIndex()int32 layer_pdf_page_index = 4;- Returns:
 - The layerPdfPageIndex.
 
 - 
getBasePdfPagesList
repeated int32 base_pdf_pages = 5;- Returns:
 - A list containing the basePdfPages.
 
 - 
getBasePdfPagesCount
int getBasePdfPagesCount()repeated int32 base_pdf_pages = 5;- Returns:
 - The count of basePdfPages.
 
 - 
getBasePdfPages
int getBasePdfPages(int index) repeated int32 base_pdf_pages = 5;- Parameters:
 index- The index of the element to return.- Returns:
 - The basePdfPages at the given index.
 
 - 
getLayerCase
AddBackgroundForegroundRequest.LayerCase getLayerCase() 
 -