Interface AddTextAnnotationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddTextAnnotationRequest,AddTextAnnotationRequest.Builder
public interface AddTextAnnotationRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.IronPdfEngine.Proto.PdfDocument document = 1;.IronPdfEngine.Proto.PdfDocument document = 1;intoptional int32 height = 7;intint32 page_index = 2;.IronPdfEngine.Proto.TextAnnotation text_annotation = 5;.IronPdfEngine.Proto.TextAnnotation text_annotation = 5;intgetWidth()optional int32 width = 6;intgetX()int32 x = 3;intgetY()int32 y = 4;boolean.IronPdfEngine.Proto.PdfDocument document = 1;booleanoptional int32 height = 7;boolean.IronPdfEngine.Proto.TextAnnotation text_annotation = 5;booleanhasWidth()optional int32 width = 6;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDocument
boolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
-
getDocument
PdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
-
getDocumentOrBuilder
PdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1; -
getPageIndex
int getPageIndex()int32 page_index = 2;- Returns:
- The pageIndex.
-
getX
int getX()int32 x = 3;- Returns:
- The x.
-
getY
int getY()int32 y = 4;- Returns:
- The y.
-
hasTextAnnotation
boolean hasTextAnnotation().IronPdfEngine.Proto.TextAnnotation text_annotation = 5;- Returns:
- Whether the textAnnotation field is set.
-
getTextAnnotation
TextAnnotation getTextAnnotation().IronPdfEngine.Proto.TextAnnotation text_annotation = 5;- Returns:
- The textAnnotation.
-
getTextAnnotationOrBuilder
TextAnnotationOrBuilder getTextAnnotationOrBuilder().IronPdfEngine.Proto.TextAnnotation text_annotation = 5; -
hasWidth
boolean hasWidth()optional int32 width = 6;- Returns:
- Whether the width field is set.
-
getWidth
int getWidth()optional int32 width = 6;- Returns:
- The width.
-
hasHeight
boolean hasHeight()optional int32 height = 7;- Returns:
- Whether the height field is set.
-
getHeight
int getHeight()optional int32 height = 7;- Returns:
- The height.
-