class documentation

class CustomTableStyleObject:

Constructor: CustomTableStyleObject()

View In Hierarchy

ユーザー定義のテーブル/ピボットテーブルスタイルを取り扱うオブジェクトです。

ピボットテーブルスタイルを取り扱う場合、必ずsetIsPivot(true);を行う必要があります。

Method __init__ コンストラクタ。インスタンスを作成します。
Method getBlankRow 空白行要素オブジェクトを取得します。
Method getFirstColumn 最初の列要素オブジェクトを取得します。
Method getFirstColumnStripe 最初の列のストライプ要素オブジェクトを取得します。
Method getFirstColumnSubheading 最初の列の副見出し要素オブジェクトを取得します。
Method getFirstHeaderCell 最初のヘッダーセル要素オブジェクトを取得します。
Method getFirstRowStripe 最初の行のストライプ要素オブジェクトを取得します。
Method getFirstRowSubheading 最初の行の副見出し要素オブジェクトを取得します。
Method getFirstSubtotalColumn 最初の合計列要素オブジェクトを取得します。
Method getFirstSubtotalRow 最初の合計行要素オブジェクトを取得します。
Method getFirstTotalCell 合計行の先頭のセル要素オブジェクトを取得します。
Method getHeaderRow ヘッダ行要素オブジェクトを取得します。
Method getLastColumn 最終列要素オブジェクトを取得します。
Method getLastHeaderCell 最終のヘッダーセル要素オブジェクトを取得します。
Method getLastTotalCell 合計行の末尾のセル要素オブジェクトを取得します。
Method getPageFieldLabels ページラベル要素オブジェクトを取得します。
Method getPageFieldValues ページフィールド要素オブジェクトを取得します。
Method getSecondColumnStripe 二番目の列のストライプ要素オブジェクトを取得します。
Method getSecondColumnSubheading 二番目の列の副見出し要素オブジェクトを取得します。
Method getSecondRowStripe 二番目の行のストライプ要素オブジェクトを取得します。
Method getSecondRowSubheading 二番目の行の副見出し要素オブジェクトを取得します。
Method getSecondSubtotalColumn 二番目の合計列要素オブジェクトを取得します。
Method getSecondSubtotalRow 二番目の合計行要素オブジェクトを取得します。
Method getThirdColumnSubheading 三番目の列の副見出し要素オブジェクトを取得します。
Method getThirdRowSubheading 三番目の行の副見出し要素オブジェクトを取得します。
Method getThirdSubtotalColumn 三番目の合計列要素オブジェクトを取得します。
Method getThirdSubtotalRow 三番目の合計行オブジェクトを取得します。
Method getTotalRow 合計行要素オブジェクトを取得します。
Method getWholeTable テーブル全体要素オブジェクトを取得します。
Method isPivot ピボットテーブルスタイル書式であるかどうかを取得します。
Method setBlankRow 空白行要素オブジェクトを設定します。
Method setFirstColumn 最初の列要素オブジェクトを設定します。
Method setFirstColumnStripe 最初の列のストライプ要素オブジェクトを設定します。
Method setFirstColumnSubheading 最初の行の副見出し要素オブジェクトを設定します。
Method setFirstHeaderCell ヘッダーセルの先頭要素オブジェクトを設定します。
Method setFirstRowStripe 最初の行のストライプ要素オブジェクトを設定します。
Method setFirstRowSubheading 最初の行の副見出し要素オブジェクトを設定します。
Method setFirstSubtotalColumn 最初の合計列要素オブジェクトを設定します。
Method setFirstSubtotalRow 最初の合計行要素オブジェクトを設定します。
Method setFirstTotalCell 合計セルの先頭要素オブジェクトを設定します。
Method setHeaderRow ヘッダ行要素オブジェクトを設定します。
Method setIsPivot ピボットテーブルスタイル書式であるかどうかを設定します。
Method setLastColumn 最終列要素オブジェクトを設定します。
Method setLastHeaderCell ヘッダーセルの末尾要素オブジェクトを設定します。
Method setLastTotalCell 合計セルの末尾要素オブジェクトを設定します。
Method setPageFieldLabels ページラベル要素オブジェクトを設定します。
Method setPageFieldValues ページフィールド要素オブジェクトを設定します。
Method setSecondColumnStripe 二番目の列のストライプ要素オブジェクトを設定します。
Method setSecondColumnSubheading 二番目の列の副見出し要素オブジェクトを設定します。
Method setSecondRowStripe 二番目の行のストライプ要素オブジェクトを設定します。
Method setSecondRowSubheading 二番目の行の副見出し要素オブジェクトを設定します。
Method setSecondSubtotalColumn 二番目の合計列要素オブジェクトを設定します。
Method setSecondSubtotalRow 二番目の合計行要素オブジェクトを設定します。
Method setThirdColumnSubheading 三番目の列の副見出し要素オブジェクトを設定します。
Method setThirdRowSubheading 三番目の行の副見出し要素オブジェクトを設定します。
Method setThirdSubtotalColumn 三番目の合計列要素オブジェクトを設定します。
Method setThirdSubtotalRow 三番目の合計行要素オブジェクトを設定します。
Method setTotalRow 合計行要素オブジェクトを設定します。
Method setWholeTable テーブル全体要素オブジェクトを設定します。
def __init__(self):

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

def getBlankRow(self) -> TableStyleElementObject:

空白行要素オブジェクトを取得します。

Returns
TableStyleElementObject空白行要素オブジェクト
def getFirstColumn(self) -> TableStyleElementObject:

最初の列要素オブジェクトを取得します。

Returns
TableStyleElementObject最初の列要素オブジェクト
def getFirstColumnStripe(self) -> TableStyleElementObject:

最初の列のストライプ要素オブジェクトを取得します。

Returns
TableStyleElementObject最初の列のストライプ要素オブジェクト
def getFirstColumnSubheading(self) -> TableStyleElementObject:

最初の列の副見出し要素オブジェクトを取得します。

Returns
TableStyleElementObject最初の列の副見出し要素オブジェクト
def getFirstHeaderCell(self) -> TableStyleElementObject:

最初のヘッダーセル要素オブジェクトを取得します。

Returns
TableStyleElementObject最初のヘッダーセル要素オブジェクト
def getFirstRowStripe(self) -> TableStyleElementObject:

最初の行のストライプ要素オブジェクトを取得します。

Returns
TableStyleElementObject最初の行のストライプ要素オブジェクト
def getFirstRowSubheading(self) -> TableStyleElementObject:

最初の行の副見出し要素オブジェクトを取得します。

Returns
TableStyleElementObject最初の行の副見出し要素オブジェクト
def getFirstSubtotalColumn(self) -> TableStyleElementObject:

最初の合計列要素オブジェクトを取得します。

Returns
TableStyleElementObject最初の合計列要素オブジェクト
def getFirstSubtotalRow(self) -> TableStyleElementObject:

最初の合計行要素オブジェクトを取得します。

Returns
TableStyleElementObject最初の合計行要素オブジェクト
def getFirstTotalCell(self) -> TableStyleElementObject:

合計行の先頭のセル要素オブジェクトを取得します。

Returns
TableStyleElementObject合計行の先頭のセル要素オブジェクト
def getHeaderRow(self) -> TableStyleElementObject:

ヘッダ行要素オブジェクトを取得します。

Returns
TableStyleElementObjectヘッダ行要素オブジェクト
def getLastColumn(self) -> TableStyleElementObject:

最終列要素オブジェクトを取得します。

Returns
TableStyleElementObject最終列要素オブジェクト
def getLastHeaderCell(self) -> TableStyleElementObject:

最終のヘッダーセル要素オブジェクトを取得します。

Returns
TableStyleElementObject最終のヘッダーセル要素オブジェクト
def getLastTotalCell(self) -> TableStyleElementObject:

合計行の末尾のセル要素オブジェクトを取得します。

Returns
TableStyleElementObject合計行の末尾のセル要素オブジェクト
def getPageFieldLabels(self) -> TableStyleElementObject:

ページラベル要素オブジェクトを取得します。

Returns
TableStyleElementObjectページラベル要素オブジェクト
def getPageFieldValues(self) -> TableStyleElementObject:

ページフィールド要素オブジェクトを取得します。

Returns
TableStyleElementObjectページフィールド要素オブジェクト
def getSecondColumnStripe(self) -> TableStyleElementObject:

二番目の列のストライプ要素オブジェクトを取得します。

Returns
TableStyleElementObject二番目の列のストライプ要素オブジェクト
def getSecondColumnSubheading(self) -> TableStyleElementObject:

二番目の列の副見出し要素オブジェクトを取得します。

Returns
TableStyleElementObject二番目の列の副見出し要素オブジェクト
def getSecondRowStripe(self) -> TableStyleElementObject:

二番目の行のストライプ要素オブジェクトを取得します。

Returns
TableStyleElementObject二番目の行のストライプ要素オブジェクト
def getSecondRowSubheading(self) -> TableStyleElementObject:

二番目の行の副見出し要素オブジェクトを取得します。

Returns
TableStyleElementObject二番目の行の副見出し要素オブジェクト
def getSecondSubtotalColumn(self) -> TableStyleElementObject:

二番目の合計列要素オブジェクトを取得します。

Returns
TableStyleElementObject二番目の合計列要素オブジェクト
def getSecondSubtotalRow(self) -> TableStyleElementObject:

二番目の合計行要素オブジェクトを取得します。

Returns
TableStyleElementObject二番目の合計行要素オブジェクト
def getThirdColumnSubheading(self) -> TableStyleElementObject:

三番目の列の副見出し要素オブジェクトを取得します。

Returns
TableStyleElementObject三番目の列の副見出し要素オブジェクト
def getThirdRowSubheading(self) -> TableStyleElementObject:

三番目の行の副見出し要素オブジェクトを取得します。

Returns
TableStyleElementObject三番目の行の副見出し要素オブジェクト
def getThirdSubtotalColumn(self) -> TableStyleElementObject:

三番目の合計列要素オブジェクトを取得します。

Returns
TableStyleElementObject三番目の合計列要素オブジェクト
def getThirdSubtotalRow(self) -> TableStyleElementObject:

三番目の合計行オブジェクトを取得します。

Returns
TableStyleElementObject三番目の合計行オブジェクトを取得します。
def getTotalRow(self) -> TableStyleElementObject:

合計行要素オブジェクトを取得します。

Returns
TableStyleElementObject合計行要素オブジェクト
def getWholeTable(self) -> TableStyleElementObject:

テーブル全体要素オブジェクトを取得します。

Returns
TableStyleElementObjectテーブル全体要素オブジェクト
def isPivot(self) -> bool:

ピボットテーブルスタイル書式であるかどうかを取得します。

Returns
booltrue: ピボットテーブルの書式 false: 通常のテーブルの書式
def setBlankRow(self, element: TableStyleElementObject):

空白行要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject空白行要素オブジェクト
def setFirstColumn(self, element: TableStyleElementObject):

最初の列要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject最初の列要素オブジェクト
def setFirstColumnStripe(self, element: TableStyleElementObject):

最初の列のストライプ要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject最初の列のストライプ要素オブジェクト
def setFirstColumnSubheading(self, element: TableStyleElementObject):

最初の行の副見出し要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject最初の行の副見出し要素オブジェクト
def setFirstHeaderCell(self, element: TableStyleElementObject):

ヘッダーセルの先頭要素オブジェクトを設定します。

Parameters
element:TableStyleElementObjectヘッダーセルの先頭要素オブジェクト
def setFirstRowStripe(self, element: TableStyleElementObject):

最初の行のストライプ要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject最初の行のストライプ要素オブジェクト
def setFirstRowSubheading(self, element: TableStyleElementObject):

最初の行の副見出し要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject最初の行の副見出し要素オブジェクト
def setFirstSubtotalColumn(self, element: TableStyleElementObject):

最初の合計列要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject最初の合計列要素オブジェクト
def setFirstSubtotalRow(self, element: TableStyleElementObject):

最初の合計行要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject最初の合計行要素オブジェクト
def setFirstTotalCell(self, element: TableStyleElementObject):

合計セルの先頭要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject合計セルの先頭要素オブジェクト
def setHeaderRow(self, element: TableStyleElementObject):

ヘッダ行要素オブジェクトを設定します。

Parameters
element:TableStyleElementObjectヘッダ行要素オブジェクト
def setIsPivot(self, isPivot: bool):

ピボットテーブルスタイル書式であるかどうかを設定します。

ピボットテーブルを扱う場合、必ず本メソッドを呼ぶ必要があります(isPivot=true)。

Parameters
isPivot:booltrue: ピボットテーブルの書式 false: 通常のテーブルの書式
def setLastColumn(self, element: TableStyleElementObject):

最終列要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject最終列要素オブジェクト
def setLastHeaderCell(self, element: TableStyleElementObject):

ヘッダーセルの末尾要素オブジェクトを設定します。

Parameters
element:TableStyleElementObjectヘッダーセルの末尾要素オブジェクト
def setLastTotalCell(self, element: TableStyleElementObject):

合計セルの末尾要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject合計セルの末尾要素オブジェクト
def setPageFieldLabels(self, element: TableStyleElementObject):

ページラベル要素オブジェクトを設定します。

Parameters
element:TableStyleElementObjectページラベル要素オブジェクト
def setPageFieldValues(self, element: TableStyleElementObject):

ページフィールド要素オブジェクトを設定します。

Parameters
element:TableStyleElementObjectページフィールド要素オブジェクト
def setSecondColumnStripe(self, element: TableStyleElementObject):

二番目の列のストライプ要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject二番目の列のストライプ要素オブジェクト
def setSecondColumnSubheading(self, element: TableStyleElementObject):

二番目の列の副見出し要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject二番目の列の副見出し要素オブジェクト
def setSecondRowStripe(self, element: TableStyleElementObject):

二番目の行のストライプ要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject二番目の行のストライプ要素オブジェクト
def setSecondRowSubheading(self, element: TableStyleElementObject):

二番目の行の副見出し要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject二番目の行の副見出し要素オブジェクト
def setSecondSubtotalColumn(self, element: TableStyleElementObject):

二番目の合計列要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject二番目の合計列要素オブジェクト
def setSecondSubtotalRow(self, element: TableStyleElementObject):

二番目の合計行要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject二番目の合計行要素オブジェクト
def setThirdColumnSubheading(self, element: TableStyleElementObject):

三番目の列の副見出し要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject三番目の列の副見出し要素オブジェクト
def setThirdRowSubheading(self, element: TableStyleElementObject):

三番目の行の副見出し要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject三番目の行の副見出し要素オブジェクト
def setThirdSubtotalColumn(self, element: TableStyleElementObject):

三番目の合計列要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject三番目の合計列要素オブジェクト
def setThirdSubtotalRow(self, element: TableStyleElementObject):

三番目の合計行要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject三番目の合計行要素オブジェクト
def setTotalRow(self, element: TableStyleElementObject):

合計行要素オブジェクトを設定します。

Parameters
element:TableStyleElementObject合計行要素オブジェクト
def setWholeTable(self, element: TableStyleElementObject):

テーブル全体要素オブジェクトを設定します。

Parameters
element:TableStyleElementObjectテーブル全体要素オブジェクト