Interface PdfiumPdfAnnotationPOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PdfiumPdfAnnotationP, PdfiumPdfAnnotationP.Builder

    public interface PdfiumPdfAnnotationPOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContents()
      optional string contents = 7;
      com.google.protobuf.ByteString getContentsBytes()
      optional string contents = 7;
      double getHeight()
      double height = 6;
      String getName()
      optional string name = 8;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 8;
      PdfiumAnnotationSubTypesP getSubtype()
      .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
      PdfiumAnnotationSubTypesPOrBuilder getSubtypeOrBuilder()
      .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
      double getWidth()
      double width = 5;
      double getX()
      double x = 3;
      double getY()
      double y = 4;
      boolean hasContents()
      optional string contents = 7;
      boolean hasName()
      optional string name = 8;
      boolean hasSubtype()
      .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
      • 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 Detail

      • hasSubtype

        boolean hasSubtype()
        .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
        Returns:
        Whether the subtype field is set.
      • getSubtype

        PdfiumAnnotationSubTypesP getSubtype()
        .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
        Returns:
        The subtype.
      • getX

        double getX()
        double x = 3;
        Returns:
        The x.
      • getY

        double getY()
        double y = 4;
        Returns:
        The y.
      • getWidth

        double getWidth()
        double width = 5;
        Returns:
        The width.
      • getHeight

        double getHeight()
        double height = 6;
        Returns:
        The height.
      • hasContents

        boolean hasContents()
        optional string contents = 7;
        Returns:
        Whether the contents field is set.
      • getContents

        String getContents()
        optional string contents = 7;
        Returns:
        The contents.
      • getContentsBytes

        com.google.protobuf.ByteString getContentsBytes()
        optional string contents = 7;
        Returns:
        The bytes for contents.
      • hasName

        boolean hasName()
        optional string name = 8;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
        optional string name = 8;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 8;
        Returns:
        The bytes for name.