Class CmxTextBlockSpec
Class CmxTextBlockSpec
이름 공간 : Aspose.Imaging.FileFormats.Cmx.ObjectModel.Specs 모임: Aspose.Imaging.dll (25.4.0)
텍스트 블록에 지정된 정보를 나타냅니다.
public class CmxTextBlockSpec : ICmxObjectSpec
Inheritance
Implements
상속 회원들
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxTextBlockSpec()
public CmxTextBlockSpec()
Properties
CharLocations
캐릭터 위치를 얻거나 설정합니다.
public PointF[] CharLocations { get; set; }
부동산 가치
PointF [ ] [ [ ]
Font
글꼴을 얻거나 설정합니다.
public Font Font { get; set; }
부동산 가치
Matrix
변형 매트릭스를 얻거나 설정합니다.
public Matrix Matrix { get; set; }
부동산 가치
ParagraphStyle
단락 스타일을 얻거나 설정합니다.
public CmxParagraphStyle ParagraphStyle { get; set; }
부동산 가치
Text
텍스트를 얻거나 설정합니다.
public string Text { get; set; }
부동산 가치
Methods
Equals(CmxTextBlockSpec)
물건이 평등한지 확인하십시오.
protected bool Equals(CmxTextBlockSpec other)
Parameters
other
CmxTextBlockSpec
다른 물건은
Returns
평등 비교의 결과입니다.
Equals(객체)
물건이 평등한지 확인하십시오.
public override bool Equals(object obj)
Parameters
obj
object
다른 물건은
Returns
평등 비교의 결과입니다.
GetHashCode()
현재 객체의 해시 코드를 얻으십시오.
public override int GetHashCode()
Returns
해시 코드 입니다.