Hai All,
I am using FrameMaker 7.1(Structure) and trying to align the table cell through “colspec” element using the “align” attribute, it is not working. But i have tried “colwidth” (eg., “colwidth="120.5"”) it is working fine when flowing the XML in to FrameMaker.
I have defined the colspec in rules file also find the below.
element "colspec"
{
is fm colspec;
attribute "colnum" is fm property column number;
attribute "colname" is fm property column name;
attribute "align" is fm property cell alignment type;
attribute "charoff" is fm property cell alignment offset;
attribute "char" is fm property cell alignment character;
attribute "colwidth" is fm property column width;
attribute "colsep" is fm property column ruling;
attribute "rowsep" is fm property row ruling;
}
Please provide some solution.
Thanks in Advance
Mathew.cj