Interface PdfiumPdfTextAnnotationPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumPdfTextAnnotationP
,PdfiumPdfTextAnnotationP.Builder
public interface PdfiumPdfTextAnnotationPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfiumPdfAnnotationP
getAnnotation()
.ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;
PdfiumPdfAnnotationPOrBuilder
getAnnotationOrBuilder()
.ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;
String
getState()
optional string state = 2;
com.google.protobuf.ByteString
getStateBytes()
optional string state = 2;
boolean
hasAnnotation()
.ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;
boolean
hasState()
optional string state = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAnnotation
boolean hasAnnotation()
.ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;
- Returns:
- Whether the annotation field is set.
-
getAnnotation
PdfiumPdfAnnotationP getAnnotation()
.ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;
- Returns:
- The annotation.
-
getAnnotationOrBuilder
PdfiumPdfAnnotationPOrBuilder getAnnotationOrBuilder()
.ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;
-
hasState
boolean hasState()
optional string state = 2;
- Returns:
- Whether the state field is set.
-
getState
String getState()
optional string state = 2;
- Returns:
- The state.
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()
optional string state = 2;
- Returns:
- The bytes for state.
-
-