文書 (名前): ${document.name}


メタデータ

<#if document.properties.title?exists> <#else> <#if document.properties.description?exists> <#else>
タイトル:${document.properties.title}
タイトル: 
説明:${document.properties.description}
説明: 
作成者:${document.properties.creator}
作成日時:${document.properties.created?datetime}
修正者:${document.properties.modifier}
修正日時:${document.properties.modified?datetime}
サイズ: ${document.size / 1024} KB

コンテンツリンク