Interface PdfiumSetPagesRotationRequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumSetPagesRotationRequestP,PdfiumSetPagesRotationRequestP.Builder
public interface PdfiumSetPagesRotationRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfDocumentPgetDocument().ironpdfengineproto.PdfDocumentP document = 1;PdfDocumentPOrBuildergetDocumentOrBuilder().ironpdfengineproto.PdfDocumentP document = 1;intgetPageIndexes(int index)repeated int32 page_indexes = 2;intgetPageIndexesCount()repeated int32 page_indexes = 2;List<Integer>getPageIndexesList()repeated int32 page_indexes = 2;PdfiumPageRotationPgetPageRotation().ironpdfengineproto.PdfiumPageRotationP page_rotation = 3;PdfiumPageRotationPOrBuildergetPageRotationOrBuilder().ironpdfengineproto.PdfiumPageRotationP page_rotation = 3;booleanhasDocument().ironpdfengineproto.PdfDocumentP document = 1;booleanhasPageRotation().ironpdfengineproto.PdfiumPageRotationP page_rotation = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDocument
boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
- Whether the document field is set.
-
getDocument
PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
- The document.
-
getDocumentOrBuilder
PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
-
getPageIndexesList
List<Integer> getPageIndexesList()
repeated int32 page_indexes = 2;- Returns:
- A list containing the pageIndexes.
-
getPageIndexesCount
int getPageIndexesCount()
repeated int32 page_indexes = 2;- Returns:
- The count of pageIndexes.
-
getPageIndexes
int getPageIndexes(int index)
repeated int32 page_indexes = 2;- Parameters:
index- The index of the element to return.- Returns:
- The pageIndexes at the given index.
-
hasPageRotation
boolean hasPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 3;- Returns:
- Whether the pageRotation field is set.
-
getPageRotation
PdfiumPageRotationP getPageRotation()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 3;- Returns:
- The pageRotation.
-
getPageRotationOrBuilder
PdfiumPageRotationPOrBuilder getPageRotationOrBuilder()
.ironpdfengineproto.PdfiumPageRotationP page_rotation = 3;
-
-