FontTypeP.Builder |
FontTypeP.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FontTypeP.Builder |
FontTypeP.Builder.clear() |
FontTypeP.Builder |
FontTypeP.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FontTypeP.Builder |
FontTypeP.Builder.clearFontFilePath()
optional string font_file_path = 3;
|
FontTypeP.Builder |
FontTypeP.Builder.clearId()
int32 id = 1;
|
FontTypeP.Builder |
FontTypeP.Builder.clearName()
string name = 2;
|
FontTypeP.Builder |
FontTypeP.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FontTypeP.Builder |
FontTypeP.Builder.clone() |
FontTypeP.Builder |
PdfiumSetFormFieldFontRequestP.Builder.getFontTypeBuilder()
.ironpdfengineproto.FontTypeP font_type = 3;
|
FontTypeP.Builder |
FontTypeP.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FontTypeP.Builder |
FontTypeP.Builder.mergeFrom(FontTypeP other) |
FontTypeP.Builder |
FontTypeP.Builder.mergeFrom(com.google.protobuf.Message other) |
FontTypeP.Builder |
FontTypeP.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FontTypeP.Builder |
FontTypeP.newBuilder() |
static FontTypeP.Builder |
FontTypeP.newBuilder(FontTypeP prototype) |
FontTypeP.Builder |
FontTypeP.newBuilderForType() |
FontTypeP.Builder |
FontTypeP.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FontTypeP.Builder |
FontTypeP.Builder.setFontFilePath(String value)
optional string font_file_path = 3;
|
FontTypeP.Builder |
FontTypeP.Builder.setFontFilePathBytes(com.google.protobuf.ByteString value)
optional string font_file_path = 3;
|
FontTypeP.Builder |
FontTypeP.Builder.setId(int value)
int32 id = 1;
|
FontTypeP.Builder |
FontTypeP.Builder.setName(String value)
string name = 2;
|
FontTypeP.Builder |
FontTypeP.Builder.setNameBytes(com.google.protobuf.ByteString value)
string name = 2;
|
FontTypeP.Builder |
FontTypeP.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FontTypeP.Builder |
FontTypeP.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FontTypeP.Builder |
FontTypeP.toBuilder() |