public interface AddTextAnnotationRequestOrBuilder
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 |
getHeight()
optional int32 height = 7; |
int |
getPageIndex()
int32 page_index = 2; |
TextAnnotation |
getTextAnnotation()
.IronPdfEngine.Proto.TextAnnotation text_annotation = 5; |
TextAnnotationOrBuilder |
getTextAnnotationOrBuilder()
.IronPdfEngine.Proto.TextAnnotation text_annotation = 5; |
int |
getWidth()
optional int32 width = 6; |
int |
getX()
int32 x = 3; |
int |
getY()
int32 y = 4; |
boolean |
hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
boolean |
hasHeight()
optional int32 height = 7; |
boolean |
hasTextAnnotation()
.IronPdfEngine.Proto.TextAnnotation text_annotation = 5; |
boolean |
hasWidth()
optional int32 width = 6; |
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;
int getPageIndex()
int32 page_index = 2;
int getX()
int32 x = 3;
int getY()
int32 y = 4;
boolean hasTextAnnotation()
.IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
TextAnnotation getTextAnnotation()
.IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
TextAnnotationOrBuilder getTextAnnotationOrBuilder()
.IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
boolean hasWidth()
optional int32 width = 6;
int getWidth()
optional int32 width = 6;
boolean hasHeight()
optional int32 height = 7;
int getHeight()
optional int32 height = 7;
Copyright © 2022–2023 Iron Software. All rights reserved.