Interface TextAnnotationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextAnnotation,TextAnnotation.Builder
public interface TextAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string color_code = 1;com.google.protobuf.ByteStringoptional string color_code = 1;optional string contents = 2;com.google.protobuf.ByteStringoptional string contents = 2;booleanoptional bool hidden = 3;getIcon()optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;doubleoptional double opacity = 4;booleanoptional bool open_by_default = 5;booleanoptional bool printable = 6;booleanoptional bool read_only = 7;booleanoptional bool rotateable = 8;optional string subject = 9;com.google.protobuf.ByteStringoptional string subject = 9;getTitle()optional string title = 10;com.google.protobuf.ByteStringoptional string title = 10;booleanoptional string color_code = 1;booleanoptional string contents = 2;booleanoptional bool hidden = 3;booleanhasIcon()optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;booleanoptional double opacity = 4;booleanoptional bool open_by_default = 5;booleanoptional bool printable = 6;booleanoptional bool read_only = 7;booleanoptional bool rotateable = 8;booleanoptional string subject = 9;booleanhasTitle()optional string title = 10;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasColorCode
boolean hasColorCode()optional string color_code = 1;- Returns:
- Whether the colorCode field is set.
-
getColorCode
String getColorCode()optional string color_code = 1;- Returns:
- The colorCode.
-
getColorCodeBytes
com.google.protobuf.ByteString getColorCodeBytes()optional string color_code = 1;- Returns:
- The bytes for colorCode.
-
hasContents
boolean hasContents()optional string contents = 2;- Returns:
- Whether the contents field is set.
-
getContents
String getContents()optional string contents = 2;- Returns:
- The contents.
-
getContentsBytes
com.google.protobuf.ByteString getContentsBytes()optional string contents = 2;- Returns:
- The bytes for contents.
-
hasHidden
boolean hasHidden()optional bool hidden = 3;- Returns:
- Whether the hidden field is set.
-
getHidden
boolean getHidden()optional bool hidden = 3;- Returns:
- The hidden.
-
hasOpacity
boolean hasOpacity()optional double opacity = 4;- Returns:
- Whether the opacity field is set.
-
getOpacity
double getOpacity()optional double opacity = 4;- Returns:
- The opacity.
-
hasOpenByDefault
boolean hasOpenByDefault()optional bool open_by_default = 5;- Returns:
- Whether the openByDefault field is set.
-
getOpenByDefault
boolean getOpenByDefault()optional bool open_by_default = 5;- Returns:
- The openByDefault.
-
hasPrintable
boolean hasPrintable()optional bool printable = 6;- Returns:
- Whether the printable field is set.
-
getPrintable
boolean getPrintable()optional bool printable = 6;- Returns:
- The printable.
-
hasReadOnly
boolean hasReadOnly()optional bool read_only = 7;- Returns:
- Whether the readOnly field is set.
-
getReadOnly
boolean getReadOnly()optional bool read_only = 7;- Returns:
- The readOnly.
-
hasRotateable
boolean hasRotateable()optional bool rotateable = 8;- Returns:
- Whether the rotateable field is set.
-
getRotateable
boolean getRotateable()optional bool rotateable = 8;- Returns:
- The rotateable.
-
hasSubject
boolean hasSubject()optional string subject = 9;- Returns:
- Whether the subject field is set.
-
getSubject
String getSubject()optional string subject = 9;- Returns:
- The subject.
-
getSubjectBytes
com.google.protobuf.ByteString getSubjectBytes()optional string subject = 9;- Returns:
- The bytes for subject.
-
hasTitle
boolean hasTitle()optional string title = 10;- Returns:
- Whether the title field is set.
-
getTitle
String getTitle()optional string title = 10;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()optional string title = 10;- Returns:
- The bytes for title.
-
hasIcon
boolean hasIcon()optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;- Returns:
- Whether the icon field is set.
-
getIcon
AnnotationIcon getIcon()optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;- Returns:
- The icon.
-
getIconOrBuilder
AnnotationIconOrBuilder getIconOrBuilder()optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;
-