Class ChartTextFrame

Class ChartTextFrame

Namespace: Aspose.Cells.Charts
Assembly: Aspose.Cells.dll (25.2.0)

テキストを含むフレームオブジェクトを表すオブジェクトをカプセル化します。

public class ChartTextFrame : ChartFrame

継承

objectChartFrameChartTextFrame

派生

DataLabels, DisplayUnitLabel, Legend, Title

継承されたメンバー

ChartFrame.m_IsAutoXPos, ChartFrame.m_IsAutoYPos, ChartFrame.m_IsOffsetPosBeSet, ChartFrame.m_fontIndex, ChartFrame.m_AutoScaleFont, ChartFrame.m_BackgroundMode, ChartFrame.m_isAutoSize, ChartFrame.SetPositionAuto(), ChartFrame.IsInnerMode, ChartFrame.Border, ChartFrame.Area, ChartFrame.TextOptions, ChartFrame.Font, ChartFrame.AutoScaleFont, ChartFrame.BackgroundMode, ChartFrame.IsAutomaticSize, ChartFrame.X, ChartFrame.Y, ChartFrame.Height, ChartFrame.Width, ChartFrame.Shadow, ChartFrame.ShapeProperties, ChartFrame.IsDefaultPosBeSet, ChartFrame.DefaultX, ChartFrame.DefaultY, ChartFrame.DefaultWidth, ChartFrame.DefaultHeight, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

フィールド

horizontal

protected TextAlignmentType horizontal

フィールド値

TextAlignmentType

m_CharsList

protected ArrayList m_CharsList

フィールド値

ArrayList

m_IsAutoText

protected bool m_IsAutoText

フィールド値

bool

m_deleted

protected bool m_deleted

フィールド値

bool

rotation

protected int rotation

フィールド値

int

vertical

protected TextAlignmentType vertical

フィールド値

TextAlignmentType

プロパティ

DirectionType

テキストの方向を取得または設定します。

public virtual ChartTextDirectionType DirectionType { get; set; }

プロパティ値

ChartTextDirectionType

IsAutoText

テキストが自動生成されていることを示します。

public virtual bool IsAutoText { get; set; }

プロパティ値

bool

IsAutomaticRotation

チャートのテキストが自動的に回転されるかどうかを示します。

public bool IsAutomaticRotation { get; }

プロパティ値

bool

IsDeleted

このデータラベルが削除されているかどうかを示します。

public bool IsDeleted { get; set; }

プロパティ値

bool

IsResizeShapeToFitText

形状が内部のテキストを完全に含むように自動調整されるべきかどうかを取得または設定します。自動調整とは、形状内のテキストが、内部のすべてのテキストを含むようにスケーリングされることです。

public bool IsResizeShapeToFitText { get; set; }

プロパティ値

bool

IsTextWrapped

テキストが折り返されるかどうかを示す値を取得または設定します。

public virtual bool IsTextWrapped { get; set; }

プロパティ値

bool

LinkedSource

ワークシートへの参照を取得または設定します。

public virtual string LinkedSource { get; set; }

プロパティ値

string

ReadingOrder

テキストの読み取り順序を表します。

public TextDirectionType ReadingOrder { get; set; }

プロパティ値

TextDirectionType

RotationAngle

テキストの回転角度を表します。

public int RotationAngle { get; set; }

プロパティ値

int

備考


0: 回転なし。
255: 上から下。
-90: 下向き。
90: 上向き。

Text

フレームのタイトルのテキストを取得または設定します。

public virtual string Text { get; set; }

プロパティ値

string

TextHorizontalAlignment

テキストの水平配置を取得または設定します。

public TextAlignmentType TextHorizontalAlignment { get; set; }

プロパティ値

TextAlignmentType

TextVerticalAlignment

テキストの垂直配置を取得または設定します。

public TextAlignmentType TextVerticalAlignment { get; set; }

プロパティ値

TextAlignmentType

メソッド

Characters(int, int)

テキスト内の文字の範囲を表すCharactersオブジェクトを返します。

public FontSetting Characters(int startIndex, int length)

パラメータ

startIndex int

文字の開始インデックス。

length int

文字数。

戻り値

FontSetting

Charactersオブジェクト。

 日本語