Interface ChromeHtmlStamperInfoPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 ChromeHtmlStamperInfoP,ChromeHtmlStamperInfoP.Builder
public interface ChromeHtmlStamperInfoPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()optional string base_url = 1;com.google.protobuf.ByteStringgetBaseUrlBytes()optional string base_url = 1;ChromePdfCssMediaTypePgetCssMediaType()optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4;ChromePdfCssMediaTypePOrBuildergetCssMediaTypeOrBuilder()optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4;booleanhasBaseUrl()optional string base_url = 1;booleanhasCssMediaType()optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasBaseUrl
boolean hasBaseUrl()
optional string base_url = 1;- Returns:
 - Whether the baseUrl field is set.
 
 
- 
getBaseUrl
String getBaseUrl()
optional string base_url = 1;- Returns:
 - The baseUrl.
 
 
- 
getBaseUrlBytes
com.google.protobuf.ByteString getBaseUrlBytes()
optional string base_url = 1;- Returns:
 - The bytes for baseUrl.
 
 
- 
hasCssMediaType
boolean hasCssMediaType()
optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4;- Returns:
 - Whether the cssMediaType field is set.
 
 
- 
getCssMediaType
ChromePdfCssMediaTypeP getCssMediaType()
optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4;- Returns:
 - The cssMediaType.
 
 
- 
getCssMediaTypeOrBuilder
ChromePdfCssMediaTypePOrBuilder getCssMediaTypeOrBuilder()
optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4; 
 - 
 
 -