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 = 1;
com.google.protobuf.ByteString
string rtf_string = 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
-
getRtfString
String getRtfString()string rtf_string = 1;
- Returns:
- The rtfString.
-
getRtfStringBytes
com.google.protobuf.ByteString getRtfStringBytes()string rtf_string = 1;
- Returns:
- The bytes for rtfString.
-