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 Type
    Method
    Description
    .IronPdfEngine.Proto.PdfDocument document = 1;
    .IronPdfEngine.Proto.PdfDocument document = 1;
    int
    optional int32 height = 7;
    int
    int32 page_index = 2;
    .IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
    .IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
    int
    optional int32 width = 6;
    int
    int32 x = 3;
    int
    int32 y = 4;
    boolean
    .IronPdfEngine.Proto.PdfDocument document = 1;
    boolean
    optional int32 height = 7;
    boolean
    .IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
    boolean
    optional int32 width = 6;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.