Class CdrStyle
- Namespace
- Aspose.Imaging.FileFormats.Cdr.Objects
- Assembly
- Aspose.Imaging.dll
The cdr style
public class CdrStyle : CdrDictionaryItem, IDisposable
- Inheritance
-
CdrStyle
- Implements
- Inherited Members
Constructors
CdrStyle()
public CdrStyle()
- See Also
Properties
Align
Gets or sets the align.
public int Align { get; set; }
Property Value
- int
The align.
- See Also
Charset
Gets or sets the character set.
public short Charset { get; set; }
Property Value
- short
The character set.
- See Also
Fill
Gets or sets the fill.
public CdrFill Fill { get; set; }
Property Value
- CdrFill
The fill.
- See Also
FirstIndent
Gets or sets the first indent.
public double FirstIndent { get; set; }
Property Value
- double
The first indent.
- See Also
FontName
Gets or sets the name of the font.
public string FontName { get; set; }
Property Value
- string
The name of the font.
- See Also
FontSize
Gets or sets the size of the font.
public double FontSize { get; set; }
Property Value
- double
The size of the font.
- See Also
FontWeight
Gets or sets the font weight.
public int FontWeight { get; set; }
Property Value
- int
The font weight.
- See Also
LeftIndent
Gets or sets the left indent.
public double LeftIndent { get; set; }
Property Value
- double
The left indent.
- See Also
OutLine
Gets or sets the out line.
public CdrOutline OutLine { get; set; }
Property Value
- CdrOutline
The out line.
- See Also
ParentId
Gets or sets the parent identifier.
public int ParentId { get; set; }
Property Value
- int
The parent identifier.
- See Also
RightIndent
Gets or sets the right indent.
public double RightIndent { get; set; }
Property Value
- double
The right indent.
- See Also
Methods
Copy()
Copies this instance.
public CdrStyle Copy()
Returns
- CdrStyle
The current style copy
- See Also