Hi, Support:
How to realize my this requirements by Apose.Slides.dll as below:
extract all the text in the textboxes in each slide
add a textbox out of the range of the slide, and set the board of the added textbox to none, and set the fillcolor of the added textbox to none, and set the width of the added textbox to 5cm, and else maybe set the added textbox invisible?
add texts into the added textbox
Set the fontsize of texts in the added textbox to 1 pt, and set the character space of the texts in the added textbox to 30%, and set the fontcolor of the texts in the added textbox to red or blue or else.
How to realize those features? Thanks for your help.
@ducaisoft,
Thank you for your questions. Please read Manage Text and try converting some appropriate code examples from C# to VB.NET code for your goals.
If you fail, we need more information to help you:
Do you want to extract text sequentially or all at once?
Unfortunately, I was unable to understand this requirement. Please share a presentation file with text boxes that look as expected (you can zip the file and upload it here).
Character spacing is specified in pt. What do you mean by 30%?
Thanks for your help!
I resolved most of the issues, but I failed to squeeze characters tightly.
I used the code:
paragraph1.ParagraphFormat.SpaceWithin = 0.1, or
paragraph1.ParagraphFormat.SpaceWithin = 1000,
but got no results.
Now, I do not know how to set the character space for the added new textbox.