PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.addAllNames(Iterable<String> values)
repeated string names = 1;
|
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.addNames(String value)
repeated string names = 1;
|
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.addNamesBytes(com.google.protobuf.ByteString value)
repeated string names = 1;
|
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.clear() |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.clearNames()
repeated string names = 1;
|
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.clone() |
PdfAttachmentCollection.Builder |
GetPdfAttachmentCollectionResult.Builder.getResultBuilder()
.IronPdfEngine.Proto.PdfAttachmentCollection result = 1;
|
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.mergeFrom(com.google.protobuf.Message other) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.mergeFrom(PdfAttachmentCollection other) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PdfAttachmentCollection.Builder |
PdfAttachmentCollection.newBuilder() |
static PdfAttachmentCollection.Builder |
PdfAttachmentCollection.newBuilder(PdfAttachmentCollection prototype) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.newBuilderForType() |
protected PdfAttachmentCollection.Builder |
PdfAttachmentCollection.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.setNames(int index,
String value)
repeated string names = 1;
|
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PdfAttachmentCollection.Builder |
PdfAttachmentCollection.toBuilder() |