Sort Score
Result 10 results
Languages All
Labels All
Results 6,171 - 6,180 of 375,228 for

document

(0.33 sec)
  1. Aspose::Words::Properties::DocumentProperty::ge...

    Aspose::Words::Properties::DocumentProperty::get_Value method. Gets or sets the value of the property in C++....how to work with built-in document properties. auto doc = System...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Properties...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. Aspose::Words::Saving::XpsSaveOptions::get_Outl...

    Aspose::Words::Saving::XpsSaveOptions::get_OutlineOptions method. Allows to specify outline options in C++....the outline of a saved XPS document. auto doc = System :: MakeObject...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Aspose::Words::Saving::SaveOptions::get_UpdateL...

    Aspose::Words::Saving::SaveOptions::get_UpdateLastPrintedProperty method. Gets or sets a value determining whether the LastPrinted property is updated before saving in C++....Examples Shows how to update a document’s “Last printed” property...MakeObject < Aspose :: Words :: Document > (); System :: DateTime lastPrinted...

    reference.aspose.com/words/cpp/aspose.words.sav...
  4. SignatureLineOptions.Email | Aspose.Words for .NET

    Manage suggested signer email addresses effortlessly with SignatureLineOptions. Enhance your email workflow with customizable options for seamless communication....Examples Shows how to sign a document with a personal certificate...signature line. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/sig...
  5. Document.PunctuationKerning | Aspose.Words for ...

    Discover the PunctuationKerning property. Enhance your typography by applying kerning to Latin text and punctuation for improved readability and style....PunctuationKerning Document.PunctuationKerning property Specifies...punctuation. Document doc = new Document ( MyDir + "Document.docx" );...

    reference.aspose.com/words/net/aspose.words/doc...
  6. Product Overview|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....SharePoint document library to convert an email document : Synchronize...Synchronize files in the SharePoint document library with FTP Server: Synchronize...

    docs.aspose.com/email/sharepoint/product-overview/
  7. Remove Breaks in Jython|Aspose.Words for Java

    Remove Breaks using Jython.... words import Document from com . aspose . words...'programming_documents/' # Open the document. doc = Document ( dataDir...

    docs.aspose.com/words/java/remove-breaks-in-jyt...
  8. Link Report Template and Definition|Aspose.Word...

    How to link report template with the report definition while configuring Aspose.Words for SharePoint reports....file stored in a SharePoint document library. Report definition...report definition in a custom document property named Aspose.Words...

    docs.aspose.com/words/sharepoint/linking-report...
  9. Convert PDF to Excel Workbook in Ruby|Aspose.PD...

    Understand how to convert PDF data into Excel workbooks using Ruby with Aspose.PDF, simplifying data extraction and analysis....Excel Workbook To convert PDF document to Excel Workbook using Aspose...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/convert-pdf-to-excel-w...
  10. Remove Field in Jython|Aspose.Words for Java

    Remove Field using Jython.... words import Document class RemoveField : def __init__...dataDir + 'programming_documents/' doc = Document ( dataDir + "RemoveField...

    docs.aspose.com/words/java/remove-field-in-jython/