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 PdfDocumentP
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
PdfDocumentPOrBuilder
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;
String
getFieldName()
string field_name = 2;
com.google.protobuf.ByteString
getFieldNameBytes()
string field_name = 2;
int
getFontSize()
optional int32 font_size = 4;
FontTypeP
getFontType()
.ironpdfengineproto.FontTypeP font_type = 3;
FontTypePOrBuilder
getFontTypeOrBuilder()
.ironpdfengineproto.FontTypeP font_type = 3;
boolean
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;
boolean
hasFontSize()
optional int32 font_size = 4;
boolean
hasFontType()
.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.
-
-