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 SummaryAll 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasSubtypeboolean hasSubtype() .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;- Returns:
- Whether the subtype field is set.
 
 - 
getSubtypePdfiumAnnotationSubTypesP getSubtype() .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;- Returns:
- The subtype.
 
 - 
getSubtypeOrBuilderPdfiumAnnotationSubTypesPOrBuilder getSubtypeOrBuilder() .ironpdfengineproto.PdfiumAnnotationSubTypesP subtype = 2;
 - 
getXdouble getX() double x = 3;- Returns:
- The x.
 
 - 
getYdouble getY() double y = 4;- Returns:
- The y.
 
 - 
getWidthdouble getWidth() double width = 5;- Returns:
- The width.
 
 - 
getHeightdouble getHeight() double height = 6;- Returns:
- The height.
 
 - 
hasContentsboolean hasContents() optional string contents = 7;- Returns:
- Whether the contents field is set.
 
 - 
getContentsString getContents() optional string contents = 7;- Returns:
- The contents.
 
 - 
getContentsBytescom.google.protobuf.ByteString getContentsBytes() optional string contents = 7;- Returns:
- The bytes for contents.
 
 - 
hasNameboolean hasName() optional string name = 8;- Returns:
- Whether the name field is set.
 
 - 
getNameString getName() optional string name = 8;- Returns:
- The name.
 
 - 
getNameBytescom.google.protobuf.ByteString getNameBytes() optional string name = 8;- Returns:
- The bytes for name.
 
 
- 
 
-