Uses of Class
com.ironsoftware.ironpdf.internal.proto.AddTextAnnotationRequest.Builder
Packages that use AddTextAnnotationRequest.Builder
-
Uses of AddTextAnnotationRequest.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return AddTextAnnotationRequest.BuilderModifier and TypeMethodDescriptionAddTextAnnotationRequest.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AddTextAnnotationRequest.Builder.clear()
AddTextAnnotationRequest.Builder.clearDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
AddTextAnnotationRequest.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) AddTextAnnotationRequest.Builder.clearHeight()
optional int32 height = 7;
AddTextAnnotationRequest.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) AddTextAnnotationRequest.Builder.clearPageIndex()
int32 page_index = 2;
AddTextAnnotationRequest.Builder.clearTextAnnotation()
.IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
AddTextAnnotationRequest.Builder.clearWidth()
optional int32 width = 6;
AddTextAnnotationRequest.Builder.clearX()
int32 x = 3;
AddTextAnnotationRequest.Builder.clearY()
int32 y = 4;
AddTextAnnotationRequest.Builder.clone()
AddTextAnnotationRequest.Builder.mergeDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
AddTextAnnotationRequest.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AddTextAnnotationRequest.Builder.mergeFrom
(com.google.protobuf.Message other) AddTextAnnotationRequest.Builder.mergeFrom
(AddTextAnnotationRequest other) AddTextAnnotationRequest.Builder.mergeTextAnnotation
(TextAnnotation value) .IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
AddTextAnnotationRequest.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AddTextAnnotationRequest.newBuilder()
AddTextAnnotationRequest.newBuilder
(AddTextAnnotationRequest prototype) AddTextAnnotationRequest.newBuilderForType()
protected AddTextAnnotationRequest.Builder
AddTextAnnotationRequest.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) AddTextAnnotationRequest.Builder.setDocument
(PdfDocument value) .IronPdfEngine.Proto.PdfDocument document = 1;
AddTextAnnotationRequest.Builder.setDocument
(PdfDocument.Builder builderForValue) .IronPdfEngine.Proto.PdfDocument document = 1;
AddTextAnnotationRequest.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) AddTextAnnotationRequest.Builder.setHeight
(int value) optional int32 height = 7;
AddTextAnnotationRequest.Builder.setPageIndex
(int value) int32 page_index = 2;
AddTextAnnotationRequest.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) AddTextAnnotationRequest.Builder.setTextAnnotation
(TextAnnotation value) .IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
AddTextAnnotationRequest.Builder.setTextAnnotation
(TextAnnotation.Builder builderForValue) .IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
AddTextAnnotationRequest.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) AddTextAnnotationRequest.Builder.setWidth
(int value) optional int32 width = 6;
AddTextAnnotationRequest.Builder.setX
(int value) int32 x = 3;
AddTextAnnotationRequest.Builder.setY
(int value) int32 y = 4;
AddTextAnnotationRequest.toBuilder()