Displaying 1 result from an estimated 1 matches for "parentstylename".
2006 Dec 22
1
odfWeave problem
Hi,
I'm trying to customize some formating for a table using odfWeave. I'm
having some trouble getting the formatting to work. I've defined the
following format defns:
origStyleDefs <- getStyleDefs()
StyleDefs=origStyleDefs
StyleDefs$ArialLeftBold$parentStyleName=''
StyleDefs$ArialLeftBold$type='Paragraph'
StyleDefs$ArialLeftBold$textAlign='left'
StyleDefs$ArialLeftBold$fontName='Arial'
StyleDefs$ArialLeftBold$fontSize='12pt'
StyleDefs$ArialLeftBold$fontType='bold'
StyleDefs$ArialLeftBold$fontColor='#00000...