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 Summary
Modifier 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInfo
boolean hasInfo().IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;- Returns:
- Whether the info field is set.
-
getInfo
AddHtmlHeaderFooterRequestStream.Info getInfo().IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;- Returns:
- The info.
-
getInfoOrBuilder
AddHtmlHeaderFooterRequestStream.InfoOrBuilder getInfoOrBuilder().IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.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
AddHtmlHeaderFooterRequestStream.RequestCase getRequestCase()
-