In the Presentations that we need to generate, there are several requirements for textboxes that have a variety of formatting in them. This is a mix of bold, italic, font family, font size, font color and so forth.
When creating the textbox and adding the paragraph, how would I get this "rtf" text into it?
Short of that, is there a way to single out specific text and changing the format?
Yes, while this is good for formatting the entire contents of the textbox, it does not answer the question as to how to apply special formatting to specified text within the textbox.
For example, say I have a single textbox with the following text:
"Hey, this is super great! Let's do even more."
But I want the word "super" to be bold and red and I want the word "more" to be Italic and blue.
How would I apply that formatting to each of the specified text in the
Okay, I was coming to that conclusion myself.
So, if I am adding a textbox, once the paragraph has been created, I can add the individual textparts and apply the formatting to each of them?
This would result in an overall textbox having multiple formats for specific textparts....yes?