Class CdrStyle

Class CdrStyle

Namespace: Aspose.Imaging.FileFormats.Cdr.Objects
Assembly: Aspose.Imaging.dll (25.4.0)

The cdr style

[JsonObject(MemberSerialization.OptIn)]
public class CdrStyle : CdrDictionaryItem, IDisposable

Inheritance

object DisposableObject CdrObject CdrDictionaryItem CdrStyle

Implements

IDisposable

Inherited Members

CdrDictionaryItem.Id , CdrObject.Parent , CdrObject.Document , DisposableObject.Dispose() , DisposableObject.ReleaseManagedResources() , DisposableObject.ReleaseUnmanagedResources() , DisposableObject.VerifyNotDisposed() , DisposableObject.Disposed , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Constructors

CdrStyle()

public CdrStyle()

Properties

Align

Gets or sets the align.

[JsonProperty]
public int Align { get; set; }

Property Value

int

Charset

Gets or sets the character set.

[JsonProperty]
public short Charset { get; set; }

Property Value

short

Fill

Gets or sets the fill.

[JsonProperty]
public CdrFill Fill { get; set; }

Property Value

CdrFill

FirstIndent

Gets or sets the first indent.

[JsonProperty]
public double FirstIndent { get; set; }

Property Value

double

FontName

Gets or sets the name of the font.

[JsonProperty]
public string FontName { get; set; }

Property Value

string

FontSize

Gets or sets the size of the font.

[JsonProperty]
public double FontSize { get; set; }

Property Value

double

FontWeight

Gets or sets the font weight.

[JsonProperty]
public int FontWeight { get; set; }

Property Value

int

LeftIndent

Gets or sets the left indent.

[JsonProperty]
public double LeftIndent { get; set; }

Property Value

double

OutLine

Gets or sets the out line.

[JsonProperty]
public CdrOutline OutLine { get; set; }

Property Value

CdrOutline

ParentId

Gets or sets the parent identifier.

[JsonProperty]
public int ParentId { get; set; }

Property Value

int

RightIndent

Gets or sets the right indent.

[JsonProperty]
public double RightIndent { get; set; }

Property Value

double

Methods

Copy()

Copies this instance.

public CdrStyle Copy()

Returns

CdrStyle

The current style copy

See Also

CdrObjectContainer

 English