public static final class SetPagesRotationRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder> implements SetPagesRotationRequestOrBuilder
IronPdfEngine.Proto.SetPagesRotationRequest| Modifier and Type | Method and Description |
|---|---|
SetPagesRotationRequest.Builder |
addAllPageIndexes(Iterable<? extends Integer> values)
repeated int32 page_indexes = 2; |
SetPagesRotationRequest.Builder |
addPageIndexes(int value)
repeated int32 page_indexes = 2; |
SetPagesRotationRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SetPagesRotationRequest |
build() |
SetPagesRotationRequest |
buildPartial() |
SetPagesRotationRequest.Builder |
clear() |
SetPagesRotationRequest.Builder |
clearDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
SetPagesRotationRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
SetPagesRotationRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
SetPagesRotationRequest.Builder |
clearPageIndexes()
repeated int32 page_indexes = 2; |
SetPagesRotationRequest.Builder |
clearPageRotation()
.IronPdfEngine.Proto.PageRotation page_rotation = 3; |
SetPagesRotationRequest.Builder |
clone() |
SetPagesRotationRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
PdfDocument |
getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
PdfDocument.Builder |
getDocumentBuilder()
.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; |
PageRotation.Builder |
getPageRotationBuilder()
.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; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
SetPagesRotationRequest.Builder |
mergeDocument(PdfDocument value)
.IronPdfEngine.Proto.PdfDocument document = 1; |
SetPagesRotationRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
SetPagesRotationRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
SetPagesRotationRequest.Builder |
mergeFrom(SetPagesRotationRequest other) |
SetPagesRotationRequest.Builder |
mergePageRotation(PageRotation value)
.IronPdfEngine.Proto.PageRotation page_rotation = 3; |
SetPagesRotationRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
SetPagesRotationRequest.Builder |
setDocument(PdfDocument.Builder builderForValue)
.IronPdfEngine.Proto.PdfDocument document = 1; |
SetPagesRotationRequest.Builder |
setDocument(PdfDocument value)
.IronPdfEngine.Proto.PdfDocument document = 1; |
SetPagesRotationRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
SetPagesRotationRequest.Builder |
setPageIndexes(int index,
int value)
repeated int32 page_indexes = 2; |
SetPagesRotationRequest.Builder |
setPageRotation(PageRotation.Builder builderForValue)
.IronPdfEngine.Proto.PageRotation page_rotation = 3; |
SetPagesRotationRequest.Builder |
setPageRotation(PageRotation value)
.IronPdfEngine.Proto.PageRotation page_rotation = 3; |
SetPagesRotationRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
SetPagesRotationRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SetPagesRotationRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SetPagesRotationRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SetPagesRotationRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest.Builder mergeFrom(SetPagesRotationRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public SetPagesRotationRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SetPagesRotationRequest.Builder>IOExceptionpublic boolean hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;hasDocument in interface SetPagesRotationRequestOrBuilderpublic PdfDocument getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;getDocument in interface SetPagesRotationRequestOrBuilderpublic SetPagesRotationRequest.Builder setDocument(PdfDocument value)
.IronPdfEngine.Proto.PdfDocument document = 1;public SetPagesRotationRequest.Builder setDocument(PdfDocument.Builder builderForValue)
.IronPdfEngine.Proto.PdfDocument document = 1;public SetPagesRotationRequest.Builder mergeDocument(PdfDocument value)
.IronPdfEngine.Proto.PdfDocument document = 1;public SetPagesRotationRequest.Builder clearDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;public PdfDocument.Builder getDocumentBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1;public PdfDocumentOrBuilder getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1;getDocumentOrBuilder in interface SetPagesRotationRequestOrBuilderpublic List<Integer> getPageIndexesList()
repeated int32 page_indexes = 2;getPageIndexesList in interface SetPagesRotationRequestOrBuilderpublic int getPageIndexesCount()
repeated int32 page_indexes = 2;getPageIndexesCount in interface SetPagesRotationRequestOrBuilderpublic int getPageIndexes(int index)
repeated int32 page_indexes = 2;getPageIndexes in interface SetPagesRotationRequestOrBuilderindex - The index of the element to return.public SetPagesRotationRequest.Builder setPageIndexes(int index, int value)
repeated int32 page_indexes = 2;index - The index to set the value at.value - The pageIndexes to set.public SetPagesRotationRequest.Builder addPageIndexes(int value)
repeated int32 page_indexes = 2;value - The pageIndexes to add.public SetPagesRotationRequest.Builder addAllPageIndexes(Iterable<? extends Integer> values)
repeated int32 page_indexes = 2;values - The pageIndexes to add.public SetPagesRotationRequest.Builder clearPageIndexes()
repeated int32 page_indexes = 2;public boolean hasPageRotation()
.IronPdfEngine.Proto.PageRotation page_rotation = 3;hasPageRotation in interface SetPagesRotationRequestOrBuilderpublic PageRotation getPageRotation()
.IronPdfEngine.Proto.PageRotation page_rotation = 3;getPageRotation in interface SetPagesRotationRequestOrBuilderpublic SetPagesRotationRequest.Builder setPageRotation(PageRotation value)
.IronPdfEngine.Proto.PageRotation page_rotation = 3;public SetPagesRotationRequest.Builder setPageRotation(PageRotation.Builder builderForValue)
.IronPdfEngine.Proto.PageRotation page_rotation = 3;public SetPagesRotationRequest.Builder mergePageRotation(PageRotation value)
.IronPdfEngine.Proto.PageRotation page_rotation = 3;public SetPagesRotationRequest.Builder clearPageRotation()
.IronPdfEngine.Proto.PageRotation page_rotation = 3;public PageRotation.Builder getPageRotationBuilder()
.IronPdfEngine.Proto.PageRotation page_rotation = 3;public PageRotationOrBuilder getPageRotationOrBuilder()
.IronPdfEngine.Proto.PageRotation page_rotation = 3;getPageRotationOrBuilder in interface SetPagesRotationRequestOrBuilderpublic final SetPagesRotationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>public final SetPagesRotationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SetPagesRotationRequest.Builder>Copyright © 2022–2023 Iron Software. All rights reserved.