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 int
getAnnotIndex()
optional int32 annot_index = 3;
String
getColorCode()
optional string color_code = 4;
com.google.protobuf.ByteString
getColorCodeBytes()
optional string color_code = 4;
String
getContents()
optional string contents = 5;
com.google.protobuf.ByteString
getContentsBytes()
optional string contents = 5;
int
getHeight()
optional int32 height = 18;
boolean
getHidden()
optional bool hidden = 6;
PdfiumAnnotationIconP
getIcon()
optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;
PdfiumAnnotationIconPOrBuilder
getIconOrBuilder()
optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;
double
getOpacity()
optional double opacity = 7;
boolean
getOpenByDefault()
optional bool open_by_default = 8;
int
getPageIndex()
optional int32 page_index = 2;
boolean
getPrintable()
optional bool printable = 9;
boolean
getReadOnly()
optional bool read_only = 10;
boolean
getRotatable()
optional bool rotatable = 11;
String
getSubject()
optional string subject = 12;
com.google.protobuf.ByteString
getSubjectBytes()
optional string subject = 12;
String
getTitle()
optional string title = 13;
com.google.protobuf.ByteString
getTitleBytes()
optional string title = 13;
int
getWidth()
optional int32 width = 17;
int
getX()
optional int32 x = 15;
int
getY()
optional int32 y = 16;
boolean
hasAnnotIndex()
optional int32 annot_index = 3;
boolean
hasColorCode()
optional string color_code = 4;
boolean
hasContents()
optional string contents = 5;
boolean
hasHeight()
optional int32 height = 18;
boolean
hasHidden()
optional bool hidden = 6;
boolean
hasIcon()
optional .ironpdfengineproto.PdfiumAnnotationIconP icon = 14;
boolean
hasOpacity()
optional double opacity = 7;
boolean
hasOpenByDefault()
optional bool open_by_default = 8;
boolean
hasPageIndex()
optional int32 page_index = 2;
boolean
hasPrintable()
optional bool printable = 9;
boolean
hasReadOnly()
optional bool read_only = 10;
boolean
hasRotatable()
optional bool rotatable = 11;
boolean
hasSubject()
optional string subject = 12;
boolean
hasTitle()
optional string title = 13;
boolean
hasWidth()
optional int32 width = 17;
boolean
hasX()
optional int32 x = 15;
boolean
hasY()
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.
-
-