HyperlinksChanged

BuiltInDocumentProperties.HyperlinksChanged property

Указывает, были ли изменены гиперссылки в документе.

public bool HyperlinksChanged { get; }

Примечания

Aspose.Words не обновляет это свойство.

Примеры

Показывает, как получить расширенные свойства.

Document doc = new Document(MyDir + "Extended properties.docx");
Assert.IsTrue(doc.BuiltInDocumentProperties.ScaleCrop);
Assert.IsTrue(doc.BuiltInDocumentProperties.SharedDocument);
Assert.IsTrue(doc.BuiltInDocumentProperties.HyperlinksChanged);

Смотрите также