Interface RenderPdfDocumentFromRtfStringRequestStreamOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RenderPdfDocumentFromRtfStringRequestStream
,RenderPdfDocumentFromRtfStringRequestStream.Builder
public interface RenderPdfDocumentFromRtfStringRequestStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring rtf_string_chunk = 1;
com.google.protobuf.ByteString
string rtf_string_chunk = 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
-
getRtfStringChunk
String getRtfStringChunk()string rtf_string_chunk = 1;
- Returns:
- The rtfStringChunk.
-
getRtfStringChunkBytes
com.google.protobuf.ByteString getRtfStringChunkBytes()string rtf_string_chunk = 1;
- Returns:
- The bytes for rtfStringChunk.
-