Skip to main content

Class JustificationConverter

Namespace: Aurigma.DesignAtoms.Convert
Assembly: Aurigma.DesignAtoms.dll
Syntax
public static class JustificationConverter

Inheritance: System.Object -> JustificationConverter

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Methods

ConvertJustificationFromIdml

public static TextAlignment ConvertJustificationFromIdml(Justification justification)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Codecs.Idml.Justificationjustification
Returns

Aurigma.DesignAtoms.Model.Items.TextAlignment

ConvertJustificationFromPsd

public static TextAlignment ConvertJustificationFromPsd(TextJustification psdTextJustification)
Parameters
TypeNameDescription
Aurigma.GraphicsMill.Codecs.Psd.TextJustificationpsdTextJustification
Returns

Aurigma.DesignAtoms.Model.Items.TextAlignment

FromModelToTextWhizzString

public static string FromModelToTextWhizzString(TextAlignment value)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.TextAlignmentvalue
Returns

System.String

FromModelToGm

public static TextAlignment FromModelToGm(TextAlignment alignment)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.TextAlignmentalignment
Returns

Aurigma.GraphicsMill.AdvancedDrawing.TextAlignment

ToGmXml

public static string ToGmXml(TextAlignment value)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.Model.Items.TextAlignmentvalue
Returns

System.String

Was this page helpful?