Lines Matching refs:caption
186 * @brief Set whether to enable the caption function
187 * @param state true:enable caption function; false:disable caption function
193 * @brief Set caption properties
194 * @param caption caption properties
197 Accessibility::RetError SetCaptionsProperty(const CaptionProperty &caption);
326 * @brief Get the status of whether the caption function is enabled
327 * @param state(out) true:the caption function is enabled; false:the caption function is disabled
333 * @brief Get caption properties
334 * @param caption(out) caption properties
337 Accessibility::RetError GetCaptionsProperty(CaptionProperty &caption) const;