Uses of Class
com.ironsoftware.ironpdf.internal.proto.PdfAttachmentCollection.Builder
Packages that use PdfAttachmentCollection.Builder
-
Uses of PdfAttachmentCollection.Builder in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return PdfAttachmentCollection.BuilderModifier and TypeMethodDescriptionPdfAttachmentCollection.Builder.addAllNames
(Iterable<String> values) repeated string names = 1;
repeated string names = 1;
PdfAttachmentCollection.Builder.addNamesBytes
(com.google.protobuf.ByteString value) repeated string names = 1;
PdfAttachmentCollection.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PdfAttachmentCollection.Builder.clear()
PdfAttachmentCollection.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) PdfAttachmentCollection.Builder.clearNames()
repeated string names = 1;
PdfAttachmentCollection.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) PdfAttachmentCollection.Builder.clone()
GetPdfAttachmentCollectionResult.Builder.getResultBuilder()
.IronPdfEngine.Proto.PdfAttachmentCollection result = 1;
PdfAttachmentCollection.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PdfAttachmentCollection.Builder.mergeFrom
(com.google.protobuf.Message other) PdfAttachmentCollection.Builder.mergeFrom
(PdfAttachmentCollection other) PdfAttachmentCollection.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) PdfAttachmentCollection.newBuilder()
PdfAttachmentCollection.newBuilder
(PdfAttachmentCollection prototype) PdfAttachmentCollection.newBuilderForType()
protected PdfAttachmentCollection.Builder
PdfAttachmentCollection.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PdfAttachmentCollection.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) repeated string names = 1;
PdfAttachmentCollection.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PdfAttachmentCollection.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) PdfAttachmentCollection.toBuilder()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type PdfAttachmentCollection.BuilderModifier and TypeMethodDescriptionGetPdfAttachmentCollectionResult.Builder.setResult
(PdfAttachmentCollection.Builder builderForValue) .IronPdfEngine.Proto.PdfAttachmentCollection result = 1;