Interface PdfiumPdfLinkAnnotationPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumPdfLinkAnnotationP,- PdfiumPdfLinkAnnotationP.Builder
 
 public interface PdfiumPdfLinkAnnotationPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfiumPdfAnnotationPgetAnnotation().ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;PdfiumPdfAnnotationPOrBuildergetAnnotationOrBuilder().ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;StringgetDest()optional string dest = 2;com.google.protobuf.ByteStringgetDestBytes()optional string dest = 2;booleanhasAnnotation().ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;booleanhasDest()optional string dest = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasAnnotationboolean hasAnnotation() .ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;- Returns:
- Whether the annotation field is set.
 
 - 
getAnnotationPdfiumPdfAnnotationP getAnnotation() .ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;- Returns:
- The annotation.
 
 - 
getAnnotationOrBuilderPdfiumPdfAnnotationPOrBuilder getAnnotationOrBuilder() .ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;
 - 
hasDestboolean hasDest() optional string dest = 2;- Returns:
- Whether the dest field is set.
 
 - 
getDestString getDest() optional string dest = 2;- Returns:
- The dest.
 
 - 
getDestBytescom.google.protobuf.ByteString getDestBytes() optional string dest = 2;- Returns:
- The bytes for dest.
 
 
- 
 
-