Aspose::Words::Properties::BuiltInDocumentProperties::get_HyperlinksChanged метод
BuiltInDocumentProperties::get_HyperlinksChanged method
Указывает, были ли изменены гиперссылки в документе.
bool Aspose::Words::Properties::BuiltInDocumentProperties::get_HyperlinksChanged()
Примечания
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++