Skip to main content

Class ParagraphSettings

Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ParagraphSettings

Inheritance: System.Object -> ParagraphSettings

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.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
TypeNameDescription
System.Objectobj
Returns

System.Boolean

Overrides
  • System.Object.Equals(System.Object)

Equals

public bool Equals(ParagraphSettings other)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.ParagraphSettingsother
Returns

System.Boolean

Clone

public ParagraphSettings Clone()
Returns

Aurigma.DesignAtoms.Model.Items.ParagraphSettings

Was this page helpful?