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 SummaryAll 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasTextboolean hasText() .ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;- Returns:
- Whether the text field is set.
 
 - 
getTextPdfiumPdfTextAnnotationP getText() .ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;- Returns:
- The text.
 
 - 
getTextOrBuilderPdfiumPdfTextAnnotationPOrBuilder getTextOrBuilder() .ironpdfengineproto.PdfiumPdfTextAnnotationP text = 2;
 - 
hasFreetextboolean hasFreetext() .ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;- Returns:
- Whether the freetext field is set.
 
 - 
getFreetextPdfiumPdfFreeTextAnnotationP getFreetext() .ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;- Returns:
- The freetext.
 
 - 
getFreetextOrBuilderPdfiumPdfFreeTextAnnotationPOrBuilder getFreetextOrBuilder() .ironpdfengineproto.PdfiumPdfFreeTextAnnotationP freetext = 3;
 - 
hasLinkboolean hasLink() .ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;- Returns:
- Whether the link field is set.
 
 - 
getLinkPdfiumPdfLinkAnnotationP getLink() .ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;- Returns:
- The link.
 
 - 
getLinkOrBuilderPdfiumPdfLinkAnnotationPOrBuilder getLinkOrBuilder() .ironpdfengineproto.PdfiumPdfLinkAnnotationP link = 4;
 - 
getAnnotationsCasePdfiumWrappedPdfAnnotationP.AnnotationsCase getAnnotationsCase() 
 
- 
 
-