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 SummaryModifier 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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasDocumentboolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
 
- 
getDocumentPdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
 
- 
getDocumentOrBuilderPdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
- 
getPageIndexint getPageIndex()int32 page_index = 2;- Returns:
- The pageIndex.
 
- 
getXint getX()int32 x = 3;- Returns:
- The x.
 
- 
getYint getY()int32 y = 4;- Returns:
- The y.
 
- 
hasTextAnnotationboolean hasTextAnnotation().IronPdfEngine.Proto.TextAnnotation text_annotation = 5;- Returns:
- Whether the textAnnotation field is set.
 
- 
getTextAnnotationTextAnnotation getTextAnnotation().IronPdfEngine.Proto.TextAnnotation text_annotation = 5;- Returns:
- The textAnnotation.
 
- 
getTextAnnotationOrBuilderTextAnnotationOrBuilder getTextAnnotationOrBuilder().IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
- 
hasWidthboolean hasWidth()optional int32 width = 6;- Returns:
- Whether the width field is set.
 
- 
getWidthint getWidth()optional int32 width = 6;- Returns:
- The width.
 
- 
hasHeightboolean hasHeight()optional int32 height = 7;- Returns:
- Whether the height field is set.
 
- 
getHeightint getHeight()optional int32 height = 7;- Returns:
- The height.
 
 
-