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()
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ParagraphSettings
Constructors
ParagraphSettings()
Declaration
public ParagraphSettings()
Properties
DesiredWordSpacing
Declaration
public float DesiredWordSpacing { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Direction
Declaration
public ParagraphDirection Direction { get; set; }
Property Value
FirstLineIndent
Declaration
public float FirstLineIndent { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Justification
Declaration
public TextAlignment Justification { get; set; }
Property Value
LeftIndent
Declaration
public float LeftIndent { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
RightIndent
Declaration
public float RightIndent { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
SpaceAfter
Declaration
public float SpaceAfter { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
SpaceBefore
Declaration
public float SpaceBefore { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Methods
Clone()
Declaration
public ParagraphSettings Clone()
Returns
Equals(ParagraphSettings)
Declaration
public bool Equals(ParagraphSettings other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)