How can I trim all paragraph only leave a few line. For example:
I want result like this
I want built a loop to search a long paragraph
Thanks
Code: Select all
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
span.MsoHyperlinkFollowed
{color:purple;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
span.MsoHyperlink
xxxxxxx
aaaaaaa
bbbbbbbb
{color:blue;
text-decoration:underline;
text-underline:single;}
span.MsoHyperlinkFollowed
{color:purple;
Code: Select all
mso-pagination:widow-orphan;
mso-fareast-font-family:"Times New Roman";}
aaaaaaa
bbbbbbbb
Thanks