Interface PdfiumSetFormFieldFontRequestPOrBuilder

    • 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.