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
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
Charset
Gets or sets the character set.
[JsonProperty]
public short Charset { get; set; }
Property Value
Fill
Gets or sets the fill.
[JsonProperty]
public CdrFill Fill { get; set; }
Property Value
FirstIndent
Gets or sets the first indent.
[JsonProperty]
public double FirstIndent { get; set; }
Property Value
FontName
Gets or sets the name of the font.
[JsonProperty]
public string FontName { get; set; }
Property Value
FontSize
Gets or sets the size of the font.
[JsonProperty]
public double FontSize { get; set; }
Property Value
FontWeight
Gets or sets the font weight.
[JsonProperty]
public int FontWeight { get; set; }
Property Value
LeftIndent
Gets or sets the left indent.
[JsonProperty]
public double LeftIndent { get; set; }
Property Value
OutLine
Gets or sets the out line.
[JsonProperty]
public CdrOutline OutLine { get; set; }
Property Value
ParentId
Gets or sets the parent identifier.
[JsonProperty]
public int ParentId { get; set; }
Property Value
RightIndent
Gets or sets the right indent.
[JsonProperty]
public double RightIndent { get; set; }
Property Value
Methods
Copy()
Copies this instance.
public CdrStyle Copy()
Returns
The current style copy