BuiltInDocumentProperties.company property. Gets or sets the company property....Examples Shows how to work with document properties in the “Origin”...“Origin” category. // Open a document that we have created and edited...
BuiltInDocumentProperties.manager property. Gets or sets the manager property....Examples Shows how to work with document properties in the “Origin”...“Origin” category. // Open a document that we have created and edited...
BuiltInDocumentProperties.totalEditingTime property. Gets or sets the total editing time in minutes....Examples Shows how to work with document properties in the “Origin”...“Origin” category. // Open a document that we have created and edited...
Implements the MACROBUTTON field in Java....the Working with Fields documentation article. Remarks: Allows...us to run a document’s macros by clicking. Document doc = new Document(getMyDir()...
aspose.words.saving.DocSaveOptions class. Can be used to specify additional options when saving a Document into the [SaveFormat.DOC](../../aspose.words/saveformat/#DOC) or [SaveFormat.DOT](../../aspose.words/saveformat/#DOT) format...additional options when saving a document into the SaveFormat.DOC or...the Specify Save Options documentation article. Remarks At the...
DocumentPropertyCollection indexer. Returns a [DocumentProperty](../../Documentproperty/) object by index....with custom document properties. doc = aw . Document ( MY_DIR +...'Properties.docx' ) # Every document contains a collection of custom...
Implements the GLOSSARY field in Java....the Working with Fields documentation article. Remarks: Inserts...GLOSSARY fields. Document doc = new Document(); // Create a glossary...
Implements DOCVARIABLE field in Java....the Working with Fields documentation article. Examples: Shows...display document properties and variables. Document doc = new...
aspose.words.Document.compare method...compare(document, author, date_time) Compares this document with...with another document producing changes as number of edit and format...
DocumentPropertyCollection.count property. Gets number of items in the collection....with custom document properties. doc = aw . Document ( MY_DIR +...'Properties.docx' ) # Every document contains a collection of custom...