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