Free Support Forum - aspose.com
Track changes and Aspose Words for java
Aspose.Words Product Family
agray
January 22, 2007, 4:01pm
1
Using Aspose Words for Java, can I
Determine whether or not Track Changes is turned on?
Detect if there are tracked changes?
Thanks,
Abbie
DmitryV
January 23, 2007, 4:10am
2
Hi,
Aspose.Words for Java does not go beyond the version for .NET so the possibility of determining whether tracking changes are on or off is not supported there.
Yes, it is possible. Use
Document.hasRevisions()
to determine that.