All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ironsoftware.ironpdf.internal.proto.PdfiumAddFontViaStandardFontNameRequestPOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: pdfium_font.proto

// Protobuf Java Version: 3.25.0
package com.ironsoftware.ironpdf.internal.proto;

public interface PdfiumAddFontViaStandardFontNameRequestPOrBuilder extends
    // @@protoc_insertion_point(interface_extends:ironpdfengineproto.PdfiumAddFontViaStandardFontNameRequestP)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .ironpdfengineproto.PdfDocumentP document = 1;
   * @return Whether the document field is set.
   */
  boolean hasDocument();
  /**
   * .ironpdfengineproto.PdfDocumentP document = 1;
   * @return The document.
   */
  com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getDocument();
  /**
   * .ironpdfengineproto.PdfDocumentP document = 1;
   */
  com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getDocumentOrBuilder();

  /**
   * string standard_font_name = 2;
   * @return The standardFontName.
   */
  java.lang.String getStandardFontName();
  /**
   * string standard_font_name = 2;
   * @return The bytes for standardFontName.
   */
  com.google.protobuf.ByteString
      getStandardFontNameBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy