HyperlinksChanged

BuiltInDocumentProperties.HyperlinksChanged property

Bir belgedeki köprü metinlerinin değiştirilip değiştirilmediğini belirtir.

public bool HyperlinksChanged { get; }

Notlar

Aspose.Words bu özelliği güncellemez.

Örnekler

Genişletilmiş özelliklerin nasıl alınacağını gösterir.

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

Ayrıca bakınız