class documentation

class TableStyleElementObject:

Constructor: TableStyleElementObject()

View In Hierarchy

テーブルスタイル要素オブジェクトです。

Method __init__ コンストラクタ。インスタンスを作成します。
Method getBorders 枠線の書式(一括)オブジェクトを取得します。
Method getFont フォント書式オブジェクトを取得します。
Method getLinearGradientFill 線形グラディエントフィルオブジェクトを取得します。
Method getPatternFill パターンフィルオブジェクトを取得します。
Method getRectangleGradientFill パスグラディエントフィルオブジェクトを取得します。
Method getSize 要素のサイズを取得します。
Method setBorders 枠線の書式(一括)オブジェクトを適用します。
Method setFont フォント書式オブジェクトを適用します。
Method setLinearGradientFill 線形グラディエントフィルオブジェクトを適用します。
Method setPatternFill パターンフィルオブジェクトを適用します。
Method setRectangleGradientFill パスグラディエントフィルオブジェクトを適用します。
Method setSize 要素のサイズを設定します。
def __init__(self):

コンストラクタ。インスタンスを作成します。

def getBorders(self) -> BordersObject:

枠線の書式(一括)オブジェクトを取得します。

Returns
BordersObject枠線の書式(一括)オブジェクト
def getFont(self) -> FontObject:

フォント書式オブジェクトを取得します。

Returns
FontObjectフォント書式オブジェクト
def getLinearGradientFill(self) -> LinearGradientObject:

線形グラディエントフィルオブジェクトを取得します。

Returns
LinearGradientObject線形グラディエントフィルオブジェクト
def getPatternFill(self) -> PatternFillObject:

パターンフィルオブジェクトを取得します。

Returns
PatternFillObjectパターンフィルオブジェクト
def getRectangleGradientFill(self) -> RectangleGradientObject:

パスグラディエントフィルオブジェクトを取得します。

Returns
RectangleGradientObjectパスグラディエントフィルオブジェクト
def getSize(self) -> int:

要素のサイズを取得します。

Returns
int要素のサイズ
def setBorders(self, borders: BordersObject):

枠線の書式(一括)オブジェクトを適用します。

Parameters
borders:BordersObject枠線の書式(一括)オブジェクト
def setFont(self, font: FontObject):

フォント書式オブジェクトを適用します。

Parameters
font:FontObjectフォント書式オブジェクト
def setLinearGradientFill(self, fill: LinearGradientObject):

線形グラディエントフィルオブジェクトを適用します。

Parameters
fill:LinearGradientObject線形グラディエントフィルオブジェクト
def setPatternFill(self, fill: PatternFillObject):

パターンフィルオブジェクトを適用します。

Parameters
fill:PatternFillObjectパターンフィルオブジェクト
def setRectangleGradientFill(self, fill: RectangleGradientObject):

パスグラディエントフィルオブジェクトを適用します。

Parameters
fill:RectangleGradientObjectパスグラディエントフィルオブジェクト
def setSize(self, size: int):

要素のサイズを設定します。

Parameters
size:int要素のサイズ