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 객체.

 한국어