Interface PdfiumPdfFreeTextAnnotationPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumPdfFreeTextAnnotationP,- PdfiumPdfFreeTextAnnotationP.Builder
 
 public interface PdfiumPdfFreeTextAnnotationPOrBuilder 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;StringgetAppearance()optional string appearance = 2;com.google.protobuf.ByteStringgetAppearanceBytes()optional string appearance = 2;booleanhasAnnotation().ironpdfengineproto.PdfiumPdfAnnotationP annotation = 1;booleanhasAppearance()optional string appearance = 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;
 - 
hasAppearanceboolean hasAppearance() optional string appearance = 2;- Returns:
- Whether the appearance field is set.
 
 - 
getAppearanceString getAppearance() optional string appearance = 2;- Returns:
- The appearance.
 
 - 
getAppearanceBytescom.google.protobuf.ByteString getAppearanceBytes() optional string appearance = 2;- Returns:
- The bytes for appearance.
 
 
- 
 
-