class documentation
class ChartTextReflectionFormat:
チャートテキストの反射効果を扱うクラスです。
Method | get |
影のぼかしの度合いを取得します。 |
Method | get |
影の距離を取得します。 |
Method | get |
影のサイズを取得します。 |
Method | get |
影の透明度を取得します。 |
Method | reset |
反射をなくします。 |
Method | set |
反射を設定します。 |
def setReflection(self, type:
enums.XlPresetRefrectionType
, transParency: float
= -1.0, size: float
= -1.0, blur: float
= -1.0, distance: float
= -1.0):
¶
反射を設定します。
Parameters | |
type:XlPresetRefrectionType | プリセット反射効果種類 |
transfloat , optional | 影の透明度(0.0~1.0 or -1)(-1(既定値)の場合、プリセット依存の影の透明度となります) |
size:float , optional | 影のサイズ(-1(既定値)の場合、プリセット依存の影のサイズとなります) |
blur:float , optional | 影のぼかしの度合い(-1(既定値)の場合、プリセット依存のぼかしの度合いとなります) |
distance:float , optional | 影の距離(-1(既定値)の場合、プリセット依存の影の距離となります) |