Class OdCustomShape
Class OdCustomShape
이름 공간 : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic 모임: Aspose.Imaging.dll (25.4.0)
개방 문서 사용자 정의 형식.
[JsonObject(MemberSerialization.OptIn)]
public class OdCustomShape : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdCustomShape
상속 회원들
OdStyledObject.Style , OdStyledObject.Rectangle , OdGraphicObject.AbsoluteCoordinates , OdObject.parent , OdObject.Parent , OdObject.Items , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
OdCustomShape(OdObject)
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdCustomShape 클래스의 새로운 예를 시작합니다.
public OdCustomShape(OdObject parent)
Parameters
parent
OdObject
그리고 부모님.
Properties
Layer
그것을 얻거나 레이어를 설정합니다.
[JsonProperty]
public string Layer { get; set; }
부동산 가치
StyleName
스타일의 이름을 얻거나 설정합니다.
[JsonProperty]
public string StyleName { get; set; }
부동산 가치
TextStyleName
텍스트 스타일의 이름을 얻거나 설정합니다.
[JsonProperty]
public string TextStyleName { get; set; }