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.ByteString
string html_chunk = 2;
getInfo()
.IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;
.IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;
boolean
string html_chunk = 2;
boolean
hasInfo()
.IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info info = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods 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()
-