Interface RenderPdfDocumentFromStringSnippetRequestStreamOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RenderPdfDocumentFromStringSnippetRequestStream, RenderPdfDocumentFromStringSnippetRequestStream.Builder

public interface RenderPdfDocumentFromStringSnippetRequestStreamOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasInfo

      boolean hasInfo()
      .IronPdfEngine.Proto.RenderPdfDocumentFromStringSnippetRequestStream.Info info = 1;
      Returns:
      Whether the info field is set.
    • getInfo

      .IronPdfEngine.Proto.RenderPdfDocumentFromStringSnippetRequestStream.Info info = 1;
      Returns:
      The info.
    • getInfoOrBuilder

      .IronPdfEngine.Proto.RenderPdfDocumentFromStringSnippetRequestStream.Info info = 1;
    • hasHtmlChunk

      boolean hasHtmlChunk()
      string html_chunk = 2;
      Returns:
      Whether the htmlChunk field is set.
    • getHtmlChunk

      String getHtmlChunk()
      string html_chunk = 2;
      Returns:
      The htmlChunk.
    • getHtmlChunkBytes

      com.google.protobuf.ByteString getHtmlChunkBytes()
      string html_chunk = 2;
      Returns:
      The bytes for htmlChunk.
    • getRequestCase