public interface SetPagesRotationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PdfDocument |
getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
PdfDocumentOrBuilder |
getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1; |
int |
getPageIndexes(int index)
repeated int32 page_indexes = 2; |
int |
getPageIndexesCount()
repeated int32 page_indexes = 2; |
List<Integer> |
getPageIndexesList()
repeated int32 page_indexes = 2; |
PageRotation |
getPageRotation()
.IronPdfEngine.Proto.PageRotation page_rotation = 3; |
PageRotationOrBuilder |
getPageRotationOrBuilder()
.IronPdfEngine.Proto.PageRotation page_rotation = 3; |
boolean |
hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
boolean |
hasPageRotation()
.IronPdfEngine.Proto.PageRotation page_rotation = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocument getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocumentOrBuilder getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1;
List<Integer> getPageIndexesList()
repeated int32 page_indexes = 2;
int getPageIndexesCount()
repeated int32 page_indexes = 2;
int getPageIndexes(int index)
repeated int32 page_indexes = 2;
index
- The index of the element to return.boolean hasPageRotation()
.IronPdfEngine.Proto.PageRotation page_rotation = 3;
PageRotation getPageRotation()
.IronPdfEngine.Proto.PageRotation page_rotation = 3;
PageRotationOrBuilder getPageRotationOrBuilder()
.IronPdfEngine.Proto.PageRotation page_rotation = 3;
Copyright © 2022–2023 Iron Software. All rights reserved.