Interface PdfiumSetFormFieldFontRequestPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 PdfiumSetFormFieldFontRequestP,PdfiumSetFormFieldFontRequestP.Builder
public interface PdfiumSetFormFieldFontRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfDocumentPgetDocument().ironpdfengineproto.PdfDocumentP document = 1;PdfDocumentPOrBuildergetDocumentOrBuilder().ironpdfengineproto.PdfDocumentP document = 1;StringgetFieldName()string field_name = 2;com.google.protobuf.ByteStringgetFieldNameBytes()string field_name = 2;intgetFontSize()optional int32 font_size = 4;FontTypePgetFontType().ironpdfengineproto.FontTypeP font_type = 3;FontTypePOrBuildergetFontTypeOrBuilder().ironpdfengineproto.FontTypeP font_type = 3;booleanhasDocument().ironpdfengineproto.PdfDocumentP document = 1;booleanhasFontSize()optional int32 font_size = 4;booleanhasFontType().ironpdfengineproto.FontTypeP font_type = 3;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasDocument
boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
 - Whether the document field is set.
 
 
- 
getDocument
PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;- Returns:
 - The document.
 
 
- 
getDocumentOrBuilder
PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1; 
- 
getFieldName
String getFieldName()
string field_name = 2;- Returns:
 - The fieldName.
 
 
- 
getFieldNameBytes
com.google.protobuf.ByteString getFieldNameBytes()
string field_name = 2;- Returns:
 - The bytes for fieldName.
 
 
- 
hasFontType
boolean hasFontType()
.ironpdfengineproto.FontTypeP font_type = 3;- Returns:
 - Whether the fontType field is set.
 
 
- 
getFontType
FontTypeP getFontType()
.ironpdfengineproto.FontTypeP font_type = 3;- Returns:
 - The fontType.
 
 
- 
getFontTypeOrBuilder
FontTypePOrBuilder getFontTypeOrBuilder()
.ironpdfengineproto.FontTypeP font_type = 3; 
- 
hasFontSize
boolean hasFontSize()
optional int32 font_size = 4;- Returns:
 - Whether the fontSize field is set.
 
 
- 
getFontSize
int getFontSize()
optional int32 font_size = 4;- Returns:
 - The fontSize.
 
 
 - 
 
 -