HyperlinksChanged

BuiltInDocumentProperties.HyperlinksChanged property

Indica se i collegamenti ipertestuali in un documento sono stati modificati.

public bool HyperlinksChanged { get; }

Osservazioni

Aspose.Words non aggiorna questa proprietà.

Esempi

Mostra come ottenere proprietà estese.

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

Guarda anche