Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Thu Jan 10, 2019 1:37 am

Is there a function for aligning text in the bottom of a text frame, as if using the PPTX control shown in the image?
Text Box > Vertical Alignment > Bottom
text align bottom.png

Thanks!

pixelsbits
 
Posts: 1
Joined: Thu Jan 10, 2019 1:30 am

Thu Jan 10, 2019 3:41 am

Hi,

Thanks for your inquiry.
Please refer to following code:
Code: Select all
IAutoShape.TextFrame.AnchoringType = TextAnchorType.Bottom;

Any question, welcome to get it back to us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue Jan 15, 2019 9:20 am

Hi,

Greetings from E-iceblue.
Did the code I provided help you solve your issue? Could you please give us some feedback at your convenience?

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.Presentation