class documentation

class ChartTitle:

View In Hierarchy

チャートのタイトルを扱うクラスです。

Method getAutoLayout チャートタイトルのレイアウトが自動設定されたかどうかを取得します。
Method getBorderFormat オブジェクトの淵の描画クラスを取得します。
Method getCellRange チャートタイトルをセル参照で設定した場合、セル参照を取得します。
Method getFillFormat オブジェクトの塗りつぶしの描画クラスを取得します。
Method getGlowFormat オブジェクトの光彩の描画クラスを取得します。
Method getShadow チャートタイトルが影付きかどうかを表示します。
Method getShadowFormat オブジェクトの影つけの描画クラスを取得します。
Method getSoftEdgeFormat オブジェクトのぼかしの描画クラスを取得します。
Method getText チャートタイトルを値で設定した場合、値を取得します。
Method getTextBoxAlignment オブジェクトのテキストボックスのレイアウトクラスを取得します。
Method getTextFillFormat オブジェクトのテキストの塗りつぶしの描画クラスを取得します。
Method getTextFont オブジェクトのテキストのチャートフォントクラスを取得します。
Method getTextGlowFormat オブジェクトのテキストの光彩の描画クラスを取得します。
Method getTextLineFormat オブジェクトのテキストの線の描画クラスを取得します。
Method getTextReflectionFormat オブジェクトのテキストの反射の描画クラスを取得します。
Method getTextShadowFormat オブジェクトのテキストの影付きの描画クラスを取得します。
Method getThreeDFormat オブジェクトの3D表示の描画クラスを取得します。
Method setAutoLayout チャートタイトルのレイアウトを自動設定します。
Method setCellRange チャートタイトルにセル参照を設定します。A1C1形式となります。
Method setCustomLayout チャートタイトルのレイアウトの位置を手動設定します。(対応していないチャートもあります)
Method setShadow チャートタイトルが影付きかどうかを設定します。
Method setText チャートタイトルに値を設定します。
def getAutoLayout(self) -> bool:

チャートタイトルのレイアウトが自動設定されたかどうかを取得します。

Returns
booltrue:自動設定された false:自動設定されていない
def getBorderFormat(self) -> ChartLineFormat:

オブジェクトの淵の描画クラスを取得します。

Returns
ChartLineFormatオブジェクトの淵の描画クラス
def getCellRange(self) -> str:

チャートタイトルをセル参照で設定した場合、セル参照を取得します。

Returns
strセル参照(A1C1)
def getFillFormat(self) -> ChartFillFormat:

オブジェクトの塗りつぶしの描画クラスを取得します。

Returns
ChartFillFormatオブジェクトの塗りつぶしの描画クラス
def getGlowFormat(self) -> ChartGlowFormat:

オブジェクトの光彩の描画クラスを取得します。

Returns
ChartGlowFormatオブジェクトの光彩の描画クラス
def getShadow(self) -> bool:

チャートタイトルが影付きかどうかを表示します。

Returns
booltrue: 影付き false:影付きでない
def getShadowFormat(self) -> ChartShadowFormat:

オブジェクトの影つけの描画クラスを取得します。

Returns
ChartShadowFormatオブジェクトの影つけの描画クラス
def getSoftEdgeFormat(self) -> ChartSoftEdgeFormat:

オブジェクトのぼかしの描画クラスを取得します。

Returns
ChartSoftEdgeFormatオブジェクトのぼかしの描画クラス
def getText(self) -> str:

チャートタイトルを値で設定した場合、値を取得します。

Returns
str
def getTextBoxAlignment(self) -> ChartTextBoxAlignment:

オブジェクトのテキストボックスのレイアウトクラスを取得します。

Returns
ChartTextBoxAlignmentオブジェクトのテキストボックスのレイアウトクラス
def getTextFillFormat(self) -> ChartTextFillFormat:

オブジェクトのテキストの塗りつぶしの描画クラスを取得します。

Returns
ChartTextFillFormatオブジェクトのテキストの塗りつぶしの描画クラス
def getTextFont(self, start: Optional[int] = None, length: Optional[int] = None) -> ChartFont:

オブジェクトのテキストのチャートフォントクラスを取得します。

start,lengthを指定しない場合、全範囲となります。

Parameters
start:int, optional開始文字位置 (1から始まります)
length:int, optional文字数
Returns
ChartFontオブジェクトのテキストのチャートフォントクラス
def getTextGlowFormat(self) -> ChartTextGlowFormat:

オブジェクトのテキストの光彩の描画クラスを取得します。

Returns
ChartTextGlowFormatオブジェクトのテキストの光彩の描画クラス
def getTextLineFormat(self) -> ChartTextLineFormat:

オブジェクトのテキストの線の描画クラスを取得します。

Returns
ChartTextLineFormatオブジェクトのテキストの線の描画クラス
def getTextReflectionFormat(self) -> ChartTextReflectionFormat:

オブジェクトのテキストの反射の描画クラスを取得します。

Returns
ChartTextReflectionFormatオブジェクトのテキストの反射の描画クラス
def getTextShadowFormat(self) -> ChartTextShadowFormat:

オブジェクトのテキストの影付きの描画クラスを取得します。

Returns
ChartTextShadowFormatオブジェクトのテキストの影付きの描画クラス
def getThreeDFormat(self) -> ChartThreeDFormat:

オブジェクトの3D表示の描画クラスを取得します。

Returns
ChartThreeDFormatオブジェクトの3D表示の描画クラス
def setAutoLayout(self):

チャートタイトルのレイアウトを自動設定します。

def setCellRange(self, formula: str):

チャートタイトルにセル参照を設定します。A1C1形式となります。

Parameters
formula:strセル参照(A1C1)
def setCustomLayout(self, left: float, top: float):

チャートタイトルのレイアウトの位置を手動設定します。(対応していないチャートもあります)

Parameters
left:float左端のオフセット(単位:ポイント) 現在の位置からの相対位置なので、マイナス値を許容します。
top:float上端のオフセット(単位:ポイント) 現在の位置からの相対位置なので、マイナス値を許容します。
def setShadow(self, shadow: bool):

チャートタイトルが影付きかどうかを設定します。

Parameters
shadow:booltrue: 影付き false:影付きでない
def setText(self, text: str):

チャートタイトルに値を設定します。

Parameters
text:str