Interface PdfiumEditTextAnnotationRequestPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 PdfiumEditTextAnnotationRequestP,PdfiumEditTextAnnotationRequestP.Builder
public interface PdfiumEditTextAnnotationRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfiumTextAnnotationPgetAnnotation().ironpdfengineproto.PdfiumTextAnnotationP annotation = 2;PdfiumTextAnnotationPOrBuildergetAnnotationOrBuilder().ironpdfengineproto.PdfiumTextAnnotationP annotation = 2;PdfDocumentPgetDocument().ironpdfengineproto.PdfDocumentP document = 1;PdfDocumentPOrBuildergetDocumentOrBuilder().ironpdfengineproto.PdfDocumentP document = 1;booleanhasAnnotation().ironpdfengineproto.PdfiumTextAnnotationP annotation = 2;booleanhasDocument().ironpdfengineproto.PdfDocumentP document = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasDocument
boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
 - Whether the document field is set.
 
 
- 
getDocument
PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
 - The document.
 
 
- 
getDocumentOrBuilder
PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1; 
- 
hasAnnotation
boolean hasAnnotation()
.ironpdfengineproto.PdfiumTextAnnotationP annotation = 2;- Returns:
 - Whether the annotation field is set.
 
 
- 
getAnnotation
PdfiumTextAnnotationP getAnnotation()
.ironpdfengineproto.PdfiumTextAnnotationP annotation = 2;- Returns:
 - The annotation.
 
 
- 
getAnnotationOrBuilder
PdfiumTextAnnotationPOrBuilder getAnnotationOrBuilder()
.ironpdfengineproto.PdfiumTextAnnotationP annotation = 2; 
 - 
 
 -