D
David Thielen
Hi;
Another we tried in
http://social.msdn.microsoft.com/Forums/en/oxmlsdk/thread/c07d143f-4534-4700-9ba3-b16b14d4a6a7
and got no answer.
Hi Everyone, To start off, I DO NOT use the openXMLSDK, I Wish i
could, but our software is written in java and then ported to J#, so
keep that in mind when answering my question.
In the OOXML spec it says that You apply table styles in a certain
order so that more specific styles override the less specific, i.e.
firstRow would override band1Horz.
Question 1: To properly apply these two styles would I apply the
combination of the two, but anything in firstRow would override
something in band1Horz ? Or would i completely ignore band1Horz, and
only apply firstRow ?
Question 2: In the OOXML spec file it would appear that an odd banded
row (band1Horz) would start with the first row, but in my experience
it seems that it actually starts on the second row, does this mean
that row indexes start at index = 0 ?
Question 3: I have a docx file with a band1Vert specified with some
borders and shading, when i open this file in word the banded columns
do not show up at all, although in the preview of the tableStyle
(tableStyle editor) the banded columns do appear correctly, whats
going on here ?
If you have the OOXML spec file in docx (first version since the
second version is only pdf) the page numbers for reference are #718
(w:tblStylePr) and #1824 (ST_TblStyleOverrideType)
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm
Another we tried in
http://social.msdn.microsoft.com/Forums/en/oxmlsdk/thread/c07d143f-4534-4700-9ba3-b16b14d4a6a7
and got no answer.
Hi Everyone, To start off, I DO NOT use the openXMLSDK, I Wish i
could, but our software is written in java and then ported to J#, so
keep that in mind when answering my question.
In the OOXML spec it says that You apply table styles in a certain
order so that more specific styles override the less specific, i.e.
firstRow would override band1Horz.
Question 1: To properly apply these two styles would I apply the
combination of the two, but anything in firstRow would override
something in band1Horz ? Or would i completely ignore band1Horz, and
only apply firstRow ?
Question 2: In the OOXML spec file it would appear that an odd banded
row (band1Horz) would start with the first row, but in my experience
it seems that it actually starts on the second row, does this mean
that row indexes start at index = 0 ?
Question 3: I have a docx file with a band1Vert specified with some
borders and shading, when i open this file in word the banded columns
do not show up at all, although in the preview of the tableStyle
(tableStyle editor) the banded columns do appear correctly, whats
going on here ?
If you have the OOXML spec file in docx (first version since the
second version is only pdf) the page numbers for reference are #718
(w:tblStylePr) and #1824 (ST_TblStyleOverrideType)
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm