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 SummaryModifier 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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasBasePdfboolean hasBasePdf().IronPdfEngine.Proto.PdfDocument base_pdf = 1;- Returns:
- Whether the basePdf field is set.
 
- 
getBasePdfPdfDocument getBasePdf().IronPdfEngine.Proto.PdfDocument base_pdf = 1;- Returns:
- The basePdf.
 
- 
getBasePdfOrBuilderPdfDocumentOrBuilder getBasePdfOrBuilder().IronPdfEngine.Proto.PdfDocument base_pdf = 1;
- 
hasBackgroundPdfboolean hasBackgroundPdf().IronPdfEngine.Proto.PdfDocument background_pdf = 2;- Returns:
- Whether the backgroundPdf field is set.
 
- 
getBackgroundPdfPdfDocument getBackgroundPdf().IronPdfEngine.Proto.PdfDocument background_pdf = 2;- Returns:
- The backgroundPdf.
 
- 
getBackgroundPdfOrBuilderPdfDocumentOrBuilder getBackgroundPdfOrBuilder().IronPdfEngine.Proto.PdfDocument background_pdf = 2;
- 
hasForegroundPdfboolean hasForegroundPdf().IronPdfEngine.Proto.PdfDocument foreground_pdf = 3;- Returns:
- Whether the foregroundPdf field is set.
 
- 
getForegroundPdfPdfDocument getForegroundPdf().IronPdfEngine.Proto.PdfDocument foreground_pdf = 3;- Returns:
- The foregroundPdf.
 
- 
getForegroundPdfOrBuilderPdfDocumentOrBuilder getForegroundPdfOrBuilder().IronPdfEngine.Proto.PdfDocument foreground_pdf = 3;
- 
getLayerPdfPageIndexint getLayerPdfPageIndex()int32 layer_pdf_page_index = 4;- Returns:
- The layerPdfPageIndex.
 
- 
getBasePdfPagesListrepeated int32 base_pdf_pages = 5;- Returns:
- A list containing the basePdfPages.
 
- 
getBasePdfPagesCountint getBasePdfPagesCount()repeated int32 base_pdf_pages = 5;- Returns:
- The count of basePdfPages.
 
- 
getBasePdfPagesint 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.
 
- 
getLayerCaseAddBackgroundForegroundRequest.LayerCase getLayerCase()
 
-