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 SummaryAll 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasDocumentboolean hasDocument() .ironpdfengineproto.PdfDocumentP document = 1;- Returns:
- Whether the document field is set.
 
 - 
getDocumentPdfDocumentP getDocument() .ironpdfengineproto.PdfDocumentP document = 1;- Returns:
- The document.
 
 - 
getDocumentOrBuilderPdfDocumentPOrBuilder getDocumentOrBuilder() .ironpdfengineproto.PdfDocumentP document = 1;
 - 
getFieldNameString getFieldName() string field_name = 2;- Returns:
- The fieldName.
 
 - 
getFieldNameBytescom.google.protobuf.ByteString getFieldNameBytes() string field_name = 2;- Returns:
- The bytes for fieldName.
 
 - 
hasFontTypeboolean hasFontType() .ironpdfengineproto.FontTypeP font_type = 3;- Returns:
- Whether the fontType field is set.
 
 - 
getFontTypeFontTypeP getFontType() .ironpdfengineproto.FontTypeP font_type = 3;- Returns:
- The fontType.
 
 - 
getFontTypeOrBuilderFontTypePOrBuilder getFontTypeOrBuilder() .ironpdfengineproto.FontTypeP font_type = 3;
 - 
hasFontSizeboolean hasFontSize() optional int32 font_size = 4;- Returns:
- Whether the fontSize field is set.
 
 - 
getFontSizeint getFontSize() optional int32 font_size = 4;- Returns:
- The fontSize.
 
 
- 
 
-