Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MS Word と同じように、open xml を使用してテーブルとして渡している段落を垂直方向および水平方向に整列させたいと思います。
これどうやってするの?
私はopenxmlワードプロセッシングクラスのParagraphPropertiesとTablecellPropertiesを使って自分で解決しました。垂直方向に配置するには、TablecellProperties を使用して垂直方向に配置し、ParagraphProperties を使用して水平方向に配置し、TextRotation を使用しました。