Interface PdfiumWrappedPdfAnnotationPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumWrappedPdfAnnotationP
,PdfiumWrappedPdfAnnotationP.Builder
public interface PdfiumWrappedPdfAnnotationPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfiumWrappedPdfAnnotationP.AnnotationsCase
getAnnotationsCase()
PdfiumPdfFreeTextAnnotationP
getFreetext()
.ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;
PdfiumPdfFreeTextAnnotationPOrBuilder
getFreetextOrBuilder()
.ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;
PdfiumPdfLinkAnnotationP
getLink()
.ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;
PdfiumPdfLinkAnnotationPOrBuilder
getLinkOrBuilder()
.ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;
PdfiumPdfTextAnnotationP
getText()
.ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;
PdfiumPdfTextAnnotationPOrBuilder
getTextOrBuilder()
.ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;
boolean
hasFreetext()
.ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;
boolean
hasLink()
.ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;
boolean
hasText()
.ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasText
boolean hasText()
.ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;
- Returns:
- Whether the text field is set.
-
getText
PdfiumPdfTextAnnotationP getText()
.ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;
- Returns:
- The text.
-
getTextOrBuilder
PdfiumPdfTextAnnotationPOrBuilder getTextOrBuilder()
.ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;
-
hasFreetext
boolean hasFreetext()
.ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;
- Returns:
- Whether the freetext field is set.
-
getFreetext
PdfiumPdfFreeTextAnnotationP getFreetext()
.ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;
- Returns:
- The freetext.
-
getFreetextOrBuilder
PdfiumPdfFreeTextAnnotationPOrBuilder getFreetextOrBuilder()
.ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;
-
hasLink
boolean hasLink()
.ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;
- Returns:
- Whether the link field is set.
-
getLink
PdfiumPdfLinkAnnotationP getLink()
.ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;
- Returns:
- The link.
-
getLinkOrBuilder
PdfiumPdfLinkAnnotationPOrBuilder getLinkOrBuilder()
.ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;
-
getAnnotationsCase
PdfiumWrappedPdfAnnotationP.AnnotationsCase getAnnotationsCase()
-
-