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 SummaryModifier 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.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasColorCodeboolean hasColorCode()optional string color_code = 1;- Returns:
- Whether the colorCode field is set.
 
- 
getColorCodeString getColorCode()optional string color_code = 1;- Returns:
- The colorCode.
 
- 
getColorCodeBytescom.google.protobuf.ByteString getColorCodeBytes()optional string color_code = 1;- Returns:
- The bytes for colorCode.
 
- 
hasContentsboolean hasContents()optional string contents = 2;- Returns:
- Whether the contents field is set.
 
- 
getContentsString getContents()optional string contents = 2;- Returns:
- The contents.
 
- 
getContentsBytescom.google.protobuf.ByteString getContentsBytes()optional string contents = 2;- Returns:
- The bytes for contents.
 
- 
hasHiddenboolean hasHidden()optional bool hidden = 3;- Returns:
- Whether the hidden field is set.
 
- 
getHiddenboolean getHidden()optional bool hidden = 3;- Returns:
- The hidden.
 
- 
hasOpacityboolean hasOpacity()optional double opacity = 4;- Returns:
- Whether the opacity field is set.
 
- 
getOpacitydouble getOpacity()optional double opacity = 4;- Returns:
- The opacity.
 
- 
hasOpenByDefaultboolean hasOpenByDefault()optional bool open_by_default = 5;- Returns:
- Whether the openByDefault field is set.
 
- 
getOpenByDefaultboolean getOpenByDefault()optional bool open_by_default = 5;- Returns:
- The openByDefault.
 
- 
hasPrintableboolean hasPrintable()optional bool printable = 6;- Returns:
- Whether the printable field is set.
 
- 
getPrintableboolean getPrintable()optional bool printable = 6;- Returns:
- The printable.
 
- 
hasReadOnlyboolean hasReadOnly()optional bool read_only = 7;- Returns:
- Whether the readOnly field is set.
 
- 
getReadOnlyboolean getReadOnly()optional bool read_only = 7;- Returns:
- The readOnly.
 
- 
hasRotateableboolean hasRotateable()optional bool rotateable = 8;- Returns:
- Whether the rotateable field is set.
 
- 
getRotateableboolean getRotateable()optional bool rotateable = 8;- Returns:
- The rotateable.
 
- 
hasSubjectboolean hasSubject()optional string subject = 9;- Returns:
- Whether the subject field is set.
 
- 
getSubjectString getSubject()optional string subject = 9;- Returns:
- The subject.
 
- 
getSubjectBytescom.google.protobuf.ByteString getSubjectBytes()optional string subject = 9;- Returns:
- The bytes for subject.
 
- 
hasTitleboolean hasTitle()optional string title = 10;- Returns:
- Whether the title field is set.
 
- 
getTitleString getTitle()optional string title = 10;- Returns:
- The title.
 
- 
getTitleBytescom.google.protobuf.ByteString getTitleBytes()optional string title = 10;- Returns:
- The bytes for title.
 
- 
hasIconboolean hasIcon()optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;- Returns:
- Whether the icon field is set.
 
- 
getIconAnnotationIcon getIcon()optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;- Returns:
- The icon.
 
- 
getIconOrBuilderAnnotationIconOrBuilder getIconOrBuilder()optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;
 
-