Hi admin!
I LoadFromFile("filename.pptx"). but i getn't DefaultParagraphStyle? DefaultParagraphStyle = none? althought it's center?
Can you help me?
Presentation presentation = new Presentation(@"9235.pptx", FileFormat.Pptx2010);
IAutoShape shape = presentation.Slides[0].Shapes[0] as IAutoShape;
TextAlignmentType type = shape.TextFrame.Paragraphs[0].Alignment;
Presentation presentation = new Presentation(@"9235.pptx", FileFormat.Pptx2010);
IAutoShape shape = presentation.Slides[0].Shapes[0] as IAutoShape;
TextAlignmentType type = shape.TextFrame.Paragraphs[0].Alignment;
Presentation presentation = new Presentation(@"9235sample.pptx", FileFormat.Pptx2010);
IAutoShape shape = presentation.Slides[0].Shapes[0] as IAutoShape;
TextAlignmentType type = shape.TextFrame.Paragraphs[0].Alignment;