Class ParagraphSettings
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ParagraphSettings
Inheritance: System.Object -> ParagraphSettings
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ParagraphSettings
public ParagraphSettings()
Properties
Justification
public TextAlignment Justification { get; set; }
FirstLineIndent
public float FirstLineIndent { get; set; }
LeftIndent
public float LeftIndent { get; set; }
RightIndent
public float RightIndent { get; set; }
SpaceBefore
public float SpaceBefore { get; set; }
SpaceAfter
public float SpaceAfter { get; set; }
DesiredWordSpacing
public float DesiredWordSpacing { get; set; }
Direction
public ParagraphDirection Direction { get; set; }
Methods
Equals
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | obj |
Returns
System.Boolean
Overrides
System.Object.Equals(System.Object)
Equals
public bool Equals(ParagraphSettings other)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Items.ParagraphSettings | other |
Returns
System.Boolean
Clone
public ParagraphSettings Clone()