class documentation

class ChartSoftEdgeFormat:

View In Hierarchy

チャートのぼかし効果を扱うクラスです。

Method getSize ぼかしのサイズを取得します。
Method getType ぼかしのタイプを取得します。
Method reset ぼかしをなくします。
Method setSoftEdge ぼかしを設定します。
def getSize(self) -> float:

ぼかしのサイズを取得します。

Returns
floatぼかしのサイズ
def getType(self) -> enums.XlSoftEdgeType:

ぼかしのタイプを取得します。

Returns
XlSoftEdgeTypeぼかしのタイプ
def reset(self):

ぼかしをなくします。

def setSoftEdge(self, type: enums.XlSoftEdgeType, size: float):

ぼかしを設定します。

Parameters
type:XlSoftEdgeTypeぼかしの種類
size:floatぼかしのサイズ