Thanks Bob you mean to say that whereevr I get the value for w:sz w:val="20" /> =10 or w:sz w:val="24" /> =12
Thanks Abhishek
"Bob Buckland ?:-)" <75214.226(At Beautiful Downtown)compuserve.com> wrote in message news:OImvX9K1FHA.268[ at ]TK2MSFTNGP09.phx.gbl...
[Quoted Text] > Hi Abhishek, > > For a number of the values in the fileit appears that the > values are in TWIPS (1/1440th of an inch) > <w:sz w:val="20" /> > but for the font sizes it appears that 1/2-points (1/144th > of an inch) is being used. (1/2 point is the granularity > you can use from the Word U.I.) to set point sizes. > > ===== > <<"Abhishek" <abhishekbagga_at_hotmail.com> wrote in message > news:O%23GBDBK1FHA.1032[ at ]TK2MSFTNGP12.phx.gbl... > Hi! > > I saved a doc as xml and was referring to the XML thrugh my code , and I > found a problem > The styles tag of the XML is defined in this manner > - > - <w:style w:type="paragraph" w:styleId="WW-NormalWeb"> > <w:name w:val="WW-Normal (Web)" /> > <w:basedOn w:val="Normal" /> > - <w:pPr> > <w:pStyle w:val="WW-NormalWeb" /> > <w:spacing w:before="280" w:after="280" /> > </w:pPr> > - <w:rPr> > <w:rFonts w:ascii="Verdana" w:h-ansi="Verdana" /> > <wx:font wx:val="Verdana" /> > <w:sz w:val="20" /> > <w:sz-cs w:val="20" /> > </w:rPr> > </w:style> > > > The text shows up like > > <w:p> > - <w:pPr> > <w:pStyle w:val="WW-NormalWeb" /> > - <w:rPr> > <w:color w:val="333333" /> > </w:rPr> > </w:pPr> > - <w:r> > - <w:rPr> > <w:color w:val="333333" /> > </w:rPr> > <w:br /> > <w:t>This release involves capturing presentations and producing output > in > different formats using authorGEN For PowerPoint plug-in and Content > Manager > with additional features given below in this note.</w:t> > </w:r> > </w:p> > > > Here the run property shows only bold and color. > How do I get to know the size of this text > I I read the style it says the size as 20 whereas the size of the text in > the doc is 10 > Can someone please tell me how do I get to know the size of the text from > the XML >> > > >
|