1.10.4 Cell Style Properties

<..extract cell attributes..>
 \edef\Aligh:Wrap{\halignTD}%
-_-_-

<..configure ooffice tex4ht..>+
 \Configure{halignTD} {}{}
    {<}{L}     %{\HCode{align-left nowrap}}
    {-}{C}     %{\HCode{align-center nowrap}}
    {>}{R}     %{\HCode{align-right nowrap}}
    {^}{T}     %{\HCode{valign-top nowrap}}
    {=}{N}     %{\HCode{valign-baseline nowrap}}
    {|}{M}     %{\HCode{valign-middle nowrap}}
    {_}{B}     %{\HCode{valign-bottom nowrap}}
    {p}{}
    {m}{m}     %{\HCode{valign-middle   align-left}}
    {b}{n}     %{\HCode{valign-baseline align-left}}
    {}
-_-_-

<..configure ooffice-mml tex4ht..>+
 \Configure{halignTD} {}{}
    {<}{\ifmathml \HCode{ columnalign="left"}\else
         L\fi}
    {-}{\ifmathml \HCode{ columnalign="center"}\else
         C\fi}
    {>}{\ifmathml \HCode{ columnalign="right"}\else
         R\fi}
    {^}{\ifmathml \HCode{ rowalign="top"}\else
         T\fi}
    {=}{\ifmathml \HCode{ rowalign="baseline"}\else
         N\fi}
    {|}{\ifmathml \HCode{ rowalign="center"}\else
         M\fi}
    {_}{\ifmathml \HCode{ rowalign="bottom"}\else
         B\fi}
    {p}{\ifmathml \HCode{ columnalign="left"}\else
         \fi}
    {m}{\ifmathml\else m\fi}     %{\HCode{valign-middle   align-left}}
    {b}{\ifmathml\else n\fi}     %{\HCode{valign-baseline align-left}}
    {}
-_-_-

<..cell style properties..>
 \xdef\cell:style:name{<.cell style name.>}%
 \expandafter\ifx \csname\cell:style:name\endcsname \relax
    \global\expandafter\let\csname\cell:style:name\endcsname=\def
    \OOstyles{%
       <style:style
         style:name="\cell:style:name"
         style:family="paragraph"
         style:parent-style-name="Standard">\Hnewline
         <style:paragraph-properties
    }%
    <.cell h-margins property.>%
    <.cell alignment properties.>%
    <.cell LR borders property.>%
    \OOstyles{%
          style:justify-single-word="false"/>\Hnewline
     </style:style>\Hnewline
    }%
 \fi
-_-_-