Class CdrStyle

Class CdrStyle

Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cdr.Objects Zgromadzenie: Aspose.Imaging.dll (25.4.0)

Styl CDR

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

Inheritance

object DisposableObject CdrObject CdrDictionaryItem CdrStyle

Implements

IDisposable

Dziedziczeni członkowie

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

Zostaw lub ustaw align.

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

Wartość nieruchomości

int

Charset

Zostaw lub ustaw postać.

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

Wartość nieruchomości

short

Fill

Zostaw lub wypełnij.

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

Wartość nieruchomości

CdrFill

FirstIndent

Uzyskuje lub ustawia pierwszą indentę.

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

Wartość nieruchomości

double

FontName

Otrzymuje lub ustawia nazwę czcionki.

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

Wartość nieruchomości

string

FontSize

Zdobądź lub ustaw rozmiar czcionki.

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

Wartość nieruchomości

double

FontWeight

Uzyskuje lub ustawia wagę czcionki.

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

Wartość nieruchomości

int

LeftIndent

Zostaw lub ustaw lewą podłogę.

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

Wartość nieruchomości

double

OutLine

Zostaw lub ustaw linię wyjściową.

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

Wartość nieruchomości

CdrOutline

ParentId

Uzyskuje lub ustawia identyfikator rodzicielski.

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

Wartość nieruchomości

int

RightIndent

Zostaw lub ustaw prawidłowy indent.

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

Wartość nieruchomości

double

Methods

Copy()

Kopiuj tę instancję.

public CdrStyle Copy()

Returns

CdrStyle

Obecny styl kopii

Zobacz również

CdrObjectContainer

 Polski