Interface AddHtmlHeaderFooterRequestStreamOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- AddHtmlHeaderFooterRequestStream,- AddHtmlHeaderFooterRequestStream.Builder
public interface AddHtmlHeaderFooterRequestStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionstring html_chunk = 2;com.google.protobuf.ByteStringstring html_chunk = 2;getInfo().IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;.IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;booleanstring html_chunk = 2;booleanhasInfo().IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasInfoboolean hasInfo().IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;- Returns:
- Whether the info field is set.
 
- 
getInfoAddHtmlHeaderFooterRequestStream.Info getInfo().IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;- Returns:
- The info.
 
- 
getInfoOrBuilderAddHtmlHeaderFooterRequestStream.InfoOrBuilder getInfoOrBuilder().IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;
- 
hasHtmlChunkboolean hasHtmlChunk()string html_chunk = 2;- Returns:
- Whether the htmlChunk field is set.
 
- 
getHtmlChunkString getHtmlChunk()string html_chunk = 2;- Returns:
- The htmlChunk.
 
- 
getHtmlChunkBytescom.google.protobuf.ByteString getHtmlChunkBytes()string html_chunk = 2;- Returns:
- The bytes for htmlChunk.
 
- 
getRequestCaseAddHtmlHeaderFooterRequestStream.RequestCase getRequestCase()
 
-