class documentation

class AxisTitle:

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 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 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