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.AnnotationsCasegetAnnotationsCase()PdfiumPdfFreeTextAnnotationPgetFreetext().ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;PdfiumPdfFreeTextAnnotationPOrBuildergetFreetextOrBuilder().ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;PdfiumPdfLinkAnnotationPgetLink().ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;PdfiumPdfLinkAnnotationPOrBuildergetLinkOrBuilder().ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;PdfiumPdfTextAnnotationPgetText().ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;PdfiumPdfTextAnnotationPOrBuildergetTextOrBuilder().ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;booleanhasFreetext().ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;booleanhasLink().ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;booleanhasText().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()
 
 - 
 
 -