Interface PdfiumTextAnnotationPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 PdfiumTextAnnotationP,PdfiumTextAnnotationP.Builder
public interface PdfiumTextAnnotationPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAnnotIndex()optional int32 annot_index = 3;StringgetColorCode()optional string color_code = 4;com.google.protobuf.ByteStringgetColorCodeBytes()optional string color_code = 4;StringgetContents()optional string contents = 5;com.google.protobuf.ByteStringgetContentsBytes()optional string contents = 5;intgetHeight()optional int32 height = 18;booleangetHidden()optional bool hidden = 6;PdfiumAnnotationIconPgetIcon()optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;PdfiumAnnotationIconPOrBuildergetIconOrBuilder()optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;doublegetOpacity()optional double opacity = 7;booleangetOpenByDefault()optional bool open_by_default = 8;intgetPageIndex()optional int32 page_index = 2;booleangetPrintable()optional bool printable = 9;booleangetReadOnly()optional bool read_only = 10;booleangetRotatable()optional bool rotatable = 11;StringgetSubject()optional string subject = 12;com.google.protobuf.ByteStringgetSubjectBytes()optional string subject = 12;StringgetTitle()optional string title = 13;com.google.protobuf.ByteStringgetTitleBytes()optional string title = 13;intgetWidth()optional int32 width = 17;intgetX()optional int32 x = 15;intgetY()optional int32 y = 16;booleanhasAnnotIndex()optional int32 annot_index = 3;booleanhasColorCode()optional string color_code = 4;booleanhasContents()optional string contents = 5;booleanhasHeight()optional int32 height = 18;booleanhasHidden()optional bool hidden = 6;booleanhasIcon()optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;booleanhasOpacity()optional double opacity = 7;booleanhasOpenByDefault()optional bool open_by_default = 8;booleanhasPageIndex()optional int32 page_index = 2;booleanhasPrintable()optional bool printable = 9;booleanhasReadOnly()optional bool read_only = 10;booleanhasRotatable()optional bool rotatable = 11;booleanhasSubject()optional string subject = 12;booleanhasTitle()optional string title = 13;booleanhasWidth()optional int32 width = 17;booleanhasX()optional int32 x = 15;booleanhasY()optional int32 y = 16;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasPageIndex
boolean hasPageIndex()
optional int32 page_index = 2;- Returns:
 - Whether the pageIndex field is set.
 
 
- 
getPageIndex
int getPageIndex()
optional int32 page_index = 2;- Returns:
 - The pageIndex.
 
 
- 
hasAnnotIndex
boolean hasAnnotIndex()
optional int32 annot_index = 3;- Returns:
 - Whether the annotIndex field is set.
 
 
- 
getAnnotIndex
int getAnnotIndex()
optional int32 annot_index = 3;- Returns:
 - The annotIndex.
 
 
- 
hasColorCode
boolean hasColorCode()
optional string color_code = 4;- Returns:
 - Whether the colorCode field is set.
 
 
- 
getColorCode
String getColorCode()
optional string color_code = 4;- Returns:
 - The colorCode.
 
 
- 
getColorCodeBytes
com.google.protobuf.ByteString getColorCodeBytes()
optional string color_code = 4;- Returns:
 - The bytes for colorCode.
 
 
- 
hasContents
boolean hasContents()
optional string contents = 5;- Returns:
 - Whether the contents field is set.
 
 
- 
getContents
String getContents()
optional string contents = 5;- Returns:
 - The contents.
 
 
- 
getContentsBytes
com.google.protobuf.ByteString getContentsBytes()
optional string contents = 5;- Returns:
 - The bytes for contents.
 
 
- 
hasHidden
boolean hasHidden()
optional bool hidden = 6;- Returns:
 - Whether the hidden field is set.
 
 
- 
getHidden
boolean getHidden()
optional bool hidden = 6;- Returns:
 - The hidden.
 
 
- 
hasOpacity
boolean hasOpacity()
optional double opacity = 7;- Returns:
 - Whether the opacity field is set.
 
 
- 
getOpacity
double getOpacity()
optional double opacity = 7;- Returns:
 - The opacity.
 
 
- 
hasOpenByDefault
boolean hasOpenByDefault()
optional bool open_by_default = 8;- Returns:
 - Whether the openByDefault field is set.
 
 
- 
getOpenByDefault
boolean getOpenByDefault()
optional bool open_by_default = 8;- Returns:
 - The openByDefault.
 
 
- 
hasPrintable
boolean hasPrintable()
optional bool printable = 9;- Returns:
 - Whether the printable field is set.
 
 
- 
getPrintable
boolean getPrintable()
optional bool printable = 9;- Returns:
 - The printable.
 
 
- 
hasReadOnly
boolean hasReadOnly()
optional bool read_only = 10;- Returns:
 - Whether the readOnly field is set.
 
 
- 
getReadOnly
boolean getReadOnly()
optional bool read_only = 10;- Returns:
 - The readOnly.
 
 
- 
hasRotatable
boolean hasRotatable()
optional bool rotatable = 11;- Returns:
 - Whether the rotatable field is set.
 
 
- 
getRotatable
boolean getRotatable()
optional bool rotatable = 11;- Returns:
 - The rotatable.
 
 
- 
hasSubject
boolean hasSubject()
optional string subject = 12;- Returns:
 - Whether the subject field is set.
 
 
- 
getSubject
String getSubject()
optional string subject = 12;- Returns:
 - The subject.
 
 
- 
getSubjectBytes
com.google.protobuf.ByteString getSubjectBytes()
optional string subject = 12;- Returns:
 - The bytes for subject.
 
 
- 
hasTitle
boolean hasTitle()
optional string title = 13;- Returns:
 - Whether the title field is set.
 
 
- 
getTitle
String getTitle()
optional string title = 13;- Returns:
 - The title.
 
 
- 
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()
optional string title = 13;- Returns:
 - The bytes for title.
 
 
- 
hasIcon
boolean hasIcon()
optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;- Returns:
 - Whether the icon field is set.
 
 
- 
getIcon
PdfiumAnnotationIconP getIcon()
optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;- Returns:
 - The icon.
 
 
- 
getIconOrBuilder
PdfiumAnnotationIconPOrBuilder getIconOrBuilder()
optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14; 
- 
hasX
boolean hasX()
optional int32 x = 15;- Returns:
 - Whether the x field is set.
 
 
- 
getX
int getX()
optional int32 x = 15;- Returns:
 - The x.
 
 
- 
hasY
boolean hasY()
optional int32 y = 16;- Returns:
 - Whether the y field is set.
 
 
- 
getY
int getY()
optional int32 y = 16;- Returns:
 - The y.
 
 
- 
hasWidth
boolean hasWidth()
optional int32 width = 17;- Returns:
 - Whether the width field is set.
 
 
- 
getWidth
int getWidth()
optional int32 width = 17;- Returns:
 - The width.
 
 
- 
hasHeight
boolean hasHeight()
optional int32 height = 18;- Returns:
 - Whether the height field is set.
 
 
- 
getHeight
int getHeight()
optional int32 height = 18;- Returns:
 - The height.
 
 
 - 
 
 -