public interface TextAnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getColorCode()
optional string color_code = 1; |
com.google.protobuf.ByteString |
getColorCodeBytes()
optional string color_code = 1; |
String |
getContents()
optional string contents = 2; |
com.google.protobuf.ByteString |
getContentsBytes()
optional string contents = 2; |
boolean |
getHidden()
optional bool hidden = 3; |
AnnotationIcon |
getIcon()
optional .IronPdfEngine.Proto.AnnotationIcon icon = 11; |
AnnotationIconOrBuilder |
getIconOrBuilder()
optional .IronPdfEngine.Proto.AnnotationIcon icon = 11; |
double |
getOpacity()
optional double opacity = 4; |
boolean |
getOpenByDefault()
optional bool open_by_default = 5; |
boolean |
getPrintable()
optional bool printable = 6; |
boolean |
getReadOnly()
optional bool read_only = 7; |
boolean |
getRotateable()
optional bool rotateable = 8; |
String |
getSubject()
optional string subject = 9; |
com.google.protobuf.ByteString |
getSubjectBytes()
optional string subject = 9; |
String |
getTitle()
optional string title = 10; |
com.google.protobuf.ByteString |
getTitleBytes()
optional string title = 10; |
boolean |
hasColorCode()
optional string color_code = 1; |
boolean |
hasContents()
optional string contents = 2; |
boolean |
hasHidden()
optional bool hidden = 3; |
boolean |
hasIcon()
optional .IronPdfEngine.Proto.AnnotationIcon icon = 11; |
boolean |
hasOpacity()
optional double opacity = 4; |
boolean |
hasOpenByDefault()
optional bool open_by_default = 5; |
boolean |
hasPrintable()
optional bool printable = 6; |
boolean |
hasReadOnly()
optional bool read_only = 7; |
boolean |
hasRotateable()
optional bool rotateable = 8; |
boolean |
hasSubject()
optional string subject = 9; |
boolean |
hasTitle()
optional string title = 10; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasColorCode()
optional string color_code = 1;
String getColorCode()
optional string color_code = 1;
com.google.protobuf.ByteString getColorCodeBytes()
optional string color_code = 1;
boolean hasContents()
optional string contents = 2;
String getContents()
optional string contents = 2;
com.google.protobuf.ByteString getContentsBytes()
optional string contents = 2;
boolean hasHidden()
optional bool hidden = 3;
boolean getHidden()
optional bool hidden = 3;
boolean hasOpacity()
optional double opacity = 4;
double getOpacity()
optional double opacity = 4;
boolean hasOpenByDefault()
optional bool open_by_default = 5;
boolean getOpenByDefault()
optional bool open_by_default = 5;
boolean hasPrintable()
optional bool printable = 6;
boolean getPrintable()
optional bool printable = 6;
boolean hasReadOnly()
optional bool read_only = 7;
boolean getReadOnly()
optional bool read_only = 7;
boolean hasRotateable()
optional bool rotateable = 8;
boolean getRotateable()
optional bool rotateable = 8;
boolean hasSubject()
optional string subject = 9;
String getSubject()
optional string subject = 9;
com.google.protobuf.ByteString getSubjectBytes()
optional string subject = 9;
boolean hasTitle()
optional string title = 10;
String getTitle()
optional string title = 10;
com.google.protobuf.ByteString getTitleBytes()
optional string title = 10;
boolean hasIcon()
optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;
AnnotationIcon getIcon()
optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;
AnnotationIconOrBuilder getIconOrBuilder()
optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;
Copyright © 2022–2023 Iron Software. All rights reserved.