Extracting Bullets

  • Thread starter Thread starter Abhishek
  • Start date Start date
A

Abhishek

Is there any way out that i can extract the image of the bullet in the text
box and also its location with respect to the slide or text box
I want to extract images of all the bullets whether picture bullets or any
other default bullets

Regards,
Abhishek
 
Abhishek,
The OM does not provide any interface to access information about the
picture bullet short of parsing the HTML. As regards to the position of the
bullet, if a paragraph begins with a bullet, the bullet position is
determined by the FirstMargin property, and the position of the first text
character in the paragraph is determined by the LeftMargin property. You can
learn more by reading up the Ruler object associated with the TextFrame
object.
 
Is it possible that In a textbox, I delete all the text except the bullets?
This is exactly what i want.
I want the textbox should become empty(All text deleted) but the bullets
should remain at exactly the same place as they were earlier before deleting
text.
I want to do it through VBA code
I am able to do this particular thing if there is no wordwrap involved (a
single sentence has all the text in 1 single line)
and also if there is no indenting.

Kindly suggest something

Regards,
Abhishek
 
Back
Top