Sort Score
Result 10 results
Languages All
Labels All
Results 5,571 - 5,580 of 400,524 for

document

(0.23 sec)
  1. FieldEditTime Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldEditTime class for efficient Document editing. Simplify your workflow with powerful EDITTIME field management....the Working with Fields documentation article. public class FieldEditTime...modifications made to the document. IsLocked { get; set; } Gets...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Change Adjustment Values of the Shape with Java...

    Learn how to change adjustment values of shapes in Excel using Aspose.Cells for JavaScript via C++....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/change-adj...
  3. DocumentPropertyCollection indexer | Aspose.Wor...

    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...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose::Words::Layout namespace | Aspose.Words ...

    Aspose::Words::Layout namespace. The Aspose.Words.Layout namespace provides classes that allow to access information such as on what page and where on a page particular Document elements are positioned, when the Document is formatted into pages in C++....particular document elements are positioned, when the document is formatted...to compute page numbers of document nodes. To learn more, visit...

    reference.aspose.com/words/cpp/aspose.words.lay...
  5. FootnoteOptions | Aspose.Words for Java

    Represents the footnote numbering options for a Document or section in Java....footnote numbering options for a document or section. To learn more...with Footnote and Endnote documentation article. Examples: Shows...

    reference.aspose.com/words/java/com.aspose.word...
  6. Inline.IsMoveToRevision | Aspose.Words for .NET

    Discover how the IsMoveToRevision property in Microsoft Word tracks object movements. Ensure accurate change tracking for seamless Document editing!... Document doc = new Document ( MyDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/net/aspose.words/inl...
  7. Inline.IsFormatRevision | Aspose.Words for .NET

    Discover the Inline IsFormatRevision property in Microsoft Word. It indicates if object formatting changed with change tracking enabled, enhancing Document management.... Document doc = new Document ( MyDir + "Revision...docx" ); // When we edit the document while the "Track Changes"...

    reference.aspose.com/words/net/aspose.words/inl...
  8. Aspose::Words::Saving::ImageSaveOptions class |...

    Aspose::Words::Saving::ImageSaveOptions class. Allows to specify additional options when rendering Document pages or shapes to images. To learn more, visit the Documentation article in C++....additional options when rendering document pages or shapes to images...the Specify Save Options documentation article. class ImageSaveOptions...

    reference.aspose.com/words/cpp/aspose.words.sav...
  9. Working with Hyperlinks|Aspose.Words for Python...

    Add, replace, or modify a hyperlink in a Document using Python....hyperlink in Microsoft Word documents is the HYPERLINK field. In...insert a hyperlink into the document. This method accepts three...

    docs.aspose.com/words/python-net/working-with-h...
  10. Add Ellipse Object to PDF file|Aspose.PDF for Java

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for Java....add Ellipse objects to PDF documents. It also offers the feature...Create Document instance Document pdfDocument = new Document ();...

    docs.aspose.com/pdf/java/add-ellipse/