Uses of Class
com.ironsoftware.ironpdf.internal.proto.TextAnnotation.Builder
-
Uses of TextAnnotation.Builder in com.ironsoftware.ironpdf.internal.proto
Modifier and TypeMethodDescriptionTextAnnotation.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TextAnnotation.Builder.clear()
TextAnnotation.Builder.clearColorCode()
optional string color_code = 1;
TextAnnotation.Builder.clearContents()
optional string contents = 2;
TextAnnotation.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) TextAnnotation.Builder.clearHidden()
optional bool hidden = 3;
TextAnnotation.Builder.clearIcon()
optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;
TextAnnotation.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) TextAnnotation.Builder.clearOpacity()
optional double opacity = 4;
TextAnnotation.Builder.clearOpenByDefault()
optional bool open_by_default = 5;
TextAnnotation.Builder.clearPrintable()
optional bool printable = 6;
TextAnnotation.Builder.clearReadOnly()
optional bool read_only = 7;
TextAnnotation.Builder.clearRotateable()
optional bool rotateable = 8;
TextAnnotation.Builder.clearSubject()
optional string subject = 9;
TextAnnotation.Builder.clearTitle()
optional string title = 10;
TextAnnotation.Builder.clone()
AddTextAnnotationRequest.Builder.getTextAnnotationBuilder()
.IronPdfEngine.Proto.TextAnnotation text_annotation = 5;
TextAnnotation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) TextAnnotation.Builder.mergeFrom
(com.google.protobuf.Message other) TextAnnotation.Builder.mergeFrom
(TextAnnotation other) TextAnnotation.Builder.mergeIcon
(AnnotationIcon value) optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;
final TextAnnotation.Builder
TextAnnotation.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static TextAnnotation.Builder
TextAnnotation.newBuilder()
static TextAnnotation.Builder
TextAnnotation.newBuilder
(TextAnnotation prototype) TextAnnotation.newBuilderForType()
protected TextAnnotation.Builder
TextAnnotation.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) TextAnnotation.Builder.setColorCode
(String value) optional string color_code = 1;
TextAnnotation.Builder.setColorCodeBytes
(com.google.protobuf.ByteString value) optional string color_code = 1;
TextAnnotation.Builder.setContents
(String value) optional string contents = 2;
TextAnnotation.Builder.setContentsBytes
(com.google.protobuf.ByteString value) optional string contents = 2;
TextAnnotation.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) TextAnnotation.Builder.setHidden
(boolean value) optional bool hidden = 3;
TextAnnotation.Builder.setIcon
(AnnotationIcon value) optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;
TextAnnotation.Builder.setIcon
(AnnotationIcon.Builder builderForValue) optional .IronPdfEngine.Proto.AnnotationIcon icon = 11;
TextAnnotation.Builder.setOpacity
(double value) optional double opacity = 4;
TextAnnotation.Builder.setOpenByDefault
(boolean value) optional bool open_by_default = 5;
TextAnnotation.Builder.setPrintable
(boolean value) optional bool printable = 6;
TextAnnotation.Builder.setReadOnly
(boolean value) optional bool read_only = 7;
TextAnnotation.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) TextAnnotation.Builder.setRotateable
(boolean value) optional bool rotateable = 8;
TextAnnotation.Builder.setSubject
(String value) optional string subject = 9;
TextAnnotation.Builder.setSubjectBytes
(com.google.protobuf.ByteString value) optional string subject = 9;
optional string title = 10;
TextAnnotation.Builder.setTitleBytes
(com.google.protobuf.ByteString value) optional string title = 10;
final TextAnnotation.Builder
TextAnnotation.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) TextAnnotation.toBuilder()
Modifier and TypeMethodDescriptionAddTextAnnotationRequest.Builder.setTextAnnotation
(TextAnnotation.Builder builderForValue) .IronPdfEngine.Proto.TextAnnotation text_annotation = 5;