Quantcast
Channel: Open XML Format SDK forum
Viewing all articles
Browse latest Browse all 1288

TextWrappingValues

$
0
0

Hello,

How do I set the TextWrappingValue to Around in my C# open xml file.

TableStyle tableStyle = new TableStyle() { Val = "TableGrid" };
                TableLook tableLook = new TableLook() { Val = "04A0" };
                TextWrappingValues tableTextWrapping = TextWrappingValues.Around;
                tableProperties.Append(tableTextWrapping);

I get the following error on the append:
cannot convert from ‘DocumentFormat.OpenXml.Wordprocessing.TextWrappingValues’ to ‘System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement>’

Thanks,

KS


keith


Viewing all articles
Browse latest Browse all 1288

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>