Displaying 2 results from an estimated 2 matches for "marginbottom".
Did you mean:
imarginbottom
2010 Feb 09
1
odfTable: table width and alignment
...ave -- here is the output I get after
sourcing my style definition file:
> getStyles()$table
[1] "RTable1"
> getStyleDefs()[[getStyles()$table]]
$type
[1] "Table"
$marginLeft
[1] "2.0 in"
$marginRight
[1] "0.05in"
$marginTop
[1] "0.05in"
$marginBottom
[1] "0.05in"
$align
[1] "center"
I am not sure why these style options do not seem to have effect on the
output. My specific questions are:
(1) How do I get table alignment to work?
(2) Is the only way to control table width via setting the margins in the
$table style? What...
2012 Jan 27
1
Wine release 1.4-rc1
...Fixed a typo in IDocObjectService::FireNavigateComplete2.
ieframe: Fixed a typo in IDocObjectService::FireDocumentComplete.
mshtml: Use set_nsstyle_attr_var helper in IHTMLStyle::put_marginRight.
mshtml: Use ATTR_FIX_PX in IHTMLStyle::put_marginTop.
mshtml: Added IHTMLStyle::marginBottom property implementation.
mshtml: Use set_nsstyle_attr_var helper in IHTMLStyle::put_marginLeft implementation.
mshtml: Added IHTMLStyle::paddingTop implementation.
mshtml: Added IHTMLStyle::paddingRight implementation.
mshtml: Added IHTMLStyle::paddingBottom implementation....