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 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

      List<Integer> 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