質問

管理された文書サイトにある大規模な従業員ガイドを持っています。ガイドに含まれるコンテンツの多くは、さまざまなサイトにわたって異なるセクションに表示される必要があります。管理された文書に加えられた変更に基づいて自動的に更新されるようなさまざまなサイトに文書のさまざまなセクションを埋め込む方法はありますか?ページビューアWebPartは文書全体ではなく文書のセクションを表示するように言われますか?私はSharePoint Online(2013)を使っています。

役に立ちましたか?

解決

I don't think this could be achieved out of the box in SharePoint 2013 online. Using OpenXML and custom code you may be able to create web parts that display certain sections of a document on a page.

Alternatively you could break the document into sections and then use open XML to construct a documented formed from the various parts.

Each section could be maintained as a Wiki page (for example) and then a word document could be built by putting the pages together - there is an example of this technique here: http://msdn.microsoft.com/en-us/library/ee956524%28office.14%29.aspx

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top