Class JustificationConverter
Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class JustificationConverter
Inheritance: System.Object -> JustificationConverter
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Methods
ConvertJustificationFromIdml
public static TextAlignment ConvertJustificationFromIdml(Justification justification)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Codecs.Idml.Justification | justification |
Returns
Aurigma.DesignAtoms.Model.Items.TextAlignment
ConvertJustificationFromPsd
public static TextAlignment ConvertJustificationFromPsd(TextJustification psdTextJustification)
Parameters
| Type | Name | Description |
|---|---|---|
Aurigma.GraphicsMill.Codecs.Psd.TextJustification | psdTextJustification |
Returns
Aurigma.DesignAtoms.Model.Items.TextAlignment
FromModelToTextWhizzString
public static string FromModelToTextWhizzString(TextAlignment value)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Items.TextAlignment | value |
Returns
System.String
FromModelToGm
public static TextAlignment FromModelToGm(TextAlignment alignment)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Items.TextAlignment | alignment |
Returns
Aurigma.GraphicsMill.AdvancedDrawing.TextAlignment
ToGmXml
public static string ToGmXml(TextAlignment value)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.Model.Items.TextAlignment | value |
Returns
System.String