Interface RemovePagesRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- RemovePagesRequest,- RemovePagesRequest.Builder
public interface RemovePagesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescription.IronPdfEngine.Proto.PdfDocument document = 1;.IronPdfEngine.Proto.PdfDocument document = 1;intgetPageIndexes(int index) repeated int32 page_indexes = 2;intrepeated int32 page_indexes = 2;repeated int32 page_indexes = 2;boolean.IronPdfEngine.Proto.PdfDocument document = 1;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- 
hasDocumentboolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
 
- 
getDocumentPdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
 
- 
getDocumentOrBuilderPdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
- 
getPageIndexesListrepeated int32 page_indexes = 2;- Returns:
- A list containing the pageIndexes.
 
- 
getPageIndexesCountint getPageIndexesCount()repeated int32 page_indexes = 2;- Returns:
- The count of pageIndexes.
 
- 
getPageIndexesint getPageIndexes(int index) repeated int32 page_indexes = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The pageIndexes at the given index.
 
 
-