Alignment properties not working in TextShape
TextShape shape = new TextShape();
shape.Text = "Title: Here is my first title From FF";
shape.TextColor = "980078";
shape.FontFamily = "Baguet Script";
shape.Alignment = FileFormat.Slides.Common.Enumerations.TextAlignment.Left;