Interface AttachedImageRenderHelper
- All Known Implementing Classes:
AttachedImageRenderHelperImpl
public interface AttachedImageRenderHelper
This helper is used for rendering the attached images.
- Since:
- 5.7
-
Method Summary
Modifier and TypeMethodDescriptiongetUnresolvedCommentCountAggregatorFrom
(ConversionContext conversionContext) Get the Unresolved Comment Count Aggregator from the conversion context.
-
Method Details
-
getUnresolvedCommentCountAggregatorFrom
AttachedImageUnresolvedCommentCountAggregator getUnresolvedCommentCountAggregatorFrom(ConversionContext conversionContext) Get the Unresolved Comment Count Aggregator from the conversion context.- Parameters:
conversionContext
- the conversion context- Returns:
- the unresolved comment count aggregator
-