public interface SetFromFieldFontRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PdfDocument |
getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
PdfDocumentOrBuilder |
getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1; |
String |
getFieldName()
string field_name = 2; |
com.google.protobuf.ByteString |
getFieldNameBytes()
string field_name = 2; |
int |
getFontSize()
optional int32 font_size = 4; |
FontType |
getFontType()
.IronPdfEngine.Proto.FontType font_type = 3; |
FontTypeOrBuilder |
getFontTypeOrBuilder()
.IronPdfEngine.Proto.FontType font_type = 3; |
boolean |
hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
boolean |
hasFontSize()
optional int32 font_size = 4; |
boolean |
hasFontType()
.IronPdfEngine.Proto.FontType font_type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocument getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocumentOrBuilder getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1;
String getFieldName()
string field_name = 2;
com.google.protobuf.ByteString getFieldNameBytes()
string field_name = 2;
boolean hasFontType()
.IronPdfEngine.Proto.FontType font_type = 3;
FontType getFontType()
.IronPdfEngine.Proto.FontType font_type = 3;
FontTypeOrBuilder getFontTypeOrBuilder()
.IronPdfEngine.Proto.FontType font_type = 3;
boolean hasFontSize()
optional int32 font_size = 4;
int getFontSize()
optional int32 font_size = 4;
Copyright © 2022–2023 Iron Software. All rights reserved.