鴻蒙OS CaptionProperties

2022-09-05 10:12 更新

CaptionProperties

java.lang.Object

|---ohos.accessibility.CaptionProperties

public class CaptionProperties
extends Object

配置視頻字幕的視覺屬性,包括文本大小、語言、前景色、背景色、邊框屬性和字體。

字段摘要

修飾符和類型 字段 描述
static String CAPTION_PROP_BACKGROUND_COLOR 指示背景顏色。
static String CAPTION_PROP_EDGE_COLOR 表示邊緣顏色。
static String CAPTION_PROP_EDGE_TYPE 表示邊類型。
static String CAPTION_PROP_FOREGROUND_COLOR 表示前景色。
static String CAPTION_PROP_WINDOW_COLOR 指示窗口顏色。

構造函數(shù)摘要

構造函數(shù) 描述
CaptionProperties() 默認構造函數(shù)。

方法總結

修飾符和類型 方法 描述
boolean checkProperty(String propertyName) 檢查是否為字幕設置了視覺屬性。
從類 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

字段詳細信息

CAPTION_PROP_BACKGROUND_COLOR

public static final String CAPTION_PROP_BACKGROUND_COLOR

指示背景顏色。

CAPTION_PROP_EDGE_COLOR

public static final String CAPTION_PROP_EDGE_COLOR

表示邊緣顏色。

CAPTION_PROP_EDGE_TYPE

public static final String CAPTION_PROP_EDGE_TYPE

表示邊類型。

CAPTION_PROP_FOREGROUND_COLOR

public static final String CAPTION_PROP_FOREGROUND_COLOR

表示前景色。

CAPTION_PROP_WINDOW_COLOR

public static final String CAPTION_PROP_WINDOW_COLOR

指示窗口顏色。

構造函數(shù)詳細信息

CaptionProperties

public CaptionProperties()

默認構造函數(shù)。

方法詳情

checkProperty

public boolean checkProperty(String propertyName)

檢查是否為字幕設置了視覺屬性。 如果尚未設置屬性,則使用默認值。 以下屬性可用:

  • CAPTION_PROP_BACKGROUND_COLOR
  • CAPTION_PROP_EDGE_COLOR
  • CAPTION_PROP_EDGE_TYPE
  • CAPTION_PROP_FOREGROUND_COLOR
  • CAPTION_PROP_WINDOW_COLOR

參數(shù):

參數(shù)名稱 參數(shù)描述
propertyName 標識字幕的視覺屬性。

返回:

如果屬性已設置,則返回 True; 否則返回 False。

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號