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 SummaryAll 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasPageIndexboolean hasPageIndex() optional int32 page_index = 2;- Returns:
- Whether the pageIndex field is set.
 
 - 
getPageIndexint getPageIndex() optional int32 page_index = 2;- Returns:
- The pageIndex.
 
 - 
hasAnnotIndexboolean hasAnnotIndex() optional int32 annot_index = 3;- Returns:
- Whether the annotIndex field is set.
 
 - 
getAnnotIndexint getAnnotIndex() optional int32 annot_index = 3;- Returns:
- The annotIndex.
 
 - 
hasColorCodeboolean hasColorCode() optional string color_code = 4;- Returns:
- Whether the colorCode field is set.
 
 - 
getColorCodeString getColorCode() optional string color_code = 4;- Returns:
- The colorCode.
 
 - 
getColorCodeBytescom.google.protobuf.ByteString getColorCodeBytes() optional string color_code = 4;- Returns:
- The bytes for colorCode.
 
 - 
hasContentsboolean hasContents() optional string contents = 5;- Returns:
- Whether the contents field is set.
 
 - 
getContentsString getContents() optional string contents = 5;- Returns:
- The contents.
 
 - 
getContentsBytescom.google.protobuf.ByteString getContentsBytes() optional string contents = 5;- Returns:
- The bytes for contents.
 
 - 
hasHiddenboolean hasHidden() optional bool hidden = 6;- Returns:
- Whether the hidden field is set.
 
 - 
getHiddenboolean getHidden() optional bool hidden = 6;- Returns:
- The hidden.
 
 - 
hasOpacityboolean hasOpacity() optional double opacity = 7;- Returns:
- Whether the opacity field is set.
 
 - 
getOpacitydouble getOpacity() optional double opacity = 7;- Returns:
- The opacity.
 
 - 
hasOpenByDefaultboolean hasOpenByDefault() optional bool open_by_default = 8;- Returns:
- Whether the openByDefault field is set.
 
 - 
getOpenByDefaultboolean getOpenByDefault() optional bool open_by_default = 8;- Returns:
- The openByDefault.
 
 - 
hasPrintableboolean hasPrintable() optional bool printable = 9;- Returns:
- Whether the printable field is set.
 
 - 
getPrintableboolean getPrintable() optional bool printable = 9;- Returns:
- The printable.
 
 - 
hasReadOnlyboolean hasReadOnly() optional bool read_only = 10;- Returns:
- Whether the readOnly field is set.
 
 - 
getReadOnlyboolean getReadOnly() optional bool read_only = 10;- Returns:
- The readOnly.
 
 - 
hasRotatableboolean hasRotatable() optional bool rotatable = 11;- Returns:
- Whether the rotatable field is set.
 
 - 
getRotatableboolean getRotatable() optional bool rotatable = 11;- Returns:
- The rotatable.
 
 - 
hasSubjectboolean hasSubject() optional string subject = 12;- Returns:
- Whether the subject field is set.
 
 - 
getSubjectString getSubject() optional string subject = 12;- Returns:
- The subject.
 
 - 
getSubjectBytescom.google.protobuf.ByteString getSubjectBytes() optional string subject = 12;- Returns:
- The bytes for subject.
 
 - 
hasTitleboolean hasTitle() optional string title = 13;- Returns:
- Whether the title field is set.
 
 - 
getTitleString getTitle() optional string title = 13;- Returns:
- The title.
 
 - 
getTitleBytescom.google.protobuf.ByteString getTitleBytes() optional string title = 13;- Returns:
- The bytes for title.
 
 - 
hasIconboolean hasIcon() optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;- Returns:
- Whether the icon field is set.
 
 - 
getIconPdfiumAnnotationIconP getIcon() optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;- Returns:
- The icon.
 
 - 
getIconOrBuilderPdfiumAnnotationIconPOrBuilder getIconOrBuilder() optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;
 - 
hasXboolean hasX() optional int32 x = 15;- Returns:
- Whether the x field is set.
 
 - 
getXint getX() optional int32 x = 15;- Returns:
- The x.
 
 - 
hasYboolean hasY() optional int32 y = 16;- Returns:
- Whether the y field is set.
 
 - 
getYint getY() optional int32 y = 16;- Returns:
- The y.
 
 - 
hasWidthboolean hasWidth() optional int32 width = 17;- Returns:
- Whether the width field is set.
 
 - 
getWidthint getWidth() optional int32 width = 17;- Returns:
- The width.
 
 - 
hasHeightboolean hasHeight() optional int32 height = 18;- Returns:
- Whether the height field is set.
 
 - 
getHeightint getHeight() optional int32 height = 18;- Returns:
- The height.
 
 
- 
 
-