Interface PdfiumPdfAnnotationPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 PdfiumPdfAnnotationP,PdfiumPdfAnnotationP.Builder
public interface PdfiumPdfAnnotationPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetContents()optional string contents = 7;com.google.protobuf.ByteStringgetContentsBytes()optional string contents = 7;doublegetHeight()double height = 6;StringgetName()optional string name = 8;com.google.protobuf.ByteStringgetNameBytes()optional string name = 8;PdfiumAnnotationSubTypesPgetSubtype().ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;PdfiumAnnotationSubTypesPOrBuildergetSubtypeOrBuilder().ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;doublegetWidth()double width = 5;doublegetX()double x = 3;doublegetY()double y = 4;booleanhasContents()optional string contents = 7;booleanhasName()optional string name = 8;booleanhasSubtype().ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasSubtype
boolean hasSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;- Returns:
 - Whether the subtype field is set.
 
 
- 
getSubtype
PdfiumAnnotationSubTypesP getSubtype()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;- Returns:
 - The subtype.
 
 
- 
getSubtypeOrBuilder
PdfiumAnnotationSubTypesPOrBuilder getSubtypeOrBuilder()
.ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2; 
- 
getX
double getX()
double x = 3;- Returns:
 - The x.
 
 
- 
getY
double getY()
double y = 4;- Returns:
 - The y.
 
 
- 
getWidth
double getWidth()
double width = 5;- Returns:
 - The width.
 
 
- 
getHeight
double getHeight()
double height = 6;- Returns:
 - The height.
 
 
- 
hasContents
boolean hasContents()
optional string contents = 7;- Returns:
 - Whether the contents field is set.
 
 
- 
getContents
String getContents()
optional string contents = 7;- Returns:
 - The contents.
 
 
- 
getContentsBytes
com.google.protobuf.ByteString getContentsBytes()
optional string contents = 7;- Returns:
 - The bytes for contents.
 
 
- 
hasName
boolean hasName()
optional string name = 8;- Returns:
 - Whether the name field is set.
 
 
- 
getName
String getName()
optional string name = 8;- Returns:
 - The name.
 
 
- 
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 8;- Returns:
 - The bytes for name.
 
 
 - 
 
 -