Aspose::Words::Properties::BuiltInDocumentProperties::get_SharedDocument метод
BuiltInDocumentProperties::get_SharedDocument method
Указывает, является ли документ общим.
bool Aspose::Words::Properties::BuiltInDocumentProperties::get_SharedDocument()
Примечания
Aspose.Words не обновляет это свойство.
Примеры
Показывает, как получить расширенные свойства.
auto doc = System::MakeObject<Aspose::Words::Document>(get_MyDir() + u"Extended properties.docx");
ASSERT_TRUE(doc->get_BuiltInDocumentProperties()->get_ScaleCrop());
ASSERT_TRUE(doc->get_BuiltInDocumentProperties()->get_SharedDocument());
ASSERT_TRUE(doc->get_BuiltInDocumentProperties()->get_HyperlinksChanged());
См. также
- Class BuiltInDocumentProperties
- Namespace Aspose::Words::Properties
- Library Aspose.Words for C++