class documentation

class CustomStyleObject:

Constructor: CustomStyleObject()

View In Hierarchy

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

Method __init__ コンストラクタ。インスタンスを作成します。
Method clearAlignment セルの配置オブジェクトを初期状態に戻します。
Method clearBorders 枠線の書式(一括)オブジェクトを初期状態に戻します。
Method clearFill パターンフィルオブジェクトを初期状態に戻します。
Method clearFont フォント書式オブジェクトを初期状態に戻します。
Method clearNumFmt セルの表示書式を初期状態に戻します。
Method clearProtection セルの保護オブジェクトを初期状態に戻します。
Method getAlignment セルの配置オブジェクトを取得します。
Method getBorders 枠線の書式(一括)オブジェクトを取得します。
Method getFont フォント書式オブジェクトを取得します。
Method getLinearGradientFill 線形グラディエントフィルオブジェクトを取得します。
Method getNumFmt セルの表示書式を取得します。
Method getPatternFill パターンフィルオブジェクトを取得します。
Method getProtection セルの保護オブジェクトを取得します。
Method getRectangleGradientFill パスグラディエントフィルオブジェクトを取得します。
Method setAlignment セルの配置オブジェクトを適用します。
Method setBorders 枠線の書式(一括)オブジェクトを適用します。
Method setFont フォント書式オブジェクトを適用します。
Method setLinearGradientFill 線形グラディエントフィルオブジェクトを適用します。
Method setNumFmt セルの表示書式を設定します。
Method setPatternFill パターンフィルオブジェクトを適用します。
Method setProtection セルの保護オブジェクトを適用します。
Method setRectangleGradientFill パスグラディエントフィルオブジェクトを適用します。
def __init__(self):

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

def clearAlignment(self):

セルの配置オブジェクトを初期状態に戻します。

def clearBorders(self):

枠線の書式(一括)オブジェクトを初期状態に戻します。

def clearFill(self):

パターンフィルオブジェクトを初期状態に戻します。

def clearFont(self):

フォント書式オブジェクトを初期状態に戻します。

def clearNumFmt(self):

セルの表示書式を初期状態に戻します。

def clearProtection(self):

セルの保護オブジェクトを初期状態に戻します。

def getAlignment(self) -> AlignmentObject:

セルの配置オブジェクトを取得します。

Returns
AlignmentObjectセルの配置オブジェクト
def getBorders(self) -> BordersObject:

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

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

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

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

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

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

セルの表示書式を取得します。

Returns
strセルの表示書式
def getPatternFill(self) -> PatternFillObject:

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

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

セルの保護オブジェクトを取得します。

Returns
ProtectionObjectセルの保護オブジェクト
def getRectangleGradientFill(self) -> RectangleGradientObject:

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

Returns
RectangleGradientObjectパスグラディエントフィルオブジェクト
def setAlignment(self, alignment: AlignmentObject):

セルの配置オブジェクトを適用します。

Parameters
alignment:AlignmentObjectセルの配置オブジェクト
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 setNumFmt(self, format: str):

セルの表示書式を設定します。

Parameters
format:strセルの表示書式
def setPatternFill(self, fill: PatternFillObject):

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

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

セルの保護オブジェクトを適用します。

Parameters
protection:ProtectionObjectセルの保護オブジェクト
def setRectangleGradientFill(self, fill: RectangleGradientObject):

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

Parameters
fill:RectangleGradientObjectパスグラディエントフィルオブジェクト